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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
btrfs: push cleanup into btrfs_read_locked_inode()
Leo Martins
1
-48
/
+53
2024-11-11
io_uring/cmd: let cmds to know about dying task
Pavel Begunkov
2
-1
/
+6
2024-11-11
btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
Mark Harmstone
1
-2
/
+8
2024-11-11
btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)
Mark Harmstone
6
-12
/
+339
2024-11-11
btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()
Mark Harmstone
1
-11
/
+18
2024-11-11
btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is set
Mark Harmstone
1
-11
/
+44
2024-11-11
btrfs: change btrfs_encoded_read() so that reading of extent is done by caller
Mark Harmstone
3
-32
/
+66
2024-11-11
btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()
Mark Harmstone
1
-4
/
+1
2024-11-11
btrfs: remove no longer used delayed ref head search functionality
Filipe Manana
1
-29
/
+5
2024-11-11
btrfs: track delayed ref heads in an xarray
Filipe Manana
4
-119
/
+106
2024-11-11
btrfs: add comments regarding locking to struct btrfs_delayed_ref_root
Filipe Manana
1
-3
/
+17
2024-11-11
btrfs: assert delayed refs lock is held at add_delayed_ref_head()
Filipe Manana
1
-0
/
+1
2024-11-11
btrfs: assert delayed refs lock is held at find_first_ref_head()
Filipe Manana
1
-0
/
+2
2024-11-11
btrfs: assert delayed refs lock is held at find_ref_head()
Filipe Manana
1
-2
/
+2
2024-11-11
btrfs: pass fs_info to btrfs_delete_ref_head()
Filipe Manana
3
-7
/
+10
2024-11-11
btrfs: pass fs_info to functions that search for delayed ref heads
Filipe Manana
4
-11
/
+18
2024-11-11
btrfs: move delayed ref head unselection to delayed-ref.c
Filipe Manana
3
-13
/
+15
2024-11-11
btrfs: simplify obtaining a delayed ref head
Filipe Manana
3
-41
/
+23
2024-11-11
btrfs: change return type of btrfs_delayed_ref_lock() to boolean
Filipe Manana
3
-11
/
+11
2024-11-11
btrfs: remove num_entries atomic counter from delayed ref root
Filipe Manana
4
-11
/
+0
2024-11-11
btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()
Filipe Manana
1
-4
/
+5
2024-11-11
btrfs: remove duplicated code to drop delayed ref during transaction abort
Filipe Manana
1
-7
/
+1
2024-11-11
btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()
Filipe Manana
3
-7
/
+6
2024-11-11
btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()
Filipe Manana
3
-5
/
+4
2024-11-11
btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c
Filipe Manana
3
-80
/
+83
2024-11-11
btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()
Filipe Manana
1
-13
/
+24
2024-11-11
btrfs: reduce extent tree lock contention when searching for inline backref
Robbie Ko
1
-3
/
+23
2024-11-11
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
1
-0
/
+221
2024-11-11
btrfs: implement partial deletion of RAID stripe extents
Johannes Thumshirn
1
-7
/
+74
2024-11-11
btrfs: use filemap_get_folio() helper
Anand Jain
3
-6
/
+5
2024-11-11
btrfs: convert btrfs_buffered_write() to use folios
Qu Wenruo
3
-80
/
+66
2024-11-11
btrfs: make buffered write to copy one page a time
Qu Wenruo
3
-163
/
+94
2024-11-11
btrfs: fix wrong sizeof in btrfs_do_encoded_write()
Mark Harmstone
1
-1
/
+1
2024-11-11
btrfs: use str_yes_no() helper function in btrfs_dump_free_space()
Thorsten Blum
1
-3
/
+3
2024-11-11
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
4
-39
/
+43
2024-11-11
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
4
-83
/
+5
2024-11-11
btrfs: remove unused btrfs_folio_start_writer_lock()
Qu Wenruo
2
-49
/
+0
2024-11-11
btrfs: do not clear read-only when adding sprout device
Boris Burkov
1
-4
/
+0
2024-11-11
btrfs: remove local generation variable from read_block_for_search()
Filipe Manana
1
-4
/
+2
2024-11-11
btrfs: remove redundant initializations for struct btrfs_tree_parent_check
Filipe Manana
2
-2
/
+0
2024-11-11
btrfs: simplify arguments for btrfs_verify_level_key()
Filipe Manana
3
-12
/
+11
2024-11-11
btrfs: remove redundant level argument from read_block_for_search()
Filipe Manana
1
-11
/
+9
2024-11-11
btrfs: re-enable the extent map shrinker
Filipe Manana
1
-7
/
+1
2024-11-11
btrfs: rename extent map shrinker members from struct btrfs_fs_info
Filipe Manana
4
-26
/
+26
2024-11-11
btrfs: simplify tracking progress for the extent map shrinker
Filipe Manana
4
-57
/
+22
2024-11-11
btrfs: make the extent map shrinker run asynchronously as a work queue job
Filipe Manana
5
-19
/
+52
2024-11-11
btrfs: add and use helper to remove extent map from its inode's tree
Filipe Manana
1
-11
/
+7
2024-11-11
btrfs: reduce lock contention when eb cache miss for btree search
Robbie Ko
1
-31
/
+70
2024-11-11
btrfs: drop unused parameter level from alloc_heuristic_ws()
David Sterba
1
-2
/
+2
2024-11-11
btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name()
David Sterba
4
-14
/
+8
[next]