aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 5-80/+71
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Gravatar Christian Brauner 7-62/+97
2023-08-21block: call into the file system for ioctl BLKFLSBUFGravatar Christoph Hellwig 2-17/+8
2023-08-21block: call into the file system for bdev_mark_deadGravatar Christoph Hellwig 2-41/+33
2023-08-21block: consolidate __invalidate_device and fsync_bdevGravatar Christoph Hellwig 4-13/+32
2023-08-21block: drop the "busy inodes on changed media" log messageGravatar Christoph Hellwig 1-6/+2
2023-08-21block: simplify the disk_force_media_change interfaceGravatar Christoph Hellwig 1-11/+4
2023-08-19Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxGravatar Linus Torvalds 4-16/+48
2023-08-19blk-mq: release scheduler resource when request completesGravatar Chengming Zhou 2-3/+23
2023-08-18blk-crypto: dynamically allocate fallback profileGravatar Sweet Tea Dorminy 1-13/+23
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeGravatar Ming Lei 1-0/+2
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-11/+7
2023-08-09blk-iocost: fix queue stats accountingGravatar Chengming Zhou 1-2/+3
2023-08-09block: don't make REQ_POLLED imply REQ_NOWAITGravatar Jens Axboe 1-3/+4
2023-08-08block: get rid of unused plug->nowait flagGravatar Jens Axboe 1-6/+0
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-3/+13
2023-07-20blk-iocost: skip empty flush bio in iocostGravatar Chengming Zhou 1-0/+4
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeGravatar Darrick J. Wong 1-4/+4
2023-07-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-36/+50
2023-07-14blk-mq: Fix stall due to recursive flush plugGravatar Ross Lagerwall 2-3/+9
2023-07-14block: queue data commands from the flush state machine at the headGravatar Christoph Hellwig 1-1/+1
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqGravatar Chengming Zhou 1-17/+30
2023-07-12block/mq-deadline: Fix a bug in deadline_from_pos()Gravatar Bart Van Assche 1-1/+1
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesGravatar Martin K. Petersen 1-36/+50
2023-07-05scsi: block: Improve checks in blk_revalidate_disk_zones()Gravatar Damien Le Moal 1-36/+50
2023-07-05blk-crypto: use dynamic lock class for blk_crypto_profile::lockGravatar Eric Biggers 1-2/+10
2023-07-05block/partition: fix signedness issue for Amiga partitionsGravatar Michael Schmitz 1-1/+1
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 8-143/+160
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-9/+13
2023-06-28block: add request polling helperGravatar Keith Busch 1-16/+32
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Gravatar Jens Axboe 8-127/+128
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-15/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 32-632/+1152
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-06-26blk-sysfs: add a new attr_group for blk_mqGravatar Yu Kuai 1-11/+31
2023-06-26blk-iocost: move wbt_enable/disable_default() out of spinlockGravatar Yu Kuai 1-2/+5
2023-06-26blk-wbt: cleanup rwb_enabled() and wbt_disabled()Gravatar Yu Kuai 1-3/+2
2023-06-26blk-wbt: remove dead code to handle wbt enable/disable with io inflightGravatar Yu Kuai 1-16/+0
2023-06-26blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledGravatar Yu Kuai 2-88/+74
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDGravatar Ming Lei 1-1/+5
2023-06-25blk-throttle: Fix io statistics for cgroup v1Gravatar Jinke Han 3-8/+13
2023-06-22block: don't return -EINVAL for not found names in devt_from_devnameGravatar Christoph Hellwig 1-2/+2
2023-06-22block: make sure local irq is disabled when calling __blkcg_rstat_flushGravatar Ming Lei 1-2/+3
2023-06-21block: Improve kernel-doc headersGravatar Bart Van Assche 2-1/+3
2023-06-21blk-mq: don't insert passthrough request into sw queueGravatar Ming Lei 1-1/+6
2023-06-21bsg: make bsg_class a static const structureGravatar Ivan Orlov 1-7/+11
2023-06-21block: fix the exclusive open mask in disk_scan_partitionsGravatar Christoph Hellwig 1-1/+1
2023-06-20block: add overflow checks for Amiga partition supportGravatar Michael Schmitz 1-18/+85
2023-06-20block: fix signed int overflow in Amiga partition supportGravatar Michael Schmitz 1-4/+5