summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: More allocator startup improvementsKent Overstreet2023-10-2210-102/+120
* bcachefs: correctly initialize bch_extent_ptrKent Overstreet2023-10-221-0/+1
* bcachefs: use crc64 from lib/Kent Overstreet2023-10-223-123/+6
* bcachefs: Factor out acc_u64s()Kent Overstreet2023-10-224-169/+79
* bcachefs: Minor replicas.c refactoringKent Overstreet2023-10-221-5/+5
* bcachefs: fix new reinherit_attrs ioctlKent Overstreet2023-10-221-1/+1
* bcachefs: Lots of option handling improvementsKent Overstreet2023-10-229-182/+310
* bcachefs: more project quota fixesKent Overstreet2023-10-224-21/+27
* bcachefs: fix an rcu usage bugKent Overstreet2023-10-221-1/+2
* bcachefs: fix ja->cur_idx use while reading journalKent Overstreet2023-10-221-1/+1
* bcachefs: fix device remove error pathKent Overstreet2023-10-221-1/+2
* bcachefs: Fix duplicate ioctl nrKent Overstreet2023-10-221-3/+5
* bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet2023-10-225-30/+109
* bcachefs: rename keeps inheritable inode opts consistentKent Overstreet2023-10-222-0/+109
* bcachefs: add bcachefs_effective xattrsKent Overstreet2023-10-223-64/+180
* bcachefs: Add flags to indicate if inode opts were inherited or explicitly setKent Overstreet2023-10-223-2/+22
* bcachefs: bch2_fs_quota_transferKent Overstreet2023-10-226-44/+68
* bcachefs: merge BCH_INODE_FIELDS_INHERIT/BCH_INODE_OPTSKent Overstreet2023-10-223-23/+17
* bcachefs: use x-macros more consistentlyKent Overstreet2023-10-225-71/+71
* bcachefs: Fix for building in userspaceKent Overstreet2023-10-221-0/+1
* bcachefs: Fix bkey_method compilation on gcc 7.3.0Tim Schlueter2023-10-221-15/+15
* bcachefs: Include summarized counts in fs_usageKent Overstreet2023-10-225-84/+97
* bcachefs: refactor bch_fs_usageKent Overstreet2023-10-228-92/+119
* bcachefs: Switch replicas to mark_lockKent Overstreet2023-10-225-138/+124
* bcachefs: fix an incorrect bkey_debugcheck() callKent Overstreet2023-10-221-1/+17
* bcachefs: improve extent debugcheck fnKent Overstreet2023-10-221-95/+46
* bcachefs: improve/clarify ptr_disk_sectors()Kent Overstreet2023-10-223-32/+37
* bcachefs: Fix for running in degraded modeKent Overstreet2023-10-221-1/+1
* bcachefs: Compression fixesKent Overstreet2023-10-222-7/+16
* bcachefs: propagate BCH_WRITE_CACHEDKent Overstreet2023-10-221-0/+5
* bcachefs: s/usage_lock/mark_lockKent Overstreet2023-10-2210-58/+58
* bcachefs: New blockcount field for bch_stripeKent Overstreet2023-10-221-10/+21
* bcachefs: move dirty into bucket_markKent Overstreet2023-10-226-23/+49
* bcachefs: Add new alloc fieldsKent Overstreet2023-10-225-104/+166
* bcachefs: Deferred btree updatesKent Overstreet2023-10-225-55/+259
* bcachefs: drop bogus percpu_ref_trygetKent Overstreet2023-10-221-7/+1
* bcachefs: Track nr_inodes with the key marking machineryKent Overstreet2023-10-228-19/+11
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-2259-1957/+1724
* bcachefs: Fix a btree iter usage errorKent Overstreet2023-10-221-3/+14
* bcachefs: Split out bkey_sort.cKent Overstreet2023-10-228-745/+772
* bcachefs: fix waiting on an open journal entryKent Overstreet2023-10-221-10/+6
* bcachefs: return errors correctly from gcKent Overstreet2023-10-221-26/+26
* bcachefs: Hold usage_lock over mark_key and fs_usage_applyKent Overstreet2023-10-225-60/+104
* bcachefs: Stripes now properly subject to gcKent Overstreet2023-10-2211-142/+244
* bcachefs: Btree locking fix, refactoringKent Overstreet2023-10-227-39/+75
* bcachefs: shim for userspace raid libraryKent Overstreet2023-10-221-54/+73
* Revert "bcachefs: start erasure coding after journal replay"Kent Overstreet2023-10-221-5/+5
* bcachefs: Allow for new alloc fieldsKent Overstreet2023-10-221-1/+2
* bcachefs: gc now operates on second set of bucket marksKent Overstreet2023-10-2211-383/+495
* bcachefs: fix mempool double initializationKent Overstreet2023-10-221-5/+7