summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2019-01-26xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-06-13xfs: fix incorrect log_flushed on fsyncAmir Goldstein1-7/+0
2018-06-06xfs: detect agfl count corruption and reset agflBrian Foster3-1/+103
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino1-7/+7
2018-05-30xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2018-05-16xfs: 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: ubsan fixesDarrick J. Wong1-3/+3
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-1/+1
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster1-1/+1
2017-10-08xfs: remove kmem_zalloc_greedyDarrick J. Wong3-24/+2
2017-09-14xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-08-07xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-1/+20
2017-06-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov1-0/+1
2017-06-14fs: add i_blocksize()Fabian Frederick2-7/+7
2017-06-07xfs: only return -errno or success from attr ->put_listentEric Sandeen3-10/+14
2017-06-07xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+6
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang1-1/+1
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-06-07xfs: wait on new inodes during quotaoff dquot releaseBrian Foster1-1/+2
2017-06-07xfs: update ag iterator to support wait on new inodesBrian Foster2-8/+53
2017-06-07xfs: support ability to wait on new inodesBrian Foster2-2/+7
2017-06-07xfs: fix up quotacheck buffer list error handlingBrian Foster3-6/+26
2017-06-07xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster1-2/+3
2017-06-07xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen1-2/+8
2017-06-07xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-03-30xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-03-30xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2017-03-30xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2017-01-06xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2016-11-10libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-9/+4
2016-09-30xfs: prevent dropping ioend completions during buftarg waitBrian Foster1-1/+1
2016-09-15xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-06-08xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+41
2016-06-08xfs: print name of verifier if it failsEric Sandeen18-2/+24
2016-06-08xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-06-08xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-06-08xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-06-08xfs: Don't wrap growfs AGFL indexesDave Chinner1-2/+2
2016-06-08xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-04-12xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-02-25xfs: log mount failures don't wait for buffers to be releasedDave Chinner1-0/+10
2016-02-25Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner1-1/+0
2016-02-25xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1