aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-65/+16
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-38/+129
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-10/+6
2014-10-09zram: use notify_free to account all free notificationsSergey Senozhatsky1-0/+1
2014-10-09zram: report maximum used memoryMinchan Kim2-2/+59
2014-10-09zram: zram memory size limitationMinchan Kim2-0/+50
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim1-2/+2
2014-10-09rsxx debugfs inanityAl Viro1-65/+16
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2-10/+6
2014-09-30vio: fix reuse of vio_dring slotDwight Engen1-16/+23
2014-09-30sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-09-30sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-09-30sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-17/+92
2014-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+21
2014-09-10rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun1-1/+3
2014-09-10rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov1-1/+1
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott2-9/+21
2014-08-29Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2-4/+8
2014-08-29zram: fix incorrect stat with failed_readsChao Yu2-4/+8
2014-08-26paride/pcd: Fix grammarGeert Uytterhoeven1-2/+2
2014-08-21brd: add ram disk visibility optionDmitry Monakhov1-1/+5
2014-08-21block: systemace: Remove .owner field for driverMichal Simek1-1/+0
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-3/+3
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds16-1218/+2758
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-324/+365
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine3-3/+3
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: silence underflow warning in read_in_block()Dan Carpenter1-1/+1
2014-07-10drbd: implicitly truncate cpu-maskLars Ellenberg1-0/+14
2014-07-10drbd: drop spurious parameters from _drbd_md_sync_page_ioLars Ellenberg1-7/+5
2014-07-10drbd: resync should only lock out specific rangesLars Ellenberg2-53/+98
2014-07-10drbd: debugfs: add per device data_gen_idLars Ellenberg1-0/+22