summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-12-051-2/+1
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2019-12-051-4/+30
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2019-12-051-0/+6
* xfs: require both realtime inodes to mountDarrick J. Wong2019-12-051-3/+1
* xfs: zero length symlinks are not validDave Chinner2019-12-052-20/+27
* xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2019-12-012-6/+29
* xfs: fix use-after-free race in xfs_buf_releDave Chinner2019-12-011-1/+37
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-10-011-8/+21
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-08-294-37/+31
* xfs: Add attibute remove and helper functionsAllison Henderson2019-08-292-11/+26
* xfs: Add attibute set and helper functionsAllison Henderson2019-08-294-87/+115
* xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson2019-08-291-23/+30
* xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson2019-08-291-0/+0
* xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-08-291-1/+4
* xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-08-291-0/+1
* xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-07-261-3/+3
* xfs: serialize unaligned dio writes against all other dio writesBrian Foster2019-07-261-10/+17
* xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-07-261-0/+8
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-07-262-0/+8
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-07-262-12/+17
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-07-264-5/+5
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-07-262-0/+4
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2019-07-263-5/+16
* xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2019-07-261-2/+3
* xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-121-0/+2
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2019-02-121-1/+1
* xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2019-02-121-2/+2
* fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin2019-02-121-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2019-02-121-1/+4
* xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner2019-02-121-7/+21
* xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2019-02-121-0/+1
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2019-02-121-2/+9
* xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET2019-02-121-1/+1
* xfs: cancel COW blocks before swapextChristoph Hellwig2019-02-121-0/+6
* xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino2019-02-121-1/+1
* xfs: fix data corruption w/ unaligned reflink rangesDave Chinner2018-10-061-13/+34
* xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner2018-10-061-0/+21
* xfs: update ctime and remove suid before cloning filesDarrick J. Wong2018-10-051-0/+25
* xfs: zero posteof blocks when cloning above eofDarrick J. Wong2018-10-051-8/+25
* xfs: refactor clonerange preparation into a separate helperDarrick J. Wong2018-10-051-27/+73
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* xfs: remove invalid log recovery first/last cycle checkBrian Foster2018-09-291-10/+0
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig2018-09-291-6/+4
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-292-1/+5
* xfs: remove duplicated include from alloc.cYueHaibing2018-09-291-1/+0
* xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-09-291-6/+2
* xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner2018-09-291-50/+77
* xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner2018-09-291-2/+8
* xfs: refactor xfs_buf_log_item reference count handlingBrian Foster2018-09-293-58/+56