index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Fix locking in __bch2_trans_mark_dev_sb()
Kent Overstreet
2024-08-16
2
-9
/
+10
*
bcachefs: fix incorrect i_state usage
Kent Overstreet
2024-08-16
1
-1
/
+1
*
bcachefs: avoid overflowing LRU_TIME_BITS for cached data lru
Kent Overstreet
2024-08-16
1
-1
/
+3
*
bcachefs: Fix forgetting to pass trans to fsck_err()
Kent Overstreet
2024-08-16
1
-1
/
+1
*
bcachefs: Increase size of cuckoo hash table on too many rehashes
Kent Overstreet
2024-08-16
1
-2
/
+9
*
bcachefs: bcachefs_metadata_version_disk_accounting_inum
Kent Overstreet
2024-08-13
6
-3
/
+33
*
bcachefs: Kill __bch2_accounting_mem_mod()
Kent Overstreet
2024-08-13
3
-34
/
+28
*
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
2024-08-13
38
-553
/
+448
*
bcachefs: Fix warning in __bch2_fsck_err() for trans not passed in
Kent Overstreet
2024-08-13
1
-0
/
+2
*
bcachefs: Add a time_stat for blocked on key cache flush
Kent Overstreet
2024-08-13
2
-0
/
+5
*
bcachefs: Improve trans_blocked_journal_reclaim tracepoint
Kent Overstreet
2024-08-13
3
-4
/
+33
*
bcachefs: Add hysteresis to waiting on btree key cache flush
Kent Overstreet
2024-08-13
2
-1
/
+10
*
bcachefs: Convert for_each_btree_node() to lockrestart_do()
Kent Overstreet
2024-08-13
4
-54
/
+42
*
bcachefs: Add missing downgrade table entry
Kent Overstreet
2024-08-13
1
-0
/
+1
*
bcachefs: disk accounting: ignore unknown types
Kent Overstreet
2024-08-13
1
-3
/
+9
*
bcachefs: bch2_accounting_invalid() fixup
Kent Overstreet
2024-08-13
1
-1
/
+1
*
bcachefs: Fix bch2_trigger_alloc when upgrading from old versions
Kent Overstreet
2024-08-13
1
-1
/
+13
*
bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()
Kent Overstreet
2024-08-13
1
-5
/
+0
*
bcachefs: bcachefs_metadata_version_disk_accounting_v3
Kent Overstreet
2024-08-09
3
-6
/
+32
*
bcachefs: improve bch2_dev_usage_to_text()
Kent Overstreet
2024-08-09
3
-6
/
+10
*
bcachefs: bch2_accounting_invalid()
Kent Overstreet
2024-08-09
4
-8
/
+73
*
bcachefs: Switch to .get_inode_acl()
Kent Overstreet
2024-08-08
3
-9
/
+12
*
bcachefs: Use bch2_wait_on_allocator() in btree node alloc path
Kent Overstreet
2024-08-07
1
-1
/
+1
*
bcachefs: Make allocator stuck timeout configurable, ratelimit messages
Kent Overstreet
2024-08-07
8
-12
/
+45
*
bcachefs: Add missing path_traverse() to btree_iter_next_node()
Kent Overstreet
2024-08-07
1
-0
/
+5
*
bcachefs: ec should not allocate from ro devs
Kent Overstreet
2024-08-07
1
-0
/
+3
*
bcachefs: Improved allocator debugging for ec
Kent Overstreet
2024-08-07
4
-15
/
+30
*
bcachefs: Add missing bch2_trans_begin() call
Kent Overstreet
2024-08-07
1
-0
/
+1
*
bcachefs: Add a comment for bucket helper types
Kent Overstreet
2024-08-07
1
-0
/
+8
*
bcachefs: Don't rely on implicit unsigned -> signed integer conversion
Kent Overstreet
2024-08-07
1
-2
/
+2
*
bcachefs: Fix double free of ca->buckets_nouse
Kent Overstreet
2024-07-30
1
-1
/
+0
*
Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-07-22
4
-11
/
+9
|
\
|
*
bcachefs: Fix printbuf usage while atomic
Kent Overstreet
2024-07-22
1
-0
/
+1
|
*
bcachefs: More informative error message in reattach_inode()
Kent Overstreet
2024-07-22
1
-2
/
+5
|
*
bcachefs: kill btree_trans_too_many_iters() in bch2_bucket_alloc_freelist()
Kent Overstreet
2024-07-18
1
-6
/
+0
|
*
bcachefs: mean_and_variance: Avoid too-large shift amounts
Tavian Barnes
2024-07-18
1
-3
/
+3
*
|
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-07-21
6
-156
/
+94
|
\
\
|
*
|
bcachefs: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
2024-06-24
5
-155
/
+90
|
*
|
bcachefs: fix typo
Kuan-Wei Chiu
2024-06-24
1
-1
/
+1
*
|
|
Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-07-18
111
-2681
/
+3880
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bcachefs: Fix integer overflow on trans->nr_updates
Kent Overstreet
2024-07-18
1
-1
/
+1
|
*
|
bcachefs: silence silly kdoc warning
Kent Overstreet
2024-07-18
1
-1
/
+1
|
*
|
bcachefs: Fix fsck warning about btree_trans not passed to fsck error
Kent Overstreet
2024-07-18
1
-1
/
+2
|
*
|
bcachefs: Add an error message for insufficient rw journal devs
Kent Overstreet
2024-07-18
1
-0
/
+11
|
*
|
bcachefs: varint: Avoid left-shift of a negative value
Tavian Barnes
2024-07-18
1
-1
/
+1
|
*
|
bcachefs: darray: Don't pass NULL to memcpy()
Tavian Barnes
2024-07-14
1
-1
/
+2
|
*
|
bcachefs: Kill bch2_assert_btree_nodes_not_locked()
Kent Overstreet
2024-07-14
3
-22
/
+0
|
*
|
bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTED
Kent Overstreet
2024-07-14
2
-13
/
+13
|
*
|
bcachefs: __bch2_read(): call trans_begin() on every loop iter
Kent Overstreet
2024-07-14
1
-26
/
+19
|
*
|
bcachefs: show none if label is not set
Hongbo Li
2024-07-14
1
-1
/
+4
[next]