summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drbd: use bitmap_weight() helper, don't open codeLars Ellenberg2015-11-251-8/+8
| * | | drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg2015-11-251-0/+6
| * | | drbd: use resource name in workqueueLars Ellenberg2015-11-252-3/+6
| * | | drbd: debugfs: expose ed_data_gen_idLars Ellenberg2015-11-252-0/+11
| * | | drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg2015-11-251-1/+24
| * | | drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner2015-11-257-115/+141
| * | | drbd: Rename asender to ack_receiverPhilipp Reisner2015-11-253-11/+11
| * | | drbd: fix refcount error during detach of an already failed diskLars Ellenberg2015-11-251-3/+7
| * | | drbd: fix NULL deref in remember_new_stateLars Ellenberg2015-11-251-32/+14
| * | | drbd: improve network timeout detectionLars Ellenberg2015-11-253-27/+100
| * | | drbd: drbd_panic_after_delayed_completion_of_aborted_request()Lars Ellenberg2015-11-251-1/+7
| * | | drbd: add comment why we want to first call local-io-error, then send stateLars Ellenberg2015-11-251-0/+4
| * | | drbd: also bump UUIDs if a diskless primary connectsLars Ellenberg2015-11-251-1/+1
| * | | drbd: drbdsetup detach of an unresponsive local disk should not block IO "for...Lars Ellenberg2015-11-251-1/+1
| * | | 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
* | | | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-202-2/+2
|\ \ \ \
| * | | | blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-012-2/+2
| |/ / /
* | | | mm, dax, pmem: introduce pfn_tDan Williams2016-01-161-2/+5
* | | | zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-01-161-3/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-154-15/+41
|\ \ \ \
| * | | | zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2016-01-152-4/+4
| * | | | zram: pass gfp from zcomp frontend to backendMinchan Kim2016-01-154-35/+23
| * | | | zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-01-152-4/+42
| * | | | zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-01-153-4/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-151-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | floppy: make local variable non-staticRasmus Villemoes2015-12-081-2/+3
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-01-141-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-083-74/+234
| |\ \ \ \ \
| * | | | | | cciss: print max outstanding commands as a hex valueColin Ian King2016-01-051-1/+1
* | | | | | | nbd: use ->compat_ioctl()Al Viro2016-01-091-0/+1
* | | | | | | Merge branch 'for-linus' into work.miscAl Viro2016-01-091-6/+5
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | null_blk: use async queue restart helperJens Axboe2015-12-281-6/+5
* | | | | | | rsxx: don't open-code memdup_user()Al Viro2016-01-061-7/+4
* | | | | | | mtip32xx: don't open-code memdup_user()Al Viro2016-01-061-15/+8
* | | | | | | cciss: switch to memdup_user_nul()Al Viro2016-01-041-10/+4
|/ / / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-231-3/+3
|\ \ \ \ \ \
| * | | | | | null_blk: fix use-after-free errorMike Krinkin2015-12-221-3/+3
* | | | | | | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-182-9/+14
|\ \ \ \ \ \ \
| * | | | | | | xen-blkback: read from indirect descriptors only onceRoger Pau Monné2015-12-181-5/+10
| * | | | | | | xen-blkback: only read request operation from shared ring onceRoger Pau Monné2015-12-181-4/+4