summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong2019-04-273-9/+23
* xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2019-04-272-4/+40
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-12-051-1/+8
* xfs: truncate transaction does not modify the inobtBrian Foster2018-11-101-8/+1
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-08-091-3/+2
* xfs: validate cached inodes are free when allocatedDave Chinner2018-08-091-25/+48
* xfs: catch inode allocation state mismatch corruptionDave Chinner2018-08-091-1/+22
* dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-07-112-8/+8
* fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-07-113-8/+35
* xfs: detect agfl count corruption and reset agflBrian Foster2018-06-053-1/+103
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-06-054-20/+28
* Force log to disk before reading the AGF during a fstrimCarlos Maiolino2018-05-301-7/+7
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-05-091-5/+9
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-03-031-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-03-031-0/+1
* xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2018-02-032-5/+49
* xfs: ubsan fixesDarrick J. Wong2018-02-031-3/+3
* xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko2018-02-031-5/+10
* xfs: log recovery should replay deferred ops in orderDarrick J. Wong2018-02-035-40/+85
* xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong2018-02-031-0/+21
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-12-201-1/+1
* xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong2017-12-201-1/+1
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan2017-12-201-16/+20
* xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong2017-12-141-0/+1
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-025-0/+5
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* | Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-261-8/+13
|\ \ | |/ |/|
| * xfs: fix AIM7 regressionChristoph Hellwig2017-10-231-8/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-211-1/+1
|\ \ | |/ |/|
| * Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-1/+1
* | xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann2017-10-161-24/+24
* | xfs: trim writepage mapping to within eofBrian Foster2017-10-163-0/+25
* | xfs: cancel dirty pages on invalidationDave Chinner2017-10-161-12/+22
* | xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
* | xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-111-0/+2
* | xfs: Fix bool initialization/comparisonThomas Meyer2017-10-115-8/+8
* | xfs: don't change inode mode if ACL update failsDave Chinner2017-10-111-6/+16
* | xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-113-0/+27
* | xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-113-58/+50
|/
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-031-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-031-2/+22
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-265-19/+28
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2
* xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-251-2/+0
* xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-251-0/+10
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-09-251-1/+1