aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-07xfs: Fix assert failure in xfs_setattr_size()Yumei Huang1-1/+1
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-2/+2
2020-11-24xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong1-8/+8
2020-11-24xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai1-3/+8
2020-11-24xfs: strengthen rmap record flags checkingDarrick J. Wong1-4/+4
2020-11-24xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong1-18/+27
2020-11-18xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig1-1/+1
2020-11-18xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong1-5/+3
2020-11-18xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-18xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong1-0/+2
2020-11-18xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-11-18xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong1-2/+1
2020-11-18xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster1-0/+10
2020-11-18xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2-1/+2
2020-11-10xfs: flush for older, xfs specific ioctlsAndy Strohman1-1/+25
2020-11-05xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-11-05xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong1-2/+8
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong1-0/+11
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-10-29xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong3-71/+124
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong1-0/+3
2020-10-07xfs: trim IO to found COW extent limitEric Sandeen1-0/+6
2020-10-01xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong3-0/+23
2020-10-01xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-10-01xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong1-0/+1
2020-10-01xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong1-19/+77
2020-10-01xfs: fix realtime file data space leakOmar Sandoval1-11/+14
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2020-10-01xfs: properly serialise fallocate against AIO+DIODave Chinner3-7/+32
2020-10-01xfs: fix inode fork extent count overflowDave Chinner5-20/+24
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-09-17xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2-3/+3
2020-09-09xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-09xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-09xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-09-03xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner3-4/+26
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-19xfs: fix inode allocation block res calculation precedenceBrian Foster1-1/+1
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-06-30xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-06-22xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster1-5/+4
2020-06-22xfs: reset buffer write failure state on successful completionBrian Foster1-3/+5
2020-06-22xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong1-1/+1
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-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig3-2/+9
2020-01-26xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3