aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-02-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-41/+15
2016-01-30block: use DAX for partition table readsGravatar Dan Williams 1-3/+15
2016-01-30block: revert runtime dax control of the raw block deviceGravatar Dan Williams 1-38/+0
2016-01-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+19
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 2-225/+1
2016-01-22block: fix bio splitting on max sectorsGravatar Ming Lei 1-7/+19
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-18/+29
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-48/+56
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-2/+686
2016-01-12block: split bios to max possible lengthGravatar Keith Busch 1-3/+16
2016-01-09block: kill disk_{check|set|clear|alloc}_badblocksGravatar Dan Williams 1-42/+0
2016-01-09pmem, dax: disable dax in the presence of bad blocksGravatar Dan Williams 1-0/+10
2016-01-09block, badblocks: introduce devm_init_badblocksGravatar Dan Williams 1-13/+35
2016-01-09block: clarify badblocks lifetimeGravatar Dan Williams 2-5/+2
2016-01-09badblocks: rename badblocks_free to badblocks_exitGravatar Dan Williams 2-4/+4
2016-01-09block: Add badblock management for gendisksGravatar Vishal Verma 1-0/+76
2016-01-09badblocks: Add core badblock management codeGravatar Vishal Verma 2-1/+562
2016-01-09block: fix del_gendisk() vs blkdev_ioctl crashGravatar Dan Williams 1-1/+0
2016-01-09block: enable dax for raw block devicesGravatar Dan Williams 1-0/+61
2016-01-08Revert "block: Split bios on chunk boundaries"Gravatar Jens Axboe 1-1/+1
2015-12-28block: add blk_start_queue_async()Gravatar Jens Axboe 1-0/+16
2015-12-22block: Split bios on chunk boundariesGravatar Keith Busch 1-1/+1
2015-12-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2015-12-22block: ensure to split after potentially bouncing a bioGravatar Junichi Nomura 1-2/+2
2015-12-22block: remove REQ_NO_TIMEOUT flagGravatar Christoph Hellwig 2-5/+0
2015-12-22block: defer timeouts to a workqueueGravatar Christoph Hellwig 4-6/+23
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Gravatar Doug Ledford 2-225/+1
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+12
2015-12-11irq_poll: make blk-iopoll available outside the block layerGravatar Christoph Hellwig 2-225/+1
2015-12-09blk-integrity: checking for NULL instead of IS_ERRGravatar Dan Carpenter 1-5/+4
2015-12-07Merge branch 'master' into for-4.4-fixesGravatar Tejun Heo 10-58/+83
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 2-20/+19
2015-12-03SCSI: Fix NULL pointer dereference in runtime PMGravatar Ken Xue 1-0/+12
2015-12-03Merge branch 'mkp-fixes' into fixesGravatar James Bottomley 2-20/+19
2015-12-03block: add call to split trace pointGravatar Mike Krinkin 1-0/+3
2015-12-03blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeGravatar Raghavendra K T 2-2/+2
2015-12-03blk-mq: Reuse hardware context cpumask for tagsGravatar Raghavendra K T 1-8/+1
2015-12-03blk-integrity: empty implementation when disabledGravatar Keith Busch 1-2/+2
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Gravatar Tejun Heo 1-3/+3
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestGravatar Christoph Hellwig 4-30/+23
2015-11-30blk-merge: fix computing bio->bi_seg_front_size in case of single segmentGravatar Ming Lei 1-0/+3
2015-11-29block: Always check queue limits for cloned requestsGravatar Hannes Reinecke 1-14/+7
2015-11-25Return EBUSY from BLKRRPART for mounted whole-dev fsGravatar Eric Sandeen 1-1/+1
2015-11-25block/sd: Fix device-imposed transfer length limitsGravatar Martin K. Petersen 2-20/+19
2015-11-25Revert "blk-flush: Queue through IO scheduler when flush not required"Gravatar Jens Axboe 1-1/+1
2015-11-25Revert "blk-flush: Queue through IO scheduler when flush not required"Gravatar Jens Axboe 1-1/+1
2015-11-24block: clarify blk_add_timer() use case for blk-mqGravatar Jens Axboe 1-0/+6
2015-11-24bio: use offset_in_page macroGravatar Geliang Tang 1-2/+2
2015-11-24block: do not initialise statics to 0 or NULLGravatar Wei Tang 1-1/+1