summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-083-11/+13
|\
| * bcachefs: Convert to bdev_open_by_path()Jan Kara2023-11-182-9/+11
| * bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
* | bcachefs: make RO snapshots actually ROKent Overstreet2024-01-016-14/+63
* | bcachefs: bch_sb_field_downgradeKent Overstreet2024-01-0110-9/+255
* | bcachefs: bch_sb.recovery_passes_requiredKent Overstreet2024-01-019-30/+172
* | bcachefs: Add persistent identifiers for recovery passesKent Overstreet2024-01-013-39/+84
* | bcachefs: prt_bitflags_vector()Kent Overstreet2024-01-013-0/+25
* | bcachefs: move BCH_SB_ERRS() to sb-errors_types.hKent Overstreet2024-01-012-253/+253
* | bcachefs: fix buffer overflow in nocow write pathKent Overstreet2024-01-011-41/+41
* | bcachefs: DARRAY_PREALLOCATED()Kent Overstreet2024-01-012-13/+20
* | bcachefs: Switch darray to kvmalloc()Kent Overstreet2024-01-012-2/+4
* | bcachefs: Factor out darray resize slowpathKent Overstreet2024-01-013-11/+39
* | bcachefs: fix setting version_upgrade_completeKent Overstreet2024-01-011-2/+2
* | bcachefs: fix invalid free in dio write pathKent Overstreet2024-01-011-8/+5
* | bcachefs: Fix extents iteration + snapshots interactionKent Overstreet2024-01-011-11/+24
* | bcachefs: Fix promotesKent Overstreet2023-12-261-1/+2
* | bcachefs: Fix leakage of internal error codeKent Overstreet2023-12-211-2/+4
* | bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet2023-12-211-7/+8
* | bcachefs: fix BCH_FSCK_ERR enumKent Overstreet2023-12-192-2/+2
* | bcachefs: Fix bch2_alloc_sectors_start_trans() error handlingKent Overstreet2023-12-191-3/+11
* | bcachefs; guard against overflow in btree node splitKent Overstreet2023-12-191-0/+12
* | bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet2023-12-192-17/+14
* | bcachefs: print explicit recovery pass message only onceKent Overstreet2023-12-171-0/+3
* | bcachefs: improve modprobe support by providing softdepsDaniel Hill2023-12-141-0/+6
* | bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger2023-12-143-2/+8
* | bcachefs: Fix determining required file handle lengthJan Kara2023-12-131-5/+14
* | bcachefs: Fix nocow locks deadlockKent Overstreet2023-12-111-1/+2
* | bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet2023-12-104-4/+9
* | bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet2023-12-101-1/+1
* | bcachefs: Fix deleted inode check for dirsKent Overstreet2023-12-083-13/+22
* | bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill2023-12-061-1/+2
* | bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster2023-12-061-0/+3
* | bcachefs: Fix creating snapshot with implict sourceKent Overstreet2023-12-061-1/+1
* | bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet2023-12-041-0/+8
* | bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet2023-12-041-4/+4
* | bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet2023-12-041-2/+2
* | bcachefs: Fix a journal deadlock in replayKent Overstreet2023-12-041-0/+11
* | bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet2023-12-041-0/+16
* | bcachefs: Don't drop journal pins in exit pathKent Overstreet2023-12-034-12/+5
* | bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2023-11-282-4/+10
* | bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet2023-11-281-4/+5
* | bcachefs: Fix race between btree writes and metadata dropKent Overstreet2023-11-281-0/+4
* | bcachefs: move journal seq assertionKent Overstreet2023-11-282-3/+3
* | bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet2023-11-281-0/+4
* | bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet2023-11-283-17/+14
* | bcachefs: Fix split_race livelockKent Overstreet2023-11-281-1/+5
* | bcachefs: Fix bucket data type for stripe bucketsKent Overstreet2023-11-281-2/+6
* | bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet2023-11-284-31/+53
* | bcachefs: Fix zstd compress workspace sizeKent Overstreet2023-11-282-7/+11