summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner2015-04-161-4/+42
| |\
| | * xfs: using generic_file_direct_write() is unnecessaryDave Chinner2015-04-161-3/+20
| | * xfs: direct IO EOF zeroing needs to drain AIODave Chinner2015-04-161-0/+10
| | * xfs: DIO write completion size updates raceDave Chinner2015-04-161-1/+12
| * | Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-131-2/+2
| |\ \
| | * | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-131-2/+2
| * | | Merge branch 'fallocate-insert-range' into for-nextDave Chinner2015-03-251-2/+39
| |\ \ \ | | |/ /
| | * | xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-251-2/+39
| | |/
| * | Merge branch 'xfs-mmap-lock' into for-nextDave Chinner2015-02-241-16/+54
| |\ \
| | * | xfs: take i_mmap_lock on extent manipulation operationsDave Chinner2015-02-231-0/+3
| | * | xfs: use i_mmaplock on write faultsDave Chinner2015-02-231-15/+24
| | * | xfs: use i_mmaplock on read faultsDave Chinner2015-02-231-1/+27
| | |/
* | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-2/+2
* | | switch generic_write_checks() to iocb and iterAl Viro2015-04-111-4/+4
* | | xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro2015-04-111-15/+16
* | | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* | | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+0
|\ \ \ | |/ / |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* | | xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-02-231-4/+10
| |/ |/|
* | Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-2/+12
|\ \ | |/ |/|
| * xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-161-2/+12
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\ \
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-1/+0
|\ \ \ | |_|/ |/| |
| * | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
| |/
* | xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig2015-02-021-22/+42
|/
* Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-12-011-5/+1
|\
| * xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-12-011-5/+1
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextDave Chinner2014-09-091-125/+53
|\
| * xfs: lseek: the "whence" argument is called "whence"Eric Sandeen2014-09-091-4/+4
| * xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen2014-09-091-122/+50
OpenPOWER on IntegriCloud