index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
btrfs: convert process_one_page() to operate only on folios
Josef Bacik
1
-8
/
+6
2024-09-10
btrfs: convert __process_pages_contig() to take a folio
Josef Bacik
1
-9
/
+10
2024-09-10
btrfs: convert __unlock_for_delalloc() to take a folio
Josef Bacik
1
-9
/
+9
2024-09-10
btrfs: convert lock_delalloc_pages() to take a folio
Josef Bacik
1
-12
/
+11
2024-09-10
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
3
-20
/
+20
2024-09-10
btrfs: convert writepage_delalloc() to take a folio
Josef Bacik
1
-18
/
+20
2024-09-10
btrfs: convert btrfs_mark_ordered_io_finished() to take a folio
Josef Bacik
4
-14
/
+14
2024-09-10
btrfs: convert btrfs_finish_ordered_extent() to take a folio
Josef Bacik
3
-6
/
+6
2024-09-10
btrfs: convert can_finish_ordered_extent() to use a folio
Josef Bacik
1
-10
/
+11
2024-09-10
btrfs: utilize folio more in btrfs_page_mkwrite()
Josef Bacik
1
-12
/
+12
2024-09-10
btrfs: convert add_ra_bio_pages() to use only folios
Josef Bacik
1
-29
/
+33
2024-09-10
btrfs: convert __extent_writepage() to be completely folio based
Josef Bacik
1
-18
/
+17
2024-09-10
btrfs: convert extent_write_locked_range() to use folios
Josef Bacik
1
-13
/
+23
2024-09-10
btrfs: convert __extent_writepage_io() to take a folio
Josef Bacik
1
-28
/
+27
2024-09-10
btrfs: update the writepage tracepoint to take a folio
Josef Bacik
2
-6
/
+6
2024-09-10
btrfs: convert btrfs_do_readpage() to only use a folio
Josef Bacik
1
-29
/
+29
2024-09-10
btrfs: convert submit_extent_page() to use a folio
Josef Bacik
1
-20
/
+22
2024-09-10
btrfs: convert begin_page_folio() to take a folio instead
Josef Bacik
1
-5
/
+3
2024-09-10
btrfs: convert end_page_read() to take a folio
Josef Bacik
1
-19
/
+20
2024-09-10
btrfs: convert btrfs_read_folio() to only use a folio
Josef Bacik
1
-5
/
+4
2024-09-10
btrfs: convert btrfs_readahead() to only use folio
Josef Bacik
1
-28
/
+8
2024-09-10
btrfs: print message on device opening error during mount
Li Zhang
1
-0
/
+2
2024-09-10
btrfs: move uuid tree related code to uuid-tree.[ch]
Qu Wenruo
4
-179
/
+181
2024-09-10
btrfs: reduce size and overhead of extent_map_block_end()
Filipe Manana
1
-3
/
+6
2024-09-10
btrfs: update stripe_extent delete loop assumptions
Johannes Thumshirn
1
-0
/
+5
2024-09-10
btrfs: update stripe extents for existing logical addresses
Johannes Thumshirn
1
-0
/
+33
2024-09-08
Linux 6.11-rc7
v6.11-rc7
Linus Torvalds
1
-1
/
+1
2024-09-06
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
1
-0
/
+1
2024-09-06
libfs: fix get_stashed_dentry()
Christian Brauner
1
-3
/
+3
2024-09-05
ila: call nf_unregister_net_hooks() sooner
Eric Dumazet
3
-4
/
+16
2024-09-05
tools/net/ynl: fix cli.py --subscribe feature
Arkadiusz Kubalewski
1
-3
/
+4
2024-09-05
MAINTAINERS: fix ptp ocp driver maintainers address
Vadim Fedorenko
1
-1
/
+1
2024-09-05
selftests: net: enable bind tests
Jamie Bainbridge
1
-1
/
+2
2024-09-05
kunit: Fix missing kerneldoc comment
David Gow
1
-0
/
+1
2024-09-05
Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"
Alex Deucher
1
-2
/
+4
2024-09-05
MAINTAINERS: SPI: Add mailing list imx@lists.linux.dev for nxp spi drivers
Frank Li
1
-0
/
+3
2024-09-05
MAINTAINERS: SPI: Add freescale lpspi maintainer information
Frank Li
1
-0
/
+8
2024-09-05
KVM: Remove HIGH_RES_TIMERS dependency
Steven Rostedt
1
-1
/
+0
2024-09-05
tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...
Steven Rostedt
1
-7
/
+6
2024-09-05
tracing/timerlat: Only clear timer if a kthread exists
Steven Rostedt
1
-6
/
+13
2024-09-05
tracing/osnoise: Use a cpumask to know what threads are kthreads
Steven Rostedt
1
-3
/
+15
2024-09-05
ALSA: hda/realtek - Fix inactive headset mic jack for ASUS Vivobook 15 X1504VAP
Vasiliy Kovalev
1
-0
/
+1
2024-09-05
eventfs: Use list_del_rcu() for SRCU protected list variable
Steven Rostedt
1
-1
/
+1
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-09-05
arm64: stacktrace: fix the usage of ftrace_graph_ret_addr()
Puranjay Mohan
1
-1
/
+3
2024-09-05
spi: spi-fsl-lpspi: Fix off-by-one in prescale max
Stefan Wahren
1
-2
/
+2
2024-09-05
net: dsa: vsc73xx: fix possible subblocks range of CAPT block
Pawel Dembicki
1
-2
/
+8
2024-09-05
sched: sch_cake: fix bulk flow accounting logic for host fairness
Toke Høiland-Jørgensen
1
-4
/
+7
2024-09-05
pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable()
Uwe Kleine-König
1
-1
/
+1
2024-09-05
drm/fbdev-dma: Only install deferred I/O if necessary
Thomas Zimmermann
1
-19
/
+64
[next]