Linux CIFS
[Prev Page][Next Page]
- Re: [PATCH v4 2/5] ksmbd: Remove the wrong message length check of FSCTL_VALIDATE_NEGOTIATE_INFO, (continued)
- [PATCH v3 0/5] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler,
Zhang Xiaoxu
- [PATCH] cifs: use fs_context for automounts, Paulo Alcantara
- [PATCH v2 0/3] cifs: introduce support for AES-GMAC signing,
Enzo Matsumiya
- [PATCH v2 0/3] Fix some bug in FSCTL_VALIDATE_NEGOTIATE_INFO handler,
Zhang Xiaoxu
- cifs: expand directory caching to handle any directory,
Ronnie Sahlberg
- [PATCH] smb3: remove ->validate_negotiate server op,
Enzo Matsumiya
- [PATCH] cifs: fix small mempool leak in SMB2_negotiate(),
Enzo Matsumiya
- [PATCH 1/2] ksmbd: update documentation,
Namjae Jeon
- [PATCH v2][SMB3 client] smb3: use filemap_write_and_wait_range instead of filemap_write_and_wait,
Steve French
- [RFC PATCH v2 0/3] cifs: introduce support for AES-GMAC signing,
Enzo Matsumiya
- cifs backport request,
Paulo Alcantara
- possible patch to mount.cifs.c, Steven J Abner
- SMB client testing wiki,
Tom Talpey
[PATCH -next 0/2] Use help macro SMB2_CREATE_TAG_POSIX in cifs and ksmbd,
Zhang Xiaoxu
Directory caching, v2,
Ronnie Sahlberg
excessive flush calls degrades buildbot perf significantly, Steve French
[PATCH AUTOSEL 5.15 10/20] ksmbd: don't remove dos attribute xattr on O_TRUNC open, Sasha Levin
[PATCH AUTOSEL 5.15 07/20] ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured, Sasha Levin
[PATCH AUTOSEL 5.19 20/38] ksmbd: don't remove dos attribute xattr on O_TRUNC open, Sasha Levin
[PATCH AUTOSEL 5.19 15/38] ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured, Sasha Levin
[PATCH net-next] genetlink: start to validate reserved header bytes,
Jakub Kicinski
smbd_max_receive_size == 8192?,
Tom Talpey
[RFC PATCH] Reduce smbdirect send/receive SGE sizes,
Tom Talpey
[PATCH] cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message,
Zhang Xiaoxu
Cifs: caching of arbitrary directories and attributes,
Ronnie Sahlberg
[PATCH 0/7] smb3: Add iter helpers and use iov_iters down to the network transport,
David Howells
[PATCH] cifs: set 'caps' variable as __maybe_unused in cifs_ioctl(), Enzo Matsumiya
[PATCH] cifs: decouple code to handle an existing session, Enzo Matsumiya
[PATCH] cifs: fix some memory leak when negotiate/session setup fails,
Enzo Matsumiya
[PATCH v2] cifs: fix some memory leak when negotiate/session setup fails, Enzo Matsumiya
[PATCH 0/5] smb3: Fix missing locks and invalidation in fallocate,
David Howells
[PATCH -next 0/3] cifs: Use some helper function for preamble size,
Zhang Xiaoxu
[PATCH -next 0/2] add release callback to cifs_writedata,
Zhang Xiaoxu
[PATCH][SMB3] skip extra NULL byte in filenames,
Steve French
[PATCH][SMB3] fix temporary data corruption in collapse range,
Steve French
missing update to deferred_close_scheduled field,
Steve French
[PATCH] ksmbd: fix incorrect handling of iterate_dir,
Hyunchul Lee
[PATCH 11/14] cifs: move from strlcpy with unused retval to strscpy, Wolfram Sang
[PATCH] cifs: move from strlcpy with unused retval to strscpy,
Wolfram Sang
mount.cifs man page,
Steve French
[PATCH] cifs: Fix memory leak on the deferred close,
Zhang Xiaoxu
Re: [PATCH 2/5] ksmbd: don't open-code file_path(), Namjae Jeon
Re: [PATCH 4/5] ksmbd: don't open-code %pf,
Namjae Jeon
[PATCH] cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl(),
Enzo Matsumiya
[PATCH] cifs: remove unused server parameter from calc_smb_size(),
Enzo Matsumiya
[PATCH AUTOSEL 4.14 6/9] smb3: check xattr value length earlier, Sasha Levin
[PATCH AUTOSEL 4.19 11/14] smb3: check xattr value length earlier, Sasha Levin
[PATCH AUTOSEL 5.4 13/16] smb3: check xattr value length earlier, Sasha Levin
[PATCH AUTOSEL 5.10 16/19] smb3: check xattr value length earlier, Sasha Levin
[PATCH AUTOSEL 5.15 24/28] smb3: check xattr value length earlier, Sasha Levin
[PATCH AUTOSEL 5.18 35/39] smb3: check xattr value length earlier, Sasha Levin
[PATCH AUTOSEL 5.19 42/48] smb3: check xattr value length earlier, Sasha Levin
[PATCH v3] ksmbd: don't remove dos attribute xattr on O_TRUNC open,
Namjae Jeon
[PATCH v2] ksmbd: don't remove dos attribute xattr on O_TRUNC open, Namjae Jeon
two "maintainerless" files, Steve French
[PATCH] ksmbd: don't remove dos attribute xattr on O_TRUNC open,
Namjae Jeon
[PATCH v4] ksmbd: remove unnecessary generic_fillattr in smb2_open,
Hyunchul Lee
[ANNOUNCE] cifs-utils release 7.0 ready for download, Pavel Shilovsky
[PATCH] SMB3: fix lease break timeout when multiple deferred close handles for the same file., Bharath SM
[PATCH v3] ksmbd: remove unnecessary generic_fillattr in smb2_open,
Hyunchul Lee
[PATCH][SMB3 client] allow deferred close timeout to be configurable,
Steve French
[PATCH v2] ksmbd: remove unnecessary generic_fillattr in smb2_open,
Hyunchul Lee
[PATCH] ksmbd: remove unnecessary generic_fillattr in smb2_open,
Hyunchul Lee
[PATCH] fcntl F_GETLK return F_ULOCK if the whole file is locked by F_WRLCK,
Steve French
WIP: Expand directory handle cache to also cache non-root directories,
Ronnie Sahlberg
- [PATCH 3/9] cifs: Add constructor/destructors for tcon->cfid, Ronnie Sahlberg
- [PATCH 1/9] cifs: Move cached-dir functions into a separate file, Ronnie Sahlberg
- [PATCH 4/9] cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid, Ronnie Sahlberg
- [PATCH 2/9] cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dir, Ronnie Sahlberg
- [PATCH 9/9] cifs: start caching all directories we open and get a lease for, Ronnie Sahlberg
- [PATCH 8/9] cifs: don't unlock cifs_tcp_ses_lock in cached_dir_lease_break(), Ronnie Sahlberg
- [PATCH 6/9] cifs: cifs: handlecache, only track the dentry for the root handle, Ronnie Sahlberg
- [PATCH 5/9] cifs: Do not access tcon->cfids->cfid directly from is_path_accessible, Ronnie Sahlberg
- [PATCH 7/9] cifs: store a pointer to a fid in the cfid structure instead of the struct, Ronnie Sahlberg
[PATCH v2 1/3] ksmbd: request update to stale share config,
atheik
[PATCH] cifs: Remove {cifs,nfs}_fscache_release_page(),
David Howells
[PATCH] ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured,
Namjae Jeon
DobleeMe «Der Ruckgang der Kryptowahrung macht Sie zum Milliardar», DobleeMe
[PATCH 1/3] ksmbd: request update to stale share config,
atheik
[PATCH v2 1/2] cifs: remove useless DeleteMidQEntry(),
Enzo Matsumiya
[bug report] ksmbd: fix heap-based overflow in set_ntacl_dacl(),
Dan Carpenter
[Bug 15136] New: Access to cifs gets stuck for a while (>20s) after disconnecting from network,
samba-bugs
[PATCH v2] cifs: remove some more dead code, Enzo Matsumiya
[PATCH] cifs: smbdirect: use the max_sge the hw reports,
Namjae Jeon
[PATCH] cifs: remove useless DeleteMidQEntry(),
Enzo Matsumiya
[RFC PATCH v2 0/5] Rename "cifs" module to "smbfs",
Enzo Matsumiya
[PATCH] cifs: distribute some bloat out of cifsglob.h, Enzo Matsumiya
[PATCH v2] cifs: distribute some bloat out of cifsfs.{c,h},
Enzo Matsumiya
[PATCH v4] ksmbd: fix heap-based overflow in set_ntacl_dacl(), Namjae Jeon
[PATCH] cifs: move some bloat out of cifsfs.c to inode.c/file.c/dir.c,
Enzo Matsumiya
[RFC PATCH 0/3] Rename "cifs" module to "smbfs",
Enzo Matsumiya
[PATCH][CIFS] when insecure legacy is disabled shrink amount of SMB1 code, Steve French
[bug report] cifs: avoid use of global locks for high contention data,
Dan Carpenter
[WIP PATCH][CIFS] move legacy cifs (smb1) code to legacy ifdef and do not include in build when legacy disabled,
Steve French
[PATCH -next] cifs: fix wrong unlock before return from cifs_tree_connect(),
Yang Yingliang
[PATCH v3] ksmbd: prevent out of bound read for SMB2_WRITE,
Namjae Jeon
[PATCH v3] ksmbd: use wait_event instead of schedule_timeout(), Namjae Jeon
[PATCH v2 1/5] ksmbd: fix memory leak in smb2_handle_negotiate,
Namjae Jeon
[PATCH 1/5] ksmbd: fix memory leak in smb2_handle_negotiate,
Namjae Jeon
Stale file handle with cat -- AVM Fritzbox,
Jörg Sommer
Winbind active directory without domain join, Shyam Prasad N
[RFC PATCH v2 00/10] cifs: rename of several structs and variables,
Enzo Matsumiya
[Bug 14201] DFS mount does not pass context option to actual share mounts,
samba-bugs
[Bug 12379] Manjaro 16.06: STATUS_PATH_NOT_COVERED from a Windows Domain Controller with DFS, samba-bugs
[PATCH v2] cifs: split procfs from debug code, Enzo Matsumiya
[v3 PATCH] ksmbd: use wait_event instead of schedule_timeout(), Namjae Jeon
[PATCH 2/2 v2] ksmbd: fix racy issue while destroying session on multichannel,
Namjae Jeon
[PATCH v2 1/2] ksmbd: use wait_event instead of schedule_timeout(),
Namjae Jeon
[PATCH][CIFS] cleanup remaining distracting build warnings, Steve French
[PATCH] cifs: fix negative option value parsing, Ian Kent
[RFC PATCH 00/14] cifs: rename of several structs and variables,
Enzo Matsumiya
- [RFC PATCH 01/14] cifs: rename servers list, lock, functions, and vars, Enzo Matsumiya
- [RFC PATCH 02/14] cifs: rename xid/mid globals, Enzo Matsumiya
- [RFC PATCH 03/14] cifs: rename global counters, Enzo Matsumiya
- [RFC PATCH 06/14] cifs: convert server info vars to snake_case, Enzo Matsumiya
- [RFC PATCH 07/14] cifs: typedef server status enum, Enzo Matsumiya
- [RFC PATCH 08/14] cifs: typedef ses status enum, Enzo Matsumiya
- [RFC PATCH 09/14] cifs: typedef tcon status enum, Enzo Matsumiya
- [RFC PATCH 11/14] cifs: rename cifsFYI to debug_level, Enzo Matsumiya
- [RFC PATCH 10/14] cifs: typedef securityEnum, Enzo Matsumiya
- [RFC PATCH 12/14] cifs: rename list_head fields, Enzo Matsumiya
- [RFC PATCH 14/14] cifs: rename more list_heads, remove redundant prefixes, Enzo Matsumiya
[PATCH] cifs: split procfs from debug code,
Enzo Matsumiya
[PATCH] cifs: remove some more dead code,
Enzo Matsumiya
[PATCH v2] cifs: remove dead/commented code, cifsproto.h cleanup, Enzo Matsumiya
[PATCH 1/4] cifs: remove unused code,
Enzo Matsumiya
[PATCH 3/4] cifs: standardize top comments format, Enzo Matsumiya
[PATCH 4/4] cifs: standardize authors emails to RFC5322 format, Enzo Matsumiya
[PATCH] cifs: remove dead/commented code, cifsproto.h cleanup,
Enzo Matsumiya
[PATCH] cifs: list_for_each() -> list_for_each_entry(),
Enzo Matsumiya
[PATCH 1/5] ksmbd: replace sessions list in connection with xarray,
Namjae Jeon
pam_cifscreds, tmux and session keyrings,
Nick Guenther
[PATCH][CIFS] update MAINTAINERS files with reviewers for cifs.ko, Steve French
Full backport to 5.15 of all fixes up to 5.19 kernel, Steve French
[PATCH] smb2: simplify mid handling/dequeueing code,
Enzo Matsumiya
5.13 backport of all current cifs/smb3 client fixes/features, Steve French
[PATCH] cifs: Fix memory leak when using fscache,
Matthew Wilcox (Oracle)
[PATCH][CIFS] remove minor build warnings, and fix some camelCase, Steve French
[Bug 15123] New: getxattr() on cifs sometimes hangs since kernel 5.14,
samba-bugs
[PATCH] MAINTAINERS: ksmbd: add entry for documentation, Namjae Jeon
[PATCH] ksmbd: remove unused ksmbd_share_configs_cleanup function, Namjae Jeon
[bug report] CIFS: Fix splice read for non-cached files, Dan Carpenter
[PATCH][SMB3] workaround negprot bug in some Samba servers by changing order of negcontexts sent by Linux kernel client,
Steve French
mount.cifs broken after update, advice?,
Brian Caine
Problem with deferred close after umount,
Shyam Prasad N
Problematic interaction of io_uring and CIFS,
Fabian Ebner
[PATCH 0/3] keyutils: create a common DNS interface,
Enzo Matsumiya
[PATCH v6 0/3] ksmbd patches included vfs changes,
Namjae Jeon
[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0,
kernel test robot
[PATCH AUTOSEL 5.15 01/18] ksmbd: use SOCK_NONBLOCK type for kernel_accept(), Sasha Levin
[PATCH AUTOSEL 5.18 01/22] ksmbd: use SOCK_NONBLOCK type for kernel_accept(), Sasha Levin
[PATCH 5.18 006/102] ksmbd: use vfs_llseek instead of dereferencing NULL, Greg Kroah-Hartman
[PATCH 5.15 05/98] ksmbd: use vfs_llseek instead of dereferencing NULL, Greg Kroah-Hartman
Re: [linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf, Roman Gushchin
[RESEND PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies, Amir Goldstein
kernel-5.18.8 breaks cifs mounts,
Julian Sikorski
[PATCH] cifs: remove unnecessary type castings,
Yu Zhe
[PATCH] cifs: Add mount parameter to control deferred close timeout,
Bharath SM
[PATCH] cifs: remove redundant initialization to variable mnt_sign_enabled,
Colin Ian King
[PATCH v2 1/8] ksmbd: use vfs_llseek instead of dereferencing NULL, Jason A. Donenfeld
[PATCH] cifs: update cifs_ses::ip_addr after failover, Paulo Alcantara
[PATCH 1/6] ksmbd: use vfs_llseek instead of dereferencing NULL,
Jason A. Donenfeld
[PATCH 1/2] getcifsacl, setcifsacl: add missing <linux/limits.h> include for XATTR_SIZE_MAX,
Sam James
[PATCH][SMB3] follow on patch to make sure secondary channels use the primary channels hostname, Steve French
[PATCH AUTOSEL 5.18 21/22] cifs: when a channel is not found for server, log its connection id, Sasha Levin
[PATCH AUTOSEL 5.17 19/20] cifs: when a channel is not found for server, log its connection id, Sasha Levin
[PATCH 5.18 134/141] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context, Greg Kroah-Hartman
[PATCH][SMB3 cient] fix error connecting to channels (negprot failure),
Steve French
[PATCH 1/2] ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZERO_DATA,
Namjae Jeon
[PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies,
Amir Goldstein
[PATCH][SMB3] add dynamic trace point smb3_set_eof, Steve French
[PATCH v15] vfs: fix copy_file_range() regression in cross-fs copies,
Amir Goldstein
Re: [vfs] 0b398f980a: ltp.copy_file_range01.fail, Amir Goldstein
[PATCH] cifs: remove unnecessary (void*) conversions., Yu Zhe
[PATCH v2] ksmbd: remove duplicate flag set in smb2_write,
Hyunchul Lee
[PATCH 1/2] ksmbd: remove duplicate flag set in smb2_write,
Hyunchul Lee
[PATCH] ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used,
Christophe JAILLET
[RFC][PATCH 0/3] netfs, afs: Cleanups,
David Howells
[PATCH] cifs: introduce dns_interval mount option,
Enzo Matsumiya
[PATCH 0/2] Introduce dns_interval procfs setting,
Enzo Matsumiya
[PATCH v3] cred: Propagate security_prepare_creds() error code,
Frederick Lawler
[PATCH AUTOSEL 5.10 37/38] cifs: version operations for smb20 unneeded when legacy support disabled, Sasha Levin
[PATCH AUTOSEL 5.4 33/34] cifs: version operations for smb20 unneeded when legacy support disabled, Sasha Levin
[PATCH AUTOSEL 5.15 49/51] cifs: version operations for smb20 unneeded when legacy support disabled, Sasha Levin
[PATCH AUTOSEL 5.17 32/60] ksmbd: smbd: fix connection dropped issue, Sasha Levin
[PATCH AUTOSEL 5.17 58/60] cifs: version operations for smb20 unneeded when legacy support disabled, Sasha Levin
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]