summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2019-12-05xfs: zero length symlinks are not validDave Chinner
2019-12-01xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster
2019-12-01xfs: fix use-after-free race in xfs_buf_releDave Chinner
2019-10-01xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong
2019-08-29xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-08-29xfs: Add attibute remove and helper functionsAllison Henderson
2019-08-29xfs: Add attibute set and helper functionsAllison Henderson
2019-08-29xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson
2019-08-29xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson
2019-08-29xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster
2019-08-29xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong
2019-07-26xfs: abort unaligned nowait directio earlyDarrick J. Wong
2019-07-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster
2019-07-26xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez
2019-07-26xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong
2019-07-26xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong
2019-07-26xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong
2019-07-26xfs: don't overflow xattr listent bufferDarrick J. Wong
2019-07-26xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner
2019-07-26xfs: fix pagecache truncation prior to reflinkDarrick J. Wong
2019-02-12xfs: eof trim writeback mapping as soon as it is cachedBrian Foster
2019-02-12xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen