summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2018-12-05xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster1-8/+1
2018-08-09xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-08-09xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2018-08-09xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang2-8/+8
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong3-8/+35
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster3-1/+103
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner4-20/+28
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino1-7/+7
2018-05-09xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong1-5/+9
2018-03-03xfs: quota: check result of register_shrinker()Aliaksei Karaliou1-16/+29
2018-03-03xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou1-0/+1
2018-02-03xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2-5/+49
2018-02-03xfs: ubsan fixesDarrick J. Wong1-3/+3
2018-02-03xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko1-5/+10
2018-02-03xfs: log recovery should replay deferred ops in orderDarrick J. Wong5-40/+85
2018-02-03xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong1-0/+21
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-1/+1
2017-12-20xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong1-1/+1
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster1-1/+1
2017-12-20xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan1-16/+20
2017-12-14xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus 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-24xfs: fix AIM7 regressionChristoph Hellwig1-8/+13
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-10-19Convert 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-04 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig1-1/+8
2017-10-04xfs: 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-26xfs: remove redundant re-initialization of total_nr_pagesColin Ian King1-2/+0
2017-09-26xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama1-0/+10
2017-09-26xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan1-1/+1
2017-09-26xfs: kill meaningless variable 'zero'Eryu Guan1-3/+1
2017-09-26fs/xfs: Use %pS printk format for direct addressesHelge Deller1-1/+1