aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2020-09-09xfs: don't update mtime on COW faultsMikulas Patocka
2019-07-26xfs: abort unaligned nowait directio earlyDarrick J. Wong
2019-07-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang
2018-07-11xfs: remove unused iolock arg from xfs_break_dax_layoutsEric Sandeen
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi
2018-07-06vfs: dedupe: return intMiklos Szeredi
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-29fs: xfs: Change return type to vm_fault_tSouptick Joarder
2018-05-22xfs, dax: introduce xfs_break_dax_layouts()Dan Williams
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams
2018-05-09iomap: iomap_dio_rw() handles all sync writesDave Chinner
2018-05-09xfs: move generic_write_sync calls inwardsDave Chinner
2018-05-02xfs: cap the length of deduplication requestsDarrick J. Wong
2018-04-17xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-03xfs: support for synchronous DAX faultsChristoph Hellwig
2017-11-03xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara
2017-10-26xfs: scrub directory metadataDarrick J. Wong
2017-10-23xfs: fix AIM7 regressionChristoph Hellwig
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan
2017-09-25xfs: kill meaningless variable 'zero'Eryu Guan
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-09-01xfs: consolidate the various page fault handlersChristoph Hellwig
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton
2017-07-02xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig
2017-06-27xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationJan Kara