summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-4/+3
|\
| * dax: Remove complete_unwritten argumentJan Kara2016-05-161-4/+3
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-5/+3
|\ \
| * | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-5/+3
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-14/+9
|\ \ \
| * | | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-5/+1
| * | | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
| * | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+1
| * | | xfs: eliminate the pos variable in xfs_file_dio_aio_writeChristoph Hellwig2016-05-011-9/+8
| | |/ | |/|
* | | simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-021-1/+1
|/ /
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-6/+6
|/
* Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner2016-03-071-3/+3
|\
| * xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-3/+3
* | xfs: Factor xfs_seek_hole_data into helperEric Sandeen2016-02-081-25/+57
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-3/+3
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* | xfs: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-221-3/+4
|/
* xfs: fix recursive splice read locking with DAXDave Chinner2016-01-041-9/+16
* Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-111-26/+88
|\
| * Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-9/+55
| |\
| | * xfs: xfs_filemap_pmd_fault treats read faults as write faultsDave Chinner2015-11-031-4/+16
| | * xfs: add ->pfn_mkwrite support for DAXDave Chinner2015-11-031-0/+35
| | * xfs: DAX does not use IO completion callbacksDave Chinner2015-11-031-3/+2
| | * xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner2015-11-031-3/+3
| * | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-031-5/+16
| |\ \
| | * | xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner2015-11-031-5/+16
| | |/
| * | Merge branch 'xfs-io-fixes' into for-nextDave Chinner2015-10-121-6/+11
| |\ \
| | * | xfs: add an xfs_zero_eof() tracepointBrian Foster2015-10-121-0/+2
| | * | xfs: always drain dio before extending aio write submissionBrian Foster2015-10-121-6/+9
| | |/
| * | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-6/+6
| |/
* | vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-1/+1
|/
* xfs: huge page fault supportMatthew Wilcox2015-09-081-1/+29
* Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-201-22/+29
|\
| * xfs: flush entire file on dio read/write to cached fileBrian Foster2015-08-191-22/+29
* | xfs: call dax_fault on read page faults for DAXDave Chinner2015-07-291-6/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+10
|\
| * xfs: Correctly lock inode when removing suid and file capabilitiesJan Kara2015-06-231-1/+10
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-301-66/+100
|\ \
| * \ Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-2/+2
| |\ \
| | * | xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
| | * | xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-1/+1
| | |/
| * | Merge branch 'xfs-dax-support' into for-nextDave Chinner2015-06-041-64/+98
| |\ \
| | * | xfs: add DAX block zeroing supportDave Chinner2015-06-041-18/+27
| | * | xfs: add DAX file operations supportDave Chinner2015-06-041-49/+69
| | * | xfs: mmap lock needs to be inside freeze protectionDave Chinner2015-06-041-3/+8
| | |/
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\ \ \ | |/ / |/| |
| * | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| |/
* | xfs: xfs_iozero can return positive errnoDave Chinner2015-05-291-1/+1
|/
* Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-241-24/+137
|\
OpenPOWER on IntegriCloud