summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2018-05-09xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong
2017-10-27xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan
2017-09-20xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster
2017-09-20xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-06-07xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara
2017-04-08xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig
2017-04-08xfs: fail _dir_open when readahead failsDarrick J. Wong
2017-04-08xfs: sync eofblocks scans under iolock are livelock proneBrian Foster
2017-01-12xfs: don't cap maximum dedupe request lengthDarrick J. Wong
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro
2016-10-10xfs: fix label inaccuraciesDarrick J. Wong
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong
2016-10-05xfs: add clone file and clone range vfs functionsDarrick J. Wong
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig
2016-09-19xfs: fix locking for DAX writesChristoph Hellwig
2016-08-17xfs: don't invalidate whole file on DAX read/writeDave Chinner
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-26dax: remote unused fault wrappersRoss Zwisler
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner
2016-07-22xfs: remove dax code from object file when disabledArnd Bergmann
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner
2016-07-20xfs: split direct I/O and DAX pathChristoph Hellwig
2016-07-20xfs: direct calls in the direct I/O pathChristoph Hellwig
2016-07-20xfs: stop using generic_file_read_iter for direct I/OChristoph Hellwig
2016-07-20xfs: split xfs_file_read_iter into buffered and direct I/O helpersChristoph Hellwig
2016-07-20xfs: remove s_maxbytes enforcement in xfs_file_read_iterChristoph Hellwig