summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-295-565/+397
|\
| * compat_ioctl: simplify up block/ioctl.cArnd Bergmann2020-01-031-152/+117
| * compat_ioctl: block: simplify compat_blkpg_ioctl()Arnd Bergmann2020-01-031-36/+38
| * compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann2020-01-033-227/+219
| * compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann2020-01-031-75/+0
| * compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann2020-01-031-45/+0
| * compat_ioctl: bsg: add handlerArnd Bergmann2020-01-031-0/+1
| * compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann2020-01-031-36/+0
| * compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann2020-01-032-99/+133
| * compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+21
| * compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann2020-01-031-28/+1
* | Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-278-57/+119
|\ \
| * | partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
| * | block, bfq: improve arithmetic division in bfq_delta()Wen Yang2020-01-221-4/+1
| * | block/bfq: remove unused bfq_class_rt which never usedAlex Shi2020-01-221-1/+0
| * | block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni2020-01-091-1/+1
| * | blk-mq: Document functions for sending requestAndré Almeida2020-01-061-2/+83
| * | block: Allow t10-pi to be modularHerbert Xu2020-01-063-2/+10
| * | blk-mq: optimise blk_mq_flush_plug_list()Pavel Begunkov2019-12-191-38/+19
| * | blk-mq: optimise rq sort functionPavel Begunkov2019-12-191-8/+4
* | | block: allow partitions on host aware zone devicesChristoph Hellwig2020-01-261-4/+22
* | | block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-151-1/+1
* | | block: fix get_max_segment_size() overflow on 32bit archMing Lei2020-01-141-2/+7
* | | fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-091-1/+11
* | | block: fix splitting segments on boundary masksMing Lei2019-12-301-9/+9
* | | block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-0/+39
| |/ |/|
* | compat_ioctl: block: handle Persistent ReservationsArnd Bergmann2019-12-211-0/+9
* | compat_ioctl: block: handle add zone open, close and finish ioctlArnd Bergmann2019-12-211-0/+3
* | compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONESArnd Bergmann2019-12-211-0/+2
* | compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann2019-12-211-0/+2
* | block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang2019-12-201-1/+1
* | block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-202-0/+6
* | block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche2019-12-201-1/+1
* | block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev2019-12-171-4/+7
* | iocost: over-budget forced IOs should schedule async delayTejun Heo2019-12-161-5/+8
|/
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-133-23/+6
|\
| * blk-cgroup: remove blkcg_drain_queueGuoqing Jiang2019-12-121-20/+0
| * block: fix NULL pointer dereference in account statistics with IDELogan Gunthorpe2019-12-121-2/+3
| * block: fix "check bi_size overflow before merge"Andreas Gruenbacher2019-12-091-1/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* block: fix memleak of bio integrity dataJustin Tee2019-12-053-1/+8
* bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao2019-12-051-0/+3
* block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig2019-12-031-26/+33
* block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig2019-12-031-11/+5
* block: allocate the zone bitmaps lazilyChristoph Hellwig2019-12-031-33/+32
* block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig2019-12-031-9/+9
* block: simplify blkdev_nr_zonesChristoph Hellwig2019-12-032-19/+9
* block: remove the empty line at the end of blk-zoned.cChristoph Hellwig2019-12-031-1/+0
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-4/+128
|\
| * compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-4/+128