summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-11-22xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2020-11-22xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig1-1/+1
2020-11-10xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong1-2/+8
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong1-0/+11
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2020-09-23xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-21xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+2
2020-01-29xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2020-01-12xfs: fix mount failure crash on invalid iclog memory accessBrian Foster1-0/+2
2019-12-05xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler1-0/+6
2019-12-05xfs: require both realtime inodes to mountDarrick J. Wong1-3/+1
2019-11-06xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel1-1/+1
2019-10-17xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
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-13xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-08-06xfs: 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