aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: fiemap fixesKent Overstreet1-10/+13
2023-10-22bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet4-7/+15
2023-10-22bcachefs: Add mode to bch2_inode_to_textKent Overstreet1-0/+2
2023-10-22bcachefs: Always write a journal entry when stopping journalKent Overstreet1-3/+5
2023-10-22bcachefs: Drop alloc keys from journal when -o reconstruct_allocKent Overstreet1-1/+17
2023-10-22bcachefs: Indirect inline data extentsKent Overstreet10-55/+156
2023-10-22bcachefs: Fix rare use after free in read pathKent Overstreet3-10/+14
2023-10-22bcachefs: Improve some error messagesKent Overstreet1-3/+7
2023-10-22bcachefs: Fix for passing target= opts as mount optsKent Overstreet3-10/+24
2023-10-22bcachefs: Fix bch2_mark_stripe()Kent Overstreet1-11/+7
2023-10-22bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet7-32/+50
2023-10-22bcachefs: Account for stripe parity sectors separatelyKent Overstreet5-86/+142
2023-10-22bcachefs: Fix for bad stripe pointersKent Overstreet5-104/+190
2023-10-22bcachefs: Start/stop io clock hands in read/write pathsKent Overstreet2-12/+6
2023-10-22bcachefs: Improvements to writing alloc infoKent Overstreet7-70/+71
2023-10-22bcachefs: Fix assertion popping in transaction commit pathKent Overstreet1-3/+13
2023-10-22bcachefs: Perf improvements for bch_alloc_read()Kent Overstreet4-9/+24
2023-10-22bcachefs: Fix copygc dying on startupKent Overstreet2-1/+10
2023-10-22bcachefs: Fix copygc of compressed dataKent Overstreet1-4/+4
2023-10-22bcachefs: Fix another lockdep splatKent Overstreet1-1/+4
2023-10-22bcachefs: Fix errors early in the fs init processKent Overstreet1-12/+8
2023-10-22bcachefs: Copy ptr->cached when migrating dataKent Overstreet1-7/+13
2023-10-22bcachefs: Fix gc of stale ptr gensKent Overstreet1-14/+52
2023-10-22bcachefs: Fix off-by-one error in ptr gen checkKent Overstreet1-1/+1
2023-10-22bcachefs: Fix a lockdep splatKent Overstreet1-1/+4
2023-10-22bcachefs: Fix __bch2_truncate_page()Kent Overstreet1-0/+7
2023-10-22bcachefs: Fix journal_seq_copy()Kent Overstreet3-11/+30
2023-10-22bcachefs: Fix unmount pathKent Overstreet4-102/+104
2023-10-22bcachefs: Don't fail mount if device has been removedKent Overstreet2-3/+33
2023-10-22bcachefs: Improvements to the journal read error pathsKent Overstreet2-26/+60
2023-10-22bcachefs: Make sure to go rw if lazy in fsckKent Overstreet2-0/+13
2023-10-22bcachefs: Some project id fixesKent Overstreet2-2/+10
2023-10-22bcachefs: Don't report inodes to statfsKent Overstreet1-2/+2
2023-10-22bcachefs: Add a cond_resched() to bch2_alloc_write()Kent Overstreet1-0/+2
2023-10-22bcachefs: Fix a couple null ptr derefs when no disk groups existKent Overstreet2-3/+5
2023-10-22bcachefs: Fix disk groups not being updated when set via sysfsKent Overstreet2-1/+9
2023-10-22bcachefs: Change copygc to consider bucket fragmentationKent Overstreet2-9/+12
2023-10-22bcachefs: Don't block on allocations when only writing to specific deviceKent Overstreet1-1/+7
2023-10-22bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet6-38/+51
2023-10-22bcachefs: Fix bch2_new_stripes_to_text()Kent Overstreet1-1/+1
2023-10-22bcachefs: Don't disallow btree writes to RO devicesKent Overstreet1-1/+2
2023-10-22bcachefs: Fix maximum btree node sizeKent Overstreet1-1/+1
2023-10-22bcachefs: Convert various code to printbufKent Overstreet15-188/+177
2023-10-22bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet8-126/+93
2023-10-22bcachefs: Ensure we wake up threads locking node when reusing itKent Overstreet2-2/+2
2023-10-22bcachefs: Fix bch2_btree_node_insert_fits()Kent Overstreet2-7/+4
2023-10-22bcachefs: Ensure we only allocate one EC bucket per writepointKent Overstreet1-11/+15
2023-10-22bcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUTKent Overstreet1-0/+10
2023-10-22bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet8-35/+72
2023-10-22bcachefs: Delete unused argumentsKent Overstreet9-18/+17