summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-03-07xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2020-11-24xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong
2020-11-24xfs: strengthen rmap record flags checkingDarrick J. Wong
2020-11-24xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig
2020-11-18xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong
2020-11-18xfs: fix rmap key and record comparison functionsDarrick J. Wong
2020-11-18xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-11-18xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
2020-11-18xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong
2020-11-18xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster
2020-11-18xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong
2020-11-05xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong
2020-11-05xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-10-30xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-01xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2020-10-01xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-10-01xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-09-09xfs: don't update mtime on COW faultsMikulas Patocka
2020-09-09xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong
2020-09-09xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2020-09-03xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
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-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-08-05xfs: fix missed wakeup on l_flush_waitRik van Riel
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2020-04-29xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia
2020-01-27xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-01-09xfs: periodically yield scrub threads to the schedulerDarrick J. Wong
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2020-01-09xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-12-13xfs: add missing error check in xfs_prepare_shift()Brian Foster
2019-12-13xfs: extent shifting doesn't fully invalidate page cacheDave Chinner
2019-12-05xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2019-12-05xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler
2019-12-05xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler
2019-12-05xfs: require both realtime inodes to mountDarrick J. Wong