summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbd: Fix spurious disk-timeoutLars Ellenberg2015-11-251-1/+1
* drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner2015-11-251-6/+6
* drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring2015-11-251-2/+1
* drbd: Backport the "status" commandAndreas Gruenbacher2015-11-251-79/+487
* drbd: Backport the "events2" commandAndreas Gruenbacher2015-11-255-12/+1151
* 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-255-26/+20
* 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
* mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2
* 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
* null_blk: register as a LightNVM deviceMatias Bjørling2015-11-161-6/+154
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-131-55/+54
|\
| * rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov2015-11-021-3/+0
| * rbd: set device_type::release instead of device::releaseIlya Dryomov2015-11-021-5/+2
| * rbd: don't free rbd_dev outside of the release callbackIlya Dryomov2015-11-021-42/+47
| * rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov2015-11-021-2/+4
| * rbd: drop null test before destroy functionsJulia Lawall2015-11-021-4/+2
* | brd: Refuse improperly aligned discard requestsJan Kara2015-11-111-0/+3
* | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-119-18/+24
|\ \
| * | block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-079-18/+24
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-078-32/+26
|\ \ \
| * | | signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-071-11/+4
| * | | zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2015-11-071-9/+9
| * | | zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY2015-11-071-2/+2
| * | | zram: introduce comp algorithm fallback functionalityLuis Henriques2015-11-071-3/+3
| * | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-074-5/+5
| * | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-072-2/+3
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+1
|\ \ \
| * | | pktcdvd: drop null test before destroy functionsJulia Lawall2015-09-291-2/+1
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-1/+1
| * | | move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-151-1/+1
* | | | Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-056-6028/+225
|\ \ \ \
| * | | | nvme: move to a new drivers/nvme/host directoryJay Sternberg2015-10-095-6056/+0
| * | | | nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig2015-10-091-0/+1
| * | | | nvme: add a local nvme.h headerChristoph Hellwig2015-10-093-2/+136
| * | | | nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig2015-10-091-2/+14
| * | | | nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig2015-10-091-33/+20
| * | | | nvme: factor reset code into a common helperChristoph Hellwig2015-10-091-24/+24
| * | | | nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig2015-10-091-9/+3
| * | | | nvme: delete dev from dev_list in nvme_resetChristoph Hellwig2015-10-091-0/+1
| * | | | NVMe: Simplify device resume on io queue failureKeith Busch2015-10-091-28/+6
| * | | | NVMe: Namespace removal simplificationsKeith Busch2015-10-091-32/+10
| * | | | NVMe: Reference count open namespacesKeith Busch2015-10-091-9/+20
| * | | | Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe2015-10-096-65/+62
| |\| | |