summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-25xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-25xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong
2021-08-25xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong
2021-08-25xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong
2021-08-25xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong
2021-08-25xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong
2021-08-25xfs: standardize daddr formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize AG number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: standardize inode number formatting in ftrace outputDarrick J. Wong
2021-08-25xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong
2021-08-25xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-25xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong
2021-08-25xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-25xfs: make the pointer passed to btree set_root functions constDarrick J. Wong
2021-08-25xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-25xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong
2021-08-25xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2021-08-25xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-25xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-08-25xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong
2021-08-25xfs: add trace point for fs shutdownDarrick J. Wong
2021-08-25xfs: make fsmap backend function key parameters constDarrick J. Wong
2021-08-25xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong
2021-08-25xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong
2021-08-25fs: forbid invalid project IDWang Shilong
2021-08-25xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong
2021-08-25xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-08-25xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong
2021-08-25xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-08-25xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong
2021-08-25xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong
2021-08-25xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong
2021-08-25xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-25xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong
2021-08-25xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong
2021-08-25xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong
2021-08-25xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong
2021-08-25xfs: queue inactivation immediately when free space is tightDarrick J. Wong
2021-08-25xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-25xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong
2021-08-25xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong
2021-08-25xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner
2021-08-25xfs: introduce CPU hotplug infrastructureDave Chinner
2021-08-25xfs: remove the active vs running quota differentiationChristoph Hellwig
2021-08-25xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig
2021-08-25xfs: remove xfs_dqrele_all_inodesChristoph Hellwig
2021-08-25xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2021-08-25iomap: pass writeback errors to the mappingDarrick J. Wong