- abfc426 block: pass a block_device to bio_clone_fast by Christoph Hellwig · 3 years, 1 month ago
- a0e8de7 block: initialize the target bio in __bio_clone_fast by Christoph Hellwig · 3 years, 1 month ago
- 56b4b5a block: clone crypto and integrity data in __bio_clone_fast by Christoph Hellwig · 3 years, 1 month ago
- 49add49 block: pass a block_device and opf to bio_init by Christoph Hellwig · 3 years, 1 month ago
- 608f52e md: mark some personalities as deprecated by Guoqing Jiang · 3 years, 9 months ago
- 21cf866 writeback: remove bdi->congested_fn by Christoph Hellwig · 4 years, 8 months ago
- ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 8 months ago
- 775d783 md: improve handling of bio with REQ_PREFLUSH in md_flush_request() by David Jeffery · 5 years ago
- af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- afeee51 md: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
- 3acdb7b md-multipath: Use seq_putc() in multipath_status() by Markus Elfring · 7 years ago
- fc33060 md: remove redundant variable q by Colin Ian King · 7 years ago
- 935fe09 md: rename some drivers/md/ files to have an "md-" prefix by Mike Snitzer · 7 years ago[Renamed (99%) from drivers/md/multipath.c]
- 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
- 026d15f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
- cc27b0c md: fix deadlock between mddev_suspend() and md_write_start() by NeilBrown · 8 years ago
- 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
- 3deff1a md: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
- a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
- 2648381 md: disable WRITE SAME if it fails in underlayer disks by Shaohua Li · 8 years ago
- dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
- 2073773 Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago
- 2953079 md: separate flags for superblock changes by Shaohua Li · 8 years ago
- 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
- 7279694 md/multipath: replace printk() with pr_*() by NeilBrown · 8 years ago
- 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 9 years ago
- 3f35e21 Merge branch 'mymd/for-next' into mymd/for-linus by Shaohua Li · 9 years ago
- d787be4 md: reduce the number of synchronize_rcu() calls when multiple devices fail. by NeilBrown · 9 years ago
- f5b67ae md: be extra careful not to take a reference to a Faulty device. by NeilBrown · 9 years ago
- 40cf212 md/multipath: add rcu protection to rdev access in multipath_status. by NeilBrown · 9 years ago
- 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
- fafcde3 md: multipath: don't hardcopy bio in .make_request path by Ming Lei · 9 years ago
- 1501efa md/raid: only permit hot-add of compatible integrity profiles by Dan Williams · 9 years ago
- c7bfced md: suspend i/o during runtime blk_integrity_unregister by Dan Williams · 9 years ago
- 644df1a md: drop null test before destroy functions by Julia Lawall · 9 years ago
- 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 10 years ago
- 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 10 years ago
- afa0f55 md: rename ->stop to ->free by NeilBrown · 10 years ago
- 5aa61f4 md: split detach operation out from ->stop. by NeilBrown · 10 years ago
- 5c675f8 md: make ->congested robust against personality changes. by NeilBrown · 10 years ago
- f72ffdd md: remove unwanted white space from md.c by NeilBrown · 10 years ago
- 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
- 4ed8731 MD: change the parameter of md thread by Shaohua Li · 12 years ago
- 0232605 md: make 'name' arg to md_register_thread non-optional. by NeilBrown · 13 years ago
- dafb20f md: tidy up rdev_for_each usage. by NeilBrown · 13 years ago
- b8321b6 md: change hot_remove_disk to take an rdev rather than a number. by NeilBrown · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
- 056075c md: Add module.h to all files using it implicitly by Paul Gortmaker · 14 years ago
- 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
- 84fc4b5 md: rename "mdk_personality" to "md_personality" by NeilBrown · 13 years ago
- 69724e2 md/multipath: typedef removal: multipath_conf_t -> struct mpconf by NeilBrown · 13 years ago
- fd01b88 md: remove typedefs: mddev_t -> struct mddev by NeilBrown · 13 years ago
- 3cb0300 md: removing typedefs: mdk_rdev_t -> struct md_rdev by NeilBrown · 13 years ago
- 01f96c0 md: Avoid waking up a thread after it has been freed. by NeilBrown · 13 years ago
- 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
- 6f8d0c7 md: make error_handler functions more uniform and correct. by NeilBrown · 14 years ago
- 92f861a md/multipath: discard ->working_disks in favour of ->degraded by NeilBrown · 14 years ago
- a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 14 years ago
- 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- da9cf50 md: avoid spinlock problem in blk_throtl_exit by NeilBrown · 14 years ago
- e9c7469 md: implment REQ_FLUSH/FUA support by Tejun Heo · 14 years ago
- 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 15 years ago
- 19fdb9e Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linus by NeilBrown · 15 years ago
- 21a52c6d md: pass mddev to make_request functions rather than request_queue by NeilBrown · 15 years ago
- 4907732 md: move io accounting out of personalities into md_make_request by NeilBrown · 15 years ago
- 7b92813 drivers/md: Remove unnecessary casts of void * by H Hartley Sweeten · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 627a2d3 md: deal with merge_bvec_fn in component devices better. by NeilBrown · 15 years ago
- 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
- 0efb9e6 md: add MODULE_DESCRIPTION for all md related modules. by NeilBrown · 15 years ago
- a2826aa md: support barrier requests on all personalities. by NeilBrown · 15 years ago
- f28f4e2 md: remove unnecessary memset from multipath. by NeilBrown · 15 years ago
- 3fa841d md: report device as congested when suspended by NeilBrown · 15 years ago
- 0da3c61 md: Improve name of threads created by md_register_thread by NeilBrown · 15 years ago
- bbba809 md: avoid use of broken kzalloc mempool by Sage Weil · 15 years ago
- 1f98a13 bio: first step in sanitizing the bio->bi_rw flag testing by Jens Axboe · 15 years ago
- ac5e711 md: Push down data integrity code to personalities. by Andre Noll · 16 years ago
- 8f6c2e4 md: Use new topology calls to indicate alignment and I/O sizes by Martin K. Petersen · 16 years ago
- 0894cc3 md: Move check for bitmap presence to personality code. by Andre Noll · 16 years ago
- 070ec55 md: remove mddev_to_conf "helper" macro by NeilBrown · 16 years ago
- ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 16 years ago
- 1f40362 md: centralize ->array_sectors modifications by Dan Williams · 16 years ago
- 80c3a6c md: add 'size' as a personality method by Dan Williams · 16 years ago
- 58c0fed md: Make mddev->size sector-based. by Andre Noll · 16 years ago
- 43b2e5d md: move md_k.h from include/linux/raid/ to drivers/md/ by NeilBrown · 16 years ago
- bff6197 md: move lots of #include lines out of .h files and into .c by NeilBrown · 16 years ago
- ef740c3 md: move headers out of include/linux/raid/ by Christoph Hellwig · 16 years ago
- 159ec1f md: use list_for_each_entry macro directly by Cheng Renquan · 16 years ago
- ed09441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
- 6000a36 [SCSI] block: separate failfast into multiple bits. by Mike Christie · 17 years ago
- fb4d8c7 md: Remove unnecessary #includes, #defines, and function declarations. by NeilBrown · 16 years ago
- 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
- c995905 block: fix diskstats access by Tejun Heo · 16 years ago
- f233ea5 md: Make mddev->array_size sector-based. by Andre Noll · 17 years ago
- 199050e rationalise return value for ->hot_add_disk method. by Neil Brown · 17 years ago
- 6c2fce2 Support adding a spare to a live md array with external metadata. by Neil Brown · 17 years ago
- dfc7064 md: restart recovery cleanly after device failure. by NeilBrown · 17 years ago