aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-324/+365
2014-08-08block: use pci_zalloc_consistentJoe Perches3-32/+22
2014-08-07rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov1-13/+12
2014-08-07rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov1-1/+1
2014-08-07rbd: rework rbd_request_fn()Ilya Dryomov1-77/+119
2014-08-06zram: replace global tb_lock with fine grain lockWeijie Yang2-33/+60
2014-08-06zram: use size_t instead of u16Minchan Kim1-1/+1
2014-08-06zram: remove unused SECTOR_SIZE defineSergey Senozhatsky1-1/+0
2014-08-06zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky1-2/+2
2014-07-25rbd: take snap_id into account when reading in parent infoIlya Dryomov1-1/+1
2014-07-25rbd: do not read in parent info before snap contextIlya Dryomov1-33/+27
2014-07-25rbd: update mapping size only on refreshIlya Dryomov1-12/+7
2014-07-25rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov1-5/+16
2014-07-25rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov1-31/+48
2014-07-25rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov1-2/+0
2014-07-25rbd: introduce rbd_dev_header_info()Ilya Dryomov1-10/+14
2014-07-25rbd: show the entire chain of parent imagesIlya Dryomov1-33/+23
2014-07-24rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi1-8/+8
2014-07-23zram: avoid lockdep splat by revalidate_diskMinchan Kim1-4/+18
2014-07-10drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-07-08rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov1-0/+2
2014-07-08rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov1-98/+17
2014-07-08rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov1-0/+53
2014-07-08rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov1-11/+28
2014-07-03zram: revalidate disk after capacity changeMinchan Kim1-1/+4
2014-06-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2014-06-25drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg1-1/+4
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2014-06-18Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linusJens Axboe1-1/+1
2014-06-18floppy: format block0 read error message properlyJiri Kosina1-1/+1
2014-06-16null_blk: fix softirq completions for queue_mode == 1Jens Axboe1-1/+4
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-90/+149
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran1-7/+6
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox1-3/+2
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-10/+25
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-45/+197
2014-06-11null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer1-1/+1
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-11/+14
2014-06-10rbd: only set disk to read-only onceJosh Durgin1-1/+1
2014-06-10rbd: move calls that may sleep out of spin lock rangeJosh Durgin1-11/+18
2014-06-10rbd: add ioctl for rbdGuangliang Zhao1-2/+60
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles1-5/+2
2014-06-06mtip32xx: minor performance enhancementsSam Bradshaw2-10/+13
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2014-06-06rbd: fix ida/idr memory leakIlya Dryomov1-0/+1
2014-06-06rbd: use reference counts for image requestsAlex Elder1-0/+9
2014-06-06rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov1-38/+85
2014-06-06rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov1-3/+33
2014-06-06rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1