index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext2
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-28
netfs: Implement unbuffered/DIO read support
David Howells
10
-11
/
+226
2023-12-28
netfs: Allocate multipage folios in the writepath
David Howells
1
-2
/
+7
2023-12-28
netfs: Make netfs_read_folio() handle streaming-write pages
David Howells
2
-3
/
+60
2023-12-28
netfs: Provide func to copy data to pagecache for buffered write
David Howells
7
-0
/
+461
2023-12-28
netfs: Dispatch write requests to process a writeback slice
David Howells
5
-3
/
+432
2023-12-28
netfs: Prep to use folio->private for write grouping and streaming write
David Howells
3
-0
/
+115
2023-12-28
netfs: Make the refcounting of netfs_begin_read() easier to use
David Howells
3
-20
/
+23
2023-12-28
netfs: Make netfs_put_request() handle a NULL pointer
David Howells
1
-10
/
+13
2023-12-28
netfs: Add a hook to allow tell the netfs to update its i_size
David Howells
1
-0
/
+4
2023-12-28
netfs: Extend the netfs_io_*request structs to handle writes
David Howells
6
-7
/
+47
2023-12-28
netfs: Limit subrequest by size or number of segments
David Howells
3
-0
/
+20
2023-12-28
netfs: Add func to calculate pagecount/size-limited span of an iterator
David Howells
2
-0
/
+99
2023-12-28
netfs: Provide tools to create a buffer in an xarray
David Howells
3
-0
/
+98
2023-12-28
netfs: Add support for DIO buffering
David Howells
2
-0
/
+13
2023-12-24
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
4
-24
/
+67
2023-12-24
netfs: Implement unbuffered/DIO vs buffered I/O locking
David Howells
3
-0
/
+227
2023-12-24
netfs: Provide invalidate_folio and release_folio calls
David Howells
6
-114
/
+54
2023-12-24
afs: Don't use folio->private to record partial modification
David Howells
4
-285
/
+42
2023-12-24
netfs: Add a ->free_subrequest() op
David Howells
2
-0
/
+3
2023-12-24
netfs: Allow the netfs to make the io (sub)request alloc larger
David Howells
2
-2
/
+7
2023-12-24
netfs: Add a procfile to list in-progress requests
David Howells
4
-3
/
+98
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
20
-187
/
+124
2023-12-24
netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
David Howells
7
-32
/
+62
2023-12-24
netfs, fscache: Remove ->begin_cache_operation
David Howells
9
-89
/
+23
2023-12-24
netfs, fscache: Combine fscache with netfs
David Howells
18
-311
/
+237
2023-12-24
netfs, fscache: Move fs/fscache/* into fs/netfs/
David Howells
17
-69
/
+73
2023-12-24
afs: Automatically generate trace tag enums
David Howells
1
-206
/
+27
2023-12-24
afs: Remove whitespace before most ')' from the trace header
David Howells
1
-121
/
+121
2023-12-24
Linux 6.7-rc7
v6.7-rc7
Linus Torvalds
1
-1
/
+1
2023-12-23
Input: soc_button_array - add mapping for airplane mode button
Christoffer Sandberg
1
-0
/
+5
2023-12-22
debugfs: initialize cancellations earlier
Johannes Berg
1
-2
/
+4
2023-12-21
afs: Fix use-after-free due to get/remove race in volume tree
David Howells
2
-3
/
+25
2023-12-21
ida: Fix crash in ida_free when the bitmap is empty
Matthew Wilcox (Oracle)
2
-1
/
+41
2023-12-21
afs: Fix overwriting of result of DNS query
David Howells
1
-2
/
+4
2023-12-21
USB: serial: option: add Quectel EG912Y module support
Alper Ak
1
-0
/
+2
2023-12-21
tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
Steven Rostedt (Google)
1
-0
/
+11
2023-12-21
eventfs: Have event files and directories default to parent uid and gid
Steven Rostedt (Google)
1
-3
/
+9
2023-12-21
keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
David Howells
6
-23
/
+47
2023-12-21
gpio: dwapb: mask/unmask IRQ when disable/enale it
xiongxin
1
-4
/
+8
2023-12-21
gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
Kent Gibson
1
-4
/
+12
2023-12-21
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2023-12-21
kselftest: rtnetlink.sh: use grep_fail when expecting the cmd fail
Hangbin Liu
1
-1
/
+1
2023-12-21
ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled in kernel
Stefan Binding
1
-0
/
+3
2023-12-21
ALSA: hda: cs35l41: Do not allow uninitialised variables to be freed
Stefan Binding
1
-4
/
+4
2023-12-21
pinctrl: at91-pio4: use dedicated lock class for IRQ
Alexis Lothoré
1
-0
/
+8
2023-12-21
USB: serial: ftdi_sio: update Actisense PIDs constant names
Mark Glover
2
-6
/
+6
2023-12-21
net/ipv6: Revert remove expired routes with a separated list of routes
David Ahern
3
-103
/
+22
2023-12-21
x86/xen: add CPU dependencies for 32-bit build
Arnd Bergmann
1
-0
/
+1
2023-12-21
net: avoid build bug in skb extension length calculation
Thomas Weißschuh
1
-0
/
+2
2023-12-21
net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...
Lorenzo Bianconi
1
-0
/
+3
[next]