summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: kill INODE_LOCK, use lock_two_nondirectories()Kent Overstreet1-7/+2
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-1/+1
2023-10-23bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-1/+2
2023-10-23bcachefs: bch2_xattr_set() now updates ctimeKent Overstreet1-0/+2
2023-10-23bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet1-0/+1
2023-10-23bcachefs: Nocow supportKent Overstreet1-0/+11
2023-10-23bcachefs: Factor out two_state_shared_lockKent Overstreet1-24/+11
2023-10-23bcachefs: darraysKent Overstreet1-2/+2
2023-10-23bcachefs: Fix quota support for snapshotsKent Overstreet1-0/+6
2023-10-23bcachefs: bch2_assert_pos_locked()Kent Overstreet1-1/+1
2023-10-23bcachefs: Switch fsync to use bi_journal_seqKent Overstreet1-1/+0
2023-10-23bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet1-0/+4
2023-10-23bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-1/+1
2023-10-23bcachefs: Snapshot creation, deletionKent Overstreet1-1/+2
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-0/+4
2023-10-23bcachefs: Add subvolume to ei_inode_infoKent Overstreet1-1/+11
2023-10-23bcachefs: fix truncate with ATTR_MODEKent Overstreet1-0/+4
2023-10-23bcachefs: Kill ei_str_hashKent Overstreet1-2/+0
2023-10-23bcachefs: Flag inodes that had btree update errorsKent Overstreet1-0/+7
2023-10-23bcachefs: Deadlock prevention for ei_pagecache_lockKent Overstreet1-0/+1
2023-10-23bcachefs: Factor out fs-common.cKent Overstreet1-13/+0
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-1/+0
2023-10-23bcachefs: Cleanup i_nlink handlingKent Overstreet1-5/+0
2023-10-23bcachefs: ReflinkKent Overstreet1-5/+10
2023-10-23bcachefs: Improve bch2_lock_inodes()Kent Overstreet1-8/+26
2023-10-23bcachefs: cmp_int()Kent Overstreet1-1/+1
2023-10-23bcachefs: Use deferred btree updates for inode updatesKent Overstreet1-0/+1
2023-10-23bcachefs: more project quota fixesKent Overstreet1-0/+13
2023-10-23bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet1-0/+26
2023-10-23bcachefs: rename keeps inheritable inode opts consistentKent Overstreet1-0/+25
2023-10-23bcachefs: bch2_fs_quota_transferKent Overstreet1-0/+6
2023-10-23bcachefs: Fix mtime/ctime updatesKent Overstreet1-4/+3
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+99