aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo3-7/+21
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo3-9/+25
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo2-10/+20
2025-03-21ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)Ethan Carter Edwards1-1/+1
2025-03-21jbd2: add a missing data flush during file and fs synchronizationZhang Yi1-1/+11
2025-03-20ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li1-1/+3
2025-03-18jbd2: remove jbd2_journal_unfile_buffer()Baokun Li2-16/+0
2025-03-18ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo1-2/+2
2025-03-18jbd2: fix off-by-one while erasing journalZhang Yi1-9/+6
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)3-3/+3
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2025-03-18ext4: introduce ITAIL helperYe Bin2-5/+8
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers2-8/+4
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers15-56/+57
2025-03-17jbd2: do not try to recover wiped journalJan Kara1-5/+6
2025-03-17jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-03-17ext4: verify fast symlink lengthJan Kara1-2/+10
2025-03-16ext4: ignore xattrs past endBhupesh1-1/+10
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi3-6/+4
2025-03-16ext4: remove unneeded forward declaration in namei.cKemeng Shi1-30/+0
2025-03-16ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi1-4/+12
2025-03-13jbd2: Correct stale comment of release_buffer_pageKemeng Shi1-2/+2
2025-03-13jbd2: correct stale function name in commentKemeng Shi2-5/+5
2025-03-13jbd2: remove stale comment of update_t_max_waitKemeng Shi1-3/+0
2025-03-13jbd2: remove unused return value of do_readaheadKemeng Shi1-8/+3
2025-03-13jbd2: remove unused return value of jbd2_journal_cancel_revokeKemeng Shi2-5/+2
2025-03-13jbd2: remove unused h_jdata flag of handleKemeng Shi1-2/+0
2025-03-13ext4: show 'shutdown' hint when ext4 is forced to shutdownBaokun Li1-0/+3
2025-03-13ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li1-0/+3
2025-03-13ext4: correct behavior under errors=remount-ro modeBaokun Li1-11/+8
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li3-13/+18
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li12-61/+91
2025-03-13ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li1-0/+6
2025-03-13ext4: convert EXT4_FLAGS_* defines to enumBaokun Li1-3/+5
2025-03-13ext4: pack holes in ext4_inode_infoBaokun Li1-4/+3
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li3-28/+5
2025-03-13ext4: update the descriptions of data_err=abort and data_err=ignoreBaokun Li1-4/+3
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li3-11/+2
2025-03-13ext4: abort journal on data writeback failure if in data_err=abort modeBaokun Li2-14/+36
2025-03-13ext4: extract ext4_has_journal_option() from __ext4_fill_super()Baokun Li1-25/+25
2025-03-13ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-03-13ext4: do not convert the unwritten extents if data writeback failsBaokun Li2-3/+16
2025-03-13ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()Baokun Li1-9/+4
2025-03-13ext4: fix potential null dereference in ext4 kunit testCharles Han1-0/+2
2025-03-13ext4: Refactor out ext4_try_to_write_inline_data()Julian Sun1-74/+3
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun3-96/+16
2025-03-13ext4: Introduce a new helper function ext4_generic_write_inline_data()Julian Sun1-0/+86