summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: simplify diskstats_showChristoph Hellwig2021-04-081-4/+6
* block: simplify show_partitionChristoph Hellwig2021-04-081-6/+7
* block: simplify printk_all_partitionsChristoph Hellwig2021-04-081-17/+16
* block: simplify partition_overlapsChristoph Hellwig2021-04-081-10/+10
* block: simplify partition removalChristoph Hellwig2021-04-081-4/+6
* block: take bd_mutex around delete_partitions in del_gendiskChristoph Hellwig2021-04-082-0/+6
* block: refactor blk_drop_partitionsChristoph Hellwig2021-04-085-26/+10
* block: move more syncing and invalidation to delete_partitionChristoph Hellwig2021-04-082-7/+4
* block: remove invalidate_partitionChristoph Hellwig2021-04-081-14/+11
* dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig2021-04-082-6/+1
* blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche2021-04-071-8/+0
* blk-mq: set default elevator as deadline in case of hctx shared tagsetMing Lei2021-04-071-1/+2
* block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2021-04-065-99/+36
* block: refactor the bounce buffering codeChristoph Hellwig2021-04-065-90/+38
* block: remove BLK_BOUNCE_ISA supportChristoph Hellwig2021-04-069-133/+35
* scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-0613-105/+25
* advansys: remove ISA supportChristoph Hellwig2021-04-061-289/+32
* BusLogic: reject broken old firmware that requires ISA-style bounce bufferingChristoph Hellwig2021-04-062-16/+6
* Buslogic: remove ISA supportChristoph Hellwig2021-04-064-215/+7
* aha1542: use a local bounce bufferChristoph Hellwig2021-04-061-48/+57
* blk-mq: Always use blk_mq_is_sbitmap_sharedNikolay Borisov2021-04-061-2/+2
* block: add sysfs entry for virt boundary maskMax Gurtovoy2021-04-061-1/+8
* block, bfq: merge bursts of newly-created queuesPaolo Valente2021-03-253-10/+266
* block, bfq: keep shared queues out of the waker mechanismPaolo Valente2021-03-251-1/+11
* block, bfq: fix weight-raising resume with !low_latencyPaolo Valente2021-03-251-2/+8
* block, bfq: make shared queues inherit wakersPaolo Valente2021-03-251-3/+39
* block, bfq: put reqs of waker and woken in dispatch listPaolo Valente2021-03-251-1/+43
* block, bfq: always inject I/O of queues blocked by wakersPaolo Valente2021-03-252-5/+35
* blk-mq: Sentence reconstruct for better readabilityBhaskar Chowdhury2021-03-251-2/+2
* Linux 5.12-rc4v5.12-rc4Linus Torvalds2021-03-211-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-2111-72/+168
|\
| * ext4: initialize ret to suppress smatch warningTheodore Ts'o2021-03-211-1/+1
| * ext4: stop inode update before returnPan Bian2021-03-211-1/+3
| * ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-213-2/+12
| * ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
| * ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-211-4/+4
| * ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-211-1/+1
| * ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-03-211-9/+9
| * ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-211-2/+27
| * ext4: fix error handling in ext4_end_enable_verity()Eric Biggers2021-03-111-34/+55
| * ext4: fix bh ref count on error pathsZhaolong Zhang2021-03-061-3/+3
| * fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov2021-03-061-2/+9
| * ext4: add reclaim checks to xattr codeJan Kara2021-03-061-0/+4
| * ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-064-12/+39
* | Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-213-7/+31
|\ \
| * | io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher2021-03-211-4/+20
| * | io-wq: ensure task is running before processing task_workJens Axboe2021-03-211-2/+6
| * | signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman2021-03-211-1/+2
| * | signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe2021-03-211-0/+3
* | | Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-2114-48/+75
|\ \ \