summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong
2024-04-23xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong
2024-04-23xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong
2024-04-23xfs: rearrange xfs_da_args a bit to use less spaceDarrick J. Wong
2024-04-23xfs: make attr removal an explicit operationDarrick J. Wong
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong
2024-04-23xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong
2024-04-23xfs: remove XFS_DA_OP_REMOVEDarrick J. Wong
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig
2024-04-22xfs: stop the steal (of data blocks for RT indirect blocks)Christoph Hellwig
2024-04-22xfs: rework splitting of indirect block reservationsChristoph Hellwig
2024-04-22xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocationsChristoph Hellwig
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig
2024-04-22xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delayChristoph Hellwig
2024-04-22xfs: reinstate RT support in xfs_bmapi_reserve_delallocChristoph Hellwig
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-04-22xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positiveChristoph Hellwig
2024-04-22xfs: move RT inode locking out of __xfs_bunmapiChristoph Hellwig
2024-04-22xfs: free RT extents after updating the bmap btreeChristoph Hellwig
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig
2024-04-22xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitionsChristoph Hellwig
2024-04-22xfs: compile out v4 support if disabledChristoph Hellwig
2024-04-22xfs: remove the unused xfs_extent_busy_enomem trace eventChristoph Hellwig
2024-04-22xfs: unwind xfs_extent_busy_clearChristoph Hellwig
2024-04-22xfs: move more logic into xfs_extent_busy_clear_oneChristoph Hellwig
2024-04-22xfs: Remove unused function is_rt_data_forkJiapeng Chong
2024-04-22xfs: small cleanup in xrep_update_qflags()Dan Carpenter
2024-04-22xfs: Fix typo in commentThorsten Blum
2024-04-22xfs: fix sparse warnings about unused interval tree functionsDave Chinner
2024-04-22xfs: silence sparse warning when checking version numberDave Chinner
2024-04-20xfs: fix CIL sparse lock context warningsDave Chinner
2024-04-16Merge tag 'retain-ilock-during-dir-ops-6.10_2024-04-15' of https://git.kernel...Chandan Babu R
2024-04-16Merge tag 'online-fsck-design-6.10_2024-04-15' of https://git.kernel.org/pub/...Chandan Babu R
2024-04-16Merge tag 'discard-relax-locks-6.10_2024-04-15' of https://git.kernel.org/pub...Chandan Babu R
2024-04-16Merge tag 'inode-repair-improvements-6.10_2024-04-15' of https://git.kernel.o...Chandan Babu R
2024-04-16Merge tag 'repair-iunlink-6.10_2024-04-15' of https://git.kernel.org/pub/scm/...Chandan Babu R
2024-04-16Merge tag 'repair-symlink-6.10_2024-04-15' of https://git.kernel.org/pub/scm/...Chandan Babu R
2024-04-16Merge tag 'repair-orphanage-6.10_2024-04-15' of https://git.kernel.org/pub/sc...Chandan Babu R
2024-04-16Merge tag 'repair-dirs-6.10_2024-04-15' of https://git.kernel.org/pub/scm/lin...Chandan Babu R
2024-04-16Merge tag 'repair-unlinked-inode-state-6.10_2024-04-15' of https://git.kernel...Chandan Babu R
2024-04-16Merge tag 'repair-xattrs-6.10_2024-04-15' of https://git.kernel.org/pub/scm/l...Chandan Babu R
2024-04-16Merge tag 'dirattr-validate-owners-6.10_2024-04-15' of https://git.kernel.org...Chandan Babu R
2024-04-16Merge tag 'repair-rtsummary-6.10_2024-04-15' of https://git.kernel.org/pub/sc...Chandan Babu R
2024-04-16Merge tag 'repair-tempfiles-6.10_2024-04-15' of https://git.kernel.org/pub/sc...Chandan Babu R
2024-04-16Merge tag 'atomic-file-updates-6.10_2024-04-15' of https://git.kernel.org/pub...Chandan Babu R
2024-04-16Merge tag 'file-exchange-refactorings-6.10_2024-04-15' of https://git.kernel....Chandan Babu R
2024-04-16Merge tag 'log-incompat-permissions-6.10_2024-04-15' of https://git.kernel.or...Chandan Babu R
2024-04-15xfs: unlock new repair tempfiles after creationDarrick J. Wong