summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2022-01-111-1/+2
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-241-8/+8
* xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-181-1/+1
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-181-8/+8
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-181-1/+1
* xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-181-0/+10
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-11-101-2/+8
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-10-291-0/+11
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-10-011-0/+1
* xfs: fix attr leaf header freemap.size underflowBrian Foster2020-10-011-1/+3
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-231-2/+2
* xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-261-2/+4
* xfs: fix inode quota reservation checksDarrick J. Wong2020-08-261-1/+1
* xfs: fix reflink quota reservation accounting errorDarrick J. Wong2020-08-211-7/+14
* xfs: fix missed wakeup on l_flush_waitRik van Riel2020-08-211-5/+4
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2020-08-211-3/+2
* xfs: validate cached inodes are free when allocatedDave Chinner2020-08-211-25/+48
* xfs: catch inode allocation state mismatch corruptionDave Chinner2020-08-211-1/+22
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2020-07-311-0/+4
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-06-301-0/+16
* xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong2020-05-021-0/+1
* xfs: Sanity check flags of Q_XQUOTARM callJan Kara2020-01-291-0/+3
* xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2020-01-121-1/+1
* xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2020-01-121-0/+2
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2019-12-051-4/+30
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2019-12-051-0/+6
* xfs: require both realtime inodes to mountDarrick J. Wong2019-12-051-3/+1
* xfs: fix use-after-free race in xfs_buf_releDave Chinner2019-11-281-1/+37
* xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2019-11-061-1/+1
* xfs: clear sb->s_fs_info on mount failureDave Chinner2019-10-171-0/+10
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-10-051-8/+21
* xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-09-061-0/+1
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-12-081-1/+8
* xfs: truncate transaction does not modify the inobtBrian Foster2018-11-101-8/+1
* xfs: detect agfl count corruption and reset agflBrian Foster2018-06-063-1/+103
* 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: 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: 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
* xfs: trim writepage mapping to within eofBrian Foster2017-10-273-0/+25
* xfs: cancel dirty pages on invalidationDave Chinner2017-10-271-12/+22