aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds9-48/+56
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-2/+686
2016-01-12block: split bios to max possible lengthKeith Busch1-3/+16
2016-01-09block: kill disk_{check|set|clear|alloc}_badblocksDan Williams1-42/+0
2016-01-09pmem, dax: disable dax in the presence of bad blocksDan Williams1-0/+10
2016-01-09block, badblocks: introduce devm_init_badblocksDan Williams1-13/+35
2016-01-09block: clarify badblocks lifetimeDan Williams2-5/+2
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams2-4/+4
2016-01-09block: Add badblock management for gendisksVishal Verma1-0/+76
2016-01-09badblocks: Add core badblock management codeVishal Verma2-1/+562
2016-01-09block: fix del_gendisk() vs blkdev_ioctl crashDan Williams1-1/+0
2016-01-09block: enable dax for raw block devicesDan Williams1-0/+61
2016-01-08Revert "block: Split bios on chunk boundaries"Jens Axboe1-1/+1
2015-12-28block: add blk_start_queue_async()Jens Axboe1-0/+16
2015-12-22block: Split bios on chunk boundariesKeith Busch1-1/+1
2015-12-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-12-22block: ensure to split after potentially bouncing a bioJunichi Nomura1-2/+2
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+12
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo10-58/+83
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-20/+19
2015-12-03SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley2-20/+19
2015-12-03block: add call to split trace pointMike Krinkin1-0/+3
2015-12-03blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeRaghavendra K T2-2/+2
2015-12-03blk-mq: Reuse hardware context cpumask for tagsRaghavendra K T1-8/+1
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enablingTejun Heo1-3/+3
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig4-30/+23
2015-11-30blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei1-0/+3
2015-11-29block: Always check queue limits for cloned requestsHannes Reinecke1-14/+7
2015-11-25Return EBUSY from BLKRRPART for mounted whole-dev fsEric Sandeen1-1/+1
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2-20/+19
2015-11-25Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe1-1/+1
2015-11-25Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe1-1/+1
2015-11-24block: clarify blk_add_timer() use case for blk-mqJens Axboe1-0/+6
2015-11-24bio: use offset_in_page macroGeliang Tang1-2/+2
2015-11-24block: do not initialise statics to 0 or NULLWei Tang1-1/+1
2015-11-24block: do not initialise globals to 0 or NULLWei Tang1-1/+1
2015-11-24block: rename request_queue slab cacheIlya Dryomov1-1/+1
2015-11-24block: fix blk_abort_request for blk-mq driversChristoph Hellwig1-3/+5
2015-11-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-19/+49
2015-11-23blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei1-0/+6
2015-11-23blk-merge: fix blk_bio_segment_splitMing Lei1-3/+19
2015-11-23block: fix segment splitMing Lei1-2/+2
2015-11-20blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe1-5/+9
2015-11-20mac: validate mac_partition is within sectorKees Cook1-3/+7
2015-11-19block: protect rw_page against device teardownDan Williams1-2/+0
2015-11-16blk-flush: Queue through IO scheduler when flush not requiredJan Kara1-1/+1
2015-11-16elevator: use list_{first,prev,next}_entryGeliang Tang1-5/+5
2015-11-11block: fix blk-core.c kernel-doc warningRandy Dunlap1-0/+3
2015-11-11blk-mq: mark __blk_mq_complete_request() staticJens Axboe2-2/+1