index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-20
xfs: use the new ->i_state accessors
Mateusz Guzik
1
-3
/
+3
2025-09-29
Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-53
/
+64
2025-09-23
xfs: rework datasync tracking and execution
Dave Chinner
1
-8
/
+17
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
1
-15
/
+13
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-1
/
+1
2025-08-28
xfs: allow renames of project-less inodes
Andrey Albershteyn
1
-30
/
+34
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
1
-5
/
+2
2025-06-27
xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
Dave Chinner
1
-1
/
+1
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-23
/
+8
2025-03-17
fs/dax: always remove DAX page-cache entries when breaking layouts
Alistair Popple
1
-3
/
+2
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
1
-19
/
+7
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
1
-3
/
+1
2025-03-10
xfs: kill XBF_UNMAPPED
Christoph Hellwig
1
-2
/
+1
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
1
-1
/
+2
2025-01-27
xfs: Add error handling for xfs_reflink_cancel_cow_range
Wentao Liang
1
-2
/
+5
2024-12-23
xfs: support file data forks containing metadata btrees
Darrick J. Wong
1
-1
/
+18
2024-11-05
xfs: remove XFS_ILOCK_RT*
Darrick J. Wong
1
-2
/
+1
2024-11-05
xfs: record health problems with the metadata directory
Darrick J. Wong
1
-0
/
+1
2024-11-05
xfs: enforce metadata inode flag
Darrick J. Wong
1
-0
/
+11
2024-11-05
xfs: iget for metadata inodes
Darrick J. Wong
1
-0
/
+1
2024-11-05
xfs: rename metadata inode predicates
Darrick J. Wong
1
-2
/
+2
2024-11-05
xfs: constify the xfs_inode predicates
Darrick J. Wong
1
-1
/
+1
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
1
-3
/
+3
2024-11-05
xfs: add a xfs_agino_to_ino helper
Christoph Hellwig
1
-3
/
+2
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
[next]