aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-10-18Convert fs/*/* to SB_I_VERSIONGravatar Matthew Garrett 1-1/+1
2017-10-16xfs: move two more RT specific functions into CONFIG_XFS_RTGravatar Arnd Bergmann 1-24/+24
2017-10-16xfs: trim writepage mapping to within eofGravatar Brian Foster 3-0/+25
2017-10-16xfs: cancel dirty pages on invalidationGravatar Dave Chinner 1-12/+22
2017-10-11xfs: handle error if xfs_btree_get_bufs failsGravatar Eric Sandeen 1-0/+8
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkGravatar Brian Foster 1-0/+2
2017-10-11xfs: Fix bool initialization/comparisonGravatar Thomas Meyer 5-8/+8
2017-10-11xfs: don't change inode mode if ACL update failsGravatar Dave Chinner 1-6/+16
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTGravatar Dave Chinner 3-0/+27
2017-10-11xfs: Don't log uninitialised fields in inode structuresGravatar Dave Chinner 3-58/+50
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowGravatar Christoph Hellwig 1-1/+8
2017-10-03xfs: always swap the cow forks when swapping extentsGravatar Darrick J. Wong 1-2/+22
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Gravatar Darrick J. Wong 1-15/+2
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneGravatar Carlos Maiolino 1-1/+1
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Gravatar Darrick J. Wong 1-2/+10
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 5-19/+28
2017-09-26xfs: validate bdev support for DAX inode flagGravatar Ross Zwisler 1-1/+2
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesGravatar Colin Ian King 1-2/+0
2017-09-25xfs: Output warning message when discard option was enabled even though the d...Gravatar Kenjiro Nakayama 1-0/+10
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Gravatar Eryu Guan 1-1/+1
2017-09-25xfs: kill meaningless variable 'zero'Gravatar Eryu Guan 1-3/+1
2017-09-25fs/xfs: Use %pS printk format for direct addressesGravatar Helge Deller 1-1/+1
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseGravatar Darrick J. Wong 1-1/+13
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesGravatar Darrick J. Wong 1-3/+5
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+9
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-6/+6
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentGravatar Richard Wareing 1-1/+8
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-15/+41
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+2
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2017-09-06dax: use common 4k zero page for dax mmap readsGravatar Ross Zwisler 1-1/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsGravatar Christoph Hellwig 1-2/+9
2017-09-03xfs: use kmem_free to free return value of kmem_zallocGravatar Pan Bian 1-1/+1
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackGravatar Christoph Hellwig 1-24/+47
2017-09-02xfs: don't set v3 xflags for v2 inodesGravatar Christoph Hellwig 1-13/+25
2017-09-02xfs: fix compiler warningsGravatar Darrick J. Wong 5-8/+11
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeGravatar Darrick J. Wong 1-4/+3
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayGravatar Eric Sandeen 1-3/+1
2017-09-01xfs: fix incorrect log_flushed on fsyncGravatar Amir Goldstein 1-7/+0
2017-09-01xfs: disable per-inode DAX flagGravatar Christoph Hellwig 1-1/+2
2017-09-01xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesGravatar Christoph Hellwig 1-32/+12
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentGravatar Christoph Hellwig 2-11/+11
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atGravatar Christoph Hellwig 1-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsGravatar Christoph Hellwig 1-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsGravatar Christoph Hellwig 1-25/+29
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedGravatar Christoph Hellwig 1-5/+7
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertGravatar Christoph Hellwig 1-4/+7
2017-09-01xfs: add a xfs_iext_update_extent helperGravatar Christoph Hellwig 3-6/+20
2017-09-01xfs: consolidate the various page fault handlersGravatar Christoph Hellwig 2-65/+60