summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-03-07xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
2020-11-22xfs: validate cached inodes are free when allocatedDave Chinner
2020-11-22xfs: catch inode allocation state mismatch corruptionDave Chinner
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig
2020-11-10xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster
2020-09-23xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong
2020-08-21xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2020-01-29xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-12xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-12-05xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler
2019-12-05xfs: require both realtime inodes to mountDarrick J. Wong
2019-11-06xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel
2019-10-17xfs: clear sb->s_fs_info on mount failureDave Chinner
2019-01-26xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-06-13xfs: fix incorrect log_flushed on fsyncAmir Goldstein
2018-06-06xfs: detect agfl count corruption and reset agflBrian Foster
2018-05-30Force log to disk before reading the AGF during a fstrimCarlos Maiolino
2018-05-30xfs: remove racy hasattr check from attr opsBrian Foster
2018-05-16xfs: 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: ubsan fixesDarrick J. Wong
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster
2017-10-08xfs: remove kmem_zalloc_greedyDarrick J. Wong
2017-09-13xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-08-06xfs: don't BUG() on mixed direct and mapped I/OBrian Foster
2017-06-14Make __xfs_xattr_put_listen preperly report errors.Artem Savkov
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-06-07xfs: only return -errno or success from attr ->put_listentEric Sandeen
2017-06-07xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster
2017-06-07xfs: wait on new inodes during quotaoff dquot releaseBrian Foster
2017-06-07xfs: update ag iterator to support wait on new inodesBrian Foster
2017-06-07xfs: support ability to wait on new inodesBrian Foster
2017-06-07xfs: fix up quotacheck buffer list error handlingBrian Foster
2017-06-07xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster
2017-06-07xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen
2017-06-07xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara
2017-03-30xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong
2017-03-30xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen