summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
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/...Linus Torvalds2-20/+19
2015-12-04SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley2-20/+19
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-3/+3
2015-11-30blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei1-0/+3
2015-11-30block: Always check queue limits for cloned requestsHannes Reinecke1-14/+7
2015-11-26Return EBUSY from BLKRRPART for mounted whole-dev fsEric Sandeen1-1/+1
2015-11-26block/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-25block: 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-24blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei1-0/+6
2015-11-24blk-merge: fix blk_bio_segment_splitMing Lei1-3/+19
2015-11-24block: fix segment splitMing Lei1-2/+2
2015-11-21blk-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-20block: protect rw_page against device teardownDan Williams1-2/+0
2015-11-17blk-flush: Queue through IO scheduler when flush not requiredJan Kara1-1/+1
2015-11-17elevator: 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
2015-11-11Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds4-33/+138
2015-11-07block: add block polling supportJens Axboe3-0/+86
2015-11-07blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe1-17/+28
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe2-22/+30
2015-11-07pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall1-2/+4
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman3-6/+6
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman5-26/+26
2015-11-06Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-3/+4
2015-11-05Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-100/+230
2015-11-05Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds10-197/+216
2015-11-05Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-40/+122
2015-11-03blk-mq: avoid excessive boot delays with large lun countsJeff Moyer1-17/+30
2015-10-28block: re-add discard_granularity and alignment checksMing Lin1-9/+22
2015-10-22blkcg: don't create "io.stat" on the root cgroupTejun Heo1-0/+1
2015-10-22blk-mq: mark ctx as pending at batch in flush plug pathMing Lei1-5/+13
2015-10-22blk-mq: fix for trace_block_plug()Ming Lei1-1/+1
2015-10-22block: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-10-22blk-mq: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-10-22block: avoid to merge splitted bioMing Lei1-0/+3
2015-10-22block: setup bi_phys_segments after splittingMing Lei1-7/+22
2015-10-22block: fix plug list flushing for nomerge queuesJeff Moyer3-6/+36
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig1-0/+103
2015-10-21block: cleanup blkdev_ioctlChristoph Hellwig1-100/+127