summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drbd: Backport the "status" commandAndreas Gruenbacher2015-11-253-79/+536
* drbd: Backport the "events2" commandAndreas Gruenbacher2015-11-257-12/+1281
* drbd: Fix locking across all resourcesAndreas Gruenbacher2015-11-256-93/+99
* drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed()Andreas Gruenbacher2015-11-251-12/+16
* drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher2015-11-256-26/+27
* drbd: Get rid of some first_peer_device() callsAndreas Gruenbacher2015-11-251-4/+4
* drbd: De-inline drbd_should_do_remote() and drbd_should_send_out_of_sync()Andreas Gruenbacher2015-11-252-16/+19
* drbd: Remove pointless checkPhilipp Reisner2015-11-251-1/+1
* MAINTAINERS: Updated information for DRBD DRIVERRoland Kammerer2015-11-251-6/+5Star
* block: clarify blk_add_timer() use case for blk-mqJens Axboe2015-11-241-0/+6
* bio: use offset_in_page macroGeliang Tang2015-11-241-2/+2
* block: do not initialise statics to 0 or NULLWei Tang2015-11-241-1/+1
* block: do not initialise globals to 0 or NULLWei Tang2015-11-241-1/+1
* block: rename request_queue slab cacheIlya Dryomov2015-11-241-1/+1
* block: fix blk_abort_request for blk-mq driversChristoph Hellwig2015-11-241-3/+5
* nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig2015-11-241-3/+12
* NVMe: default to 4k device page sizeNishanth Aravamudan2015-11-241-9/+6Star
* Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-11-244-29/+36
|\
| * dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2Star
| * dm crypt: fix a possible hang due to race condition on exitMikulas Patocka2015-11-191-9/+13
| * dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
| * dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
| * dm: fix ioctl retry termination with signalJunichi Nomura2015-11-172-2/+2
| * dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
* | pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2015-11-241-2/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-2417-244/+525
|\ \
| * | blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei2015-11-241-0/+6
| * | blk-merge: fix blk_bio_segment_splitMing Lei2015-11-241-3/+19
| * | block: fix segment splitMing Lei2015-11-241-2/+2
| * | blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe2015-11-211-5/+9
| * | mac: validate mac_partition is within sectorKees Cook2015-11-201-3/+7
| * | mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2Star
| * | NVMe: reap completion entries when deleting queueKeith Busch2015-11-201-1/+6
| * | lightnvm: add free and bad lun info to show lunsJavier Gonzalez2015-11-203-8/+17
| * | lightnvm: keep track of block countsJavier Gonzalez2015-11-202-1/+15
| * | nvme: lightnvm: use admin queues for admin cmdsWenwei Tao2015-11-201-7/+10
| * | lightnvm: missing free on init errorMatias Bjørling2015-11-201-2/+4
| * | lightnvm: wrong return value and redundant freeWenwei Tao2015-11-201-4/+2Star
| * | null_blk: do not del gendisk with lightnvmMatias Bjørling2015-11-191-3/+5
| * | null_blk: use device addressing modeMatias Bjørling2015-11-191-5/+23
| * | null_blk: use ppa_cache poolMatias Bjørling2015-11-191-2/+23
| * | NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch2015-11-191-1/+1
| * | blk-flush: Queue through IO scheduler when flush not requiredJan Kara2015-11-161-1/+1
| * | null_blk: register as a LightNVM deviceMatias Bjørling2015-11-163-7/+158
| * | elevator: use list_{first,prev,next}_entryGeliang Tang2015-11-161-5/+5
| * | lightnvm: cleanup queue before target removalJavier González2015-11-161-2/+2
| * | nvme: remove reserved double wordMatias Bjørling2015-11-161-2/+2
| * | nvme: missing ppaf copyMatias Bjørling2015-11-161-0/+2
| * | lightnvm: remove linear and device addr modesMatias Bjørling2015-11-165-131/+73Star
| * | lightnvm: prevent double free on init errorMatias Bjørling2015-11-161-9/+3Star