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
2023-12-06
btrfs: don't clear qgroup reserved bit in release_folio
Boris Burkov
1
-1
/
+2
2023-12-06
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
4
-4
/
+34
2023-12-06
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
6
-25
/
+31
2023-12-06
btrfs: free qgroup reserve when ORDERED_IOERR is set
Boris Burkov
1
-1
/
+3
2023-11-24
btrfs: send: ensure send_fd is writable
Jann Horn
1
-1
/
+1
2023-11-24
btrfs: free the allocated memory if btrfs_alloc_page_array() fails
Qu Wenruo
1
-3
/
+8
2023-11-24
btrfs: fix 64bit compat send ioctl arguments not initializing version member
David Sterba
1
-0
/
+1
2023-11-23
btrfs: make error messages more clear when getting a chunk map
Filipe Manana
1
-3
/
+4
2023-11-23
btrfs: fix off-by-one when checking chunk map includes logical address
Filipe Manana
1
-1
/
+1
2023-11-23
btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()
Bragatheswaran Manickavel
1
-0
/
+2
2023-11-23
btrfs: add dmesg output for first mount and last unmount of a filesystem
Qu Wenruo
2
-1
/
+5
2023-11-15
btrfs: do not abort transaction if there is already an existing qgroup
Qu Wenruo
1
-1
/
+1
2023-11-15
btrfs: tree-checker: add type and sequence check for inline backrefs
Qu Wenruo
1
-0
/
+39
2023-11-09
btrfs: make OWNER_REF_KEY type value smallest among inline refs
Boris Burkov
1
-8
/
+16
2023-11-09
btrfs: fix qgroup record leaks when using simple quotas
Filipe Manana
2
-3
/
+3
2023-11-09
btrfs: fix race between accounting qgroup extents and removing a qgroup
Filipe Manana
1
-1
/
+7
2023-11-03
btrfs: fix error pointer dereference after failure to allocate fs devices
Filipe Manana
1
-3
/
+3
2023-11-03
btrfs: make found_logical_ret parameter mandatory for function queue_scrub_stripe()
Qu Wenruo
1
-3
/
+7
2023-11-03
btrfs: get correct owning_root when dropping snapshot
Josef Bacik
3
-10
/
+20
2023-11-03
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
1
-0
/
+7
2023-11-03
btrfs: zoned: drop no longer valid write pointer check
Naohiro Aota
1
-7
/
+0
2023-11-03
btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()
Dan Carpenter
1
-1
/
+1
2023-11-03
btrfs: use u64 for buffer sizes in the tree search ioctls
Filipe Manana
1
-5
/
+5
2023-10-12
btrfs: open code timespec64 in struct btrfs_inode
David Sterba
3
-23
/
+18
2023-10-12
btrfs: remove redundant log root tree index assignment during log sync
Filipe Manana
1
-1
/
+0
2023-10-12
btrfs: remove redundant initialization of variable dirty in btrfs_update_time()
Colin Ian King
1
-1
/
+1
2023-10-12
btrfs: sysfs: show temp_fsid feature
Anand Jain
1
-0
/
+18
2023-10-12
btrfs: disable the device add feature for temp-fsid
Anand Jain
1
-0
/
+6
2023-10-12
btrfs: disable the seed feature for temp-fsid
Anand Jain
1
-0
/
+8
2023-10-12
btrfs: update comment for temp-fsid, fsid, and metadata_uuid
Anand Jain
1
-0
/
+4
2023-10-12
btrfs: remove pointless empty log context list check when syncing log
Filipe Manana
1
-3
/
+1
2023-10-12
btrfs: update comment for struct btrfs_inode::lock
Filipe Manana
1
-14
/
+18
2023-10-12
btrfs: remove pointless barrier from btrfs_sync_file()
Filipe Manana
1
-1
/
+0
2023-10-12
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
8
-14
/
+30
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
6
-6
/
+22
2023-10-12
btrfs: add and use helpers for reading and writing log_transid
Filipe Manana
4
-4
/
+22
2023-10-12
btrfs: add and use helpers for reading and writing last_log_commit
Filipe Manana
4
-6
/
+20
2023-10-12
btrfs: support cloned-device mount capability
Anand Jain
3
-4
/
+61
2023-10-12
btrfs: add helper function find_fsid_by_disk
Anand Jain
1
-4
/
+15
2023-10-12
btrfs: stop reserving excessive space for block group item insertions
Filipe Manana
4
-4
/
+40
2023-10-12
btrfs: stop reserving excessive space for block group item updates
Filipe Manana
4
-6
/
+45
2023-10-12
btrfs: reorder btrfs_inode to fill gaps
David Sterba
1
-8
/
+8
2023-10-12
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
5
-89
/
+64
2023-10-12
btrfs: adjust overcommit logic when very close to full
Josef Bacik
1
-0
/
+32
2023-10-12
btrfs: increase ->free_chunk_space in btrfs_grow_device
Josef Bacik
1
-0
/
+1
2023-10-12
btrfs: fix ->free_chunk_space math in btrfs_shrink_device
Josef Bacik
1
-3
/
+17
2023-10-12
btrfs: make sure we cache next state in find_first_extent_bit()
Filipe Manana
1
-1
/
+10
2023-10-12
btrfs: use extent_io_tree_release() to empty dirty log pages
Filipe Manana
1
-2
/
+1
2023-10-12
btrfs: make tree iteration in extent_io_tree_release() more efficient
Filipe Manana
1
-8
/
+13
2023-10-12
btrfs: collapse wait_on_state() to its caller wait_extent_bit()
Filipe Manana
1
-15
/
+8
[next]