summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-15Update bcachefs sources to 2f4e24d856 bcachefs: Split out dev_buckets_free()v0.22Kent Overstreet
2022-06-14Update bcachefs sources to c76f7e91e8 bcachefs: Fix btree node read retriesKent Overstreet
2022-06-11Update bcachefs sources to 3704d0779c bcachefs: Improved human readable ↵Kent Overstreet
integer parsing
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-06-08cmd_list_journal: Add -v (verbose)Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-06-07Update bcachefs sources to c68fda3e8f bcachefs: Fix btree node read error pathKent Overstreet
2022-06-05Update bcachefs sources to 600598598b bcachefs: Also log overwrites in journalKent Overstreet
2022-05-30Update bcachefs sources to fad6d13aa5 fixup! bcachefs: Add persistent countersKent Overstreet
2022-05-30Simplify Nix(OS) developmentDaniel B. Hill
Signed-off-by: Daniel B. Hill <daniel@gluo.nz>
2022-05-26Update bcachefs sources to 969fbff4ef bcachefs: Print message on btree node ↵Kent Overstreet
read retry success
2022-05-26New subcommand: set-optionKent Overstreet
This is for setting superblock options on existing filesystems, either online or offline. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-05-26Delete some dead codeKent Overstreet
printf_pad() has been superseded by printbuf tabstops. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-05-26Update email addressKent Overstreet
This changes linux-bcache@vger.kernel.org references to the correct mailing list (linux-bcachefs@vger.kernel.org). Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-05-19cmd_unlock: Add -k argument to specify keyringKent Overstreet
This adds a new argument (-k) to cmd_unlock for specifying the keyring to add to. The default is user, but user_session and session can also be specified. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-05-09Update bcachefs sources to c4ca278a54 bcachefs: Delete bch_writepageKent Overstreet
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵Kent Overstreet
bloom filter
2022-04-17Fix man for device set-state commandIgor Velkov
Signed-off-by: Igor Velkov <iav@iav.lv>
2022-04-12list_journal: Add -n for number of entries to printKent Overstreet
The entire journal can be too big to fit in memory in textual form, making grep difficult: this adds an option to print a specific number of journal entries. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-04-12Update bcachefs sources to 4c2d3669b1 bcachefs: In fsck, pass ↵Kent Overstreet
BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dirents
2022-04-12Update bcachefs sources to 7a06c01fa3 bcachefs: Fix for getting stuck in ↵Kent Overstreet
journal replay
2022-04-11Update bcachefs sources to de2fbf8b87 fixup! bcachefs: Change journal_io.c ↵Kent Overstreet
assertion to error message
2022-04-11Update bcachefs sources to fb8a27f6d4 bcachefs: Delete a redundant tracepointKent Overstreet
2022-04-11Update bcachefs sources to e67d924a90 bcachefs: Introduce ↵Kent Overstreet
bch2_journal_keys_peek_(upto|slot)()
2022-04-10Update bcachefs sources to 2d5e6ec144 fixup! bcachefs: Ensure buckets have ↵Kent Overstreet
io_time[READ] set
2022-04-10Update bcachefs sources to 202b20c48f bcachefs: Ensure buckets have ↵Kent Overstreet
io_time[READ] set
2022-04-10Update bcachefs sources to 1e6618c45d bcachefs: Improve ↵Kent Overstreet
bch2_open_buckets_to_text()
2022-04-10Update bcachefs sources to 1ff261b014 bcachefs: Fix CPU usage in journal ↵Kent Overstreet
read path
2022-04-10Update bcachefs sources to ad72553649 bcachefs: Fix a null ptr derefv0.21Kent Overstreet
2022-04-09Update bcachefs sources to ac53c8857f fixup! bcachefs: Use a genradix for ↵Kent Overstreet
reading journal entries
2022-04-08Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading ↵Kent Overstreet
journal entries
2022-04-07Update bcachefs sources to d3da360412 bcachefs: Fold bucket_state in to ↵Kent Overstreet
BCH_DATA_TYPES()
2022-04-07New tool for killing btree nodes on a filesystemKent Overstreet
To be used by error injection tests. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-04-07Update bcachefs sources to 98a1bff393 bcachefs: Topology repair fixesKent Overstreet
2022-04-06Update bcachefs sources to d2e0889128 bcachefs: fsck: Work around ↵Kent Overstreet
transaction restarts
2022-04-06Update bcachefs sources to 07bac0c685 bcachefs: fsck: Work around ↵Kent Overstreet
transaction restarts
2022-04-06Update bcachefs sources to e027cf9aa0 fixup! bcachefs: Defer checking of ↵Kent Overstreet
alloc -> lru refs until after RW
2022-04-04Update bcachefs sources to 91e6c3e0d5 bcachefs: Gap buffer for journal keysKent Overstreet
2022-04-02Update bcachefs sources to ab3b6e7dd6 bcachefs: Fix pr_buf() callsKent Overstreet
2022-03-31Update bcachefs sources to 5e392aed7a bcachefs: Kill bch2_alloc_write()v0.20Kent Overstreet
2022-03-30Flush standard output before popping assertionsKent Overstreet
Seeing error messages before we die generally makes assertions easier to debug. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-03-30cmd_list_journal: Tweak for new log entriesKent Overstreet
We use entry->level to denote which log entries indicate the start of a transaction - this updates cmd_list_journal to format them correctly. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-03-30Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg()Kent Overstreet
2022-03-29cmd_list_journal: Make output more readableKent Overstreet
This puts a blank line before log entries, which are used to denote the start of a transaction commit. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-03-28Merge remote-tracking branch 'holmanb/holmanb/suppressions'Kent Overstreet
2022-03-28Merge remote-tracking branch 'holmanb/holmanb/keyutils-dep-check'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-28Heap code fixKent Overstreet
When deleting an entry from a heap that was at entry h->used - 1, we'd end up calling heap_sift() on an entry outside the heap - the entry we just removed - which would end up re-adding it to the heap and deleting something we didn't want to delete. Oops... Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-03-24Add valgrind suppressions:Brett Holman
- urcu - rebalance thread
2022-03-24check for libkeyutils with pkg-configBrett Holman