summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iops.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2026-01-12xfs: enable non-blocking timestamp updatesChristoph Hellwig1-6/+12
2026-01-12xfs: implement ->sync_lazytimeChristoph Hellwig1-0/+20
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig1-0/+3
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig1-14/+8
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig1-4/+2
2025-10-20xfs: use the new ->i_state accessorsMateusz Guzik1-1/+1
2025-09-05Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm...Carlos Maiolino1-7/+5
2025-09-05xfs: remove deprecated sysctl knobsDarrick J. Wong1-7/+5
2025-08-28xfs: add .fileattr_set and fileattr_get callbacks for symlinksAndrey Albershteyn1-0/+2
2025-08-11xfs: disallow atomic writes on DAXJohn Garry1-2/+3
2025-07-24xfs: stop passing an inode to the zone space reservation helpersChristoph Hellwig1-2/+2
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig1-1/+1
2025-05-08xfs: update atomic write limitsJohn Garry1-6/+46
2025-05-08xfs: refine atomic write size check in xfs_file_write_iter()John Garry1-5/+31
2025-05-08xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()John Garry1-1/+1
2025-05-08fs: add atomic write unit max opt to statxJohn Garry1-1/+1
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+29
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig1-2/+29
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-2/+2
2025-01-09xfs: report the correct read/write dio alignment for reflinked inodesChristoph Hellwig1-3/+18
2025-01-09xfs: cleanup xfs_vn_getattrChristoph Hellwig1-24/+23
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+14
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+22
2024-11-06xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong1-1/+14
2024-11-05xfs: Support atomic write for statxJohn Garry1-0/+22
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner1-7/+3
2024-10-10xfs: switch to multigrain timestampsJeff Layton1-7/+3
2024-09-03iomap: fix handling of dirty folios over unwritten extentsBrian Foster1-10/+0
2024-09-02xfs: expose block size in statPankaj Raghav1-1/+1
2024-07-17Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-23/+28
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-7/+4
2024-07-02xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong1-17/+24
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong1-0/+1
2024-06-19xfs: reserve blocks for truncating large realtime inodeZhang Yi1-1/+14
2024-04-23xfs: parent pointer attribute creationAllison Henderson1-1/+14
2024-04-23xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson1-1/+1
2024-04-23xfs: make attr removal an explicit operationDarrick J. Wong1-1/+1
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong1-1/+1
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig1-1/+1
2024-04-16xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong1-0/+3
2024-04-16xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong1-0/+1
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)1-2/+2
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-2/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-1/+1
2023-11-20xfs: respect the stable writes flag on the RT deviceChristoph Hellwig1-0/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+4
2023-10-18xfs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-12xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton1-0/+5