summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2022-10-14xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2022-10-14xfs: add a ->xchg_file_range handlerDarrick J. Wong
2022-10-14xfs: refactor non-power-of-two alignment checksDarrick J. Wong
2022-10-14xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2022-10-14xfs: support in-memory buffer cache targetsDarrick J. Wong
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-05xfs: check return codes when flushing block devicesDarrick J. Wong
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-24xfs: Add async buffered write supportStefan Roesch
2022-07-17xfs: add dax dedupe supportShiyang Ruan
2022-07-17xfs: support CoW in fsdax modeShiyang Ruan
2022-06-01Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds
2022-05-25Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-05-22xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIOKaixu Xia
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner
2022-04-21xfs: simplify local variable assignment in file write codeKaixu Xia
2022-04-12xfs: Use generic_file_open()Matthew Wilcox (Oracle)
2022-02-01xfs: ensure log flush at the end of a synchronous fallocate callxfs-5.17-fixes-1Dave Chinner
2022-02-01xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner
2022-02-01xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner
2022-02-01xfs: fallocate() should call file_modified()Dave Chinner
2022-02-01xfs: remove XFS_PREALLOC_SYNCDave Chinner
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsxfs-5.17-merge-5Darrick J. Wong
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-07-13xfs: Convert to use invalidate_lockJan Kara
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkrename-eofblocks-5.14_2021-06-08Darrick J. Wong
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong
2021-06-02xfs: don't take a spinlock unconditionally in the DIO fastpathxfs-merge-5.14_2021-06-02assorted-fixes-5.14-1_2021-06-06assorted-fixes-5.14-1_2021-06-05assorted-fixes-5.14-1_2021-06-03Dave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-03xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong