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
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Update btree ptrs after every write
Kent Overstreet
2023-10-22
1
-6
/
+3
*
bcachefs: Don't mark superblocks past end of usable space
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Assorted endianness fixes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Split out btree_error_wq
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
2023-10-22
1
-3
/
+7
*
bcachefs: Ratelimiting for writeback IOs
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Fix possible null deref on mount
Dan Robertson
2023-10-22
1
-1
/
+1
*
bcachefs: Fix some refcounting bugs
Kent Overstreet
2023-10-22
1
-4
/
+8
*
bcachefs: New and improved topology repair code
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Fix key cache assertion
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Eliminate more PAGE_SIZE uses
Kent Overstreet
2023-10-22
1
-2
/
+1
*
bcachefs: Add a print statement for when we go read-write
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Use x-macros for more enums
Kent Overstreet
2023-10-22
1
-20
/
+20
*
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Add a mempool for the replicas delta list
Kent Overstreet
2023-10-22
1
-6
/
+1
*
bcachefs: Start journal reclaim thread earlier
Kent Overstreet
2023-10-22
1
-7
/
+1
*
bcachefs: Fix for copygc getting stuck waiting for reserve to be filled
Kent Overstreet
2023-10-22
1
-1
/
+8
*
bcachefs: Rip out copygc pd controller
Kent Overstreet
2023-10-22
1
-4
/
+0
*
bcachefs: Fix an allocator startup race
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Create allocator threads when allocating filesystem
Kent Overstreet
2023-10-22
1
-0
/
+11
*
bcachefs: Redo checks for sufficient devices
Kent Overstreet
2023-10-22
1
-12
/
+11
*
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
2023-10-22
1
-4
/
+11
*
bcachefs: Journal updates to dev usage
Kent Overstreet
2023-10-22
1
-15
/
+22
*
bcachefs: Persist 64 bit io clocks
Kent Overstreet
2023-10-22
1
-6
/
+0
*
bcachefs: Add support for doing btree updates prior to journal replay
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Mark superblocks transactionally
Kent Overstreet
2023-10-22
1
-13
/
+11
*
bcachefs: Refactor dev usage
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix an assertion pop
Kent Overstreet
2023-10-22
1
-4
/
+1
*
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
2023-10-22
1
-9
/
+7
*
bcachefs: Add a kmem_cache for btree_key_cache objects
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: New varints
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Add a single slot percpu buf for btree iters
Kent Overstreet
2023-10-22
1
-0
/
+8
*
bcachefs: Improved inode create optimization
Kent Overstreet
2023-10-22
1
-2
/
+5
*
bcachefs: Minor journal reclaim improvement
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Inode create optimization
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Start/stop io clock hands in read/write paths
Kent Overstreet
2023-10-22
1
-0
/
+6
*
bcachefs: Improvements to writing alloc info
Kent Overstreet
2023-10-22
1
-16
/
+5
*
bcachefs: Fix copygc dying on startup
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: Fix errors early in the fs init process
Kent Overstreet
2023-10-22
1
-12
/
+8
*
bcachefs: Fix unmount path
Kent Overstreet
2023-10-22
1
-13
/
+29
*
bcachefs: Don't fail mount if device has been removed
Kent Overstreet
2023-10-22
1
-2
/
+14
*
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
2023-10-22
1
-1
/
+8
*
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
2023-10-22
1
-0
/
+8
*
bcachefs: Make copygc thread global
Kent Overstreet
2023-10-22
1
-22
/
+7
*
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Move stripe creation to workqueue
Kent Overstreet
2023-10-22
1
-2
/
+6
*
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
2023-10-22
1
-4
/
+26
[next]