summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-12-27xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong1-0/+11
2024-12-27xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-12-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-12-27xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-12-27xfs: convert comma to semicolonChen Ni1-1/+1
2024-12-27xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2024-12-27xfs: Fix xfs_prepare_shift() range for RTJohn Garry1-4/+6
2024-12-27xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry1-4/+8
2024-12-27xfs: create a new helper to return a file's allocation unitDarrick J. Wong4-20/+30
2024-12-27xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong5-3/+15
2024-12-27xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2-9/+15
2024-12-27xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong5-0/+111
2024-12-19xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-09xfs: add bounds checking to xlog_recover_process_datalei lu1-1/+4
2024-11-08xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig2-21/+17
2024-10-22xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2024-10-22xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-10-22xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28
2024-10-22xfs: fix unlink vs cluster buffer instantiation raceDave Chinner1-4/+19
2024-10-22xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2024-10-22xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2024-10-22xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi1-0/+29
2024-10-22xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2-42/+46
2024-10-22xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi1-2/+4
2024-10-22xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi1-5/+5
2024-10-22xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2-9/+10
2024-10-22xfs: revert commit 44af6c7e59b12Darrick J. Wong1-8/+5
2024-10-22xfs: enforce one namespace per attributeDarrick J. Wong6-15/+39
2024-10-22xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong1-11/+47
2024-10-22xfs: check shortform attr entry flags specificallyDarrick J. Wong1-0/+9
2024-10-22xfs: fix missing check for invalid attr flagsDarrick J. Wong2-4/+14
2024-10-22xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2024-10-22xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2024-10-22xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig1-6/+0
2024-10-22xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig1-4/+9
2024-10-22xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig8-66/+57
2024-08-14xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig1-6/+14
2024-06-21xfs: allow cross-linking special files without project quotaAndrey Albershteyn1-2/+13
2024-06-21xfs: don't use current->journal_infoDave Chinner4-21/+7
2024-06-21xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-06-21xfs: ensure submit buffers on LSN boundaries in error handlersLong Li1-3/+20
2024-06-21xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-06-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner1-2/+2
2024-06-21xfs: fix scrub stats file permissionsDarrick J. Wong1-2/+2
2024-06-21xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong1-1/+6