index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
file.c
Age
Commit message (
Expand
)
Author
7 days
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-07-13
smb: client: fix use-after-free in cifs_oplock_break
Wang Zhaolong
2025-06-21
cifs: Fix prepare_write to negotiate wsize if needed
David Howells
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
2025-06-12
smb: client: fix perf regression with deferred closes
Paulo Alcantara
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
2025-05-14
smb: client: fix zero rsize error messages
Paulo Alcantara
2025-05-01
smb: client: ensure aligned IO sizes
Paulo Alcantara
2025-04-13
smb3 client: fix open hardlink on deferred close file error
Chunjie Zhu
2025-03-31
Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-24
smb: client: Remove redundant check in cifs_oplock_break()
Ivan Abramov
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
2025-02-11
cifs: pick channels for individual subrequests
Shyam Prasad N
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-12-23
smb: enable reuse of deferred file handles for write operations
Bharath SM
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
2024-10-02
smb: client: Correct typos in multiple comments across various files
Shen Lichuan
2024-09-19
Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...
Linus Torvalds
2024-09-15
smb: use LIST_HEAD() to simplify code
Hongbo Li
2024-09-12
netfs: Speed up buffered reading
David Howells
2024-09-05
netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
David Howells
2024-09-05
netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
David Howells
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
2024-08-18
smb3: fix broken cached reads when posix locks
Steve French
2024-08-17
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2024-08-15
smb3: fix lock breakage for cached writes
Steve French
2024-08-15
smb/client: avoid possible NULL dereference in cifs_free_subrequest()
Su Hui
2024-08-13
9p: Fix DIO read through netfs
Dominique Martinet
2024-07-20
cifs: Fix missing fscache invalidation
David Howells
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
2024-07-19
cifs: Fix setting of zero_point after DIO write
David Howells
2024-07-19
cifs: Fix missing error code set
David Howells
2024-07-02
cifs: Fix read-performance regression by dropping readahead expansion
David Howells
2024-06-20
cifs: Move the 'pid' from the subreq to the req
David Howells
2024-06-20
cifs: Only pick a channel once per read request
David Howells
2024-06-18
cifs: drop the incorrect assertion in cifs_swap_rw()
Barry Song
2024-05-21
smb3: reenable swapfiles over SMB3 mounts
Steve French
2024-05-13
cifs: Fix locking in cifs_strict_readv()
Steve French
2024-05-01
cifs: Remove some code that's no longer used, part 3
David Howells
2024-05-01
cifs: Remove some code that's no longer used, part 2
David Howells
2024-05-01
cifs: Remove some code that's no longer used, part 1
David Howells
2024-05-01
cifs: Cut over to using netfslib
David Howells
2024-05-01
cifs: Implement netfslib hooks
David Howells
2024-05-01
cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
David Howells
2024-05-01
cifs: Replace the writedata replay bool with a netfs sreq flag
David Howells
2024-05-01
cifs: Make wait_mtu_credits take size_t args
David Howells
[next]