Linux CIFS
[Prev Page][Next Page]
- [PATCH v7 06/31] mm: Implement readahead_control pageset expansion, (continued)
- [PATCH v7 06/31] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH v7 07/31] netfs: Make a netfs helper module, David Howells
- [PATCH v7 08/31] netfs: Documentation for helper library, David Howells
- [PATCH v7 09/31] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH v7 10/31] netfs, mm: Add set/end/wait_on_page_fscache() aliases, David Howells
- [PATCH v7 11/31] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH v7 12/31] netfs: Add tracepoints, David Howells
- [PATCH v7 14/31] netfs: Add write_begin helper, David Howells
- [PATCH v7 13/31] netfs: Gather stats, David Howells
- [PATCH v7 15/31] netfs: Define an interface to talk to a cache, David Howells
- [PATCH v7 16/31] netfs: Add a tracepoint to log failures that would be otherwise unseen, David Howells
- [PATCH v7 17/31] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH v7 18/31] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v7 19/31] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v7 20/31] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v7 21/31] afs: Move key to afs_read struct, David Howells
- [PATCH v7 22/31] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v7 23/31] afs: Log remote unmarshalling errors, David Howells
- [PATCH v7 24/31] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v7 25/31] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v7 26/31] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v7 27/31] afs: Extract writeback extension into its own function, David Howells
- [PATCH v7 28/31] afs: Prepare for use of THPs, David Howells
- [PATCH v7 29/31] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v7 30/31] afs: Use new netfs lib read helper API, David Howells
- [PATCH v7 31/31] afs: Use the netfs_write_begin() helper, David Howells
- [PATCH] iov_iter: Four fixes for ITER_XARRAY, David Howells
- [PATCH] netfs: Miscellaneous fixes, David Howells
- [PATCH] cifs: fix leak in cifs_smb3_do_mount() ctx,
David Disseldorp
- Hole punch races in CIFS, Jan Kara
- ksmbd testing progress - buildbot run passed,
Steve French
- cifs.upcall broken with cifs-utils 6.13,
Alexander Koch
- [PATCH][SMB3] limit noisy error,
Steve French
- Fwd: Deferred close patch - performance improvements, Steve French
- testing results against current for-next, Steve French
- [PATCH] cifs: fix out-of-bound memory access when calling smb3_notify() at mount point,
Eugene Korenevsky
- [PATCH v2] cifs: remove unnecessary copies of tcon->crfid.fid,
Muhammad Usama Anjum
- Buildbot kernel build rpm error, Steve French
- [PATCH] cifs: remove unnecessary copies of tcon->crfid.fid,
Muhammad Usama Anjum
- [PATCH] cifs: Return correct error code from smb2_get_enc_key,
Paul Aurich
- multiuser access and group membership(s),
L Walsh
- [ANNOUNCE] cifs-utils release 6.13 ready for download, Pavel Shilovsky
- [PATCH v1] cifs: remove old dead code, Aurélien Aptel
- [PATCH] SMB3: update structures for new compression protocol definitions, Steve French
- [PATCH][SMB3] smb3: update protocol header definitions based to include new flags, Steve French
- [PATCH] cifs: correct comments explaining internal semaphore usage in the module,
Steve French
- [PATCH v1] smb2: fix use-after-free in smb2_ioctl_query_info(),
Aurélien Aptel
- [PATCH] cifs: Fix build error when no CONFIG_DNS_RESOLVER,
Zhang Xiaoxu
- [PATCH] fs: cifs: Remove repeated struct declaration,
Wan Jiabing
- [CFT] vfs.git #work.cifs,
Al Viro
- [PATCH v6 00/30] Network fs helper library & fscache kiocb API,
David Howells
- [PATCH v6 01/30] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2, David Howells
- [PATCH v6 03/30] mm/filemap: Pass the file_ra_state in the ractl, David Howells
- [PATCH v6 04/30] fs: Document file_ra_state, David Howells
- [PATCH v6 05/30] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH v6 06/30] netfs: Make a netfs helper module, David Howells
- [PATCH v6 07/30] netfs: Documentation for helper library, David Howells
- [PATCH v6 08/30] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH v6 09/30] netfs, mm: Add set/end/wait_on_page_fscache() aliases, David Howells
- [PATCH v6 10/30] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH v6 11/30] netfs: Add tracepoints, David Howells
- [PATCH v6 12/30] netfs: Gather stats, David Howells
- [PATCH v6 13/30] netfs: Add write_begin helper, David Howells
- [PATCH v6 14/30] netfs: Define an interface to talk to a cache, David Howells
- [PATCH v6 15/30] netfs: Add a tracepoint to log failures that would be otherwise unseen, David Howells
- [PATCH v6 16/30] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH v6 17/30] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v6 18/30] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v6 19/30] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v6 20/30] afs: Move key to afs_read struct, David Howells
- [PATCH v6 21/30] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v6 22/30] afs: Log remote unmarshalling errors, David Howells
- [PATCH v6 23/30] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v6 24/30] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v6 25/30] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v6 26/30] afs: Extract writeback extension into its own function, David Howells
- [PATCH v6 27/30] afs: Prepare for use of THPs, David Howells
- [PATCH v6 28/30] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v6 29/30] afs: Use new netfs lib read helper API, David Howells
- [PATCH v6 30/30] afs: Use the netfs_write_begin() helper, David Howells
- Re: [PATCH v6 00/30] Network fs helper library & fscache kiocb API, Jeff Layton
- Re: [PATCH v6 00/30] Network fs helper library & fscache kiocb API, David Wysochanski
- Re: [PATCH v6 00/30] Network fs helper library & fscache kiocb API, Marc Dionne
- [PATCH] smbinfo: Add command for displaying alternate data streams,
J. Pablo González
- [PATCH -next] cifsd: remove unused header <linux/version.h>, Ruiqi Gong
- [PATCH] cifs: Remove useless variable,
Jiapeng Chong
- [PATCH] cifsd: remove unused including <linux/version.h>,
Tian Tao
- [PATCH] cifs: improve fallocate emulation,
Ronnie Sahlberg
- [PATCH 0/5] netfs: Fixes for the netfs lib,
David Howells
- [PATCH] cifsd: Select SG_POOL for SMB_SERVER,
Zhang Xiaoxu
- [PATCH] fs: cifs: Fix spelling of 'security',
liliu_096
- [PATCH] cifs: escape spaces in share names,
Maciek Borzecki
- [PATCH cifs segfault ],
Seth Thielemann
- multiuser/cifscreds not functioning on newer Ubuntu releases,
Nate Collins
- [PATCH] cifs: On cifs_reconnect, resolve the hostname again.,
Shyam Prasad N
- [PATCH rdma-next 00/10] Enable relaxed ordering for ULPs,
Leon Romanovsky
- [PATCH rdma-next 01/10] RDMA: Add access flags to ib_alloc_mr() and ib_mr_pool_init(), Leon Romanovsky
- [PATCH rdma-next 03/10] RDMA/iser: Enable Relaxed Ordering, Leon Romanovsky
- [PATCH rdma-next 04/10] RDMA/rtrs: Enable Relaxed Ordering, Leon Romanovsky
- [PATCH rdma-next 05/10] RDMA/srp: Enable Relaxed Ordering, Leon Romanovsky
- [PATCH rdma-next 02/10] RDMA/core: Enable Relaxed Ordering in __ib_alloc_pd(), Leon Romanovsky
- [PATCH rdma-next 07/10] cifs: smbd: Enable Relaxed Ordering, Leon Romanovsky
- [PATCH rdma-next 08/10] net/rds: Enable Relaxed Ordering, Leon Romanovsky
- [PATCH rdma-next 06/10] nvme-rdma: Enable Relaxed Ordering, Leon Romanovsky
- [PATCH rdma-next 10/10] xprtrdma: Enable Relaxed Ordering, Leon Romanovsky
- [PATCH rdma-next 09/10] net/smc: Enable Relaxed Ordering, Leon Romanovsky
- Re: [PATCH rdma-next 00/10] Enable relaxed ordering for ULPs, Christoph Hellwig
- Re: [PATCH rdma-next 00/10] Enable relaxed ordering for ULPs, Honggang LI
- [PATCH][CIFS] Insert and Collapse range,
Steve French
- [PATCH] cifsd: use kfree to free memory allocated by kzalloc,
Muhammad Usama Anjum
- [PATCH] cifsd: use kfree to free memory allocated by kmalloc or kzalloc,
Muhammad Usama Anjum
- [PATCH] cifsd: fix memory leak when loop ends,
Muhammad Usama Anjum
- [PATCH] fs: cifs: Remove unnecessary struct declaration,
Wan Jiabing
- cifs.ko improvements - Additional xfstests, Steve French
- [PATCH AUTOSEL 4.4 8/8] cifs: Silently ignore unknown oplock break handle, Sasha Levin
- [PATCH AUTOSEL 4.4 7/8] cifs: revalidate mapping when we open files for SMB1 POSIX, Sasha Levin
- [PATCH AUTOSEL 4.9 09/10] cifs: revalidate mapping when we open files for SMB1 POSIX, Sasha Levin
- [PATCH AUTOSEL 4.9 10/10] cifs: Silently ignore unknown oplock break handle, Sasha Levin
- [PATCH AUTOSEL 4.14 12/12] cifs: Silently ignore unknown oplock break handle, Sasha Levin
- [PATCH AUTOSEL 4.14 11/12] cifs: revalidate mapping when we open files for SMB1 POSIX, Sasha Levin
- [PATCH AUTOSEL 4.19 14/15] cifs: revalidate mapping when we open files for SMB1 POSIX, Sasha Levin
- [PATCH AUTOSEL 4.19 15/15] cifs: Silently ignore unknown oplock break handle, Sasha Levin
- [PATCH AUTOSEL 5.4 19/19] cifs: Silently ignore unknown oplock break handle, Sasha Levin
- [PATCH AUTOSEL 5.4 18/19] cifs: revalidate mapping when we open files for SMB1 POSIX, Sasha Levin
- [PATCH AUTOSEL 5.10 30/33] cifs: revalidate mapping when we open files for SMB1 POSIX, Sasha Levin
- [PATCH AUTOSEL 5.10 31/33] cifs: Silently ignore unknown oplock break handle, Sasha Levin
- [PATCH AUTOSEL 5.11 36/38] cifs: Silently ignore unknown oplock break handle, Sasha Levin
- [PATCH AUTOSEL 5.11 35/38] cifs: revalidate mapping when we open files for SMB1 POSIX, Sasha Levin
- Re: mmotm 2021-03-28-16-37 uploaded (cifs), Randy Dunlap
- specifying password when using krb5,
Frank Loeffler
- [PATCH][SMB3] Fix file size problems in duplicate extents (reflink), Steve French
- [PATCH] cifs: add FALLOC_FL_INSERT_RANGE support, Ronnie Sahlberg
- cifs: Fix chmod with modefromsid when an older ACE already exists.,
Shyam Prasad N
- [PATCH][next] cifs: cifspdu.h: Replace one-element array with flexible-array member,
Gustavo A. R. Silva
- [PATCH] cifs: add support for FALLOC_FL_COLLAPSE_RANGE,
Ronnie Sahlberg
- [PATCH][next] cifsd: remove redundant assignment to variable err,
Colin King
- [PATCH] cifs: Adjust key sizes and key generation routines for AES256 encryptions.,
Shyam Prasad N
- [PATCH] cifs: revalidate mapping when we open files for SMB1 POSIX,
Ronnie Sahlberg
- [PATCH v5 00/28] Network fs helper library & fscache kiocb API,
David Howells
- [PATCH v5 01/28] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH v5 02/28] mm: Add wait_on_page_writeback_killable(), David Howells
- [PATCH v5 03/28] mm: Add set/end/wait functions for PG_private_2, David Howells
- [PATCH v5 04/28] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH v5 05/28] netfs: Make a netfs helper module, David Howells
- [PATCH v5 06/28] netfs: Documentation for helper library, David Howells
- [PATCH v5 07/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH v5 08/28] netfs, mm: Add set/end/wait_on_page_fscache() aliases, David Howells
- [PATCH v5 09/28] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH v5 10/28] netfs: Add tracepoints, David Howells
- [PATCH v5 11/28] netfs: Gather stats, David Howells
- [PATCH v5 12/28] netfs: Add write_begin helper, David Howells
- [PATCH v5 13/28] netfs: Define an interface to talk to a cache, David Howells
- [PATCH v5 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH v5 15/28] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v5 16/28] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v5 17/28] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v5 18/28] afs: Move key to afs_read struct, David Howells
- [PATCH v5 19/28] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v5 20/28] afs: Log remote unmarshalling errors, David Howells
- [PATCH v5 21/28] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v5 23/28] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v5 22/28] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v5 24/28] afs: Extract writeback extension into its own function, David Howells
- [PATCH v5 25/28] afs: Prepare for use of THPs, David Howells
- [PATCH v5 26/28] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v5 28/28] afs: Use the fscache_write_begin() helper, David Howells
- [PATCH v5 27/28] afs: Use new fscache read helper API, David Howells
- [PATCH v2] cifsd: fix error handling in ksmbd_server_init(),
Dan Carpenter
- ksmbd wiki page,
Steve French
- broken hash use in fs/cifs/dfs_cache.c,
Al Viro
- [PATCH] Documentation/admin-guide/cifs: document open_files and dfscache,
Aurélien Aptel
- [PATCH] cifsd: Fix an error code in smb2_read(),
Dan Carpenter
- [PATCH 0/5] cifsd: introduce new SMB3 kernel server,
Namjae Jeon
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[RFC][PATCHSET] hopefully saner handling of pathnames in cifs,
Al Viro
[PATCH v3] cifs: Silently ignore unknown oplock break handle,
Vincent Whitchurch
[PATCH] cifs: fix allocation size on newly created files,
Steve French
[PATCH] fs/cifs/: fix misspellings using codespell tool,
menglong8 . dong
Re: linux-next: Tree for Mar 18 (cifsd: Kconfig),
Randy Dunlap
[PATCH] cifs: warn and fail if trying to use rootfs without the config option,
Aurélien Aptel
[PATCH v1] cifs: simplify SWN code with dummy funcs instead of ifdefs,
Aurélien Aptel
[PATCH] cifsd: Fix a use after free on error path,
Dan Carpenter
[PATCH RESEND] cifsd: fix a IS_ERR() vs NULL bug,
Dan Carpenter
[bug report] cifsd: introduce SMB3 kernel server,
Dan Carpenter
Re: [bug report] cifsd: introduce SMB3 kernel server, Christoph Hellwig
cifsd: introduce SMB3 kernel server, L. A. Walsh
[PATCH] cifsd: fix a precedence bug in parse_dacl(),
Dan Carpenter
[bug report] cifsd: make xattr format of ksmbd compatible with samba's one,
Dan Carpenter
Query - cifscreds usage,
Richard Beare
xfstest 614 and allocation size should not be 0,
Steve French
[PATCH AUTOSEL 5.10 28/54] cifs: change noisy error message to FYI, Sasha Levin
[PATCH AUTOSEL 5.4 22/37] cifs: change noisy error message to FYI, Sasha Levin
[PATCH AUTOSEL 5.4 12/37] cifs: ask for more credit on async read/write code paths, Sasha Levin
[PATCH AUTOSEL 5.10 16/54] cifs: ask for more credit on async read/write code paths, Sasha Levin
[PATCH AUTOSEL 5.11 17/61] cifs: ask for more credit on async read/write code paths, Sasha Levin
[PATCH AUTOSEL 5.11 29/61] cifs: change noisy error message to FYI, Sasha Levin
[PATCH v2] cifs: Silently ignore unknown oplock break handle,
Vincent Whitchurch
Testing to current ksmbd from cifs.ko,
Steve French
cifsacl and xfstests 554 and 569, Steve French
[Bug 6843] flock's do not get sent to physical file system, causes protocol interoperabilitiy issues with NFS, samba-bugs
[PATCH] cifs: update new ACE pointer after populate_new_aces.,
Shyam Prasad N
[PATCH v4 00/28] Network fs helper library & fscache kiocb API,
David Howells
- [PATCH v4 01/28] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache, David Howells
- [PATCH v4 03/28] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH v4 04/28] netfs: Make a netfs helper module, David Howells
- [PATCH v4 05/28] netfs: Documentation for helper library, David Howells
- [PATCH v4 06/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH v4 07/28] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache(), David Howells
- [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH v4 09/28] netfs: Add tracepoints, David Howells
- [PATCH v4 10/28] netfs: Gather stats, David Howells
- [PATCH v4 11/28] netfs: Add write_begin helper, David Howells
- [PATCH v4 12/28] netfs: Define an interface to talk to a cache, David Howells
- [PATCH v4 13/28] netfs: Hold a ref on a page when PG_private_2 is set, David Howells
- [PATCH v4 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH v4 15/28] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v4 16/28] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v4 17/28] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v4 18/28] afs: Move key to afs_read struct, David Howells
- [PATCH v4 19/28] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v4 20/28] afs: Log remote unmarshalling errors, David Howells
- [PATCH v4 21/28] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v4 22/28] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v4 23/28] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v4 24/28] afs: Extract writeback extension into its own function, David Howells
- [PATCH v4 25/28] afs: Prepare for use of THPs, David Howells
- [PATCH v4 26/28] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v4 27/28] afs: Use new fscache read helper API, David Howells
- [PATCH v4 28/28] afs: Use the fscache_write_begin() helper, David Howells
- Re: [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers, David Howells
[PATCH] cifs: Fix preauth hash corruption,
Vincent Whitchurch
DFS tests look good, Steve French
cifs: Deferred close for files,
Rohith Surabattula
Host kerberos credential are took in container, Xiaoli Feng
[no subject],
Ronnie Sahlberg
[PATCH 1/4] cifs: print MIDs in decimal notation,
Paulo Alcantara
[PATCH] cifs: try to pick channel with a minimum of credits,
Aurélien Aptel
[PATCH] CIFS: Prevent error log on spurious oplock break,
Vincent Whitchurch
[PATCH] cifs: fix credit accounting for extra channel, Steve French
[PATCH] cifs: ask for more credit on async read/write code paths, Steve French
fscache: Redesigning the on-disk cache,
David Howells
[man-pages][PATCH v1] flock.2: add CIFS details,
Aurélien Aptel
workaround for unexpected error on SMB posix open, Pete Flugstad
[EXPERIMENT] new mount API verbose errors from userspace,
Aurélien Aptel
[Bug 14651] New: CVE-2021-20208 [SECURITY][EMBARGOED] cifs-utils: cifs.upcall kerberos auth leak in container, samba-bugs
[PATCH v2] smb3: allow files to be created with backslash in name,
Steve French
Passwords containg commas are no longer working in credential files,
jkhsjdhjs
[PATCH] cifs: fix handling of escaped ',' in the password mount argument,
Ronnie Sahlberg
Using a password containing a comma fails with 5.11.1 kernel,
Simon Taylor
[PATCH 1/4] cifs: fix DFS failover,
Paulo Alcantara
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]