summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-07-22 11:32:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-07-22 11:32:05 -0700
commit7d080fa867092c1db078dd72d70cb256642f7b18 (patch)
tree6185f09f14510e8d733d05c68c0aa6fcde262cf0 /tools/perf/scripts/python
parent0256994887d7c89c2a41d872aac67605bda8f115 (diff)
parent89ed6c9ac69ec398ccb648f5f675b43e8ca679ca (diff)
downloadkernel-7d080fa867092c1db078dd72d70cb256642f7b18.tar.gz
Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux
Pull more block updates from Jens Axboe: - MD fixes via Song: - md-cluster fixes (Heming Zhao) - raid1 fix (Mateusz Jończyk) - s390/dasd module description (Jeff) - Series cleaning up and hardening the blk-mq debugfs flag handling (John, Christoph) - blk-cgroup cleanup (Xiu) - Error polled IO attempts if backend doesn't support it (hexue) - Fix for an sbitmap hang (Yang) * tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux: (23 commits) blk-cgroup: move congestion_count to struct blkcg sbitmap: fix io hung due to race on sbitmap_word::cleared block: avoid polling configuration errors block: Catch possible entries missing from rqf_name[] block: Simplify definition of RQF_NAME() block: Use enum to define RQF_x bit indexes block: Catch possible entries missing from cmd_flag_name[] block: Catch possible entries missing from alloc_policy_name[] block: Catch possible entries missing from hctx_flag_name[] block: Catch possible entries missing from hctx_state_name[] block: Catch possible entries missing from blk_queue_flag_name[] block: Make QUEUE_FLAG_x as an enum block: Relocate BLK_MQ_MAX_DEPTH block: Relocate BLK_MQ_CPU_WORK_BATCH block: remove QUEUE_FLAG_STOPPED block: Add missing entry to hctx_flag_name[] block: Add zone write plugging entry to rqf_name[] block: Add missing entries from cmd_flag_name[] s390/dasd: fix error checks in dasd_copy_pair_store() s390/dasd: add missing MODULE_DESCRIPTION() macros ...
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/fs/btrfs/btrfs_inode.h?h=linux-6.12.y&id=51a8cf9d2d97017d334f33f1b39067bd2f03bc49'>Btrfs: fix btrfs_is_free_space_inode to recognize btree inodeLiu Bo 2012-06-14Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik 2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik 2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik 2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik 2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik 2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik 2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik 2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik 2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik 2011-10-19Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik 2011-09-11Btrfs: fix an oops when deleting snapshotsLiu Bo 2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason 2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik 2011-05-28Merge branch 'for-chris' ofChris Mason 2011-05-26Btrfs: add mount -o auto_defragChris Mason 2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik 2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason 2011-05-21btrfs: implement delayed inode items operationMiao Xie 2011-04-25Btrfs: Always use 64bit inode numberLi Zefan