aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05xfs: remove xfs_filemap_map_pages() wrapperGravatar Matthew Wilcox (Oracle) 1-16/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-11-07xfs: write page faults in iomap are not buffered writesGravatar Dave Chinner 1-1/+1
2022-10-31xfs: fix incorrect return type for fsdax fault handlersGravatar Darrick J. Wong 1-3/+4
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-8/+14
2022-08-05xfs: check return codes when flushing block devicesGravatar Darrick J. Wong 1-8/+14
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+29
2022-07-24xfs: Add async buffered write supportGravatar Stefan Roesch 1-6/+5
2022-07-17xfs: add dax dedupe supportGravatar Shiyang Ruan 1-1/+1
2022-07-17xfs: support CoW in fsdax modeGravatar Shiyang Ruan 1-5/+28
2022-06-01Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Gravatar Linus Torvalds 1-1/+1
2022-05-25Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-15/+9
2022-05-22xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIOGravatar Kaixu Xia 1-1/+1
2022-05-16iomap: add per-iomap_iter private dataGravatar Christoph Hellwig 1-3/+3
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextGravatar Dave Chinner 1-6/+6
2022-04-21xfs: convert inode lock flags to unsigned.Gravatar Dave Chinner 1-6/+6
2022-04-21xfs: simplify local variable assignment in file write codeGravatar Kaixu Xia 1-6/+2
2022-04-12xfs: Use generic_file_open()Gravatar Matthew Wilcox (Oracle) 1-3/+1
2022-02-01xfs: ensure log flush at the end of a synchronous fallocate callGravatar Dave Chinner 1-16/+16
2022-02-01xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cGravatar Dave Chinner 1-32/+0
2022-02-01xfs: set prealloc flag in xfs_alloc_file_space()Gravatar Dave Chinner 1-8/+0
2022-02-01xfs: fallocate() should call file_modified()Gravatar Dave Chinner 1-4/+9
2022-02-01xfs: remove XFS_PREALLOC_SYNCGravatar Dave Chinner 1-6/+7
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+1
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsGravatar Darrick J. Wong 1-2/+1
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersGravatar Shiyang Ruan 1-2/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2021-10-24iomap: Add done_before argument to iomap_dio_rwGravatar Andreas Gruenbacher 1-3/+3
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-1/+1
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-9/+9
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-7/+7
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-07-13xfs: Convert to use invalidate_lockGravatar Jan Kara 1-5/+8
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-25/+45
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNGravatar Dave Chinner 1-7/+7
2021-06-21xfs: remove xfs_blkdev_issue_flushGravatar Dave Chinner 1-3/+3
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkGravatar Darrick J. Wong 1-3/+3
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Gravatar Darrick J. Wong 1-2/+2
2021-06-02xfs: don't take a spinlock unconditionally in the DIO fastpathGravatar Dave Chinner 1-11/+31
2021-05-26xfs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-1/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+4
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-49/+65