index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iops.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-27
Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+29
2025-03-03
xfs: implement buffered writes to zoned RT devices
Christoph Hellwig
1
-2
/
+29
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-2
/
+2
2025-01-09
xfs: report the correct read/write dio alignment for reflinked inodes
Christoph Hellwig
1
-3
/
+18
2025-01-09
xfs: cleanup xfs_vn_getattr
Christoph Hellwig
1
-24
/
+23
2024-11-21
Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+14
2024-11-18
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+22
2024-11-05
xfs: hide metadata inodes from everyone because they are special
Darrick J. Wong
1
-1
/
+14
2024-11-04
xfs: Support atomic write for statx
John Garry
1
-0
/
+22
2024-10-10
Merge patch series "timekeeping/fs: multigrain timestamp redux"
Christian Brauner
1
-7
/
+3
2024-10-10
xfs: switch to multigrain timestamps
Jeff Layton
1
-7
/
+3
2024-09-03
iomap: fix handling of dirty folios over unwritten extents
Brian Foster
1
-10
/
+0
2024-09-02
xfs: expose block size in stat
Pankaj Raghav
1
-1
/
+1
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-15
xfs: hide private inodes from bulkstat and handle functions
Darrick J. Wong
1
-0
/
+3
2024-04-15
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/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
[next]