index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
bcachefs: Move the ei_flags setting to after initialization
Youling Tang
1
-5
/
+3
2024-06-21
bcachefs: Fix a UAF after write_super()
Kent Overstreet
1
-2
/
+2
2024-06-21
bcachefs: Use bch2_print_string_as_lines for long err
Kent Overstreet
1
-5
/
+8
2024-06-21
bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()
Kent Overstreet
1
-2
/
+10
2024-06-21
bcachefs: Replace bare EEXIST with private error codes
Kent Overstreet
5
-8
/
+12
2024-06-21
bcachefs: Fix missing alloc_data_type_set()
Kent Overstreet
1
-1
/
+3
2024-06-20
bcachefs: fix alignment of VMA for memory mapped files on THP
Youling Tang
1
-0
/
+1
2024-06-20
bcachefs: Fix safe errors by default
Kent Overstreet
5
-289
/
+308
2024-06-20
bcachefs: Fix bch2_trans_put()
Kent Overstreet
1
-3
/
+8
2024-06-20
bcachefs: set_worker_desc() for delete_dead_snapshots
Kent Overstreet
1
-0
/
+2
2024-06-20
bcachefs: Fix bch2_sb_downgrade_update()
Kent Overstreet
1
-1
/
+1
2024-06-20
bcachefs: Handle cached data LRU wraparound
Kent Overstreet
1
-5
/
+41
2024-06-20
bcachefs: Guard against overflowing LRU_TIME_BITS
Kent Overstreet
6
-12
/
+32
2024-06-20
bcachefs: delete_dead_snapshots() doesn't need to go RW
Kent Overstreet
1
-7
/
+0
2024-06-20
bcachefs: Fix early init error path in journal code
Kent Overstreet
1
-0
/
+3
2024-06-20
bcachefs: Check for invalid btree IDs
Kent Overstreet
2
-2
/
+12
2024-06-20
bcachefs: Fix btree ID bitmasks
Kent Overstreet
2
-10
/
+11
2024-06-20
bcachefs: Fix shift overflow in read_one_super()
Kent Overstreet
1
-3
/
+4
2024-06-20
bcachefs: Fix a locking bug in the do_discard_fast() path
Kent Overstreet
1
-1
/
+1
2024-06-20
bcachefs: Fix array-index-out-of-bounds
Kent Overstreet
3
-3
/
+8
2024-06-20
bcachefs: Fix initialization order for srcu barrier
Kent Overstreet
1
-1
/
+1
2024-06-12
bcachefs: Fix rcu_read_lock() leak in drop_extra_replicas
Kent Overstreet
1
-2
/
+1
2024-06-11
bcachefs: Add missing bch_inode_info.ei_flags init
Kent Overstreet
1
-0
/
+2
2024-06-10
bcachefs: Add missing synchronize_srcu_expedited() call when shutting down
Kent Overstreet
1
-1
/
+3
2024-06-10
bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()
Kent Overstreet
8
-47
/
+135
2024-06-10
bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checks
Kent Overstreet
4
-2
/
+10
2024-06-10
bcachefs: Fix snapshot_create_lock lock ordering
Kent Overstreet
1
-12
/
+5
2024-06-10
bcachefs: Fix refcount leak in check_fix_ptrs()
Kent Overstreet
1
-116
/
+133
2024-06-10
bcachefs: Leave a buffer in the btree key cache to avoid lock thrashing
Kent Overstreet
1
-0
/
+8
2024-06-10
bcachefs: Fix reporting of freed objects from key cache shrinker
Kent Overstreet
1
-8
/
+5
2024-06-10
bcachefs: set sb->s_shrinker->seeks = 0
Kent Overstreet
1
-0
/
+1
2024-06-10
bcachefs: increase key cache shrinker batch size
Kent Overstreet
1
-1
/
+2
2024-06-10
bcachefs: Enable automatic shrinking for rhashtables
Kent Overstreet
4
-14
/
+18
2024-06-10
bcachefs: fix the display format for show-super
Hongbo Li
1
-3
/
+3
2024-06-10
bcachefs: fix stack frame size in fsck.c
Kent Overstreet
1
-0
/
+3
2024-06-10
bcachefs: Delete incorrect BTREE_ID_NR assertion
Kent Overstreet
1
-6
/
+1
2024-06-10
bcachefs: Fix incorrect error handling found_btree_node_is_readable()
Kent Overstreet
1
-4
/
+5
2024-06-10
bcachefs: Split out btree_write_submit_wq
Kent Overstreet
3
-8
/
+13
2024-06-05
bcachefs: Fix trans->locked assert
Kent Overstreet
1
-0
/
+1
2024-06-05
bcachefs: Rereplicate now moves data off of durability=0 devices
Kent Overstreet
1
-1
/
+14
2024-06-05
bcachefs: Fix GFP_KERNEL allocation in break_cycle()
Kent Overstreet
1
-0
/
+1
2024-05-31
Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
27
-686
/
+706
2024-05-29
bcachefs: Fix failure to return error on misaligned dio write
Kent Overstreet
1
-1
/
+3
2024-05-29
bcachefs: Don't return -EROFS from mount on inconsistency error
Kent Overstreet
1
-2
/
+10
2024-05-29
bcachefs: Fix uninitialized var warning
Kent Overstreet
2
-2
/
+2
2024-05-29
bcachefs: Split out sb-errors_format.h
Kent Overstreet
3
-292
/
+297
2024-05-29
bcachefs: Split out journal_seq_blacklist_format.h
Kent Overstreet
2
-10
/
+16
2024-05-29
bcachefs: Split out replicas_format.h
Kent Overstreet
2
-32
/
+36
2024-05-29
bcachefs: Split out disk_groups_format.h
Kent Overstreet
2
-18
/
+22
2024-05-29
bcachefs: split out sb-downgrade_format.h
Kent Overstreet
2
-13
/
+18
[next]