tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
drivers
/
md
/
at
v3.11-rc4
2 folders
73 files
bcache
bcache: Allocation kthread fixes
12 years ago
persistent-data
dm persistent metadata: add space map threshold callback
13 years ago
Kconfig
Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
12 years ago
Makefile
Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
12 years ago
bitmap.c
md: replace strict_strto*() with kstrto*()
13 years ago
bitmap.h
Merge tag 'md-3.5' of git://neil.brown.name/md
14 years ago
dm-bio-prison.c
dm: add cache target
13 years ago
dm-bio-prison.h
dm: add cache target
13 years ago
dm-bio-record.h
dm: preserve bi_io_vec when resubmitting bios
17 years ago
dm-bufio.c
dm bufio: submit writes outside lock
12 years ago
dm-bufio.h
dm bufio: prefetch
14 years ago
dm-cache-block-types.h
dm: add cache target
13 years ago
dm-cache-metadata.c
dm cache: replace memcpy with struct assignment
13 years ago
dm-cache-metadata.h
dm cache: policy ignore hints if generated by different version
13 years ago
dm-cache-policy-cleaner.c
dm cache: policy change version from string to integer set
13 years ago
dm-cache-policy-internal.h
dm cache: policy change version from string to integer set
13 years ago
dm-cache-policy-mq.c
dm cache: policy change version from string to integer set
13 years ago
dm-cache-policy.c
dm cache: policy change version from string to integer set
13 years ago
dm-cache-policy.h
dm cache policy: fix description of lookup fn
13 years ago
dm-cache-target.c
dm cache: fix arm link errors with inline
12 years ago
dm-crypt.c
block: Convert some code to bio_for_each_segment_all()
13 years ago
dm-delay.c
dm: rename request variables to bios
13 years ago
dm-exception-store.c
dm: replace simple_strtoul
13 years ago
dm-exception-store.h
dm snapshot: test chunk size against both origin and snapshot
15 years ago
dm-flakey.c
dm flakey: correct ctr alloc failure mesg
12 years ago
dm-io.c
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
13 years ago
dm-ioctl.c
dm: optimize use SRCU and RCU
12 years ago
dm-kcopyd.c
dm kcopyd: introduce configurable throttling
13 years ago
dm-linear.c
dm: rename request variables to bios
13 years ago
dm-log-userspace-base.c
md: Add module.h to all files using it implicitly
14 years ago
dm-log-userspace-transfer.c
connector/userns: replace netlink uses of cap_raised() with capable()
14 years ago
dm-log-userspace-transfer.h
dm log: userspace add luid to distinguish between concurrent log instances
16 years ago
dm-log.c
Merge branch 'akpm' (Andrew's patch-bomb)
13 years ago
dm-mpath.c
dm mpath: fix ioctl deadlock when no paths
12 years ago
dm-mpath.h
dm mpath: remove is_active from struct dm_path
17 years ago
dm-path-selector.c
md: Add module.h to all files using it implicitly
14 years ago
dm-path-selector.h
dm mpath: add start_io and nr_bytes to path selectors
17 years ago
dm-queue-length.c
dm: reject trailing characters in sccanf input
14 years ago
dm-raid.c
MD: Remember the last sync operation that was performed
12 years ago
dm-raid1.c
block: Use bio_sectors() more consistently
13 years ago
dm-region-hash.c
dm raid1: fix crash with mirror recovery and discard
13 years ago
dm-round-robin.c
dm: reject trailing characters in sccanf input
14 years ago
dm-service-time.c
dm: reject trailing characters in sccanf input
14 years ago
dm-snap-persistent.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
14 years ago
dm-snap-transient.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
14 years ago
dm-snap.c
dm snapshot: fix error return code in snapshot_ctr
13 years ago
dm-stripe.c
dm stripe: fix regression in stripe_width calculation
13 years ago
dm-switch.c
Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
12 years ago
dm-sysfs.c
Driver core: Constify struct sysfs_ops in struct kobj_type
16 years ago
dm-table.c
dm: optimize use SRCU and RCU
12 years ago
dm-target.c
dm: rename request variables to bios
13 years ago
dm-thin-metadata.c
dm thin: generate event when metadata threshold passed
13 years ago
dm-thin-metadata.h
dm thin: generate event when metadata threshold passed
13 years ago
dm-thin.c
dm thin: fix metadata dev resize detection
13 years ago
dm-uevent.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
14 years ago
dm-uevent.h
dm: uevent generate events
18 years ago
dm-verity.c
dm verity: use __ffs and __fls
12 years ago
dm-zero.c
dm: rename request variables to bios
13 years ago
dm.c
dm: optimize reorder structure
12 years ago
dm.h
dm: introduce per_bio_data
13 years ago
faulty.c
block: Add bio_end_sector()
13 years ago
linear.c
block: Add bio_end_sector()
13 years ago
linear.h
md/linear: typedef removal: linear_conf_t -> struct linear_conf
14 years ago
md.c
md: Remove recent change which allows devices to skip recovery.
12 years ago
md.h
MD: Remember the last sync operation that was performed
12 years ago
multipath.c
MD: change the parameter of md thread
13 years ago
multipath.h
md/multipath: typedef removal: multipath_conf_t -> struct mpconf
14 years ago
raid0.c
md: fix buglet in RAID5 -> RAID0 conversion.
12 years ago
raid0.h
md: add proper merge_bvec handling to RAID0 and Linear.
14 years ago
raid1.c
Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block
12 years ago
raid1.h
md/raid1: prevent merging too large request
13 years ago
raid10.c
md/raid10: remove use-after-free bug.
12 years ago
raid10.h
MD RAID10: Improve redundancy for 'far' and 'offset' algorithms (part 1)
13 years ago
raid5.c
Merge tag 'md/3.11-fixes' of git://neil.brown.name/md
12 years ago
raid5.h
Merge tag 'md/3.11-fixes' of git://neil.brown.name/md
12 years ago