aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+6
2019-07-05xfs: disable map_sync for async flushPankaj Gupta1-3/+6
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig1-3/+15
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2019-06-09xfs: use file_modified() helperAmir Goldstein1-14/+1
2019-04-23xfs: abort unaligned nowait directio earlyDarrick J. Wong1-3/+3
2019-03-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster1-10/+17
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig1-0/+1
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-7/+20
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig1-2/+2
2018-11-19xfs: make xfs_file_remap_range() staticEric Biggers1-1/+1
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong1-9/+56
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong1-4/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+6
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong1-1/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-16/+7
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-22/+7
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Dave Jiang1-5/+4
2018-07-11xfs: remove unused iolock arg from xfs_break_dax_layoutsEric Sandeen1-2/+1
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi1-6/+6
2018-07-06vfs: dedupe: return intMiklos Szeredi1-17/+2
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+66
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams1-6/+66
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-29fs: xfs: Change return type to vm_fault_tSouptick Joarder1-6/+6
2018-05-22xfs, dax: introduce xfs_break_dax_layouts()Dan Williams1-10/+51
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams1-2/+24
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams1-4/+1
2018-05-09iomap: iomap_dio_rw() handles all sync writesDave Chinner1-5/+0
2018-05-09xfs: move generic_write_sync calls inwardsDave Chinner1-15/+33
2018-05-02xfs: cap the length of deduplication requestsDarrick J. Wong1-0/+10
2018-04-17xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong1-5/+9
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig1-41/+7
2018-03-14xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig1-2/+2
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-26/+18
2017-11-03xfs: support for synchronous DAX faultsChristoph Hellwig1-1/+14
2017-11-03xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara1-25/+4
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara1-2/+2
2017-10-26xfs: scrub directory metadataDarrick J. Wong1-1/+1
2017-10-23xfs: fix AIM7 regressionChristoph Hellwig1-8/+13
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer1-2/+2
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan1-14/+19
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan1-1/+1
2017-09-25xfs: kill meaningless variable 'zero'Eryu Guan1-3/+1
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+9
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1