index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: skip flushing log items during push
Dave Chinner
2024-07-04
1
-0
/
+1
*
xfs: get rid of trivial rename helpers
Darrick J. Wong
2024-07-02
1
-63
/
+14
*
xfs: move dirent update hooks to xfs_dir2.c
Darrick J. Wong
2024-07-02
1
-117
/
+0
*
xfs: create libxfs helper to rename two directory entries
Darrick J. Wong
2024-07-02
1
-215
/
+43
*
xfs: create libxfs helper to exchange two directory entries
Darrick J. Wong
2024-07-02
1
-98
/
+14
*
xfs: create libxfs helper to remove an existing inode/name from a directory
Darrick J. Wong
2024-07-02
1
-65
/
+9
*
xfs: hoist inode free function to libxfs
Darrick J. Wong
2024-07-02
1
-34
/
+1
*
xfs: create libxfs helper to link an existing inode into a directory
Darrick J. Wong
2024-07-02
1
-42
/
+10
*
xfs: create libxfs helper to link a new inode into a directory
Darrick J. Wong
2024-07-02
1
-39
/
+18
*
xfs: separate the icreate logic around INIT_XATTRS
Darrick J. Wong
2024-07-02
1
-3
/
+0
*
xfs: hoist xfs_{bump,drop}link to libxfs
Darrick J. Wong
2024-07-02
1
-53
/
+0
*
xfs: hoist xfs_iunlink to libxfs
Darrick J. Wong
2024-07-02
1
-279
/
+1
*
xfs: wrap inode creation dqalloc calls
Darrick J. Wong
2024-07-02
1
-32
/
+42
*
xfs: push xfs_icreate_args creation out of xfs_create*
Darrick J. Wong
2024-07-02
1
-44
/
+36
*
xfs: hoist new inode initialization functions to libxfs
Darrick J. Wong
2024-07-02
1
-208
/
+1
*
xfs: split new inode creation into two pieces
Darrick J. Wong
2024-07-02
1
-40
/
+33
*
xfs: use xfs_trans_ichgtime to set times when allocating inode
Darrick J. Wong
2024-07-02
1
-7
/
+6
*
xfs: pack icreate initialization parameters into a separate structure
Darrick J. Wong
2024-07-02
1
-33
/
+58
*
xfs: hoist inode flag conversion functions to libxfs
Darrick J. Wong
2024-07-02
1
-49
/
+0
*
xfs: hoist extent size helpers to libxfs
Darrick J. Wong
2024-07-02
1
-44
/
+0
*
xfs: move inode copy-on-write predicates to xfs_inode.[ch]
Darrick J. Wong
2024-07-02
1
-0
/
+8
*
xfs: use consistent uid/gid when grabbing dquots for inodes
Darrick J. Wong
2024-07-02
1
-6
/
+10
*
xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs
Darrick J. Wong
2024-06-26
1
-1
/
+9
*
xfs: fix freeing speculative preallocations for preallocated files
Christoph Hellwig
2024-06-26
1
-10
/
+4
*
xfs: fix unlink vs cluster buffer instantiation race
Dave Chinner
2024-06-17
1
-4
/
+19
*
xfs: fix corruptions in the directory tree
Darrick J. Wong
2024-04-23
1
-1
/
+1
*
xfs: Add parent pointers to xfs_cross_rename
Allison Henderson
2024-04-23
1
-8
/
+25
*
xfs: Add parent pointers to rename
Allison Henderson
2024-04-23
1
-7
/
+73
*
xfs: remove parent pointers in unlink
Allison Henderson
2024-04-23
1
-6
/
+21
*
xfs: add parent attributes to link
Allison Henderson
2024-04-23
1
-6
/
+37
*
xfs: parent pointer attribute creation
Allison Henderson
2024-04-23
1
-6
/
+26
*
xfs: Expose init_xattrs in xfs_create_tmpfile
Allison Henderson
2024-04-23
1
-2
/
+3
*
xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)
Christoph Hellwig
2024-04-22
1
-1
/
+2
*
xfs: Hold inode locks in xfs_rename
Allison Henderson
2024-04-15
1
-12
/
+33
*
xfs: Hold inode locks in xfs_trans_alloc_dir
Allison Henderson
2024-04-15
1
-2
/
+12
*
xfs: Hold inode locks in xfs_ialloc
Allison Henderson
2024-04-15
1
-3
/
+9
*
xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
Allison Henderson
2024-04-15
1
-9
/
+18
*
xfs: pin inodes that would otherwise overflow link count
Darrick J. Wong
2024-04-15
1
-11
/
+22
*
xfs: check AGI unlinked inode buckets
Darrick J. Wong
2024-04-15
1
-1
/
+1
*
xfs: move orphan files to the orphanage
Darrick J. Wong
2024-04-15
1
-3
/
+3
*
xfs: inactivate directory data blocks
Darrick J. Wong
2024-04-15
1
-0
/
+51
*
xfs: ensure unlinked list state is consistent with nlink during scrub
Darrick J. Wong
2024-04-15
1
-4
/
+1
*
xfs: create temporary files and directories for online repair
Darrick J. Wong
2024-04-15
1
-2
/
+1
*
xfs: create a new helper to return a file's allocation unit
Darrick J. Wong
2024-04-15
1
-0
/
+13
*
xfs: move inode lease breaking functions to xfs_inode.c
Darrick J. Wong
2024-04-15
1
-0
/
+62
*
xfs: pass xfs_buf lookup flags to xfs_*read_agi
Darrick J. Wong
2024-04-15
1
-4
/
+4
*
xfs: allow cross-linking special files without project quota
Andrey Albershteyn
2024-04-01
1
-2
/
+13
*
xfs: remember sick inodes that get inactivated
Darrick J. Wong
2024-02-22
1
-0
/
+35
*
xfs: report inode corruption errors to the health system
Darrick J. Wong
2024-02-22
1
-0
/
+2
*
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
1
-2
/
+12
[next]