summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2022-01-111-1/+2
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2021-01-301-2/+2
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-241-8/+8
* xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-241-4/+4
* xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong2020-11-241-18/+27
* xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-181-1/+1
* xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong2020-11-181-5/+3
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-181-8/+8
* xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong2020-11-181-0/+2
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-181-1/+1
* xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong2020-11-181-2/+1
* xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-181-0/+10
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-11-182-1/+2
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-11-051-7/+12
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-11-051-2/+8
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-10-301-0/+11
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-291-7/+4
* xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-291-0/+3
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-10-011-0/+3
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-10-011-0/+1
* xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2020-10-011-19/+77
* xfs: fix attr leaf header freemap.size underflowBrian Foster2020-10-011-1/+3
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-171-2/+2
* xfs: don't update mtime on COW faultsMikulas Patocka2020-09-091-2/+10
* xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-091-1/+1
* xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen2020-09-091-1/+3
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-09-033-4/+26
* xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-261-2/+4
* xfs: fix inode quota reservation checksDarrick J. Wong2020-08-261-1/+1
* xfs: fix reflink quota reservation accounting errorDarrick J. Wong2020-08-191-7/+14
* xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong2020-08-191-2/+20
* xfs: fix missed wakeup on l_flush_waitRik van Riel2020-08-051-5/+4
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-06-301-0/+16
* xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster2020-06-221-5/+4
* xfs: reset buffer write failure state on successful completionBrian Foster2020-06-221-3/+5
* xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong2020-06-221-1/+1
* xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong2020-05-021-0/+1
* xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers2020-05-021-1/+3
* xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2020-05-022-1/+14
* xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2020-04-291-43/+42
* xfs: Sanity check flags of Q_XQUOTARM callJan Kara2020-01-271-0/+3
* xfs: periodically yield scrub threads to the schedulerDarrick J. Wong2020-01-091-1/+8
* xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2020-01-091-1/+1
* xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2020-01-091-0/+2
* xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-12-131-0/+2
* xfs: extent shifting doesn't fully invalidate page cacheDave Chinner2019-12-131-7/+1
* 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