aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
AgeCommit message (Expand)AuthorFilesLines
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-07xfs: update atomic write limitsJohn Garry1-6/+46
2025-05-07xfs: refine atomic write size check in xfs_file_write_iter()John Garry1-5/+31
2025-05-07xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()John Garry1-1/+1
2025-05-07fs: 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-05xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong1-1/+14
2024-11-04xfs: 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-15xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong1-0/+3
2024-04-15xfs: 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
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner1-3/+3
2023-08-11xfs: switch to multigrain timestampsJeff Layton1-3/+3
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-1/+0
2023-08-11xfs: have xfs_vn_update_time gets its own timestampJeff Layton1-5/+9
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-2/+4
2023-07-24xfs: convert to ctime accessor functionsJeff Layton1-2/+2
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-21/+14
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+3
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-2/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-14/+15
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+0
2022-12-11xfs: remove restrictions for fsdax and reflinkShiyang Ruan1-4/+0
2022-10-20fs: rename current get acl methodChristian Brauner1-3/+3
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-4/+6
2022-10-10Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+4
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+9
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-7/+9
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+4
2022-09-11xfs: support STATX_DIOALIGNEric Biggers1-0/+10
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+6
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-1/+1
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen1-6/+5
2022-06-26attr: port attribute changes to new typesChristian Brauner1-4/+6
2022-06-26fs: port to iattr ownership update helpersChristian Brauner1-4/+4
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong1-1/+2
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+2
2022-04-26xfs: improve __xfs_set_aclYang Xu1-2/+0
2022-03-14xfs: refactor user/group quota chown in xfs_setattr_nonsizeDarrick J. Wong1-40/+20
2022-03-14xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong1-53/+3
2022-03-09xfs: don't generate selinux audit messages for capability testingDarrick J. Wong1-1/+1
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+3
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu1-3/+3
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong1-33/+1
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan1-4/+3
2021-08-24xfs: fix I_DONTCACHEDave Chinner1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-2/+2
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-1/+1
2021-08-19xfs: convert mount flags to featuresDave Chinner1-6/+6
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-4/+4
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-2/+2
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong1-2/+2
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-17/+48
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-2/+2
2021-04-12xfs: convert to fileattrMiklos Szeredi1-0/+7
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-3/+3
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-2/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-6/+6
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-03-25xfs: initialise attr fork on inode createDave Chinner1-1/+33
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-43/+58
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong1-24/+2
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-21/+28
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-22/+30
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang1-1/+1
2020-12-12xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig1-6/+5
2020-12-12xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig1-19/+7
2020-12-09xfs: remove unnecessary null check in xfs_generic_createKaixu Xia1-4/+2
2020-11-04xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster1-0/+10
2020-09-25xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Kaixu Xia1-2/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-05-04fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny1-19/+27
2020-05-04fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny1-6/+22
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny1-1/+1
2020-05-04xfs: combine two if statements with same conditionKaixu Xia1-5/+0
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-1/+1
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-2/+1
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig1-4/+9
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-5/+1
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig1-3/+0
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson1-2/+4
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-1/+1
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-2/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-3/+1
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig1-1/+0
2019-11-10xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig1-1/+0
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-3/+7
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig1-1/+1
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig1-1/+1
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig1-1/+1
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig1-1/+1
2019-10-29xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig1-10/+37
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig1-1/+1
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig1-2/+2
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig1-1/+1
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-10/+0
2019-03-01xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez1-0/+8
2019-02-14xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong1-2/+11
2018-09-29xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong1-1/+11
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+3
2018-08-03new helper: inode_fake_hash()Al Viro1-1/+1
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-2/+2
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-2/+0
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster1-0/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+9
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+10
2018-06-08xfs: setup VFS i_rwsem lockdep state correctlyDave Chinner1-0/+8
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+26
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-5/+25
2018-05-22xfs_vn_lookup: simplify a bitAl Viro1-8/+8
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams1-3/+3
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams1-3/+7
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-1/+1
2018-04-12Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-1/+1
2018-03-30xfs, dax: introduce xfs_dax_aopsDan Williams1-1/+4
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig1-1/+3
2018-03-11xfs: implement the lazytime mount optionChristoph Hellwig1-1/+12
2017-11-03xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan1-16/+20
2017-10-26xfs: remove if_rdevChristoph Hellwig1-15/+1
2017-09-02xfs: fix compiler warningsDarrick J. Wong1-1/+1
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong1-1/+1
2017-06-27xfs: Don't clear SGID when inheriting ACLsJan Kara1-2/+2
2017-04-03xfs: report crtime and attribute flags to statxDarrick J. Wong1-0/+14
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-4/+5
2017-01-17xfs: sanity check inode mode when creating new dentryAmir Goldstein1-9/+39
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-2/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-12-09xfs: use xfs_vn_setattr_size to check on new sizeEryu Guan1-1/+1
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-8/+6
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-2/+2
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-31/+61
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong1-0/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-6/+4
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara1-31/+63
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig1-1/+8
2016-06-21xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig1-7/+2
2016-06-21xfs: use iomap fiemap implementationChristoph Hellwig1-75/+5
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig1-4/+5
2016-06-21xfs: reorder zeroing and flushing sequence in truncateChristoph Hellwig1-14/+19