| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-14 | 4 | -2/+686 |
|\ |
|
| * | block: kill disk_{check|set|clear|alloc}_badblocks | Dan Williams | 2016-01-10 | 1 | -42/+0 |
| * | pmem, dax: disable dax in the presence of bad blocks | Dan Williams | 2016-01-10 | 1 | -0/+10 |
| * | block, badblocks: introduce devm_init_badblocks | Dan Williams | 2016-01-09 | 1 | -13/+35 |
| * | block: clarify badblocks lifetime | Dan Williams | 2016-01-09 | 2 | -5/+2 |
| * | badblocks: rename badblocks_free to badblocks_exit | Dan Williams | 2016-01-09 | 2 | -4/+4 |
| * | block: Add badblock management for gendisks | Vishal Verma | 2016-01-09 | 1 | -0/+76 |
| * | badblocks: Add core badblock management code | Vishal Verma | 2016-01-09 | 2 | -1/+562 |
| * | block: fix del_gendisk() vs blkdev_ioctl crash | Dan Williams | 2016-01-09 | 1 | -1/+0 |
| * | block: enable dax for raw block devices | Dan Williams | 2016-01-09 | 1 | -0/+61 |
* | | Revert "block: Split bios on chunk boundaries" | Jens Axboe | 2016-01-08 | 1 | -1/+1 |
* | | block: add blk_start_queue_async() | Jens Axboe | 2015-12-28 | 1 | -0/+16 |
* | | block: Split bios on chunk boundaries | Keith Busch | 2015-12-23 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-12-23 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | block: ensure to split after potentially bouncing a bio | Junichi Nomura | 2015-12-22 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-12-12 | 1 | -0/+12 |
|\| |
|
| * | SCSI: Fix NULL pointer dereference in runtime PM | Ken Xue | 2015-12-04 | 1 | -0/+12 |
* | | Merge branch 'master' into for-4.4-fixes | Tejun Heo | 2015-12-07 | 10 | -58/+83 |
|\ \ |
|
| * \ | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2015-12-06 | 2 | -20/+19 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch 'mkp-fixes' into fixes | James Bottomley | 2015-12-03 | 2 | -20/+19 |
| | |\ |
|
| | | * | block/sd: Fix device-imposed transfer length limits | Martin K. Petersen | 2015-11-26 | 2 | -20/+19 |
| * | | | blk-merge: fix computing bio->bi_seg_front_size in case of single segment | Ming Lei | 2015-11-30 | 1 | -0/+3 |
| * | | | block: Always check queue limits for cloned requests | Hannes Reinecke | 2015-11-29 | 1 | -14/+7 |
| * | | | Return EBUSY from BLKRRPART for mounted whole-dev fs | Eric Sandeen | 2015-11-26 | 1 | -1/+1 |
| * | | | Revert "blk-flush: Queue through IO scheduler when flush not required" | Jens Axboe | 2015-11-25 | 1 | -1/+1 |
| * | | | block: fix blk_abort_request for blk-mq drivers | Christoph Hellwig | 2015-11-24 | 1 | -3/+5 |
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-24 | 5 | -19/+49 |
| |\ \ \ |
|
| | * | | | blk-merge: warn if figured out segment number is bigger than nr_phys_segments | Ming Lei | 2015-11-24 | 1 | -0/+6 |
| | * | | | blk-merge: fix blk_bio_segment_split | Ming Lei | 2015-11-24 | 1 | -3/+19 |
| | * | | | block: fix segment split | Ming Lei | 2015-11-24 | 1 | -2/+2 |
| | * | | | blk-mq: fix calling unplug callbacks with preempt disabled | Jens Axboe | 2015-11-21 | 1 | -5/+9 |
| | * | | | mac: validate mac_partition is within sector | Kees Cook | 2015-11-20 | 1 | -3/+7 |
| | * | | | blk-flush: Queue through IO scheduler when flush not required | Jan Kara | 2015-11-16 | 1 | -1/+1 |
| | * | | | elevator: use list_{first,prev,next}_entry | Geliang Tang | 2015-11-16 | 1 | -5/+5 |
| | |/ / |
|
| * / / | block: protect rw_page against device teardown | Dan Williams | 2015-11-19 | 1 | -2/+0 |
| |/ / |
|
* / / | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 2015-12-03 | 1 | -3/+3 |
|/ / |
|
* | | block: fix blk-core.c kernel-doc warning | Randy Dunlap | 2015-11-11 | 1 | -0/+3 |
* | | blk-mq: mark __blk_mq_complete_request() static | Jens Axboe | 2015-11-11 | 2 | -2/+1 |
* | | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-11 | 4 | -33/+138 |
|\ \ |
|
| * | | block: add block polling support | Jens Axboe | 2015-11-07 | 3 | -0/+86 |
| * | | blk-mq: return tag/queue combo in the make_request_fn handlers | Jens Axboe | 2015-11-07 | 1 | -17/+28 |
| * | | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 2015-11-07 | 2 | -22/+30 |
* | | | pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode | Ben Segall | 2015-11-07 | 1 | -2/+4 |
* | | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 2015-11-07 | 3 | -6/+6 |
* | | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-07 | 5 | -26/+26 |
* | | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-11-05 | 3 | -3/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | blkcg: don't create "io.stat" on the root cgroup | Tejun Heo | 2015-10-22 | 1 | -0/+1 |
| * | | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() | Tejun Heo | 2015-09-18 | 2 | -3/+3 |
| |/ |
|
* | | Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-05 | 1 | -100/+230 |
|\ \ |
|
| * | | block: add an API for Persistent Reservations | Christoph Hellwig | 2015-10-21 | 1 | -0/+103 |