| Commit message (Expand) | Author | Age | Files | Lines |
* | bcachefs: Move the ei_flags setting to after initialization | Youling Tang | 2024-06-21 | 1 | -5/+3 |
* | bcachefs: Fix a UAF after write_super() | Kent Overstreet | 2024-06-21 | 1 | -2/+2 |
* | bcachefs: Use bch2_print_string_as_lines for long err | Kent Overstreet | 2024-06-21 | 1 | -5/+8 |
* | bcachefs: Fix I_NEW warning in race path in bch2_inode_insert() | Kent Overstreet | 2024-06-21 | 1 | -2/+10 |
* | bcachefs: Replace bare EEXIST with private error codes | Kent Overstreet | 2024-06-21 | 5 | -8/+12 |
* | bcachefs: Fix missing alloc_data_type_set() | Kent Overstreet | 2024-06-21 | 1 | -1/+3 |
* | bcachefs: fix alignment of VMA for memory mapped files on THP | Youling Tang | 2024-06-20 | 1 | -0/+1 |
* | bcachefs: Fix safe errors by default | Kent Overstreet | 2024-06-20 | 5 | -289/+308 |
* | bcachefs: Fix bch2_trans_put() | Kent Overstreet | 2024-06-20 | 1 | -3/+8 |
* | bcachefs: set_worker_desc() for delete_dead_snapshots | Kent Overstreet | 2024-06-20 | 1 | -0/+2 |
* | bcachefs: Fix bch2_sb_downgrade_update() | Kent Overstreet | 2024-06-20 | 1 | -1/+1 |
* | bcachefs: Handle cached data LRU wraparound | Kent Overstreet | 2024-06-20 | 1 | -5/+41 |
* | bcachefs: Guard against overflowing LRU_TIME_BITS | Kent Overstreet | 2024-06-20 | 6 | -12/+32 |
* | bcachefs: delete_dead_snapshots() doesn't need to go RW | Kent Overstreet | 2024-06-20 | 1 | -7/+0 |
* | bcachefs: Fix early init error path in journal code | Kent Overstreet | 2024-06-20 | 1 | -0/+3 |
* | bcachefs: Check for invalid btree IDs | Kent Overstreet | 2024-06-20 | 2 | -2/+12 |
* | bcachefs: Fix btree ID bitmasks | Kent Overstreet | 2024-06-20 | 2 | -10/+11 |
* | bcachefs: Fix shift overflow in read_one_super() | Kent Overstreet | 2024-06-20 | 1 | -3/+4 |
* | bcachefs: Fix a locking bug in the do_discard_fast() path | Kent Overstreet | 2024-06-20 | 1 | -1/+1 |
* | bcachefs: Fix array-index-out-of-bounds | Kent Overstreet | 2024-06-20 | 3 | -3/+8 |
* | bcachefs: Fix initialization order for srcu barrier | Kent Overstreet | 2024-06-20 | 1 | -1/+1 |
* | bcachefs: Fix rcu_read_lock() leak in drop_extra_replicas | Kent Overstreet | 2024-06-12 | 1 | -2/+1 |
* | bcachefs: Add missing bch_inode_info.ei_flags init | Kent Overstreet | 2024-06-11 | 1 | -0/+2 |
* | bcachefs: Add missing synchronize_srcu_expedited() call when shutting down | Kent Overstreet | 2024-06-10 | 1 | -1/+3 |
* | bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket() | Kent Overstreet | 2024-06-10 | 8 | -47/+135 |
* | bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checks | Kent Overstreet | 2024-06-10 | 4 | -2/+10 |
* | bcachefs: Fix snapshot_create_lock lock ordering | Kent Overstreet | 2024-06-10 | 1 | -12/+5 |
* | bcachefs: Fix refcount leak in check_fix_ptrs() | Kent Overstreet | 2024-06-10 | 1 | -116/+133 |
* | bcachefs: Leave a buffer in the btree key cache to avoid lock thrashing | Kent Overstreet | 2024-06-10 | 1 | -0/+8 |
* | bcachefs: Fix reporting of freed objects from key cache shrinker | Kent Overstreet | 2024-06-10 | 1 | -8/+5 |
* | bcachefs: set sb->s_shrinker->seeks = 0 | Kent Overstreet | 2024-06-10 | 1 | -0/+1 |
* | bcachefs: increase key cache shrinker batch size | Kent Overstreet | 2024-06-10 | 1 | -1/+2 |
* | bcachefs: Enable automatic shrinking for rhashtables | Kent Overstreet | 2024-06-10 | 4 | -14/+18 |
* | bcachefs: fix the display format for show-super | Hongbo Li | 2024-06-10 | 1 | -3/+3 |
* | bcachefs: fix stack frame size in fsck.c | Kent Overstreet | 2024-06-10 | 1 | -0/+3 |
* | bcachefs: Delete incorrect BTREE_ID_NR assertion | Kent Overstreet | 2024-06-10 | 1 | -6/+1 |
* | bcachefs: Fix incorrect error handling found_btree_node_is_readable() | Kent Overstreet | 2024-06-10 | 1 | -4/+5 |
* | bcachefs: Split out btree_write_submit_wq | Kent Overstreet | 2024-06-10 | 3 | -8/+13 |
* | bcachefs: Fix trans->locked assert | Kent Overstreet | 2024-06-05 | 1 | -0/+1 |
* | bcachefs: Rereplicate now moves data off of durability=0 devices | Kent Overstreet | 2024-06-05 | 1 | -1/+14 |
* | bcachefs: Fix GFP_KERNEL allocation in break_cycle() | Kent Overstreet | 2024-06-05 | 1 | -0/+1 |
* | Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-05-31 | 27 | -686/+706 |
|\ |
|
| * | bcachefs: Fix failure to return error on misaligned dio write | Kent Overstreet | 2024-05-29 | 1 | -1/+3 |
| * | bcachefs: Don't return -EROFS from mount on inconsistency error | Kent Overstreet | 2024-05-29 | 1 | -2/+10 |
| * | bcachefs: Fix uninitialized var warning | Kent Overstreet | 2024-05-29 | 2 | -2/+2 |
| * | bcachefs: Split out sb-errors_format.h | Kent Overstreet | 2024-05-28 | 3 | -292/+297 |
| * | bcachefs: Split out journal_seq_blacklist_format.h | Kent Overstreet | 2024-05-28 | 2 | -10/+16 |
| * | bcachefs: Split out replicas_format.h | Kent Overstreet | 2024-05-28 | 2 | -32/+36 |
| * | bcachefs: Split out disk_groups_format.h | Kent Overstreet | 2024-05-28 | 2 | -18/+22 |
| * | bcachefs: split out sb-downgrade_format.h | Kent Overstreet | 2024-05-28 | 2 | -13/+18 |