summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2015-11-03xfs: DAX does not use IO completion callbacksDave Chinner
2015-11-03xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner
2015-10-12Merge branch 'xfs-io-fixes' into for-nextDave Chinner
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-10-12xfs: add an xfs_zero_eof() tracepointBrian Foster
2015-10-12xfs: always drain dio before extending aio write submissionBrian Foster
2015-09-08xfs: huge page fault supportMatthew Wilcox
2015-08-19Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner
2015-08-19xfs: flush entire file on dio read/write to cached fileBrian Foster
2015-07-29xfs: call dax_fault on read page faults for DAXDave Chinner
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-01Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23xfs: Correctly lock inode when removing suid and file capabilitiesJan Kara
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-06-04Merge branch 'xfs-dax-support' into for-nextDave Chinner
2015-06-03xfs: add DAX block zeroing supportDave Chinner
2015-06-03xfs: add DAX file operations supportDave Chinner
2015-06-03xfs: mmap lock needs to be inside freeze protectionDave Chinner
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-28xfs: xfs_iozero can return positive errnoDave Chinner
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner
2015-04-16xfs: DIO write completion size updates raceDave Chinner
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-12switch generic_write_checks() to iocb and iterAl Viro
2015-04-12xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro
2015-04-12generic_write_checks(): drop isblk argumentAl Viro
2015-04-12make new_sync_{read,write}() staticAl Viro
2015-04-12Merge branch 'iocb' into for-nextAl Viro
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-02-23Merge branch 'xfs-mmap-lock' into for-nextDave Chinner
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-23xfs: take i_mmap_lock on extent manipulation operationsDave Chinner
2015-02-23xfs: use i_mmaplock on write faultsDave Chinner
2015-02-23xfs: use i_mmaplock on read faultsDave Chinner
2015-02-21Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov