summaryrefslogtreecommitdiff
path: root/libbcachefs
AgeCommit message (Collapse)Author
2022-03-30Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg()Kent Overstreet
2022-03-28Update bcachefs sources to 7786034caa bcachefs: Fix for freespace version ↵Kent Overstreet
upgrade path
2022-03-28Update bcachefs sources to bba7493dda bcachefs: Fix error path in ↵Kent Overstreet
bch2_snapshot_set_equiv()
2022-03-21Update bcachefs sources to 367a8fad45 bcachefs: Reset journal flush delay to ↵Kent Overstreet
default value if zeroed
2022-03-21Update bcachefs sources to 0e705f5944 fixup! bcachefs: Refactor ↵Kent Overstreet
bch2_btree_node_mem_alloc()
2022-03-13Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail ↵v0.19Kent Overstreet
tracepoint
2022-03-13Update bcachefs sources to e48731a188 bcachefs: Fix ↵Kent Overstreet
BTREE_TRIGGER_WANTS_OLD_AND_NEW
2022-03-06Update bcachefs sources to e318fabeb4 bcachefs: Fix pr_tab_rjust()Kent Overstreet
2022-03-05Update bcachefs sources to 259ff91605 bcachefs: Don't keep around ↵Kent Overstreet
btree_paths unnecessarily
2022-03-05Update bcachefs sources to b64d9b7b19 bcachefs: Don't arm ↵Kent Overstreet
journal->write_work when journal entry !open
2022-03-05Update bcachefs sources to f67089dc9b bcachefs: Convert bch2_sb_to_text to ↵Kent Overstreet
master option list
2022-03-01Update bcachefs sources to 8ffb42b3d0 bcachefs: Finish writing journal after ↵Kent Overstreet
journal error
2022-02-27Update bcachefs sources to ffad51ba45 bcachefs: Fix a use after freeKent Overstreet
2022-02-27Update bcachefs sources to 04036b4910 bcachefs: Fix a memory leakKent Overstreet
2022-02-26Update bcachefs sources to 31718a2: bcachefs: Don't spin in journal reclaimAleksei Kharlamov
Signed-off-by: Aleksei Kharlamov <aleksei@devass.club>
2022-02-22Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufsKent Overstreet
2022-02-21Update bcachefs sources to 9d554fa16d bcachefs: Add .to_text() methods for ↵Kent Overstreet
all superblock sections
2022-02-19Update bcachefs sources to 7d0925084b bcachefs: opts.read_journal_onlyKent Overstreet
2022-02-19Update bcachefs sources to da8056a215 bcachefs: Store logical location of ↵Kent Overstreet
journal entries
2022-02-16Update bcachefs sources to cea583fa17 bcachefs: Only mark iterators ↵Kent Overstreet
nopreserve that aren't in use
2022-02-16Update bcachefs sources to a0d7001b0f bcachefs: Change bch2_dev_lookup() to ↵Kent Overstreet
not use lookup_bdev()
2022-02-13Update bcachefs sources to ba398d2906 bcachefs: Fix reflink repair codeKent Overstreet
2022-02-11Update bcachefs sources to b84661c042 bcachefs: Fix reflink repair codeKent Overstreet
2022-01-10Update bcachefs sources to bf340e68c7 bcachefs: Ignore cached data when ↵Kent Overstreet
calculating fragmentation
2022-01-05Update bcachefs sources to 5242db9aec bcachefs: Fix bch2_check_fix_ptrs()Kent Overstreet
2022-01-04Update bcachefs sources to 50ac18afbb bcachefs: Fix an uninitialized variableKent Overstreet
2022-01-02Update bcachefs sources to 90d824456e bcachefs: Improve path for when ↵Kent Overstreet
btree_gc needs another pass
2022-01-01Update bcachefs sources to aa439f3b94 bcachefs: btree_gc no longer uses main ↵Kent Overstreet
in-memory bucket array
2022-01-01Update bcachefs sources to 42284b8b2b bcachefs: Fix race between btree ↵Kent Overstreet
updates & journal replay
2022-01-01Update bcachefs sources to 9d28e4a535 bcachefs: bch2_journal_entry_to_text()Kent Overstreet
2022-01-01Update bcachefs sources to 916d92b6b4 bcachefs: Add error messages for ↵Kent Overstreet
memory allocation failures
2022-01-01Unit handling cleanupsKent Overstreet
The option code has been switching to keeping things in display units - bytes - and this transitions more libbcachefs.c code to bytes as well, to match, and also fixes device add. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2021-12-28Update bcachefs sources to 078a1a596a bcachefs: Optimize bucket reuseKent Overstreet
2021-12-25Update bcachefs sources to f9d2e809a8 bcachefs: Turn encoded_extent_max into ↵Kent Overstreet
a regular option
2021-12-25Update bcachefs sources to aa540d47ab bcachefs: Option improvementsKent Overstreet
2021-12-21Update bcachefs sources to d3422f9b18 bcachefs: Journal initialization fixesKent Overstreet
2021-12-19Update bcachefs sources to ff3a76e1af bcachefs: Change ↵Kent Overstreet
need_whiteout_for_snapshot() to clone iterator
2021-12-14Update bcachefs sources to 635ca475f4 bcachefs: Fix debug build in userspaceKent Overstreet
2021-12-11Update bcachefs sources to 6bb1ba5c94 bcachefs: Improve alloc_mem_to_key()Kent Overstreet
2021-12-10Rename --group to --labelKent Overstreet
Disk labels used to be called groups - not all uses had been converted. This renames --group to --label, and --label to --fs_label Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2021-11-30Update bcachefs sources to 50d6a25d9c bcachefs: Erasure coding fixesKent Overstreet
2021-11-21Update bcachefs sources to 4c24a1cf56 bcachefs: Fix BCH_FS_ERROR flag handlingKent Overstreet
2021-11-21Update bcachefs sources to 2152e671d8 bcachefs: Add a bit of missing repair codeKent Overstreet
2021-11-16Update bcachefs sources to 70b5fb5daf bcachefs: Fix error reporting from ↵Kent Overstreet
bch2_journal_flush_seq
2021-11-06Update bcachefs sources to 6afa1fcb13 bcachefs: Clean up error reporting in ↵Kent Overstreet
the startup path
2021-11-05Update bcachefs sources to 6d9ff21de7 bcachefs: Kill journal buf bloom filterv0.18Kent Overstreet
2021-11-03Update bcachefs sources to 5fd0c70102 bcachefs: Fix __remove_dirent()Kent Overstreet
2021-11-01Update bcachefs sources to 043cfba30c fixup! bcachefs: Improve transaction ↵Kent Overstreet
restart handling in fsck code
2021-10-28Update bcachefs sources to 82c5cc8f00 bcachefs: Improve transaction restart ↵Kent Overstreet
handling in fsck code
2021-10-28Update bcachefs sources to b1899a0bd9 bcachefs: Move ↵Kent Overstreet
bch2_evict_subvolume_inodes() to fs.c