summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong
2024-07-02xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2024-07-02xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2024-07-02xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong
2024-07-02xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2024-07-02xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong
2024-07-02xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong
2024-07-01xfs: enable FITRIM on the realtime deviceDarrick J. Wong
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao
2024-07-01xfs: fold xfs_ilock_for_write_fault into xfs_write_faultChristoph Hellwig
2024-07-01xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_faultChristoph Hellwig
2024-07-01xfs: refactor __xfs_filemap_faultChristoph Hellwig
2024-07-01xfs: simplify xfs_dax_faultChristoph Hellwig
2024-07-01xfs: cleanup xfs_ilock_iocb_for_writeChristoph Hellwig
2024-07-01xfs: move the dio write relocking out of xfs_ilock_for_iomapChristoph Hellwig
2024-07-01xfs: don't walk off the end of a directory data blocklei lu
2024-07-01xfs: add bounds checking to xlog_recover_process_datalei lu
2024-07-01xfs: Fix xfs_prepare_shift() range for RTJohn Garry
2024-07-01xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry
2024-07-01xfs: avoid redundant AGFL buffer invalidationGao Xiang
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang
2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)
2024-05-27xfs: don't open-code u64_to_user_ptrDarrick J. Wong
2024-05-27xfs: allow symlinks with short remote targetsDarrick J. Wong
2024-05-27xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong
2024-05-27xfs: drop xfarray sortinfo folio on errorDarrick J. Wong
2024-05-27xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry
2024-05-27xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()John Garry
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)