summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)AuthorFilesLines
6 daysxfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig1-1/+7
6 daysxfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig1-58/+82
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-09-19Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+69
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik1-1/+1
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig1-0/+4
2024-09-03xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig1-3/+2
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong1-21/+11
2024-09-03xfs: don't free post-EOF blocks on read closeDave Chinner1-1/+7
2024-09-03xfs: skip all of xfs_file_release when shut downChristoph Hellwig1-4/+6
2024-09-03xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig1-9/+9
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig1-3/+68
2024-08-28xfs: refactor xfs_file_fallocateChristoph Hellwig1-122/+208
2024-08-28xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig1-5/+3
2024-08-28xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig1-21/+0
2024-07-01xfs: fold xfs_ilock_for_write_fault into xfs_write_faultChristoph Hellwig1-18/+15
2024-07-01xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_faultChristoph Hellwig1-3/+2
2024-07-01xfs: refactor __xfs_filemap_faultChristoph Hellwig1-26/+45
2024-07-01xfs: simplify xfs_dax_faultChristoph Hellwig1-21/+13
2024-07-01xfs: cleanup xfs_ilock_iocb_for_writeChristoph Hellwig1-7/+11
2024-05-20Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-82/+8
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig1-1/+3
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig1-2/+0
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig1-4/+4
2024-04-16xfs: refactor non-power-of-two alignment checksDarrick J. Wong1-9/+3
2024-04-16xfs: create a new helper to return a file's allocation unitDarrick J. Wong1-20/+12
2024-04-16xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong1-0/+1
2024-04-16xfs: move inode lease breaking functions to xfs_inode.cDarrick J. Wong1-61/+0
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-3/+5
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