summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-2/+2
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang1-13/+50
2023-08-25mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-12/+12
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+0
2023-06-13xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-1/+1
2023-06-10iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig1-2/+0
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+0
2023-05-24xfs: Provide a splice-read wrapperDavid Howells1-1/+29
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+1
2023-04-06xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)1-16/+1
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe1-1/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-11-07xfs: write page faults in iomap are not buffered writesDave Chinner1-1/+1
2022-10-31xfs: fix incorrect return type for fsdax fault handlersDarrick J. Wong1-3/+4
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-8/+14
2022-08-06xfs: check return codes when flushing block devicesDarrick J. Wong1-8/+14
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+29
2022-07-25xfs: Add async buffered write supportStefan Roesch1-6/+5
2022-07-18xfs: add dax dedupe supportShiyang Ruan1-1/+1
2022-07-18xfs: support CoW in fsdax modeShiyang Ruan1-5/+28
2022-06-02Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds1-1/+1
2022-05-26Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+9
2022-05-22xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIOKaixu Xia1-1/+1
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-3/+3
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner1-6/+6
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner1-6/+6
2022-04-21xfs: simplify local variable assignment in file write codeKaixu Xia1-6/+2
2022-04-11xfs: Use generic_file_open()Matthew Wilcox (Oracle)1-3/+1
2022-02-02xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner1-16/+16
2022-02-02xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner1-32/+0
2022-02-02xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner1-8/+0
2022-02-02xfs: fallocate() should call file_modified()Dave Chinner1-4/+9
2022-02-02xfs: remove XFS_PREALLOC_SYNCDave Chinner1-6/+7
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong1-2/+1
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan1-2/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-3/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-1/+1
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-9/+9
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-7/+7
2021-08-19xfs: convert mount flags to featuresDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-07-13xfs: Convert to use invalidate_lockJan Kara1-5/+8
2021-07-03Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+45
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-7/+7
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner1-3/+3