summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-07-171-23/+28
|\
| * xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong2024-07-021-7/+4
| * xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong2024-07-021-17/+24
| * xfs: hoist extent size helpers to libxfsDarrick J. Wong2024-07-021-0/+1
* | xfs: reserve blocks for truncating large realtime inodeZhang Yi2024-06-191-1/+14
|/
* xfs: parent pointer attribute creationAllison Henderson2024-04-231-1/+14
* xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson2024-04-231-1/+1
* xfs: make attr removal an explicit operationDarrick J. Wong2024-04-231-1/+1
* xfs: remove xfs_da_args.attr_flagsDarrick J. Wong2024-04-231-1/+1
* xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig2024-04-221-1/+1
* xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong2024-04-151-0/+3
* xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong2024-04-151-0/+1
* xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)2024-02-191-2/+2
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-2/+1
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-1/+1
* xfs: respect the stable writes flag on the RT deviceChristoph Hellwig2023-11-201-0/+7
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-4/+4
|\
| * xfs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
* | xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton2023-10-121-0/+5
|/
* Revert "xfs: switch to multigrain timestamps"Christian Brauner2023-09-201-3/+3
* xfs: switch to multigrain timestampsJeff Layton2023-08-111-3/+3
* fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-1/+0
* xfs: have xfs_vn_update_time gets its own timestampJeff Layton2023-08-111-5/+9
* fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-2/+4
* xfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
* fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-21/+14
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+3
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-14/+15
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-4/+0
|\
| * xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-111-4/+0
* | fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-4/+6
|/
* Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-10-101-2/+4
|\
| * xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-191-2/+4
* | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-7/+9
|\ \
| * | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-7/+9
| |/
* / xfs: support STATX_DIOALIGNEric Biggers2022-09-111-0/+10
|/
* Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-041-7/+6
|\
| * xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-1/+1
| * xfs: add selinux labels to whiteout inodesEric Sandeen2022-07-091-6/+5