Age | Commit message (Expand) | Author |
2020-01-15 | block: fix an integer overflow in logical block size | Mikulas Patocka |
2020-01-14 | block: fix get_max_segment_size() overflow on 32bit arch | Ming Lei |
2020-01-09 | fs: move guard_bio_eod() after bio_set_op_attrs | Ming Lei |
2019-12-30 | block: fix splitting segments on boundary masks | Ming Lei |
2019-12-28 | block: add bio_truncate to fix guard_bio_eod | Ming Lei |
2019-12-21 | compat_ioctl: block: handle Persistent Reservations | Arnd Bergmann |
2019-12-21 | compat_ioctl: block: handle add zone open, close and finish ioctl | Arnd Bergmann |
2019-12-21 | compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES | Arnd Bergmann |
2019-12-21 | compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE | Arnd Bergmann |
2019-12-20 | block: fix memleak when __blk_rq_map_user_iov() is failed | Yang Yingliang |
2019-12-20 | block: Fix a lockdep complaint triggered by request queue flushing | Bart Van Assche |
2019-12-20 | block: Fix the type of 'sts' in bsg_queue_rq() | Bart Van Assche |
2019-12-17 | block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT | Roman Penyaev |
2019-12-16 | iocost: over-budget forced IOs should schedule async delay | Tejun Heo |
2019-12-13 | Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-12-12 | blk-cgroup: remove blkcg_drain_queue | Guoqing Jiang |
2019-12-12 | block: fix NULL pointer dereference in account statistics with IDE | Logan Gunthorpe |
2019-12-09 | block: fix "check bi_size overflow before merge" | Andreas Gruenbacher |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-12-05 | block: fix memleak of bio integrity data | Justin Tee |
2019-12-05 | bfq-iosched: Ensure bio->bi_blkg is valid before using it | Hou Tao |
2019-12-03 | block: set the zone size in blk_revalidate_disk_zones atomically | Christoph Hellwig |
2019-12-03 | block: don't handle bio based drivers in blk_revalidate_disk_zones | Christoph Hellwig |
2019-12-03 | block: allocate the zone bitmaps lazily | Christoph Hellwig |
2019-12-03 | block: replace seq_zones_bitmap with conv_zones_bitmap | Christoph Hellwig |
2019-12-03 | block: simplify blkdev_nr_zones | Christoph Hellwig |
2019-12-03 | block: remove the empty line at the end of blk-zoned.c | Christoph Hellwig |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-11-25 | Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-11-25 | Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-11-25 | Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-11-21 | Revert "block: split bio if the only bvec's length is > SZ_4K" | Jens Axboe |
2019-11-21 | block: add iostat counters for flush requests | Konstantin Khlebnikov |
2019-11-20 | block,bfq: Skip tracing hooks if possible | Dmitry Monakhov |
2019-11-18 | block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to... | Revanth Rajashekar |
2019-11-18 | block: Don't disable interrupts in trigger_softirq() | Sebastian Andrzej Siewior |
2019-11-14 | iocost: check active_list of all the ancestors in iocg_activate() | Jiufei Xue |
2019-11-14 | block: remove (__)blkdev_reread_part as an exported API | Christoph Hellwig |
2019-11-14 | block: fix bdev_disk_changed for non-partitioned devices | Christoph Hellwig |
2019-11-14 | block: move rescan_partitions to fs/block_dev.c | Christoph Hellwig |
2019-11-14 | block: merge invalidate_partitions into rescan_partitions | Christoph Hellwig |
2019-11-14 | block: refactor rescan_partitions | Christoph Hellwig |
2019-11-14 | block, bfq: deschedule empty bfq_queues not referred by any process | Paolo Valente |
2019-11-13 | blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue() | John Garry |
2019-11-12 | block: rework zone reporting | Christoph Hellwig |
2019-11-12 | block: Remove partition support for zoned block devices | Damien Le Moal |
2019-11-12 | block: Simplify report zones execution | Damien Le Moal |
2019-11-12 | block: cleanup the !zoned case in blk_revalidate_disk_zones | Christoph Hellwig |
2019-11-12 | block: Enhance blk_revalidate_disk_zones() | Damien Le Moal |
2019-11-12 | block: check bi_size overflow before merge | Junichi Nomura |