index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
super.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-07
bcachefs: Ensure superblock gets written when we go ERO
Kent Overstreet
1
-0
/
+5
2025-04-28
bcachefs: Add missing utf8_unload()
Kent Overstreet
1
-0
/
+4
2025-04-28
bcachefs: Emit unicode version message on startup
Kent Overstreet
1
-19
/
+23
2025-04-24
bcachefs: Print mount opts earlier
Kent Overstreet
1
-39
/
+37
2025-04-21
bcachefs: Start copygc, rebalance threads earlier
Kent Overstreet
1
-36
/
+14
2025-04-20
bcachefs: bch2_copygc_wakeup()
Kent Overstreet
1
-2
/
+2
2025-04-20
bcachefs: Error ratelimiting is no longer only during fsck
Kent Overstreet
1
-0
/
+1
2025-04-20
bcachefs: Fix early startup error path
Kent Overstreet
1
-10
/
+9
2025-04-15
bcachefs: Log message when incompat version requested but not enabled
Kent Overstreet
1
-0
/
+1
2025-04-15
bcachefs: Print version_incompat_allowed on startup
Kent Overstreet
1
-0
/
+5
2025-04-13
bcachefs: Prevent granting write refs when filesystem is read-only
Gabriel Shahrouzi
1
-1
/
+2
2025-04-06
bcachefs: Remove unnecessary softdep on xxhash
Eric Biggers
1
-1
/
+0
2025-04-06
bcachefs: use library APIs for ChaCha20 and Poly1305
Eric Biggers
1
-3
/
+0
2025-04-06
bcachefs: Fix duplicate "ro,read_only" in opts at startup
Kent Overstreet
1
-6
/
+0
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
1
-24
/
+61
2025-03-28
bcachefs: Recovery no longer holds state_lock
Kent Overstreet
1
-18
/
+18
2025-03-28
bcachefs: Fix permissions on version modparam
Kent Overstreet
1
-1
/
+1
2025-03-24
bcachefs: bch2_disk_accounting_mod2()
Kent Overstreet
1
-6
/
+3
2025-03-24
bcachefs: Device options now use standard sysfs code
Kent Overstreet
1
-3
/
+3
2025-03-24
bcachefs: use sha256() instead of crypto_shash API
Eric Biggers
1
-1
/
+0
2025-03-24
bcachefs: Remove unnecessary softdeps on crc32c and crc64
Eric Biggers
1
-2
/
+0
2025-03-14
bcachefs: Implement blk_holder_ops
Kent Overstreet
1
-0
/
+97
2025-03-14
bcachefs: Stash a pointer to the filesystem for blk_holder_ops
Kent Overstreet
1
-0
/
+7
2025-03-14
bcachefs: bcachefs_metadata_version_casefolding
Joshua Ashton
1
-0
/
+19
2025-03-13
bcachefs: fix tiny leak in bch2_dev_add()
Kent Overstreet
1
-5
/
+6
2025-02-06
bcachefs: fix deadlock in journal_entry_open()
Jeongjun Park
1
-0
/
+11
2025-01-09
bcachefs: bch2_fs_btree_gc_init()
Kent Overstreet
1
-4
/
+2
2025-01-09
bcachefs: bcachefs_metadata_version_persistent_inode_cursors
Kent Overstreet
1
-6
/
+1
2024-12-21
bcachefs: Kill unnecessary mark_lock usage
Kent Overstreet
1
-2
/
+0
2024-12-21
bcachefs: Kill bch2_bucket_alloc_new_fs()
Kent Overstreet
1
-7
/
+5
2024-12-21
bcachefs: fix O(n^2) issue with whiteouts in journal keys
Kent Overstreet
1
-2
/
+1
2024-12-21
bcachefs: Fix shutdown message
Kent Overstreet
1
-1
/
+1
2024-12-21
bcachefs: Don't use page allocator for sb_read_scratch
Kent Overstreet
1
-2
/
+2
2024-12-21
bcachefs: Simplify code in bch2_dev_alloc()
Youling Tang
1
-4
/
+1
2024-12-21
bcachefs: Add assert for use of journal replay keys for updates
Kent Overstreet
1
-0
/
+5
2024-12-21
bcachefs: copygc_enabled, rebalance_enabled now opts.h options
Kent Overstreet
1
-3
/
+0
2024-12-21
bcachefs: Add locking for bch_fs.curr_recovery_pass
Kent Overstreet
1
-0
/
+1
2024-12-21
bcachefs: remove superfluous ; after statements
Colin Ian King
1
-2
/
+2
2024-11-07
bcachefs: bch2_btree_write_buffer_flush_going_ro()
Kent Overstreet
1
-0
/
+1
2024-10-18
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
1
-1
/
+1
2024-10-14
bcachefs: Fix sysfs warning in fstests generic/730,731
Kent Overstreet
1
-10
/
+24
2024-09-21
bcachefs: btree cache counters should be size_t
Kent Overstreet
1
-1
/
+1
2024-09-21
bcachefs: bch2_sb_member_alloc()
Kent Overstreet
1
-46
/
+7
2024-09-21
bcachefs: bch2_dev_remove_alloc() -> alloc_background.c
Kent Overstreet
1
-27
/
+0
2024-09-09
bcachefs: promote_whole_extents is now a normal option
Kent Overstreet
1
-1
/
+0
2024-09-09
bcachefs: switch to rhashtable for vfs inodes hash
Kent Overstreet
1
-0
/
+2
2024-07-30
bcachefs: Fix double free of ca->buckets_nouse
Kent Overstreet
1
-1
/
+0
2024-07-14
bcachefs: Improve startup message
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: Plumb more logging through stdio redirect
Kent Overstreet
1
-0
/
+13
2024-07-14
bcachefs: bch2_verify_accounting_clean()
Kent Overstreet
1
-0
/
+1
[next]