index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
xfs: track directory entry updates during live nlinks fsck
Darrick J. Wong
2024-02-22
1
-0
/
+117
*
xfs: create a helper to count per-device inode block usage
Darrick J. Wong
2024-02-22
1
-0
/
+16
*
xfs: Remove mrlock wrapper
Matthew Wilcox (Oracle)
2024-02-19
1
-9
/
+13
*
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-02-19
1
-47
/
+21
*
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
1
-2
/
+2
*
xfs: make if_data a void pointer
Christoph Hellwig
2023-12-29
1
-3
/
+3
*
xfs: create a new inode fork block unmap helper
Darrick J. Wong
2023-12-15
1
-20
/
+4
*
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
2023-12-15
1
-0
/
+35
*
Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-11-08
1
-0
/
+24
|
\
|
*
xfs: allow read IO and FICLONE to run concurrently
Catherine Hoang
2023-10-23
1
-0
/
+17
|
*
xfs: introduce protection for drop nlink
Cheng Lin
2023-10-23
1
-0
/
+7
*
|
xfs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-2
/
+2
|
/
*
xfs: fix reloading entire unlinked bucket lists
Darrick J. Wong
2023-09-24
1
-13
/
+35
*
xfs: make inode unlinked bucket recovery work with quotacheck
Darrick J. Wong
2023-09-12
1
-3
/
+9
*
xfs: reload entire unlinked bucket lists
Darrick J. Wong
2023-09-12
1
-0
/
+100
*
xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list
Darrick J. Wong
2023-09-12
1
-1
/
+2
*
xfs: load uncached unlinked inodes into memory on demand
Darrick J. Wong
2023-09-12
1
-5
/
+75
*
xfs: allow inode inactivation during a ro mount log recovery
Darrick J. Wong
2023-09-12
1
-4
/
+10
*
xfs: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-2
/
+1
*
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
2023-06-05
1
-14
/
+6
*
Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-02-28
1
-1
/
+1
|
\
|
*
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-11
1
-1
/
+1
*
|
fs: port fs{g,u}id helpers to mnt_idmap
Christian Brauner
2023-01-19
1
-8
/
+5
*
|
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
1
-10
/
+13
|
/
[next]