index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
2014-08-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
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
2014-07-23
zram: avoid lockdep splat by revalidate_disk
Minchan Kim
2014-07-10
drbd: fix regression 'out of mem, failed to invoke fence-peer helper'
Lars Ellenberg
2014-07-08
rbd: do not leak image_id in rbd_dev_v2_parent_info()
Ilya Dryomov
2014-07-08
rbd: use rbd_obj_watch_request_helper() helper
Ilya Dryomov
2014-07-08
rbd: add rbd_obj_watch_request_helper() helper
Ilya Dryomov
2014-07-08
rbd: rbd_obj_request_wait() should cancel the request if interrupted
Ilya Dryomov
2014-07-03
zram: revalidate disk after capacity change
Minchan Kim
2014-06-26
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-06-25
drbd: fix NULL pointer deref in blk_add_request_payload
Lars Ellenberg
2014-06-23
rbd: handle parent_overlap on writes correctly
Ilya Dryomov
2014-06-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-06-18
Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Jens Axboe
2014-06-18
floppy: format block0 read error message properly
Jiri Kosina
2014-06-16
null_blk: fix softirq completions for queue_mode == 1
Jens Axboe
2014-06-15
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-06-13
NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.
Dan McLeran
2014-06-13
NVMe: Use Log Page constants in SCSI emulation
Matthew Wilcox
2014-06-13
NVMe: Fix hot cpu notification dead lock
Keith Busch
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-06-11
null_blk: fix name and description of 'queue_mode' module parameter
Mike Snitzer
2014-06-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-06-10
rbd: only set disk to read-only once
Josh Durgin
2014-06-10
rbd: move calls that may sleep out of spin lock range
Josh Durgin
2014-06-10
rbd: add ioctl for rbd
Guangliang Zhao
2014-06-06
nbd: zero from and len fields in NBD_CMD_DISCONNECT.
Hani Benhabiles
2014-06-06
mtip32xx: minor performance enhancements
Sam Bradshaw
2014-06-06
block: add blk_rq_set_block_pc()
Jens Axboe
2014-06-06
rbd: fix ida/idr memory leak
Ilya Dryomov
2014-06-06
rbd: use reference counts for image requests
Alex Elder
2014-06-06
rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()
Ilya Dryomov
2014-06-06
rbd: make sure we have latest osdmap on 'rbd map'
Ilya Dryomov
2014-06-06
rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
[next]