index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-09
smb: client: remove redudant assignment in cifs_strict_fsync()
Paulo Alcantara
1
-9
/
+4
2025-10-09
smb: client: fix missing timestamp updates with O_TRUNC
Paulo Alcantara
1
-25
/
+69
2025-09-29
smb: client: make use of smbdirect_socket_parameters.max_frmr_depth
Stefan Metzmacher
1
-4
/
+12
2025-09-10
smb: client: fix data loss due to broken rename(2)
Paulo Alcantara
1
-1
/
+17
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+8
2025-07-14
smb: client: fix use-after-free in cifs_oplock_break
Wang Zhaolong
1
-1
/
+9
2025-06-21
cifs: Fix prepare_write to negotiate wsize if needed
David Howells
1
-2
/
+6
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
1
-8
/
+8
2025-06-12
smb: client: fix perf regression with deferred closes
Paulo Alcantara
1
-3
/
+6
2025-06-03
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+5
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
1
-1
/
+2
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
1
-4
/
+3
2025-05-15
smb: client: fix zero rsize error messages
Paulo Alcantara
1
-2
/
+4
2025-05-01
smb: client: ensure aligned IO sizes
Paulo Alcantara
1
-4
/
+2
2025-04-14
smb3 client: fix open hardlink on deferred close file error
Chunjie Zhu
1
-0
/
+28
2025-04-01
Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-03-24
smb: client: Remove redundant check in cifs_oplock_break()
Ivan Abramov
1
-1
/
+1
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
1
-1
/
+1
2025-02-12
cifs: pick channels for individual subrequests
Shyam Prasad N
1
-3
/
+4
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2024-12-23
smb: enable reuse of deferred file handles for write operations
Bharath SM
1
-1
/
+5
2024-12-21
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
1
-1
/
+1
2024-12-21
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
1
-1
/
+2
2024-10-03
smb: client: Correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-09-19
Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...
Linus Torvalds
1
-5
/
+2
2024-09-15
smb: use LIST_HEAD() to simplify code
Hongbo Li
1
-5
/
+2
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-54
/
+28
2024-09-05
netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
David Howells
1
-6
/
+7
2024-09-05
netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
David Howells
1
-8
/
+1
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
1
-4
/
+33
2024-08-19
smb3: fix broken cached reads when posix locks
Steve French
1
-3
/
+1
2024-08-18
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-6
/
+15
2024-08-16
smb3: fix lock breakage for cached writes
Steve French
1
-4
/
+9
2024-08-15
smb/client: avoid possible NULL dereference in cifs_free_subrequest()
Su Hui
1
-2
/
+6
2024-08-13
9p: Fix DIO read through netfs
Dominique Martinet
1
-1
/
+2
2024-07-20
cifs: Fix missing fscache invalidation
David Howells
1
-0
/
+6
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
1
-1
/
+31
2024-07-19
cifs: Fix setting of zero_point after DIO write
David Howells
1
-5
/
+10
2024-07-19
cifs: Fix missing error code set
David Howells
1
-0
/
+2
2024-07-03
cifs: Fix read-performance regression by dropping readahead expansion
David Howells
1
-30
/
+0
2024-06-20
cifs: Move the 'pid' from the subreq to the req
David Howells
1
-8
/
+3
2024-06-20
cifs: Only pick a channel once per read request
David Howells
1
-11
/
+3
2024-06-19
cifs: drop the incorrect assertion in cifs_swap_rw()
Barry Song
1
-2
/
+0
2024-05-21
smb3: reenable swapfiles over SMB3 mounts
Steve French
1
-0
/
+23
2024-05-14
cifs: Fix locking in cifs_strict_readv()
Steve French
1
-9
/
+25
2024-05-01
cifs: Remove some code that's no longer used, part 3
David Howells
1
-1004
/
+0
2024-05-01
cifs: Remove some code that's no longer used, part 2
David Howells
1
-633
/
+1
2024-05-01
cifs: Remove some code that's no longer used, part 1
David Howells
1
-619
/
+0
2024-05-01
cifs: Cut over to using netfslib
David Howells
1
-75
/
+86
[next]