index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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
2024-12-23
smb: enable reuse of deferred file handles for write operations
Bharath SM
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
2024-05-01
cifs: Use more fields from netfs_io_subrequest
David Howells
2024-05-01
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
2024-05-01
cifs: Use alternative invalidation to using launder_folio
David Howells
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
2024-04-02
cifs: Fix caching to try to do open O_WRONLY as rdwr on server
David Howells
2024-03-14
cifs: fixes for get_inode_info
Meetakshi Setiya
2024-03-14
cifs: defer close file handles having RH lease
Bharath SM
2024-03-13
Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-03-10
cifs: Fix writeback data corruption
David Howells
2024-03-10
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya
2024-03-10
smb3: update allocation size more accurately on write completion
Steve French
2024-03-10
cifs: prevent updating file size from server if we have a read/write lease
Bharath SM
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
2024-02-05
smb/client: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
smb/client: convert to using new filelock helpers
Jeff Layton
[next]