summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-112-3/+2
|\
| * nbd: fix possible sysfs duplicate warningXiubo Li2019-10-101-1/+1
| * null_blk: Fix zoned command return codeKeith Busch2019-10-091-2/+1
* | Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-041-0/+10
|\|
| * loop: change queue block size to match when using DIOMartijn Coenen2019-10-011-0/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-261-26/+3
|\ \ | |/ |/|
| * augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-26/+3
* | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-251-6/+12
|\ \ | |/ |/|
| * rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov2019-09-161-2/+6
| * rbd: fix response length parameter for encoded stringsDongsheng Yang2019-09-161-4/+6
* | pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-09-221-1/+0
* | nbd: fix possible page fault for nbd diskXiubo Li2019-09-171-0/+36
* | nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li2019-09-171-37/+37
* | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-178-165/+241
|\ \ | |/ |/|
| * null_blk: format pr_* logs with pr_fmtAndré Almeida2019-09-163-11/+14
| * null_blk: match the type of parameter nr_devicesAndré Almeida2019-09-161-1/+1
| * null_blk: do not fail the module load with zero devicesAndré Almeida2019-09-161-4/+0
| * null_blk: validate the number of devicesAndré Almeida2019-09-111-1/+5
| * null_blk: fix module name at log messageAndré Almeida2019-09-111-2/+2
| * block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal2019-09-051-0/+2
| * paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin2019-09-041-4/+6
| * paride/pcd: need to set queue to NULL before put_diskzhengbin2019-09-041-1/+1
| * paride/pf: need to set queue to NULL before put_diskzhengbin2019-09-041-1/+1
| * null_blk: fix inline misuseJens Axboe2019-08-232-6/+5
| * null_blk: create a helper for req completionChaitanya Kulkarni2019-08-231-22/+27
| * null_blk: create a helper for zoned devicesChaitanya Kulkarni2019-08-233-27/+35
| * null_blk: create a helper for mem-backed opsChaitanya Kulkarni2019-08-231-9/+16
| * null_blk: create a helper for badblocksChaitanya Kulkarni2019-08-231-7/+17
| * null_blk: create a helper for throttlingChaitanya Kulkarni2019-08-231-14/+25
| * null_blk: move duplicate code to callersChaitanya Kulkarni2019-08-231-45/+21
| * nbd: fix max number of supported devsMike Christie2019-08-201-14/+25
| * nbd: fix zero cmd timeout handling v2Mike Christie2019-08-201-6/+23
| * nbd: add missing config putMike Christie2019-08-201-1/+3
| * nbd: add function to convert blk req op to nbd cmdMike Christie2019-08-201-15/+18
| * nbd: add set cmd timeout helperMike Christie2019-08-201-14/+14
| * floppy: fix usercopy directionJann Horn2019-08-091-2/+2
| * loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-08-081-0/+1
| * null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-042-6/+25
* | rbd: restore zeroing past the overlap when reading from parentIlya Dryomov2019-08-281-0/+11
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-191-0/+2
|\ \
| * | signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+2
* | | xen/blkback: fix memory leaksWenwen Wang2019-08-121-3/+3
|/ /
* | loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-081-1/+1
* | block: aoe: Fix kernel crash due to atomic sleep when exitingHe Zhe2019-08-081-3/+10
|/
* nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-07-311-1/+1
* loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-301-7/+9
* ataflop: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-0/+1
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-2/+12
|\
| * drbd: dynamically allocate shash descriptorArnd Bergmann2019-07-231-2/+12
* | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-182-588/+1610
|\ \