index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: BCH_WRITE_ALLOC_NOWAIT no longer applies to open bucket allocation
Kent Overstreet
2024-09-21
3
-12
/
+16
*
bcachefs: fix prototype to bch2_alloc_sectors_start_trans()
Kent Overstreet
2024-09-21
4
-17
/
+18
*
bcachefs: kill redundant is_vmalloc_addr()
Kent Overstreet
2024-09-21
1
-8
/
+4
*
bcachefs: convert __bch2_encrypt_bio() to darray
Kent Overstreet
2024-09-21
1
-19
/
+22
*
bcachefs: do_encrypt() now handles allocation failures
Kent Overstreet
2024-09-21
1
-18
/
+30
*
bcachefs: Add pinned to btree cache not freed counters
Kent Overstreet
2024-09-21
2
-21
/
+36
*
bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()
Thorsten Blum
2024-09-09
4
-7
/
+13
*
bcachefs: support idmap mounts
Hongbo Li
2024-09-09
1
-16
/
+34
*
bcachefs: Annotate struct bch_xattr with __counted_by()
Thorsten Blum
2024-09-09
1
-1
/
+1
*
bcachefs: Switch gc bucket array to a genradix
Kent Overstreet
2024-09-09
4
-37
/
+6
*
bcachefs: darray: convert to alloc_hooks()
Kent Overstreet
2024-09-09
2
-18
/
+12
*
bcachefs: Convert to use jiffies macros
Chen Yufan
2024-09-09
3
-3
/
+5
*
bcachefs: Refactor bch2_bset_fix_lookup_table
Alan Huang
2024-09-09
1
-60
/
+68
*
bcachefs: Assert that we don't lock nodes when !trans->locked
Kent Overstreet
2024-09-09
3
-16
/
+17
*
bcachefs: Do not check folio_has_private()
Matthew Wilcox (Oracle)
2024-09-09
1
-3
/
+1
*
bcachefs: bch2_time_stats_reset()
Kent Overstreet
2024-09-09
3
-2
/
+24
*
bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()
Kent Overstreet
2024-09-09
1
-5
/
+0
*
bcachefs: Simplify bch2_xattr_emit() implementation
Youling Tang
2024-09-09
1
-6
/
+16
*
bcachefs: drop unused posix acl handlers
Youling Tang
2024-09-09
1
-4
/
+0
*
bcachefs: Remove unused parameter
Alan Huang
2024-09-09
3
-4
/
+3
*
bcachefs: Remove the prev array stuff
Alan Huang
2024-09-09
1
-30
/
+4
*
bcachefs: Minimize the search range used to calculate the mantissa
Alan Huang
2024-09-09
1
-1
/
+1
*
bcachefs: Convert open-coded extra computation to helper
Alan Huang
2024-09-09
1
-1
/
+1
*
bcachefs: Remove dead code in __build_ro_aux_tree
Alan Huang
2024-09-09
1
-3
/
+0
*
bcachefs: Remove unused parameter of bkey_mantissa_bits_dropped
Alan Huang
2024-09-09
1
-3
/
+2
*
bcachefs: Remove unused parameter of bkey_mantissa
Alan Huang
2024-09-09
1
-4
/
+3
*
bcachefs: bch2_sb_nr_devices()
Kent Overstreet
2024-09-09
3
-7
/
+13
*
bcachefs: trivial open_bucket_add_buckets() cleanup
Kent Overstreet
2024-09-09
1
-4
/
+1
*
bcachefs: Fix a spelling error in docs
Xiaxi Shen
2024-09-09
1
-1
/
+1
*
bcachefs: promote_whole_extents is now a normal option
Kent Overstreet
2024-09-09
7
-9
/
+11
*
bcachefs: Move rebalance_status out of sysfs/internal
Kent Overstreet
2024-09-09
1
-1
/
+1
*
bcachefs: remove the unused parameter in macro bkey_crc_next
Julian Sun
2024-09-09
1
-2
/
+2
*
bcachefs: fix macro definition allocate_dropping_locks
Julian Sun
2024-09-09
1
-1
/
+1
*
bcachefs: fix macro definition allocate_dropping_locks_errcode
Julian Sun
2024-09-09
1
-1
/
+1
*
bcachefs: remove the unused macro definition
Julian Sun
2024-09-09
1
-9
/
+0
*
bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
1
-32
/
+14
*
bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
1
-55
/
+35
*
bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
1
-24
/
+5
*
bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
1
-36
/
+20
*
bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
1
-29
/
+12
*
bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
1
-43
/
+12
*
bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_upto
Kent Overstreet
2024-09-09
1
-49
/
+17
*
bcachefs: for_each_btree_key_in_subvolume_upto()
Kent Overstreet
2024-09-09
1
-0
/
+45
*
bcachefs: bch2_fiemap(): call trans_begin() on every loop iter
Kent Overstreet
2024-09-09
1
-18
/
+22
*
bcachefs: bchfs_read(): call trans_begin() on every loop iter
Kent Overstreet
2024-09-09
2
-29
/
+14
*
bcachefs: kill bch2_btree_iter_peek_and_restart()
Kent Overstreet
2024-09-09
2
-14
/
+1
*
bcachefs: Btree path tracepoints
Kent Overstreet
2024-09-09
7
-22
/
+508
*
bcachefs: Add check for btree_path ref overflow
Kent Overstreet
2024-09-09
3
-21
/
+31
*
bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
Youling Tang
2024-09-09
1
-1
/
+2
*
bcachefs: allocate inode by using alloc_inode_sb()
Youling Tang
2024-09-09
1
-1
/
+2
[next]