Age | Commit message (Expand) | Author | Files | Lines |
2024-10-30 | xfs: Check for delayed allocations before setting extsize | Ojaswin Mujoo | 1 | -1/+1 |
2024-09-03 | xfs: refactor f_op->release handling | Christoph Hellwig | 1 | -79/+0 |
2024-09-03 | xfs: remove the i_mode check in xfs_release | Christoph Hellwig | 1 | -3/+0 |
2024-09-01 | xfs: pass the icreate args object to xfs_dialloc | Darrick J. Wong | 1 | -2/+2 |
2024-07-04 | xfs: skip flushing log items during push | Dave Chinner | 1 | -0/+1 |
2024-07-02 | xfs: get rid of trivial rename helpers | Darrick J. Wong | 1 | -63/+14 |
2024-07-02 | xfs: move dirent update hooks to xfs_dir2.c | Darrick J. Wong | 1 | -117/+0 |
2024-07-02 | xfs: create libxfs helper to rename two directory entries | Darrick J. Wong | 1 | -215/+43 |
2024-07-02 | xfs: create libxfs helper to exchange two directory entries | Darrick J. Wong | 1 | -98/+14 |
2024-07-02 | xfs: create libxfs helper to remove an existing inode/name from a directory | Darrick J. Wong | 1 | -65/+9 |
2024-07-02 | xfs: hoist inode free function to libxfs | Darrick J. Wong | 1 | -34/+1 |
2024-07-02 | xfs: create libxfs helper to link an existing inode into a directory | Darrick J. Wong | 1 | -42/+10 |
2024-07-02 | xfs: create libxfs helper to link a new inode into a directory | Darrick J. Wong | 1 | -39/+18 |
2024-07-02 | xfs: separate the icreate logic around INIT_XATTRS | Darrick J. Wong | 1 | -3/+0 |
2024-07-02 | xfs: hoist xfs_{bump,drop}link to libxfs | Darrick J. Wong | 1 | -53/+0 |
2024-07-02 | xfs: hoist xfs_iunlink to libxfs | Darrick J. Wong | 1 | -279/+1 |
2024-07-02 | xfs: wrap inode creation dqalloc calls | Darrick J. Wong | 1 | -32/+42 |
2024-07-02 | xfs: push xfs_icreate_args creation out of xfs_create* | Darrick J. Wong | 1 | -44/+36 |
2024-07-02 | xfs: hoist new inode initialization functions to libxfs | Darrick J. Wong | 1 | -208/+1 |
2024-07-02 | xfs: split new inode creation into two pieces | Darrick J. Wong | 1 | -40/+33 |
2024-07-02 | xfs: use xfs_trans_ichgtime to set times when allocating inode | Darrick J. Wong | 1 | -7/+6 |
2024-07-02 | xfs: pack icreate initialization parameters into a separate structure | Darrick J. Wong | 1 | -33/+58 |
2024-07-02 | xfs: hoist inode flag conversion functions to libxfs | Darrick J. Wong | 1 | -49/+0 |
2024-07-02 | xfs: hoist extent size helpers to libxfs | Darrick J. Wong | 1 | -44/+0 |
2024-07-02 | xfs: move inode copy-on-write predicates to xfs_inode.[ch] | Darrick J. Wong | 1 | -0/+8 |
2024-07-02 | xfs: use consistent uid/gid when grabbing dquots for inodes | Darrick J. Wong | 1 | -6/+10 |
2024-06-26 | xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs | Darrick J. Wong | 1 | -1/+9 |
2024-06-26 | xfs: fix freeing speculative preallocations for preallocated files | Christoph Hellwig | 1 | -10/+4 |
2024-06-17 | xfs: fix unlink vs cluster buffer instantiation race | Dave Chinner | 1 | -4/+19 |
2024-04-23 | xfs: fix corruptions in the directory tree | Darrick J. Wong | 1 | -1/+1 |
2024-04-23 | xfs: Add parent pointers to xfs_cross_rename | Allison Henderson | 1 | -8/+25 |
2024-04-23 | xfs: Add parent pointers to rename | Allison Henderson | 1 | -7/+73 |
2024-04-23 | xfs: remove parent pointers in unlink | Allison Henderson | 1 | -6/+21 |
2024-04-23 | xfs: add parent attributes to link | Allison Henderson | 1 | -6/+37 |
2024-04-23 | xfs: parent pointer attribute creation | Allison Henderson | 1 | -6/+26 |
2024-04-23 | xfs: Expose init_xattrs in xfs_create_tmpfile | Allison Henderson | 1 | -2/+3 |
2024-04-22 | xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1) | Christoph Hellwig | 1 | -1/+2 |
2024-04-15 | xfs: Hold inode locks in xfs_rename | Allison Henderson | 1 | -12/+33 |
2024-04-15 | xfs: Hold inode locks in xfs_trans_alloc_dir | Allison Henderson | 1 | -2/+12 |
2024-04-15 | xfs: Hold inode locks in xfs_ialloc | Allison Henderson | 1 | -3/+9 |
2024-04-15 | xfs: Increase XFS_DEFER_OPS_NR_INODES to 5 | Allison Henderson | 1 | -9/+18 |
2024-04-15 | xfs: pin inodes that would otherwise overflow link count | Darrick J. Wong | 1 | -11/+22 |
2024-04-15 | xfs: check AGI unlinked inode buckets | Darrick J. Wong | 1 | -1/+1 |
2024-04-15 | xfs: move orphan files to the orphanage | Darrick J. Wong | 1 | -3/+3 |
2024-04-15 | xfs: inactivate directory data blocks | Darrick J. Wong | 1 | -0/+51 |
2024-04-15 | xfs: ensure unlinked list state is consistent with nlink during scrub | Darrick J. Wong | 1 | -4/+1 |
2024-04-15 | xfs: create temporary files and directories for online repair | Darrick J. Wong | 1 | -2/+1 |
2024-04-15 | xfs: create a new helper to return a file's allocation unit | Darrick J. Wong | 1 | -0/+13 |
2024-04-15 | xfs: move inode lease breaking functions to xfs_inode.c | Darrick J. Wong | 1 | -0/+62 |
2024-04-15 | xfs: pass xfs_buf lookup flags to xfs_*read_agi | Darrick J. Wong | 1 | -4/+4 |