summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-06-05xfs: detect agfl count corruption and reset agflBrian Foster
2018-06-05xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino
2018-05-09xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong
2018-03-03xfs: quota: check result of register_shrinker()Aliaksei Karaliou
2018-03-03xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou
2018-02-03xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino
2018-02-03xfs: ubsan fixesDarrick J. Wong
2018-02-03xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko
2018-02-03xfs: log recovery should replay deferred ops in orderDarrick J. Wong
2018-02-03xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-12-20xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster
2017-12-20xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan
2017-12-14xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-10-23xfs: fix AIM7 regressionChristoph Hellwig
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-10-16xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann
2017-10-16xfs: trim writepage mapping to within eofBrian Foster
2017-10-16xfs: cancel dirty pages on invalidationDave Chinner
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkBrian Foster
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-10-11xfs: don't change inode mode if ACL update failsDave Chinner
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesColin Ian King
2017-09-25xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan
2017-09-25xfs: kill meaningless variable 'zero'Eryu Guan
2017-09-25fs/xfs: Use %pS printk format for direct addressesHelge Deller
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds