index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
varint.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
bcachefs: fix prototype to bch2_alloc_sectors_start_trans()
Kent Overstreet
4
-17
/
+18
2024-09-21
bcachefs: kill redundant is_vmalloc_addr()
Kent Overstreet
1
-8
/
+4
2024-09-21
bcachefs: convert __bch2_encrypt_bio() to darray
Kent Overstreet
1
-19
/
+22
2024-09-21
bcachefs: do_encrypt() now handles allocation failures
Kent Overstreet
1
-18
/
+30
2024-09-21
bcachefs: Add pinned to btree cache not freed counters
Kent Overstreet
2
-21
/
+36
2024-09-09
bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()
Thorsten Blum
4
-7
/
+13
2024-09-09
bcachefs: support idmap mounts
Hongbo Li
1
-16
/
+34
2024-09-09
bcachefs: Annotate struct bch_xattr with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-09-09
bcachefs: Switch gc bucket array to a genradix
Kent Overstreet
4
-37
/
+6
2024-09-09
bcachefs: darray: convert to alloc_hooks()
Kent Overstreet
2
-18
/
+12
2024-09-09
bcachefs: Convert to use jiffies macros
Chen Yufan
3
-3
/
+5
2024-09-09
bcachefs: Refactor bch2_bset_fix_lookup_table
Alan Huang
1
-60
/
+68
2024-09-09
bcachefs: Assert that we don't lock nodes when !trans->locked
Kent Overstreet
3
-16
/
+17
2024-09-09
bcachefs: Do not check folio_has_private()
Matthew Wilcox (Oracle)
1
-3
/
+1
2024-09-09
bcachefs: bch2_time_stats_reset()
Kent Overstreet
3
-2
/
+24
2024-09-09
bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()
Kent Overstreet
1
-5
/
+0
2024-09-09
bcachefs: Simplify bch2_xattr_emit() implementation
Youling Tang
1
-6
/
+16
2024-09-09
bcachefs: drop unused posix acl handlers
Youling Tang
1
-4
/
+0
2024-09-09
bcachefs: Remove unused parameter
Alan Huang
3
-4
/
+3
2024-09-09
bcachefs: Remove the prev array stuff
Alan Huang
1
-30
/
+4
2024-09-09
bcachefs: Minimize the search range used to calculate the mantissa
Alan Huang
1
-1
/
+1
2024-09-09
bcachefs: Convert open-coded extra computation to helper
Alan Huang
1
-1
/
+1
2024-09-09
bcachefs: Remove dead code in __build_ro_aux_tree
Alan Huang
1
-3
/
+0
2024-09-09
bcachefs: Remove unused parameter of bkey_mantissa_bits_dropped
Alan Huang
1
-3
/
+2
2024-09-09
bcachefs: Remove unused parameter of bkey_mantissa
Alan Huang
1
-4
/
+3
2024-09-09
bcachefs: bch2_sb_nr_devices()
Kent Overstreet
3
-7
/
+13
2024-09-09
bcachefs: trivial open_bucket_add_buckets() cleanup
Kent Overstreet
1
-4
/
+1
2024-09-09
bcachefs: Fix a spelling error in docs
Xiaxi Shen
1
-1
/
+1
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: Mark bch_inode_info as SLAB_ACCOUNT
Youling Tang
1
-1
/
+2
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
[next]