index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
2018-04-02
rbd: get the latest osdmap when using an existing client
Ilya Dryomov
2018-04-02
rbd: move rbd_get_client() below rbd_put_client()
Ilya Dryomov
2018-04-02
rbd: remove redundant declaration of rbd_spec_put()
Ilya Dryomov
2018-04-02
rbd: allow "fancy" striping
Ilya Dryomov
2018-04-02
rbd: introduce OWN_BVECS data type
Ilya Dryomov
2018-04-02
rbd: remove rbd_parent_request_{create,destroy}()
Ilya Dryomov
2018-04-02
rbd: get rid of img_req->{offset,length}
Ilya Dryomov
2018-04-02
rbd: remove rbd_img_request_fill() and helpers
Ilya Dryomov
2018-04-02
rbd: switch to common striping framework
Ilya Dryomov
2018-04-02
rbd: create+truncate for whole-object layered discards
Ilya Dryomov
2018-04-02
rbd: move to obj_req->img_extents
Ilya Dryomov
2018-04-02
rbd: incorporate ceph_object_extent
Ilya Dryomov
2018-04-02
rbd: store data_type in img_req instead of obj_req
Ilya Dryomov
2018-04-02
rbd: remove obj_req->flags field
Ilya Dryomov
2018-04-02
rbd: remove old request completion code
Ilya Dryomov
2018-04-02
rbd: new request completion code
Ilya Dryomov
2018-04-02
rbd: update rbd_img_request_submit() signature
Ilya Dryomov
2018-04-02
rbd: add img_req->op_type field
Ilya Dryomov
2018-04-02
rbd: simplify rbd_osd_req_create()
Ilya Dryomov
2018-04-02
rbd: remove old request handling code
Ilya Dryomov
2018-04-02
rbd: new request handling code
Ilya Dryomov
2018-04-02
rbd: move from raw pages to bvec data descriptors
Ilya Dryomov
2018-04-02
rbd: get rid of img_req->copyup_pages
Ilya Dryomov
2018-04-02
rbd: don't (ab)use obj_req->pages for stat requests
Ilya Dryomov
2018-04-02
rbd: remove bio cloning helpers
Ilya Dryomov
2018-04-02
libceph, rbd: new bio handling code (aka don't clone bios)
Ilya Dryomov
2018-04-02
rbd: start enums at 1 instead of 0
Ilya Dryomov
2018-04-02
rbd: set max_segment_size to UINT_MAX
Ilya Dryomov
2018-03-27
loop: use killable lock in ioctls
Omar Sandoval
2018-03-27
loop: don't call into filesystem while holding lo_ctl_mutex
Omar Sandoval
2018-03-17
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
2018-03-09
loop: Fix lost writes caused by missing flag
Ross Zwisler
2018-03-09
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2018-03-08
mtip32xx: Use the blk_queue_flag_*() functions
Bart Van Assche
2018-03-08
Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
2018-03-07
xen-blkfront: move negotiate_mq to cover all cases of new VBDs
Bhavesh Davda
2018-03-06
block: null_blk: fix 'Invalid parameters' when loading module
Ming Lei
2018-03-01
block: fix a typo
Jiufei Xue
2018-02-28
block: Fix a race between the cgroup code and request queue initialization
Bart Van Assche
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
2018-02-28
zram: Delete gendisk before cleaning up the request queue
Bart Van Assche
2018-02-28
block/loop: Delete gendisk before cleaning up the request queue
Bart Van Assche
2018-02-28
null_blk: add 'requeue' fault attribute
Jens Axboe
2018-02-27
nbd: fix return value in error handling path
Gustavo A. R. Silva
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
2018-02-08
Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2018-02-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-02-04
Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block
Linus Torvalds
[prev]
[next]