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
2025-01-14
btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
Johannes Thumshirn
1
-5
/
+21
2025-01-14
btrfs: implement hole punching for RAID stripe extents
Johannes Thumshirn
2
-0
/
+49
2025-01-14
btrfs: fix deletion of a range spanning parts two RAID stripe extents
Johannes Thumshirn
1
-0
/
+32
2025-01-14
btrfs: fix tail delete of RAID stripe-extents
Johannes Thumshirn
1
-3
/
+10
2025-01-14
btrfs: fix front delete range calculation for RAID stripe extents
Johannes Thumshirn
1
-2
/
+4
2025-01-14
btrfs: assert RAID stripe-extent length is always greater than 0
Johannes Thumshirn
1
-0
/
+1
2025-01-14
btrfs: don't try to delete RAID stripe-extents if we don't need to
Johannes Thumshirn
1
-1
/
+14
2025-01-14
btrfs: selftests: correct RAID stripe-tree feature flag setting
Johannes Thumshirn
1
-2
/
+2
2025-01-13
btrfs: add io_uring interface for encoded writes
Mark Harmstone
1
-0
/
+128
2025-01-13
btrfs: remove the unused locked_folio parameter from btrfs_cleanup_ordered_extents()
Qu Wenruo
1
-40
/
+2
2025-01-13
btrfs: add extra error messages for delalloc range related errors
Qu Wenruo
2
-0
/
+27
2025-01-13
btrfs: subpage: dump the involved bitmap when ASSERT() failed
Qu Wenruo
1
-11
/
+30
2025-01-13
btrfs: subpage: fix the bitmap dump of the locked flags
Qu Wenruo
1
-2
/
+4
2025-01-13
btrfs: do proper folio cleanup when run_delalloc_nocow() failed
Qu Wenruo
2
-6
/
+102
2025-01-13
btrfs: do proper folio cleanup when cow_file_range() failed
Qu Wenruo
1
-33
/
+30
2025-01-13
btrfs: fix error handling of submit_uncompressed_range()
Qu Wenruo
1
-13
/
+4
2025-01-13
btrfs: fix double accounting race when extent_writepage_io() failed
Qu Wenruo
1
-13
/
+24
2025-01-13
btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
Qu Wenruo
2
-13
/
+49
2025-01-13
btrfs: async-thread: rename DFT_THRESHOLD to DEFAULT_THRESHOLD
David Sterba
1
-3
/
+3
2025-01-13
btrfs: remove redundant variables from __process_folios_contig() and lock_delalloc_folios()
David Sterba
1
-4
/
+2
2025-01-13
btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait
David Sterba
3
-14
/
+22
2025-01-13
btrfs: remove unused define WAIT_PAGE_LOCK for extent io
David Sterba
1
-1
/
+0
2025-01-13
btrfs: unwrap folio locking helpers
David Sterba
1
-4
/
+4
2025-01-13
btrfs: change return type to bool type of check_eb_alignment()
David Sterba
1
-6
/
+8
2025-01-13
btrfs: switch grab_extent_buffer() to folios
David Sterba
1
-8
/
+6
2025-01-13
btrfs: rename btrfs_release_extent_buffer_pages() to mention folios
David Sterba
1
-5
/
+5
2025-01-13
btrfs: open code __free_extent_buffer()
David Sterba
1
-9
/
+4
2025-01-13
btrfs: drop one time used local variable in end_bbio_meta_write()
David Sterba
1
-2
/
+1
2025-01-13
btrfs: make wait_on_extent_buffer_writeback() static inline
David Sterba
2
-7
/
+6
2025-01-13
btrfs: use btrfs_inode in extent_writepage()
David Sterba
1
-7
/
+7
2025-01-13
btrfs: rename __get_extent_map() and pass btrfs_inode
David Sterba
1
-8
/
+7
2025-01-13
btrfs: open code set_page_extent_mapped()
David Sterba
4
-8
/
+2
2025-01-13
btrfs: rename __unlock_for_delalloc() and drop underscores
David Sterba
1
-5
/
+4
2025-01-13
btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()
David Sterba
1
-2
/
+2
2025-01-13
btrfs: remove stray comment about SRCU
David Sterba
1
-3
/
+0
2025-01-13
btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item()
David Sterba
1
-3
/
+2
2025-01-13
btrfs: pass write-hint for buffered IO
Jing Xia
1
-0
/
+1
2025-01-13
btrfs: print read policy on module load
Anand Jain
1
-0
/
+10
2025-01-13
btrfs: configure read policy via module parameter
Anand Jain
4
-2
/
+55
2025-01-13
btrfs: print status of experimental mode when loading module
Anand Jain
1
-0
/
+3
2025-01-13
btrfs: add read policy to set a preferred device
Anand Jain
3
-1
/
+52
2025-01-13
btrfs: introduce RAID1 round-robin read balancing
Anand Jain
3
-1
/
+125
2025-01-13
btrfs: add tracking of read blocks for read policy
Anand Jain
4
-0
/
+18
2025-01-13
btrfs: sysfs: handle value associated with read balancing policy
Anand Jain
1
-2
/
+22
2025-01-13
btrfs: sysfs: add btrfs_read_policy_to_enum() helper and refactor read policy store
Anand Jain
1
-12
/
+22
2025-01-13
btrfs: sysfs: refactor output formatting in btrfs_read_policy_show()
Anand Jain
1
-8
/
+10
2025-01-13
btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()
Anand Jain
2
-2
/
+1
2025-01-13
btrfs: xattr: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-1
/
+0
2025-01-13
btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-11
/
+1
2025-01-13
btrfs: uuid-tree: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+0
[next]