summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2019-09-12null_blk: validate the number of devicesAndré Almeida1-1/+5
2019-09-12null_blk: fix module name at log messageAndré Almeida1-2/+2
2019-09-06block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal1-0/+2
2019-09-04paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin1-4/+6
2019-09-04paride/pcd: need to set queue to NULL before put_diskzhengbin1-1/+1
2019-09-04paride/pf: need to set queue to NULL before put_diskzhengbin1-1/+1
2019-08-23null_blk: fix inline misuseJens Axboe2-6/+5
2019-08-23null_blk: create a helper for req completionChaitanya Kulkarni1-22/+27
2019-08-23null_blk: create a helper for zoned devicesChaitanya Kulkarni3-27/+35
2019-08-23null_blk: create a helper for mem-backed opsChaitanya Kulkarni1-9/+16
2019-08-23null_blk: create a helper for badblocksChaitanya Kulkarni1-7/+17
2019-08-23null_blk: create a helper for throttlingChaitanya Kulkarni1-14/+25
2019-08-23null_blk: move duplicate code to callersChaitanya Kulkarni1-45/+21
2019-08-20nbd: fix max number of supported devsMike Christie1-14/+25
2019-08-20nbd: fix zero cmd timeout handling v2Mike Christie1-6/+23
2019-08-20nbd: add missing config putMike Christie1-1/+3
2019-08-20nbd: add function to convert blk req op to nbd cmdMike Christie1-15/+18
2019-08-20nbd: add set cmd timeout helperMike Christie1-14/+14
2019-08-09floppy: fix usercopy directionJann Horn1-2/+2
2019-08-09loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-08-05null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2-6/+25
2019-07-31nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata1-1/+1
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara1-7/+9
2019-07-30ataflop: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+12
2019-07-23drbd: dynamically allocate shash descriptorArnd Bergmann1-2/+12
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-588/+1610
2019-07-18Merge branch 'floppy'Linus Torvalds1-2/+32
2019-07-18floppy: fix out-of-bounds read in copy_bufferDenis Efremov1-2/+4
2019-07-18floppy: fix invalid pointer dereference in drive_nameDenis Efremov1-3/+8
2019-07-18floppy: fix out-of-bounds read in next_valid_formatDenis Efremov1-0/+18
2019-07-18floppy: fix div-by-zero in setup_format_paramsDenis Efremov1-0/+5
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds3-8/+8
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds3-18/+49
2019-07-15docs: blockdev: add it to the admin-guideMauro Carvalho Chehab3-8/+8
2019-07-15docs: blockdev: convert to ReSTMauro Carvalho Chehab3-8/+8
2019-07-12null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONEDJens Axboe1-1/+1
2019-07-12block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2-4/+2
2019-07-11nbd: add netlink reconfigure resize supportMike Christie1-16/+32
2019-07-11nbd: fix crash when the blksize is zeroXiubo Li1-3/+20
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds8-92/+17
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+3
2019-07-08rbd: setallochint only if object doesn't existIlya Dryomov1-5/+14
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov2-3/+727
2019-07-08rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov1-8/+6
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov1-4/+4
2019-07-08rbd: new exclusive lock wait/wake codeIlya Dryomov1-143/+186
2019-07-08rbd: quiescing lock should wait for image requestsIlya Dryomov1-14/+90
2019-07-08rbd: lock should be quiesced on reacquireIlya Dryomov1-14/+21