summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix double counting when gc is runningKent Overstreet
2023-10-22bcachefs: gc lock no longer needed for disk reservationsKent Overstreet
2023-10-22bcachefs: Fix oldest_gen handlingKent Overstreet
2023-10-22bcachefs: Fix a locking bugKent Overstreet
2023-10-22bcachefs: Fix a lockdep splatKent Overstreet
2023-10-22bcachefs: no need to run gc when initializing new fsKent Overstreet
2023-10-22bcachefs: Don't need to walk inodes on clean shutdownKent Overstreet
2023-10-22bcachefs: don't do initial gc if have alloc info featureKent Overstreet
2023-10-22bcachefs: serialize persistent_reservedKent Overstreet
2023-10-22bcachefs: initialize fs usage summary in recoveryKent Overstreet
2023-10-22bcachefs: journal_replay_early()Kent Overstreet
2023-10-22bcachefs: Write out fs usageKent Overstreet
2023-10-22bcachefs: reserve space in journal for fs usage entriesKent Overstreet
2023-10-22bcachefs: fix bch2_sb_field_resize()Kent Overstreet
2023-10-22bcachefs: delete a debug printkKent Overstreet
2023-10-22bcachefs: fix for unmount hangKent Overstreet
2023-10-22bcachefs: Fix a bug when shutting down before allocator startedKent Overstreet
2023-10-22bcachefs: percpu utility codeKent Overstreet
2023-10-22bcachefs: sysfs trigger for bch2_alloc_writeKent Overstreet
2023-10-22bcachefs: New journal_entry_res mechanismKent Overstreet
2023-10-22bcachefs: improve alloc_debugKent Overstreet
2023-10-22bcachefs: fix inode countingKent Overstreet
2023-10-22bcachefs: Persist stripe blocks_usedKent Overstreet
2023-10-22bcachefs: Improve c version of __bkey_cmp_bitsKent Overstreet
2023-10-22bcachefs: Persist alloc info on clean shutdownKent Overstreet
2023-10-22bcachefs: Fix fifo overflow in allocator startupKent Overstreet
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet
2023-10-22bcachefs: fix error message in device remove pathKent Overstreet
2023-10-22bcachefs: dio arithmetic improvementsKent Overstreet
2023-10-22bcachefs: Fix some reserve calculationsKent Overstreet
2023-10-22bcachefs: Add a workqueue for journal reclaimKent Overstreet
2023-10-22bcachefs: Fix an allocator error pathKent Overstreet
2023-10-22bcachefs: fixes for getting stuck flushing journal pinsKent Overstreet
2023-10-22bcachefs: Fix a dio bugKent Overstreet
2023-10-22bcachefs: More allocator startup improvementsKent Overstreet
2023-10-22bcachefs: correctly initialize bch_extent_ptrKent Overstreet
2023-10-22bcachefs: use crc64 from lib/Kent Overstreet
2023-10-22bcachefs: Factor out acc_u64s()Kent Overstreet
2023-10-22bcachefs: Minor replicas.c refactoringKent Overstreet
2023-10-22bcachefs: fix new reinherit_attrs ioctlKent Overstreet
2023-10-22bcachefs: Lots of option handling improvementsKent Overstreet
2023-10-22bcachefs: more project quota fixesKent Overstreet
2023-10-22bcachefs: fix an rcu usage bugKent Overstreet
2023-10-22bcachefs: fix ja->cur_idx use while reading journalKent Overstreet
2023-10-22bcachefs: fix device remove error pathKent Overstreet
2023-10-22bcachefs: Fix duplicate ioctl nrKent Overstreet
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet
2023-10-22bcachefs: rename keeps inheritable inode opts consistentKent Overstreet
2023-10-22bcachefs: add bcachefs_effective xattrsKent Overstreet
2023-10-22bcachefs: Add flags to indicate if inode opts were inherited or explicitly setKent Overstreet