aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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-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-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+12
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-03cgroup: fix handling of multi-destination migration from subtree_control enab...Gravatar Tejun Heo 1-3/+3
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-24block: fix blk_abort_request for blk-mq driversGravatar Christoph Hellwig 1-3/+5
2015-11-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-19/+49
2015-11-23blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsGravatar Ming Lei 1-0/+6
2015-11-23blk-merge: fix blk_bio_segment_splitGravatar Ming Lei 1-3/+19
2015-11-23block: fix segment splitGravatar Ming Lei 1-2/+2
2015-11-20blk-mq: fix calling unplug callbacks with preempt disabledGravatar Jens Axboe 1-5/+9
2015-11-20mac: validate mac_partition is within sectorGravatar Kees Cook 1-3/+7
2015-11-19block: protect rw_page against device teardownGravatar Dan Williams 1-2/+0
2015-11-16blk-flush: Queue through IO scheduler when flush not requiredGravatar Jan Kara 1-1/+1
2015-11-16elevator: use list_{first,prev,next}_entryGravatar Geliang Tang 1-5/+5
2015-11-11block: fix blk-core.c kernel-doc warningGravatar Randy Dunlap 1-0/+3
2015-11-11blk-mq: mark __blk_mq_complete_request() staticGravatar Jens Axboe 2-2/+1
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-33/+138
2015-11-07block: add block polling supportGravatar Jens Axboe 3-0/+86
2015-11-07blk-mq: return tag/queue combo in the make_request_fn handlersGravatar Jens Axboe 1-17/+28
2015-11-07block: change ->make_request_fn() and users to return a queue cookieGravatar Jens Axboe 2-22/+30
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeGravatar Ben Segall 1-2/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 3-6/+6
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 5-26/+26
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 3-3/+4
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-100/+230
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-197/+216
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-40/+122
2015-11-03blk-mq: avoid excessive boot delays with large lun countsGravatar Jeff Moyer 1-17/+30