aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-15xfs: force the log after remapping a synchronous-writes fileGravatar Darrick J. Wong 1-1/+16
2020-09-05xfs: don't update mtime on COW faultsGravatar Mikulas Patocka 1-2/+10
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-6/+22
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+4
2020-08-05iomap: fall back to buffered writes for invalidation failuresGravatar Christoph Hellwig 1-2/+2
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackGravatar Christoph Hellwig 1-2/+2
2020-07-06xfs: add an inode item lockGravatar Dave Chinner 1-3/+6
2020-07-06xfs: use MMAPLOCK around filemap_map_pages()Gravatar Dave Chinner 1-1/+14
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IOGravatar Darrick J. Wong 1-1/+1
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IOGravatar Darrick J. Wong 1-1/+1
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsGravatar Darrick J. Wong 1-1/+1
2020-06-21xfs: flag files as supporting buffered async readsGravatar Jens Axboe 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-04-06xfs: reflink should force the log out if mounted with wsyncGravatar Christoph Hellwig 1-0/+4
2020-04-06xfs: factor out a new xfs_log_force_inode helperGravatar Christoph Hellwig 1-11/+1
2020-01-15xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readGravatar Christoph Hellwig 1-1/+6
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufGravatar Christoph Hellwig 1-1/+1
2019-10-31xfs: properly serialise fallocate against AIO+DIOGravatar Dave Chinner 1-0/+30
2019-10-28xfs: consolidate preallocation in xfs_file_fallocateGravatar Christoph Hellwig 1-8/+24
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_dio_aio_writeGravatar Christoph Hellwig 1-2/+1
2019-10-28xfs: add a xfs_inode_buftarg helperGravatar Christoph Hellwig 1-7/+7
2019-10-21xfs: split the iomap ops for buffered vs direct writesGravatar Christoph Hellwig 1-6/+10
2019-10-21xfs: split out a new set of read-only iomap opsGravatar Christoph Hellwig 1-3/+6
2019-10-15xfs: Use iomap_dio_rw to wait for unaligned direct IOGravatar Jan Kara 1-8/+4
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Gravatar Jan Kara 1-2/+3
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+10
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureGravatar Christoph Hellwig 1-1/+5
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioGravatar Matthew Bobrowski 1-3/+5
2019-08-30xfs: Fix stale data exposure when readahead races with hole punchGravatar Jan Kara 1-0/+26
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+6
2019-07-05xfs: disable map_sync for async flushGravatar Pankaj Gupta 1-3/+6
2019-06-30xfs: remove XFS_TRANS_NOFSGravatar Christoph Hellwig 1-3/+15
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2019-06-09xfs: use file_modified() helperGravatar Amir Goldstein 1-14/+1
2019-04-23xfs: abort unaligned nowait directio earlyGravatar Darrick J. Wong 1-3/+3
2019-03-26xfs: serialize unaligned dio writes against all other dio writesGravatar Brian Foster 1-10/+17
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2019-02-24iomap: wire up the iopoll methodGravatar Christoph Hellwig 1-0/+1
2019-02-21xfs: introduce an always_cow modeGravatar Christoph Hellwig 1-7/+20
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationGravatar Christoph Hellwig 1-2/+2
2018-11-19xfs: make xfs_file_remap_range() staticGravatar Eric Biggers 1-1/+1
2018-10-30xfs: remove xfs_reflink_remap_rangeGravatar Darrick J. Wong 1-9/+56
2018-10-30xfs: support returning partial reflink resultsGravatar Darrick J. Wong 1-4/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-3/+6
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-16/+7
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-22/+7
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxGravatar Dave Jiang 1-1/+1
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Gravatar Dave Jiang 1-5/+4