index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
netfs: Fix read progress reporting
David Howells
5
-24
/
+67
11 days
netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
David Howells
5
-34
/
+116
11 days
netfs: Fix readahead synchronisation issues by loading all folios upfront
David Howells
6
-68
/
+146
11 days
netfs: break unbuffered write when netfs_alloc_subrequest() fails
Edward Adam Davis
2
-0
/
+7
11 days
netfs: Fix subreq ref leak
David Howells
1
-1
/
+7
11 days
netfs: Fix i_size update for partial transfer
David Howells
1
-1
/
+1
11 days
netfs: Fix error vs transferred passed to ->ki_complete()
David Howells
1
-1
/
+1
11 days
netfs: Fix unbuffered/DIO write partial transfer error return
David Howells
1
-7
/
+5
11 days
netfs: Fix uninitialized return value in netfs_unbuffered_write()
Karl Mehltretter
1
-1
/
+1
2026-07-28
netfs: Fix folio_queue ENOMEM in writeback by adding a mempool
David Howells
7
-31
/
+47
2026-07-28
netfs: release readahead folios on iterator preparation failure
Yichong Chen
1
-1
/
+3
2026-07-28
netfs: handle single writeback rolling buffer allocation failure
Yichong Chen
1
-1
/
+6
2026-07-28
netfs: clear PG_private_2 on copy-to-cache append failure
Yichong Chen
1
-0
/
+1
2026-07-03
netfs: Fix barriering when walking subrequest list
David Howells
2
-2
/
+12
2026-07-01
netfs: Fix DIO write retry for filesystems without a ->prepare_write()
David Howells
1
-11
/
+7
2026-07-01
netfs: Fix folio state after ENOMEM whilst under writeback iteration
David Howells
1
-0
/
+4
2026-07-01
netfs: Fix writeback error handling
David Howells
1
-3
/
+8
2026-07-01
netfs: Fix writethrough to use collection offload
David Howells
1
-0
/
+1
2026-07-01
netfs: Replace wb_lock with a bit lock for asynchronicity
David Howells
3
-27
/
+115
2026-07-01
netfs: Fix netfs_create_write_req() to handle async cache object creation
David Howells
1
-1
/
+1
2026-07-01
netfs: Fix decision whether to disallow write-streaming due to fscache use
David Howells
3
-2
/
+14
2026-05-12
netfs, afs: Fix write skipping in dir/link writepages
David Howells
1
-1
/
+6
2026-05-12
netfs: Fix netfs_read_folio() to wait on writeback
David Howells
1
-0
/
+2
2026-05-12
netfs: Fix folio->private handling in netfs_perform_write()
David Howells
1
-53
/
+81
2026-05-12
netfs: Fix partial invalidation of streaming-write folio
David Howells
1
-1
/
+1
2026-05-12
netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
David Howells
3
-4
/
+4
2026-05-12
netfs: Fix leak of request in netfs_write_begin() error handling
David Howells
1
-1
/
+1
2026-05-12
netfs: Fix early put of sink folio in netfs_read_gaps()
David Howells
1
-3
/
+3
2026-05-12
netfs: Fix write streaming disablement if fd open O_RDWR
David Howells
1
-10
/
+7
2026-05-12
netfs: Fix read-gaps to remove netfs_folio from filled folio
David Howells
1
-3
/
+8
2026-05-12
netfs: Fix potential deadlock in write-through mode
David Howells
1
-14
/
+25
2026-05-12
netfs: Fix streaming write being overwritten
David Howells
1
-13
/
+34
2026-05-12
netfs: Defer the emission of trace_netfs_folio()
David Howells
1
-8
/
+10
2026-05-12
netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
David Howells
1
-1
/
+5
2026-05-12
netfs: Fix overrun check in netfs_extract_user_iter()
David Howells
1
-9
/
+17
2026-05-12
netfs: fix error handling in netfs_extract_user_iter()
Paulo Alcantara
1
-3
/
+10
2026-05-12
netfs: Fix potential uninitialised var in netfs_extract_user_iter()
David Howells
1
-1
/
+1
2026-05-12
netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
Viacheslav Dubeyko
1
-2
/
+9
2026-05-12
netfs: Fix zeropoint update where i_size > remote_i_size
David Howells
1
-2
/
+2
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
5
-18
/
+37
2026-05-12
netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
David Howells
1
-0
/
+5
2026-05-12
netfs: Fix missing barriers when accessing stream->subrequests locklessly
David Howells
5
-6
/
+13
2026-05-12
netfs: Fix missing locking around retry adding new subreqs
David Howells
2
-2
/
+10
2026-05-12
netfs: Fix cancellation of a DIO and single read subrequests
David Howells
5
-63
/
+50
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+0
2026-04-05
fs: remove unncessary pagevec.h includes
Tal Zussman
1
-1
/
+0
2026-03-26
netfs: Fix the handling of stream->front by removing it
David Howells
7
-12
/
+7
2026-03-19
netfs: Fix read abandonment during retry
David Howells
1
-1
/
+4
2026-03-09
netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
Deepanshu Kartikey
1
-3
/
+11
2026-03-09
netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
Deepanshu Kartikey
1
-0
/
+43
[next]