aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-26Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-8/+13
2017-10-23xfs: fix AIM7 regressionChristoph Hellwig1-8/+13
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-10-16xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann1-24/+24
2017-10-16xfs: trim writepage mapping to within eofBrian Foster3-0/+25
2017-10-16xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkBrian Foster1-0/+2
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer5-8/+8
2017-10-11xfs: don't change inode mode if ACL update failsDave Chinner1-6/+16
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner3-0/+27
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner3-58/+50
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig1-1/+8
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong1-2/+22
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong1-15/+2
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan5-19/+28
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesColin Ian King1-2/+0
2017-09-25xfs: Output warning message when discard option was enabled even though the device does not support discardKenjiro Nakayama1-0/+10
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-25fs/xfs: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong1-1/+13
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong1-3/+5
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+9
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-15/+41
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-1/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-2/+9
2017-09-03xfs: use kmem_free to free return value of kmem_zallocPan Bian1-1/+1
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-09-02xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-02xfs: fix compiler warningsDarrick J. Wong5-8/+11
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong1-4/+3
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen1-3/+1
2017-09-01xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2017-09-01xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2
2017-09-01xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig1-32/+12
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2-11/+11
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig1-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig1-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig1-25/+29