summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li
2024-12-09xfs: add bounds checking to xlog_recover_process_datalei lu
2024-11-08xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig
2024-10-22xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-10-22xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-10-22xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig
2024-10-22xfs: fix unlink vs cluster buffer instantiation raceDave Chinner
2024-10-22xfs: make sure sb_fdblocks is non-negativeWengang Wang
2024-10-22xfs: allow symlinks with short remote targetsDarrick J. Wong
2024-10-22xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi
2024-10-22xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi
2024-10-22xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi
2024-10-22xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi
2024-10-22xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong
2024-10-22xfs: revert commit 44af6c7e59b12Darrick J. Wong
2024-10-22xfs: enforce one namespace per attributeDarrick J. Wong
2024-10-22xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong
2024-10-22xfs: check shortform attr entry flags specificallyDarrick J. Wong
2024-10-22xfs: fix missing check for invalid attr flagsDarrick J. Wong
2024-10-22xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong
2024-10-22xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong
2024-10-22xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig
2024-10-22xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig
2024-10-22xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-08-14xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig
2024-06-21xfs: allow cross-linking special files without project quotaAndrey Albershteyn
2024-06-21xfs: don't use current->journal_infoDave Chinner
2024-06-21xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner
2024-06-21xfs: ensure submit buffers on LSN boundaries in error handlersLong Li
2024-06-21xfs: shrink failure needs to hold AGI bufferDave Chinner
2024-06-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner
2024-06-21xfs: fix scrub stats file permissionsDarrick J. Wong
2024-06-21xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong
2024-04-03xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2024-04-03xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn
2024-04-03xfs: update dir3 leaf block metadata after swapZhang Tianci
2024-04-03xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang
2024-04-03xfs: fix perag leak when growfs failsLong Li
2024-04-03xfs: add lock protection when remove perag from radix treeLong Li
2024-04-03xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen
2024-04-03xfs: initialise di_crc in xfs_log_dinodeDave Chinner
2024-04-03xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong
2024-04-03xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2024-04-03xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong
2024-04-03xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong
2024-04-03xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong
2024-04-03xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong
2024-04-03xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2024-04-03xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong
2024-04-03xfs: make rextslog computation consistent with mkfsDarrick J. Wong