aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-380/+231
2017-02-27scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-70/+69
2017-02-24zram: extend zero pages to same element pageszhouxianrong2-30/+66
2017-02-24zram: remove waitqueue for IO doneMinchan Kim2-40/+3
2017-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+17
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-253/+236
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov1-4/+2
2017-02-23sunvdc: Add support for setting physical sector sizeLiam R. Howlett1-1/+17
2017-02-22zram: remove obsolete sysfs attrsSergey Senozhatsky1-99/+2
2017-02-22cciss: Remove kmalloc castTobin C. Harding1-2/+1
2017-02-22cciss: Fix checkpatch OPEN_BRACETobin C. Harding1-10/+5
2017-02-22cciss: Fix checkpatch TRAILING_WHITESPACETobin C. Harding1-85/+85
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2017-02-21nbd: cleanup workqueue on error properlyJosef Bacik1-1/+3
2017-02-21nbd: set the logical and physical blocksize properlyJosef Bacik1-23/+15
2017-02-21nbd: cleanup ioctl handlingJosef Bacik1-137/+132
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+15
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds27-387/+461
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-30/+20
2017-02-20rbd: constify device_type structureBhumika Goyal1-1/+1
2017-02-20rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov1-72/+7
2017-02-20rbd: store and use obj_request->object_noIlya Dryomov1-6/+13
2017-02-20rbd: RBD_V{1,2}_DATA_FORMAT macrosIlya Dryomov2-7/+6
2017-02-20rbd: factor out __rbd_osd_req_create()Ilya Dryomov1-63/+40
2017-02-20rbd: set offset and length outside of rbd_obj_request_create()Ilya Dryomov1-15/+11
2017-02-20rbd: support for data-pool featureIlya Dryomov1-2/+31
2017-02-20rbd: introduce rbd_init_layout()Ilya Dryomov1-7/+18
2017-02-20rbd: use rbd_obj_bytes() moreIlya Dryomov1-12/+12
2017-02-20rbd: remove now unused rbd_obj_request_wait() and helpersIlya Dryomov1-38/+0
2017-02-20rbd: switch rbd_obj_method_sync() to ceph_osdc_call()Ilya Dryomov1-95/+67
2017-02-20rbd: do away with obj_request in rbd_obj_read_sync()Ilya Dryomov1-49/+32
2017-02-20rbd: initialize rbd_dev->header_oloc earlyIlya Dryomov1-3/+1
2017-02-20rbd: kill rbd_image_header::{crypt_type,comp_type}Ilya Dryomov2-12/+0
2017-02-20rbd: use kstrndup() in rbd_header_from_disk()Ilya Dryomov1-7/+3
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe24-334/+427
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe6-53/+34
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-4/+2
2017-02-13cciss: switch to pci_irq_alloc_vectorsChristoph Hellwig2-43/+17
2017-02-13block/loop: fix race between I/O and set_statusMing Lei1-5/+12
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-3/+3
2017-02-02zram_drv: update for backing dev info changesJens Axboe1-1/+1
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara7-15/+17
2017-02-01nbd: use an idr to keep track of nbd devicesJosef Bacik1-98/+115
2017-02-01nbd: use our own workqueue for recv threadsJosef Bacik1-2/+11
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig15-120/+125