summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Delete bch_writepageKent Overstreet2023-10-221-1/+0
* bcachefs: darraysKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet2023-10-221-3/+2
* bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet2023-10-221-1/+1
* bcachefs: Fix transaction path overflow in fiemapKent Overstreet2023-10-221-1/+2
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-4/+9
* bcachefs: btree_id_cached()Kent Overstreet2023-10-221-2/+2
* bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet2023-10-221-1/+0
* bcachefs: Option improvementsKent Overstreet2023-10-221-3/+3
* bcachefs: Fix quota support for snapshotsKent Overstreet2023-10-221-8/+20
* bcachefs: Update export_operations for snapshotsKent Overstreet2023-10-221-23/+207
* bcachefs: Tweak vfs cache shrinker behaviourKent Overstreet2023-10-221-0/+2
* bcachefs: bch2_assert_pos_locked()Kent Overstreet2023-10-221-23/+35
* bcachefs: Switch fsync to use bi_journal_seqKent Overstreet2023-10-221-45/+7
* bcachefs: Kill journal buf bloom filterKent Overstreet2023-10-221-4/+0
* bcachefs: Add journal_seq to inode & alloc keysKent Overstreet2023-10-221-1/+1
* bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet2023-10-221-7/+47
* bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet2023-10-221-2/+9
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-221-1/+1
* bcachefs: Snapshot creation, deletionKent Overstreet2023-10-221-13/+16
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-31/+46
* bcachefs: Add subvolume to ei_inode_infoKent Overstreet2023-10-221-23/+62
* bcachefs: btree_pathKent Overstreet2023-10-221-23/+21
* bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet2023-10-221-9/+3
* bcachefs: Use bch2_trans_begin() more consistentlyKent Overstreet2023-10-221-0/+2
* Revert "bcachefs: statfs bfree and bavail should be the same"Kent Overstreet2023-10-221-2/+2
* bcachefs: statfs bfree and bavail should be the sameDan Robertson2023-10-221-2/+2
* bcachefs: fix truncate with ATTR_MODEKent Overstreet2023-10-221-4/+7
* bcachefs: mount: fix null deref with null devnameDan Robertson2023-10-221-3/+3
* bcachefs: Preallocate transaction memKent Overstreet2023-10-221-1/+1
* bcachefs: Don't use uuid in tracepointsKent Overstreet2023-10-221-0/+2
* bcachefs: statfs resports incorrect avail blocksDan Robertson2023-10-221-2/+2
* bcachefs: avoid out-of-bounds in split_devsStijn Tintel2023-10-221-0/+4
* bcachefs: Fix time handlingKent Overstreet2023-10-221-1/+3
* bcachefs: Ensure that fpunch updates inode timestampsKent Overstreet2023-10-221-1/+1
* bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet2023-10-221-1/+1
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-0/+3
* bcachefs: Fix read retry path for indirect extentsKent Overstreet2023-10-221-1/+3
* bcachefs: Kill ei_str_hashKent Overstreet2023-10-221-4/+3
* bcachefs: Use __bch2_trans_do() in a few more placesKent Overstreet2023-10-221-33/+19
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-1/+1
* bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet2023-10-221-8/+8
* bcachefs: Flag inodes that had btree update errorsKent Overstreet2023-10-221-0/+1
* bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet2023-10-221-1/+1
* bcachefs: Set preallocated transaction mem to avoid restartsKent Overstreet2023-10-221-1/+2
* bcachefs: Deadlock prevention for ei_pagecache_lockKent Overstreet2023-10-221-0/+5
* bcachefs: Build fixes for 32bit x86Kent Overstreet2023-10-221-1/+6
* bcachefs: Report inode counts via statfsKent Overstreet2023-10-221-2/+8
* bcachefs: Fix stack corruptionKent Overstreet2023-10-221-3/+2
* bcachefs: fiemap fixesKent Overstreet2023-10-221-10/+13