index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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-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...
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-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+0
2022-12-11
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-10
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-10
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-19
xfs: port to vfs{g,u}id_t and associated helpers
Christian Brauner
1
-2
/
+4
2022-09-11
xfs: support STATX_DIOALIGN
Eric Biggers
1
-0
/
+10
2022-08-04
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-7
/
+6
[next]