Age | Commit message (Expand) | Author |
2014-09-30 | sunvdc: compute vdisk geometry from capacity | Allen Pais |
2014-09-30 | sunvdc: add cdrom and v1.1 protocol support | Allen Pais |
2014-09-22 | blk-mq: rename blk_mq_end_io to blk_mq_end_request | Christoph Hellwig |
2014-09-22 | blk-mq: call blk_mq_start_request from ->queue_rq | Christoph Hellwig |
2014-09-22 | blk-mq: remove REQ_END | Christoph Hellwig |
2014-09-22 | Merge branch 'for-linus' into for-3.18/core | Jens Axboe |
2014-09-18 | drbd: use RB_DECLARE_CALLBACKS() to define augment callbacks | Lai Jiangshan |
2014-09-18 | drbd: compute the end before rb_insert_augmented() | Lai Jiangshan |
2014-09-13 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-09-11 | Merge branch 'for-linus' into for-3.18/core | Jens Axboe |
2014-09-11 | drbd: Add missing newline in resync progress display in /proc/drbd | Philipp Reisner |
2014-09-11 | drbd: reduce lock contention in drbd_worker | Lars Ellenberg |
2014-09-11 | drbd: Improve asender performance | Lars Ellenberg |
2014-09-11 | drbd: Get rid of the WORK_PENDING macro | Andreas Gruenbacher |
2014-09-11 | drbd: Get rid of the __no_warn and __cond_lock macros | Andreas Gruenbacher |
2014-09-11 | drbd: Avoid inconsistent locking warning | Andreas Gruenbacher |
2014-09-11 | drbd: Remove superfluous newline from "resync_extents" debugfs entry. | Philipp Marek |
2014-09-11 | drbd: Use consistent names for all the bi_end_io callbacks | Andreas Gruenbacher |
2014-09-11 | drbd: Use better variable names | Andreas Gruenbacher |
2014-09-10 | rbd: fix error return code in rbd_dev_device_setup() | Wei Yongjun |
2014-09-10 | rbd: avoid format-security warning inside alloc_workqueue() | Ilya Dryomov |
2014-09-02 | blk-mq: pass along blk_mq_alloc_tag_set return values | Robert Elliott |
2014-08-29 | Merge branch 'akpm' (fixes from Andrew Morton) | Linus Torvalds |
2014-08-29 | zram: fix incorrect stat with failed_reads | Chao Yu |
2014-08-28 | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence |
2014-08-26 | block,scsi: verify return pointer from blk_get_request | Joe Lawrence |
2014-08-26 | paride/pcd: Fix grammar | Geert Uytterhoeven |
2014-08-21 | brd: add ram disk visibility option | Dmitry Monakhov |
2014-08-21 | block: systemace: Remove .owner field for driver | Michal Simek |
2014-08-14 | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2014-08-14 | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-08-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine |
2014-08-08 | block: use pci_zalloc_consistent | Joe Perches |
2014-08-07 | rbd: remove extra newlines from rbd_warn() messages | Ilya Dryomov |
2014-08-07 | rbd: allocate img_request with GFP_NOIO instead GFP_ATOMIC | Ilya Dryomov |
2014-08-07 | rbd: rework rbd_request_fn() | Ilya Dryomov |
2014-08-06 | zram: replace global tb_lock with fine grain lock | Weijie Yang |
2014-08-06 | zram: use size_t instead of u16 | Minchan Kim |
2014-08-06 | zram: remove unused SECTOR_SIZE define | Sergey Senozhatsky |
2014-08-06 | zram: rename struct `table' to `zram_table_entry' | Sergey Senozhatsky |
2014-07-25 | rbd: take snap_id into account when reading in parent info | Ilya Dryomov |
2014-07-25 | rbd: do not read in parent info before snap context | Ilya Dryomov |
2014-07-25 | rbd: update mapping size only on refresh | Ilya Dryomov |
2014-07-25 | rbd: harden rbd_dev_refresh() and callers a bit | Ilya Dryomov |
2014-07-25 | rbd: split rbd_dev_spec_update() into two functions | Ilya Dryomov |
2014-07-25 | rbd: remove unnecessary asserts in rbd_dev_image_probe() | Ilya Dryomov |
2014-07-25 | rbd: introduce rbd_dev_header_info() | Ilya Dryomov |
2014-07-25 | rbd: show the entire chain of parent images | Ilya Dryomov |
2014-07-24 | rbd: use rbd_segment_name_free() instead of kfree() | Himangi Saraogi |