aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: kill INODE_LOCK, use lock_two_nondirectories()Gravatar Kent Overstreet 1-7/+2
2023-10-22bcachefs: Fixes for building in userspaceGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add btree_trans* to inode_set_fnGravatar Joshua Ashton 1-1/+2
2023-10-22bcachefs: bch2_xattr_set() now updates ctimeGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Nocow supportGravatar Kent Overstreet 1-0/+11
2023-10-22bcachefs: Factor out two_state_shared_lockGravatar Kent Overstreet 1-24/+11
2023-10-22bcachefs: darraysGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix quota support for snapshotsGravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: bch2_assert_pos_locked()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Switch fsync to use bi_journal_seqGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Move bch2_evict_subvolume_inodes() to fs.cGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Snapshot creation, deletionGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Add subvolume to ei_inode_infoGravatar Kent Overstreet 1-1/+11
2023-10-22bcachefs: fix truncate with ATTR_MODEGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Kill ei_str_hashGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Flag inodes that had btree update errorsGravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: Deadlock prevention for ei_pagecache_lockGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Factor out fs-common.cGravatar Kent Overstreet 1-13/+0
2023-10-22bcachefs: Kill deferred btree updatesGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Cleanup i_nlink handlingGravatar Kent Overstreet 1-5/+0
2023-10-22bcachefs: ReflinkGravatar Kent Overstreet 1-5/+10
2023-10-22bcachefs: Improve bch2_lock_inodes()Gravatar Kent Overstreet 1-8/+26
2023-10-22bcachefs: cmp_int()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Use deferred btree updates for inode updatesGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: more project quota fixesGravatar Kent Overstreet 1-0/+13
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Gravatar Kent Overstreet 1-0/+26
2023-10-22bcachefs: rename keeps inheritable inode opts consistentGravatar Kent Overstreet 1-0/+25
2023-10-22bcachefs: bch2_fs_quota_transferGravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: Fix mtime/ctime updatesGravatar Kent Overstreet 1-4/+3
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+99