aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2018-09-29xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen
2018-09-29xfs: remove duplicated include from alloc.cYueHaibing
2018-09-29xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2018-09-29xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner
2018-09-29xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner
2018-09-29xfs: refactor xfs_buf_log_item reference count handlingBrian Foster
2018-09-29xfs: clean up xfs_trans_brelse()Brian Foster
2018-09-29xfs: don't unlock invalidated buf on aborted tx commitBrian Foster
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster
2018-09-29xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds