index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2024-11-13
smb: client: replace function pointers of common operations for the
hw24-hc-wip
Henrique Carvalho
1
-59
/
+38
2024-11-12
smb: remove support for CONFIG_CIFS_ALLOW_INSECURE_LEGACY
Henrique Carvalho
1
-583
/
+0
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
1
-4
/
+33
2024-08-18
smb3: fix broken cached reads when posix locks
Steve French
1
-3
/
+1
2024-08-17
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-6
/
+15
2024-08-15
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-02
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-18
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-13
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
2024-05-01
cifs: Implement netfslib hooks
David Howells
1
-0
/
+315
2024-05-01
cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
David Howells
1
-0
/
+53
2024-05-01
cifs: Replace the writedata replay bool with a netfs sreq flag
David Howells
1
-1
/
+1
2024-05-01
cifs: Make wait_mtu_credits take size_t args
David Howells
1
-7
/
+10
2024-05-01
cifs: Use more fields from netfs_io_subrequest
David Howells
1
-56
/
+56
2024-05-01
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
1
-47
/
+32
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
1
-24
/
+20
2024-05-01
cifs: Use alternative invalidation to using launder_folio
David Howells
1
-122
/
+0
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
1
-8
/
+8
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
1
-6
/
+57
2024-04-02
cifs: Fix caching to try to do open O_WRONLY as rdwr on server
David Howells
1
-10
/
+38
2024-03-14
cifs: fixes for get_inode_info
Meetakshi Setiya
1
-1
/
+0
2024-03-14
cifs: defer close file handles having RH lease
Bharath SM
1
-4
/
+15
2024-03-13
Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
1
-131
/
+172
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-37
/
+41
2024-03-10
cifs: Fix writeback data corruption
David Howells
1
-126
/
+157
2024-03-10
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya
1
-1
/
+2
2024-03-10
smb3: update allocation size more accurately on write completion
Steve French
1
-1
/
+8
2024-03-10
cifs: prevent updating file size from server if we have a read/write lease
Bharath SM
1
-3
/
+5
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
1
-0
/
+3
2024-02-05
smb/client: adapt to breakup of struct file_lock
Jeff Layton
1
-32
/
+35
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-1
/
+2
2024-02-05
smb/client: convert to using new filelock helpers
Jeff Layton
1
-6
/
+6
2024-01-27
Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-4
/
+5
2024-01-23
cifs: set replay flag for retries of write command
Shyam Prasad N
1
-0
/
+1
2024-01-23
cifs: Share server EOF pos with netfslib
David Howells
1
-4
/
+4
2024-01-22
cifs: Don't use certain unnecessary folio_*() functions
David Howells
1
-5
/
+5
2024-01-19
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-16
/
+2
[next]