summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs.h
AgeCommit message (Expand)AuthorLines
2025-09-29Remove bcachefs core codeLinus Torvalds-215/+0
2024-12-21bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open()Kent Overstreet-0/+1
2024-10-09bcachefs: bch2_inode_or_descendents_is_open()Kent Overstreet-3/+3
2024-10-09bcachefs: bcachefs_metadata_version_inode_has_child_snapshotsKent Overstreet-6/+3
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet-6/+12
2024-09-09bcachefs: Don't delete open files in online fsckKent Overstreet-0/+7
2024-01-01bcachefs: kill INODE_LOCK, use lock_two_nondirectories()Kent Overstreet-7/+2
2023-10-22bcachefs: Fixes for building in userspaceKent Overstreet-1/+1
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton-1/+2
2023-10-22bcachefs: bch2_xattr_set() now updates ctimeKent Overstreet-0/+2
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet-0/+1
2023-10-22bcachefs: Nocow supportKent Overstreet-0/+11
2023-10-22bcachefs: Factor out two_state_shared_lockKent Overstreet-24/+11
2023-10-22bcachefs: darraysKent Overstreet-2/+2
2023-10-22bcachefs: Fix quota support for snapshotsKent Overstreet-0/+6
2023-10-22bcachefs: bch2_assert_pos_locked()Kent Overstreet-1/+1
2023-10-22bcachefs: Switch fsync to use bi_journal_seqKent Overstreet-1/+0
2023-10-22bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet-0/+4
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet-1/+1
2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet-1/+2
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet-0/+4
2023-10-22bcachefs: Add subvolume to ei_inode_infoKent Overstreet-1/+11
2023-10-22bcachefs: fix truncate with ATTR_MODEKent Overstreet-0/+4
2023-10-22bcachefs: Kill ei_str_hashKent Overstreet-2/+0
2023-10-22bcachefs: Flag inodes that had btree update errorsKent Overstreet-0/+7
2023-10-22bcachefs: Deadlock prevention for ei_pagecache_lockKent Overstreet-0/+1
2023-10-22bcachefs: Factor out fs-common.cKent Overstreet-13/+0
2023-10-22bcachefs: Kill deferred btree updatesKent Overstreet-1/+0
2023-10-22bcachefs: Cleanup i_nlink handlingKent Overstreet-5/+0
2023-10-22bcachefs: ReflinkKent Overstreet-5/+10
2023-10-22bcachefs: Improve bch2_lock_inodes()Kent Overstreet-8/+26
2023-10-22bcachefs: cmp_int()Kent Overstreet-1/+1
2023-10-22bcachefs: Use deferred btree updates for inode updatesKent Overstreet-0/+1
2023-10-22bcachefs: more project quota fixesKent Overstreet-0/+13
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet-0/+26
2023-10-22bcachefs: rename keeps inheritable inode opts consistentKent Overstreet-0/+25
2023-10-22bcachefs: bch2_fs_quota_transferKent Overstreet-0/+6
2023-10-22bcachefs: Fix mtime/ctime updatesKent Overstreet-4/+3
2023-10-22bcachefs: Initial commitKent Overstreet-0/+99