..
bcache
drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h
8 years ago
persistent-data
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
8 years ago
Kconfig
dm block manager: make block locking optional
8 years ago
Makefile
dm: move request-based code out to dm-rq.[hc]
9 years ago
bitmap.c
md: separate flags for superblock changes
8 years ago
bitmap.h
md-cluster: sync bitmap when node received RESYNCING msg
9 years ago
dm-bio-prison.c
…
dm-bio-prison.h
…
dm-bio-record.h
…
dm-bufio.c
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
8 years ago
dm-bufio.h
…
dm-builtin.c
dm: move request-based code out to dm-rq.[hc]
9 years ago
dm-cache-block-types.h
linux: drop __bitwise__ everywhere
8 years ago
dm-cache-metadata.c
dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirty
8 years ago
dm-cache-metadata.h
dm cache metadata: add "metadata2" feature
8 years ago
dm-cache-policy-cleaner.c
dm cache: speed up writing of the hint array
8 years ago
dm-cache-policy-internal.h
dm cache: speed up writing of the hint array
8 years ago
dm-cache-policy-smq.c
dm cache policy smq: use hash_32() instead of hash_32_generic()
8 years ago
dm-cache-policy.c
…
dm-cache-policy.h
dm cache: speed up writing of the hint array
8 years ago
dm-cache-target.c
- Fix dm-raid transient device failure processing and other smaller
8 years ago
dm-core.h
dm: always defer request allocation to the owner of the request_queue
8 years ago
dm-crypt.c
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
8 years ago
dm-delay.c
dm: rename target's per_bio_data_size to per_io_data_size
9 years ago
dm-era-target.c
block: Use pointer to backing_dev_info from request_queue
8 years ago
dm-exception-store.c
- Revert a dm-multipath change that caused a regression for unprivledged
9 years ago
dm-exception-store.h
dm snapshot: fix hung bios when copy error occurs
9 years ago
dm-flakey.c
dm flakey: introduce "error_writes" feature
8 years ago
dm-io.c
dm io: use bvec iterator helpers to implement .get_page and .next_page
8 years ago
dm-ioctl.c
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
8 years ago
dm-kcopyd.c
dm: move request-based code out to dm-rq.[hc]
9 years ago
dm-linear.c
libnvdimm for 4.8
9 years ago
dm-log-userspace-base.c
…
dm-log-userspace-transfer.c
…
dm-log-userspace-transfer.h
…
dm-log-writes.c
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
8 years ago
dm-log.c
block,fs: use REQ_* flags directly
8 years ago
dm-mpath.c
Merge branch 'for-4.11/next' into for-4.11/linus-merge
8 years ago
dm-mpath.h
…
dm-path-selector.c
…
dm-path-selector.h
dm path selector: remove 'repeat_count' return from .select_path hook
9 years ago
dm-queue-length.c
dm path selector: remove 'repeat_count' return from .select_path hook
9 years ago
dm-raid.c
dm raid: fix NULL pointer dereference for raid1 without bitmap
8 years ago
dm-raid1.c
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
8 years ago
dm-region-hash.c
block: rename bio bi_rw to bi_opf
9 years ago
dm-round-robin.c
dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
8 years ago
dm-rq.c
dm-rq: don't dereference request payload after ending request
8 years ago
dm-rq.h
dm: always defer request allocation to the owner of the request_queue
8 years ago
dm-service-time.c
dm path selector: remove 'repeat_count' return from .select_path hook
9 years ago
dm-snap-persistent.c
block,fs: use REQ_* flags directly
8 years ago
dm-snap-transient.c
dm snapshot: fix hung bios when copy error occurs
9 years ago
dm-snap.c
block: rename bio bi_rw to bi_opf
9 years ago
dm-stats.c
dm stats: fix a leaked s->histogram_boundaries array
8 years ago
dm-stats.h
…
dm-stripe.c
block: rename bio bi_rw to bi_opf
9 years ago
dm-switch.c
…
dm-sysfs.c
dm: move request-based code out to dm-rq.[hc]
9 years ago
dm-table.c
block: Use pointer to backing_dev_info from request_queue
8 years ago
dm-target.c
dm: always defer request allocation to the owner of the request_queue
8 years ago
dm-thin-metadata.c
dm thin: fix a race condition between discarding and provisioning a block
9 years ago
dm-thin-metadata.h
dm thin: fix a race condition between discarding and provisioning a block
9 years ago
dm-thin.c
block: Use pointer to backing_dev_info from request_queue
8 years ago
dm-uevent.c
…
dm-uevent.h
…
dm-verity-fec.c
dm verity fec: fix bufio leaks
8 years ago
dm-verity-fec.h
dm verity fec: limit error correction recursion
8 years ago
dm-verity-target.c
dm verity: fix incorrect error message
8 years ago
dm-verity.h
dm verity: add ignore_zero_blocks feature
9 years ago
dm-zero.c
block: rename bio bi_rw to bi_opf
9 years ago
dm.c
blk: Ensure users for current->bio_list can see the full list.
8 years ago
dm.h
dm: always defer request allocation to the owner of the request_queue
8 years ago
faulty.c
md: fast clone bio in bio_clone_mddev()
8 years ago
linear.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
8 years ago
linear.h
md linear: fix a race between linear_add() and linear_congested()
8 years ago
md-cluster.c
md-cluster: remove useless memset from gather_all_resync_info
8 years ago
md-cluster.h
md-cluster: gather resync infos and enable recv_thread after bitmap is ready
9 years ago
md.c
md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
8 years ago
md.h
md: delete dead code
8 years ago
multipath.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
8 years ago
multipath.h
…
raid0.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
8 years ago
raid0.h
…
raid1.c
md/raid1: fix a trivial typo in comments
8 years ago
raid1.h
RAID1: avoid unnecessary spin locks in I/O barrier code
8 years ago
raid5-cache.c
md/raid5-cache: exclude reclaiming stripes in reclaim check
8 years ago
raid5.c
md/r5cache: fix set_syndrome_sources() for data in cache
8 years ago
raid5.h
md/raid5-cache: exclude reclaiming stripes in reclaim check
8 years ago
raid10.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
8 years ago
raid10.h
md/raid10: add failfast handling for reads.
8 years ago