aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05quota: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-03-05isofs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-03-05ext2: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-2/+1
2024-02-22ext2: mark as deprecatedMichael Opdenacker1-4/+11
2024-02-21udf: convert to new mount APIEric Sandeen1-242/+265
2024-02-21udf: convert novrs to an option flagEric Sandeen2-4/+3
2024-02-19MAINTAINERS: add missing git address for ext2 entryChao Yu1-0/+1
2024-02-12quota: Detect loops in quota treeJan Kara2-38/+105
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara16-17/+16
2024-02-08quota: Fix rcu annotations of inode dquot pointersJan Kara1-27/+39
2024-02-08isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie1-2/+16
2024-02-05udf: Avoid invalid LVID used on mountJan Kara1-17/+25
2024-02-05quota: Fix potential NULL pointer dereferenceWang Jianjian1-41/+57
2024-01-23quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_semJan Kara2-13/+13
2024-01-23quota: Set nofs allocation context when acquiring dqio_semJan Kara4-0/+39
2024-01-23ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()Jan Kara1-1/+1
2024-01-23ext2: Drop GFP_NOFS use in ext2_get_blocks()Jan Kara1-1/+1
2024-01-23ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()Jan Kara1-1/+1
2024-01-23udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara1-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara1-1/+1
2024-01-23udf: Avoid GFP_NOFS allocation in udf_symlink()Jan Kara1-8/+11
2024-01-23udf: Remove GFP_NOFS from dir iteration codeJan Kara2-2/+2
2024-01-22quota: Remove BUG_ON from dqget()Jan Kara1-3/+2
2024-01-22quota: Remove BUG_ON in dquot_load_quota_sb()Jan Kara1-1/+2
2024-01-22quota: Replace BUG_ON in dqput()Jan Kara1-4/+1
2024-01-21Linux 6.8-rc1v6.8-rc1Linus Torvalds1-2/+2
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: logged_ops_format.hKent Overstreet2-27/+31
2024-01-21bcachefs: reflink_format.hKent Overstreet3-47/+48
2024-01-21bcachefs; extents_format.hKent Overstreet2-279/+284
2024-01-21bcachefs: ec_format.hKent Overstreet2-16/+20
2024-01-21bcachefs: subvolume_format.hKent Overstreet2-32/+36
2024-01-21bcachefs: snapshot_format.hKent Overstreet2-33/+37
2024-01-21bcachefs: alloc_background_format.hKent Overstreet2-93/+94
2024-01-21bcachefs: xattr_format.hKent Overstreet2-15/+20
2024-01-21bcachefs: dirent_format.hKent Overstreet2-39/+43
2024-01-21bcachefs: inode_format.hKent Overstreet2-164/+167
2024-01-21bcachefs; quota_format.hKent Overstreet2-42/+48
2024-01-21bcachefs: sb-counters_format.hKent Overstreet2-95/+100
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet5-8/+7
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet1-0/+3
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet2-0/+3
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet1-1/+1
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet11-23/+24
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet18-97/+87
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue1-6/+5
2024-01-21bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue1-1/+1
2024-01-21bcachefs: bios must be 512 byte alginedKent Overstreet1-0/+4
2024-01-21bcachefs: remove redundant variable tmpColin Ian King1-3/+1
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet5-24/+44