summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: more project quota fixesKent Overstreet4-21/+27
2023-10-23bcachefs: fix an rcu usage bugKent Overstreet1-1/+2
2023-10-23bcachefs: fix ja->cur_idx use while reading journalKent Overstreet1-1/+1
2023-10-23bcachefs: fix device remove error pathKent Overstreet1-1/+2
2023-10-23bcachefs: Fix duplicate ioctl nrKent Overstreet1-3/+5
2023-10-23bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet5-30/+109
2023-10-23bcachefs: rename keeps inheritable inode opts consistentKent Overstreet2-0/+109
2023-10-23bcachefs: add bcachefs_effective xattrsKent Overstreet3-64/+180
2023-10-23bcachefs: Add flags to indicate if inode opts were inherited or explicitly setKent Overstreet3-2/+22
2023-10-23bcachefs: bch2_fs_quota_transferKent Overstreet6-44/+68
2023-10-23bcachefs: merge BCH_INODE_FIELDS_INHERIT/BCH_INODE_OPTSKent Overstreet3-23/+17
2023-10-23bcachefs: use x-macros more consistentlyKent Overstreet5-71/+71
2023-10-23bcachefs: Fix for building in userspaceKent Overstreet1-0/+1
2023-10-23bcachefs: Fix bkey_method compilation on gcc 7.3.0Tim Schlueter1-15/+15
2023-10-23bcachefs: Include summarized counts in fs_usageKent Overstreet5-84/+97
2023-10-23bcachefs: refactor bch_fs_usageKent Overstreet8-92/+119
2023-10-23bcachefs: Switch replicas to mark_lockKent Overstreet5-138/+124
2023-10-23bcachefs: fix an incorrect bkey_debugcheck() callKent Overstreet1-1/+17
2023-10-23bcachefs: improve extent debugcheck fnKent Overstreet1-95/+46
2023-10-23bcachefs: improve/clarify ptr_disk_sectors()Kent Overstreet3-32/+37
2023-10-23bcachefs: Fix for running in degraded modeKent Overstreet1-1/+1
2023-10-23bcachefs: Compression fixesKent Overstreet2-7/+16
2023-10-23bcachefs: propagate BCH_WRITE_CACHEDKent Overstreet1-0/+5
2023-10-23bcachefs: s/usage_lock/mark_lockKent Overstreet10-58/+58
2023-10-23bcachefs: New blockcount field for bch_stripeKent Overstreet1-10/+21
2023-10-23bcachefs: move dirty into bucket_markKent Overstreet6-23/+49
2023-10-23bcachefs: Add new alloc fieldsKent Overstreet5-104/+166
2023-10-23bcachefs: Deferred btree updatesKent Overstreet5-55/+259
2023-10-23bcachefs: drop bogus percpu_ref_trygetKent Overstreet1-7/+1
2023-10-23bcachefs: Track nr_inodes with the key marking machineryKent Overstreet8-19/+11
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet59-1957/+1724
2023-10-23bcachefs: Fix a btree iter usage errorKent Overstreet1-3/+14
2023-10-23bcachefs: Split out bkey_sort.cKent Overstreet8-745/+772
2023-10-23bcachefs: fix waiting on an open journal entryKent Overstreet1-10/+6
2023-10-23bcachefs: return errors correctly from gcKent Overstreet1-26/+26
2023-10-23bcachefs: Hold usage_lock over mark_key and fs_usage_applyKent Overstreet5-60/+104
2023-10-23bcachefs: Stripes now properly subject to gcKent Overstreet11-142/+244
2023-10-23bcachefs: Btree locking fix, refactoringKent Overstreet7-39/+75
2023-10-23bcachefs: shim for userspace raid libraryKent Overstreet1-54/+73
2023-10-23Revert "bcachefs: start erasure coding after journal replay"Kent Overstreet1-5/+5
2023-10-23bcachefs: Allow for new alloc fieldsKent Overstreet1-1/+2
2023-10-23bcachefs: gc now operates on second set of bucket marksKent Overstreet11-383/+495
2023-10-23bcachefs: fix mempool double initializationKent Overstreet1-5/+7
2023-10-23bcachefs: fix btree iterator bug when using depth > 0Kent Overstreet1-1/+4
2023-10-23bcachefs: Allocator startup improvementsKent Overstreet5-39/+68
2023-10-23bcachefs: Journal refactoringKent Overstreet4-230/+124
2023-10-23bcachefs: Don't block on journal reservation with btree locks heldKent Overstreet4-59/+108
2023-10-23bcachefs: start erasure coding after journal replayKent Overstreet1-5/+5
2023-10-23bcachefs: Clean up, possixly fix page disk reservation accountingKent Overstreet1-74/+72
2023-10-23bcachefs: Fix an error pathKent Overstreet1-2/+1