summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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: return corresponding errcode if xfs_initialize_perag() failYu Kuai2020-11-241-3/+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: flush for older, xfs specific ioctlsAndy Strohman2020-11-101-1/+25
* 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-291-0/+11
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-291-7/+4
* xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-293-71/+124
* xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-291-0/+3
* xfs: trim IO to found COW extent limitEric Sandeen2020-10-071-0/+6
* xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong2020-10-013-0/+23
* 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 realtime file data space leakOmar Sandoval2020-10-011-11/+14
* xfs: fix attr leaf header freemap.size underflowBrian Foster2020-10-011-1/+3
* xfs: properly serialise fallocate against AIO+DIODave Chinner2020-10-013-7/+32
* xfs: fix inode fork extent count overflowDave Chinner2020-10-015-20/+24
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-171-2/+2
* xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2020-09-172-3/+3
* 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 inode allocation block res calculation precedenceBrian Foster2020-08-191-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: 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: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-03-053-2/+9
* xfs: Sanity check flags of Q_XQUOTARM callJan Kara2020-01-261-0/+3