summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2015-11-24block: clarify blk_add_timer() use case for blk-mqJens Axboe-0/+6
2015-11-24bio: use offset_in_page macroGeliang Tang-2/+2
2015-11-24block: do not initialise statics to 0 or NULLWei Tang-1/+1
2015-11-24block: do not initialise globals to 0 or NULLWei Tang-1/+1
2015-11-24block: rename request_queue slab cacheIlya Dryomov-1/+1
2015-11-24block: fix blk_abort_request for blk-mq driversChristoph Hellwig-3/+5
2015-11-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-19/+49
2015-11-23blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei-0/+6
2015-11-23blk-merge: fix blk_bio_segment_splitMing Lei-3/+19
2015-11-23block: fix segment splitMing Lei-2/+2
2015-11-20blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe-5/+9
2015-11-20mac: validate mac_partition is within sectorKees Cook-3/+7
2015-11-19block: protect rw_page against device teardownDan Williams-2/+0
2015-11-16blk-flush: Queue through IO scheduler when flush not requiredJan Kara-1/+1
2015-11-16elevator: use list_{first,prev,next}_entryGeliang Tang-5/+5
2015-11-11block: fix blk-core.c kernel-doc warningRandy Dunlap-0/+3
2015-11-11blk-mq: mark __blk_mq_complete_request() staticJens Axboe-2/+1
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds-33/+138
2015-11-07block: add block polling supportJens Axboe-0/+86
2015-11-07blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe-17/+28
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe-22/+30
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall-2/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman-6/+6
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-26/+26
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-3/+4
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds-100/+230
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds-197/+216
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds-40/+122
2015-11-03blk-mq: avoid excessive boot delays with large lun countsJeff Moyer-17/+30
2015-10-28block: re-add discard_granularity and alignment checksMing Lin-9/+22
2015-10-22blkcg: don't create "io.stat" on the root cgroupTejun Heo-0/+1
2015-10-21blk-mq: mark ctx as pending at batch in flush plug pathMing Lei-5/+13
2015-10-21blk-mq: fix for trace_block_plug()Ming Lei-1/+1
2015-10-21block: check bio_mergeable() early before mergingMing Lei-1/+1
2015-10-21blk-mq: check bio_mergeable() early before mergingMing Lei-1/+1
2015-10-21block: avoid to merge splitted bioMing Lei-0/+3
2015-10-21block: setup bi_phys_segments after splittingMing Lei-7/+22
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer-6/+36
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig-0/+103
2015-10-21block: cleanup blkdev_ioctlChristoph Hellwig-100/+127
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams-1/+12
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams-0/+16
2015-10-21block: move blk_integrity to request_queueDan Williams-7/+7
2015-10-21block: generic request_queue reference countingDan Williams-73/+101
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen-102/+61
2015-10-21block: Export integrity data interval size in sysfsMartin K. Petersen-0/+14
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen-5/+5
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen-25/+16
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen-11/+11
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo-1/+2