index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-23
/
+28
2024-07-02
xfs: separate the icreate logic around INIT_XATTRS
Darrick J. Wong
1
-7
/
+4
2024-07-02
xfs: push xfs_icreate_args creation out of xfs_create*
Darrick J. Wong
1
-17
/
+24
2024-07-02
xfs: hoist extent size helpers to libxfs
Darrick J. Wong
1
-0
/
+1
2024-06-19
xfs: reserve blocks for truncating large realtime inode
Zhang Yi
1
-1
/
+14
2024-04-23
xfs: parent pointer attribute creation
Allison Henderson
1
-1
/
+14
2024-04-23
xfs: Expose init_xattrs in xfs_create_tmpfile
Allison Henderson
1
-1
/
+1
2024-04-23
xfs: make attr removal an explicit operation
Darrick J. Wong
1
-1
/
+1
2024-04-23
xfs: remove xfs_da_args.attr_flags
Darrick J. Wong
1
-1
/
+1
2024-04-22
xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)
Christoph Hellwig
1
-1
/
+1
2024-04-16
xfs: hide private inodes from bulkstat and handle functions
Darrick J. Wong
1
-0
/
+3
2024-04-16
xfs: declare xfs_file.c symbols in xfs_file.h
Darrick J. Wong
1
-0
/
+1
2024-02-19
xfs: Remove mrlock wrapper
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-1
/
+1
2023-11-20
xfs: respect the stable writes flag on the RT device
Christoph Hellwig
1
-0
/
+7
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-4
/
+4
2023-10-18
xfs: convert to new timestamp accessors
Jeff Layton
1
-4
/
+4
2023-10-12
xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE
Jeff Layton
1
-0
/
+5
2023-09-20
Revert "xfs: switch to multigrain timestamps"
Christian Brauner
1
-3
/
+3
2023-08-11
xfs: switch to multigrain timestamps
Jeff Layton
1
-3
/
+3
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
1
-1
/
+0
2023-08-11
xfs: have xfs_vn_update_time gets its own timestamp
Jeff Layton
1
-5
/
+9
2023-08-09
fs: drop the timespec64 arg from generic_update_time
Jeff Layton
1
-2
/
+4
2023-07-24
xfs: convert to ctime accessor functions
Jeff Layton
1
-2
/
+2
2023-01-19
fs: port vfs{g,u}id helpers to mnt_idmap
Christian Brauner
1
-3
/
+2
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-3
/
+2
2023-01-19
fs: port i_{g,u}id_{needs_}update() to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-21
/
+14
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+3
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-2
/
+3
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-14
/
+15
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+0
2022-12-12
xfs: remove restrictions for fsdax and reflink
Shiyang Ruan
1
-4
/
+0
2022-10-20
fs: rename current get acl method
Christian Brauner
1
-3
/
+3
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
1
-4
/
+6
2022-10-11
Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+4
2022-10-11
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+9
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-7
/
+9
2022-09-18
xfs: port to vfs{g,u}id_t and associated helpers
Christian Brauner
1
-2
/
+4
2022-09-12
xfs: support STATX_DIOALIGN
Eric Biggers
1
-0
/
+10
2022-08-05
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-7
/
+6
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
1
-1
/
+1
2022-07-09
xfs: add selinux labels to whiteout inodes
Eric Sandeen
1
-6
/
+5
[next]