index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Lines
2018-04-02
rbd: get rid of img_req->copyup_pages
Ilya Dryomov
-34
/
+9
2018-04-02
rbd: don't (ab)use obj_req->pages for stat requests
Ilya Dryomov
-10
/
+5
2018-04-02
rbd: remove bio cloning helpers
Ilya Dryomov
-141
/
+0
2018-04-02
libceph, rbd: new bio handling code (aka don't clone bios)
Ilya Dryomov
-27
/
+40
2018-04-02
rbd: start enums at 1 instead of 0
Ilya Dryomov
-2
/
+4
2018-04-02
rbd: set max_segment_size to UINT_MAX
Ilya Dryomov
-1
/
+1
2018-03-27
loop: use killable lock in ioctls
Omar Sandoval
-10
/
+19
2018-03-27
loop: don't call into filesystem while holding lo_ctl_mutex
Omar Sandoval
-14
/
+24
2018-03-17
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
-13
/
+0
2018-03-09
loop: Fix lost writes caused by missing flag
Ross Zwisler
-1
/
+1
2018-03-09
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
-0
/
+2
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
-29
/
+29
2018-03-08
mtip32xx: Use the blk_queue_flag_*() functions
Bart Van Assche
-4
/
+4
2018-03-08
Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
-9
/
+8
2018-03-07
xen-blkfront: move negotiate_mq to cover all cases of new VBDs
Bhavesh Davda
-9
/
+8
2018-03-06
block: null_blk: fix 'Invalid parameters' when loading module
Ming Lei
-21
/
+25
2018-03-01
block: fix a typo
Jiufei Xue
-1
/
+1
2018-02-28
block: Fix a race between the cgroup code and request queue initialization
Bart Van Assche
-6
/
+4
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
-1
/
+2
2018-02-28
zram: Delete gendisk before cleaning up the request queue
Bart Van Assche
-1
/
+1
2018-02-28
block/loop: Delete gendisk before cleaning up the request queue
Bart Van Assche
-1
/
+1
2018-02-28
null_blk: add 'requeue' fault attribute
Jens Axboe
-12
/
+55
2018-02-27
nbd: fix return value in error handling path
Gustavo A. R. Silva
-1
/
+1
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
-7
/
+7
2018-02-08
Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
-16
/
+6
2018-02-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-17
/
+15
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-22
/
+20
2018-02-04
Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block
Linus Torvalds
-6
/
+7
2018-02-02
block: skd: fix incorrect linux/slab_def.h inclusion
Arnd Bergmann
-3
/
+4
2018-02-01
virtio_blk: print capacity at probe time
Stefan Hajnoczi
-17
/
+15
2018-01-30
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
-3
/
+3
2018-01-30
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-8
/
+3
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
-615
/
+184
2018-01-29
rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
Ilya Dryomov
-1
/
+3
2018-01-29
rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full()
Ilya Dryomov
-2
/
+0
2018-01-29
rbd: use kmem_cache_zalloc() in rbd_img_request_create()
Ilya Dryomov
-7
/
+2
2018-01-29
rbd: obj_request->completion is unused
Ilya Dryomov
-6
/
+1
2018-01-26
block: remove smart1,2.h
Corentin Labbe
-278
/
+0
2018-01-17
aoe: use ktime_t instead of timeval
Tina Ruchandani
-37
/
+14
2018-01-11
Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
-6
/
+12
2018-01-11
null_blk: remove explicit 'select FAULT_INJECTION'
Arnd Bergmann
-1
/
+12
2018-01-10
null_blk: add option for managing IO timeouts
Jens Axboe
-4
/
+43
2018-01-09
null_blk: wire up timeouts
Jens Axboe
-0
/
+16
2018-01-09
rbd: set max_segments to USHRT_MAX
Ilya Dryomov
-1
/
+1
2018-01-09
rbd: reacquire lock should update lock owner client id
Florian Margaine
-5
/
+11
2018-01-06
loop: fix concurrent lo_open/lo_release
Linus Torvalds
-2
/
+8
2018-01-06
DAC960: split up ioctl function to reduce stack size
Arnd Bergmann
-70
/
+90
2018-01-06
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
-2
/
+2
2018-01-05
pktcdvd: Fix a recently introduced NULL pointer dereference
Bart Van Assche
-4
/
+4
2018-01-05
pktcdvd: Fix pkt_setup_dev() error path
Bart Van Assche
-3
/
+1
[prev]
[next]