index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
bcachefs: promote_whole_extents is now a normal option
Kent Overstreet
7
-9
/
+11
2024-09-09
bcachefs: Move rebalance_status out of sysfs/internal
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: remove the unused parameter in macro bkey_crc_next
Julian Sun
1
-2
/
+2
2024-09-09
bcachefs: fix macro definition allocate_dropping_locks
Julian Sun
1
-1
/
+1
2024-09-09
bcachefs: fix macro definition allocate_dropping_locks_errcode
Julian Sun
1
-1
/
+1
2024-09-09
bcachefs: remove the unused macro definition
Julian Sun
1
-9
/
+0
2024-09-09
bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-32
/
+14
2024-09-09
bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-55
/
+35
2024-09-09
bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-24
/
+5
2024-09-09
bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-36
/
+20
2024-09-09
bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-29
/
+12
2024-09-09
bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-43
/
+12
2024-09-09
bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
1
-49
/
+17
2024-09-09
bcachefs: for_each_btree_key_in_subvolume_upto()
Kent Overstreet
1
-0
/
+45
2024-09-09
bcachefs: bch2_fiemap(): call trans_begin() on every loop iter
Kent Overstreet
1
-18
/
+22
2024-09-09
bcachefs: bchfs_read(): call trans_begin() on every loop iter
Kent Overstreet
2
-29
/
+14
2024-09-09
bcachefs: kill bch2_btree_iter_peek_and_restart()
Kent Overstreet
2
-14
/
+1
2024-09-09
bcachefs: Btree path tracepoints
Kent Overstreet
7
-22
/
+508
2024-09-09
bcachefs: Add check for btree_path ref overflow
Kent Overstreet
3
-21
/
+31
2024-09-09
bcachefs: Don't delete open files in online fsck
Kent Overstreet
3
-0
/
+33
2024-09-09
bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
Youling Tang
1
-1
/
+2
2024-09-09
bcachefs: fix btree_key_cache sysfs knob
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: allocate inode by using alloc_inode_sb()
Youling Tang
1
-1
/
+2
2024-09-09
bcachefs: Opt_durability can now be set via bch2_opt_set_sb()
Kent Overstreet
3
-23
/
+22
2024-09-09
bcachefs: bch2_opt_set_sb() can now set (some) device options
Kent Overstreet
3
-20
/
+43
2024-09-09
bcachefs: data_allowed is now an opts.h option
Kent Overstreet
4
-2
/
+17
2024-09-09
bcachefs: Annotate struct bucket_array with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-09-09
bcachefs: Fix format specifier in bch2_btree_key_cache_to_text()
Nathan Chancellor
1
-1
/
+1
2024-09-09
bcachefs: key cache can now allocate from pending
Kent Overstreet
3
-15
/
+50
2024-09-09
bcachefs: Rip out freelists from btree key cache
Kent Overstreet
3
-328
/
+55
2024-09-09
bcachefs: rcu_pending now works in userspace
Kent Overstreet
2
-4
/
+53
2024-09-09
bcachefs: rcu_pending
Kent Overstreet
3
-0
/
+629
2024-09-09
bcachefs: Fix deadlock in __wait_on_freeing_inode()
Kent Overstreet
1
-20
/
+47
2024-09-09
bcachefs: switch to rhashtable for vfs inodes hash
Kent Overstreet
12
-89
/
+160
2024-09-09
bcachefs: Replace div_u64 with div64_u64 where second param is u64
Reed Riley
2
-6
/
+6
2024-09-09
bcachefs: Fix sysfs rebalance duration waited formatting
Feiko Nanninga
1
-1
/
+1
2024-09-09
bcachefs: Fix negative timespecs
Alyssa Ross
1
-2
/
+5
2024-09-09
bcachefs: More BCH_SB_MEMBER_INVALID support
Kent Overstreet
4
-9
/
+17
2024-09-09
bcachefs: Simplify bch2_bkey_drop_ptrs()
Kent Overstreet
2
-30
/
+14
2024-09-09
bcachefs: Add a cond_resched() to __journal_keys_sort()
Kent Overstreet
1
-0
/
+2
2024-09-09
bcachefs: Fix ca->io_ref usage
Kent Overstreet
1
-12
/
+12
2024-09-03
bcachefs: BCH_SB_MEMBER_INVALID
Kent Overstreet
3
-2
/
+9
2024-09-01
bcachefs: fix rebalance accounting
Kent Overstreet
1
-1
/
+1
2024-08-31
bcachefs: Mark more errors as autofix
Kent Overstreet
1
-5
/
+5
2024-08-31
bcachefs: Revert lockless buffered IO path
Kent Overstreet
2
-110
/
+40
2024-08-30
inode: port __I_NEW to var event
Christian Brauner
1
-4
/
+6
2024-08-26
bcachefs: Fix bch2_extents_match() false positive
Kent Overstreet
1
-1
/
+22
2024-08-26
bcachefs: Fix failure to return error in data_update_index_update()
Kent Overstreet
1
-0
/
+1
2024-08-24
bcachefs: Fix rebalance_work accounting
Kent Overstreet
5
-27
/
+98
2024-08-24
bcachefs: Fix failure to flush moves before sleeping in copygc
Kent Overstreet
1
-1
/
+1
[prev]
[next]