summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong1-0/+1
2020-05-02xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers1-1/+3
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2-1/+14
2020-04-29xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia1-43/+42
2020-01-27xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2020-01-09xfs: periodically yield scrub threads to the schedulerDarrick J. Wong1-1/+8
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2020-01-09xfs: fix mount failure crash on invalid iclog memory accessBrian Foster1-0/+2
2019-12-13xfs: add missing error check in xfs_prepare_shift()Brian Foster1-0/+2
2019-12-13xfs: extent shifting doesn't fully invalidate page cacheDave Chinner1-7/+1
2019-12-05xfs: end sync buffer I/O properly on shutdown errorBrian Foster1-2/+1
2019-12-05xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler1-4/+30
2019-12-05xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler1-0/+6
2019-12-05xfs: require both realtime inodes to mountDarrick J. Wong1-3/+1
2019-12-05xfs: zero length symlinks are not validDave Chinner2-20/+27
2019-12-01xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2-6/+29
2019-12-01xfs: fix use-after-free race in xfs_buf_releDave Chinner1-1/+37
2019-10-01xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-08-29xfs: always rejoin held resources during defer rollDarrick J. Wong4-37/+31
2019-08-29xfs: Add attibute remove and helper functionsAllison Henderson2-11/+26
2019-08-29xfs: Add attibute set and helper functionsAllison Henderson4-87/+115
2019-08-29xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson1-23/+30
2019-08-29xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson1-0/+0
2019-08-29xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-08-29xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-07-26xfs: abort unaligned nowait directio earlyDarrick J. Wong1-3/+3
2019-07-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster1-10/+17
2019-07-26xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez1-0/+8
2019-07-26xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2-0/+8
2019-07-26xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2-12/+17
2019-07-26xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong4-5/+5
2019-07-26xfs: don't overflow xattr listent bufferDarrick J. Wong2-0/+4
2019-07-26xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner3-5/+16
2019-07-26xfs: fix pagecache truncation prior to reflinkDarrick J. Wong1-2/+3
2019-02-12xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2019-02-12xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2019-02-12xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong1-2/+2
2019-02-12fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin1-1/+1
2019-02-12xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2019-02-12xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner1-7/+21
2019-02-12xfs: fix shared extent data corruption due to missing cow reservationBrian Foster1-0/+1
2019-02-12xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner1-2/+9
2019-02-12xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET1-1/+1
2019-02-12xfs: cancel COW blocks before swapextChristoph Hellwig1-0/+6
2019-02-12xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino1-1/+1
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner1-13/+34
2018-10-06xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner1-0/+21
2018-10-05xfs: update ctime and remove suid before cloning filesDarrick J. Wong1-0/+25
2018-10-05xfs: zero posteof blocks when cloning above eofDarrick J. Wong1-8/+25
2018-10-05xfs: refactor clonerange preparation into a separate helperDarrick J. Wong1-27/+73