summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
46 hoursMerge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2 daysMerge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
6 daysxfs: stop passing an inode to the zone space reservation helpersChristoph Hellwig
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig
2025-06-30xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags maskYouling Tang
2025-06-17fs/xfs: transition from deprecated .mmap hook to .mmap_prepareLorenzo Stoakes
2025-06-17fs/dax: make it possible to check dev dax support without a VMALorenzo Stoakes
2025-05-07xfs: update atomic write limitsJohn Garry
2025-05-07xfs: add xfs_file_dio_write_atomic()John Garry
2025-05-07xfs: commit CoW-based atomic writes atomicallyJohn Garry
2025-05-07xfs: refine atomic write size check in xfs_file_write_iter()John Garry
2025-05-07xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()John Garry
2025-03-18Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-mergeCarlos Maiolino
2025-03-13Revert "xfs: add pre-content fsnotify hook for DAX faults"Amir Goldstein
2025-03-03xfs: implement direct writes to zoned RT devicesChristoph Hellwig
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig
2025-03-03xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodesChristoph Hellwig
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig
2025-03-03xfs: refine the unaligned check for always COW inodes in xfs_file_dio_writeChristoph Hellwig
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-12-12xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong
2024-12-11xfs: add pre-content fsnotify hook for DAX faultsJosef Bacik
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-05xfs: remove xfs_page_mkwrite_iomap_opsChristoph Hellwig
2024-11-05xfs: remove __xfs_filemap_faultChristoph Hellwig
2024-11-05xfs: split write fault handling out of __xfs_filemap_faultChristoph Hellwig
2024-11-05xfs: split the page fault trace eventChristoph Hellwig
2024-11-04xfs: Support setting FMODE_CAN_ATOMIC_WRITEJohn Garry
2024-11-04xfs: Validate atomic writesJohn Garry
2024-10-15xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig
2024-10-15xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-19Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig
2024-09-03xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong
2024-09-03xfs: don't free post-EOF blocks on read closeDave Chinner
2024-09-03xfs: skip all of xfs_file_release when shut downChristoph Hellwig
2024-09-03xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig
2024-08-28xfs: refactor xfs_file_fallocateChristoph Hellwig
2024-08-28xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig
2024-08-28xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig
2024-07-01xfs: fold xfs_ilock_for_write_fault into xfs_write_faultChristoph Hellwig
2024-07-01xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_faultChristoph Hellwig