summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-29bcachefs: bch2_extent_ptr_to_bp() no longer depends on deviceKent Overstreet
2024-12-29bcachefs: bcachefs_metadata_version_disk_accounting_big_endianKent Overstreet
2024-12-29bcachefs: bcachefs_metadata_version_backpointer_bucket_genKent Overstreet
2024-12-29bcachefs: bch2_btree_path_peek_slot() doesn't return errorsKent Overstreet
2024-12-29bcachefs: trace_key_cache_fillKent Overstreet
2024-12-29bcachefs: Log message in journal for snapshot deletionKent Overstreet
2024-12-29bcachefs: bch2_trans_log_msg()Kent Overstreet
2024-12-29bcachefs: Kill snapshot_t->equivKent Overstreet
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-28Merge tag '6.13-rc4-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo
2024-12-23xfs: enable realtime reflinkDarrick J. Wong
2024-12-23xfs: fix CoW forks for realtime filesDarrick J. Wong
2024-12-23xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong
2024-12-23xfs: repair inodes that have a refcount btree in the data forkDarrick J. Wong
2024-12-23xfs: online repair of the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: capture realtime CoW staging extents when rebuilding rt rmapbtDarrick J. Wong
2024-12-23xfs: walk the rt reference count tree when rebuilding rmapDarrick J. Wong
2024-12-23xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2024-12-23xfs: don't flag quota rt block usage on rtreflink filesystemsDarrick J. Wong
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong
2024-12-23xfs: detect and repair misaligned rtinherit directory cowextsize hintsDarrick J. Wong
2024-12-23xfs: allow dquot rt block count to exceed rt blocks on reflink fsDarrick J. Wong
2024-12-23xfs: check reference counts of gaps between rt refcount recordsDarrick J. Wong
2024-12-23xfs: allow overlapping rtrmapbt records for shared data extentsDarrick J. Wong
2024-12-23xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2024-12-23xfs: enable extent size hints for CoW operationsDarrick J. Wong
2024-12-23xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2024-12-23xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2024-12-23xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2024-12-23xfs: enable sharing of realtime file blocksDarrick J. Wong
2024-12-23xfs: enable CoW for realtime dataDarrick J. Wong
2024-12-23xfs: refactor reflink quota updatesDarrick J. Wong
2024-12-23xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong
2024-12-23xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong
2024-12-23xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2024-12-23xfs: refactor xfs_reflink_find_sharedChristoph Hellwig
2024-12-23xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong
2024-12-23xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2024-12-23xfs: add realtime refcount btree block detection to log recoveryDarrick J. Wong
2024-12-23xfs: support recovering refcount intent items targetting realtime extentsDarrick J. Wong
2024-12-23xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2024-12-23xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2024-12-23xfs: add realtime refcount btree operationsDarrick J. Wong