summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2014-09-11drbd: Improve asender performanceLars Ellenberg-10/+7
2014-09-11drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher-8/+7
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher-8/+12
2014-09-11drbd: Avoid inconsistent locking warningAndreas Gruenbacher-1/+1
2014-09-11drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek-1/+1
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher-9/+9
2014-09-11drbd: Use better variable namesAndreas Gruenbacher-49/+49
2014-09-10rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun-1/+3
2014-09-10rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov-1/+1
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott-9/+21
2014-08-29Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds-4/+8
2014-08-29zram: fix incorrect stat with failed_readsChao Yu-4/+8
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence-5/+5
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence-0/+4
2014-08-26paride/pcd: Fix grammarGeert Uytterhoeven-2/+2
2014-08-21brd: add ram disk visibility optionDmitry Monakhov-1/+5
2014-08-21block: systemace: Remove .owner field for driverMichal Simek-1/+0
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-1218/+2758
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-324/+365
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-3/+3
2014-08-08block: use pci_zalloc_consistentJoe Perches-32/+22
2014-08-07rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov-13/+12
2014-08-07rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov-1/+1
2014-08-07rbd: rework rbd_request_fn()Ilya Dryomov-77/+119
2014-08-06zram: replace global tb_lock with fine grain lockWeijie Yang-33/+60
2014-08-06zram: use size_t instead of u16Minchan Kim-1/+1
2014-08-06zram: remove unused SECTOR_SIZE defineSergey Senozhatsky-1/+0
2014-08-06zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky-2/+2
2014-07-25rbd: take snap_id into account when reading in parent infoIlya Dryomov-1/+1
2014-07-25rbd: do not read in parent info before snap contextIlya Dryomov-33/+27
2014-07-25rbd: update mapping size only on refreshIlya Dryomov-12/+7
2014-07-25rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov-5/+16
2014-07-25rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov-31/+48
2014-07-25rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov-2/+0
2014-07-25rbd: introduce rbd_dev_header_info()Ilya Dryomov-10/+14
2014-07-25rbd: show the entire chain of parent imagesIlya Dryomov-33/+23
2014-07-24rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi-8/+8
2014-07-23zram: avoid lockdep splat by revalidate_diskMinchan Kim-4/+18
2014-07-10drbd: silence underflow warning in read_in_block()Dan Carpenter-1/+1
2014-07-10drbd: implicitly truncate cpu-maskLars Ellenberg-0/+14
2014-07-10drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg-7/+5
2014-07-10drbd: resync should only lock out specific rangesLars Ellenberg-53/+98
2014-07-10drbd: debugfs: add per device data_gen_idLars Ellenberg-0/+22
2014-07-10drbd: debugfs: add per connection oldest requestsLars Ellenberg-0/+7
2014-07-10drbd: debugfs: add version tag to debugfs filesLars Ellenberg-0/+52
2014-07-10drbd: debugfs: add per volume oldest_requestsLars Ellenberg-5/+148
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg-3/+144
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg-20/+255
2014-07-10drbd: debugfs: deal with destructor racing with open of debugfs fileLars Ellenberg-4/+54