aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2023-03-22xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner
2023-03-22xfs: fallocate() should call file_modified()Dave Chinner
2023-03-22xfs: remove XFS_PREALLOC_SYNCDave Chinner
2022-08-03xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2022-08-03xfs: refactor xfs_file_fsyncChristoph Hellwig
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong
2020-09-15xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig
2020-07-06xfs: add an inode item lockDave Chinner
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Dave Chinner
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-06-21xfs: flag files as supporting buffered async readsJens Axboe
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-04-06xfs: reflink should force the log out if mounted with wsyncChristoph Hellwig
2020-04-06xfs: factor out a new xfs_log_force_inode helperChristoph Hellwig
2020-01-15xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig
2019-10-31xfs: properly serialise fallocate against AIO+DIODave Chinner
2019-10-28xfs: consolidate preallocation in xfs_file_fallocateChristoph Hellwig
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_dio_aio_writeChristoph Hellwig
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig
2019-10-15xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski
2019-08-30xfs: Fix stale data exposure when readahead races with hole punchJan Kara
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-05xfs: disable map_sync for async flushPankaj Gupta
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-09xfs: use file_modified() helperAmir Goldstein
2019-04-23xfs: abort unaligned nowait directio earlyDarrick J. Wong
2019-03-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig
2018-11-19xfs: make xfs_file_remap_range() staticEric Biggers
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong