summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2019-02-12xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong
2019-02-12fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin
2019-02-12xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner
2019-02-12xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner
2019-02-12xfs: fix shared extent data corruption due to missing cow reservationBrian Foster
2019-02-12xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner
2019-02-12xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET
2019-02-12xfs: cancel COW blocks before swapextChristoph Hellwig
2019-02-12xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner
2018-10-06xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner
2018-10-05xfs: update ctime and remove suid before cloning filesDarrick J. Wong
2018-10-05xfs: zero posteof blocks when cloning above eofDarrick J. Wong
2018-10-05xfs: refactor clonerange preparation into a separate helperDarrick J. Wong
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner
2018-09-29xfs: remove invalid log recovery first/last cycle checkBrian Foster
2018-09-29xfs: validate inode di_forkoffEric Sandeen