index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-20
rbd: support for data-pool feature
Ilya Dryomov
1
-2
/
+31
2017-02-20
rbd: introduce rbd_init_layout()
Ilya Dryomov
1
-7
/
+18
2017-02-20
rbd: use rbd_obj_bytes() more
Ilya Dryomov
1
-12
/
+12
2017-02-20
rbd: remove now unused rbd_obj_request_wait() and helpers
Ilya Dryomov
1
-38
/
+0
2017-02-20
rbd: switch rbd_obj_method_sync() to ceph_osdc_call()
Ilya Dryomov
1
-95
/
+67
2017-02-20
rbd: do away with obj_request in rbd_obj_read_sync()
Ilya Dryomov
1
-49
/
+32
2017-02-20
rbd: initialize rbd_dev->header_oloc early
Ilya Dryomov
1
-3
/
+1
2017-02-20
rbd: kill rbd_image_header::{crypt_type,comp_type}
Ilya Dryomov
2
-12
/
+0
2017-02-20
rbd: use kstrndup() in rbd_header_from_disk()
Ilya Dryomov
1
-7
/
+3
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
24
-334
/
+427
2017-02-17
Merge branch 'for-4.11/block' into for-4.11/linus-merge
Jens Axboe
6
-53
/
+34
2017-02-14
cdrom: Make device operations read-only
Kees Cook
1
-1
/
+1
2017-02-13
idr: Return the deleted entry from idr_remove
Matthew Wilcox
1
-4
/
+2
2017-02-13
cciss: switch to pci_irq_alloc_vectors
Christoph Hellwig
2
-43
/
+17
2017-02-13
block/loop: fix race between I/O and set_status
Ming Lei
1
-5
/
+12
2017-02-09
xen: modify xenstore watch event interface
Juergen Gross
1
-3
/
+3
2017-02-02
zram_drv: update for backing dev info changes
Jens Axboe
1
-1
/
+1
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
7
-15
/
+17
2017-02-01
nbd: use an idr to keep track of nbd devices
Josef Bacik
1
-98
/
+115
2017-02-01
nbd: use our own workqueue for recv threads
Josef Bacik
1
-2
/
+11
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
15
-120
/
+125
2017-01-31
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-18
/
+18
2017-01-31
nbd: move request validity checking into nbd_send_cmd
Christoph Hellwig
1
-11
/
+10
2017-01-31
nbd: remove REQ_TYPE_DRV_PRIV leftovers
Christoph Hellwig
1
-9
/
+1
2017-01-31
virtio_blk: make SCSI passthrough support configurable
Christoph Hellwig
2
-50
/
+104
2017-01-31
virtio_blk: remove struct request backpointer from virtblk_req
Christoph Hellwig
1
-10
/
+10
2017-01-31
block: make scsi_request and scsi ioctl support optional
Christoph Hellwig
2
-0
/
+5
2017-01-31
skd: implement trivial scsi ioctls directly
Christoph Hellwig
1
-4
/
+11
2017-01-31
lightnvm: use end_io callback instead of instance
Matias Bjørling
1
-1
/
+2
2017-01-31
lightnvm: reduce number of nvm_id groups to one
Matias Bjørling
1
-2
/
+1
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
3
-21
/
+24
2017-01-27
Merge branch 'for-4.11/block' into for-4.11/rq-refactor
Jens Axboe
1
-1
/
+1
2017-01-23
xen-blkfront: correct maximum segment accounting
Jan Beulich
1
-3
/
+9
2017-01-23
xen-blkfront: feature flags handling adjustments
Jan Beulich
1
-5
/
+5
2017-01-19
nbd: only set MSG_MORE when we have more to send
Josef Bacik
1
-4
/
+2
2017-01-14
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+9
2017-01-14
locking/atomic, kref: Kill kref_sub()
Peter Zijlstra
2
-24
/
+14
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
3
-6
/
+6
2017-01-14
locking/atomic, kref: Add KREF_INIT()
Peter Zijlstra
1
-1
/
+1
2017-01-11
floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNEL
Vlastimil Babka
1
-1
/
+1
2017-01-10
zram: support BDI_CAP_STABLE_WRITES
Minchan Kim
1
-2
/
+11
2017-01-10
zram: revalidate disk under init_lock
Minchan Kim
1
-7
/
+1
2017-01-10
virtio_blk: fix panic in initialization error path
Omar Sandoval
1
-1
/
+2
2017-01-10
nbd: blk_mq_init_queue returns an error code on failure, not NULL
Jeff Moyer
1
-2
/
+4
2017-01-10
virtio_blk: avoid DMA to stack for the sense buffer
Christoph Hellwig
1
-1
/
+3
2017-01-05
scsi: cciss: use designated initializers
Kees Cook
1
-15
/
+15
2016-12-26
[nbd] pass iov_iter to nbd_xmit()
Al Viro
1
-39
/
+27
2016-12-26
[nbd] switch sock_xmit() to sock_{send,recv}msg()
Al Viro
1
-9
/
+7
2016-12-26
[drbd] use sock_sendmsg()
Al Viro
1
-7
/
+4
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
[prev]
[next]