Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2023-09-20 12:30:39 to 2023-10-16 16:42:12 UTC [more...]

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-16 16:31 UTC  (10+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-16 16:10 UTC  (60+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
` [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification
` [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
` [RFC PATCH 13/53] netfs: Add bounce buffering support
` [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments
` [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints
` [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes
` [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size
` [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer
` [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request
` [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use
` [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write
` [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice
` [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write
` [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages
` [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath
` [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read
` [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support
` [RFC PATCH 29/53] netfs: Implement buffered write API
` [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter()
` [RFC PATCH 32/53] netfs: Provide a writepages implementation
` [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter
` [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize
` [RFC PATCH 35/53] netfs: Perform content encryption
` [RFC PATCH 36/53] netfs: Decrypt encrypted content
` [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read
` [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write
` [RFC PATCH 39/53] netfs: Provide a launder_folio implementation
` [RFC PATCH 40/53] netfs: Implement a write-through caching option
` [RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [RFC PATCH 42/53] afs: Use the netfs write helpers
` [RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [RFC PATCH 44/53] cifs: Share server EOF pos with netfslib
` [RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest
` [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args
` [RFC PATCH 48/53] cifs: Implement netfslib hooks
` [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [RFC PATCH 50/53] cifs: Cut over to using netfslib
` [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1
` [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2
` [RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3

[PATCH] ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
 2023-10-15 14:45 UTC 

[GIT PULL] ksmbd server fixes
 2023-10-15  2:52 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2023-10-15  2:47 UTC  (2+ messages)

[Bug 14476] Cannot set timestamp of Minshall-French symlinks from a CIFS mount
 2023-10-14 16:17 UTC  (3+ messages)

[PATCH] fs/smb: server: fix recursive locking in vfs helpers
 2023-10-14  3:31 UTC  (3+ messages)

Possible bug report: kernel 6.5.0/6.5.1 high load when CIFS share is mounted (cifsd-cfid-laundromat in"D" state)
 2023-10-14  0:59 UTC  (17+ messages)

[Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l"
 2023-10-13  3:34 UTC  (4+ messages)
` [Bug 14492] "

[PATCH 1/2] ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
 2023-10-11 14:38 UTC  (2+ messages)
` [PATCH 2/2] ksmbd: fix potential double free on smb2_read_pipe() error path

W sprawie samochodu
 2023-10-11  8:16 UTC 

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (6+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 68/89] client: convert "
  ` [PATCH v2 69/89] server: "

[v2 PATCH] ksmbd: not allow to open file if delelete on close bit is set
 2023-10-09 15:11 UTC  (4+ messages)
` [PATCH] ksmbd: reorganize ksmbd_iov_pin_rsp()
` [PATCH] ksmbd: fix wrong error response status by using set_smb2_rsp_status()
` [PATCH] ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()

New SMB3.1.1 command
 2023-10-09  4:15 UTC 

SMB2_SHAREFLAG_RESTRICT_EXCLUSIVE_OPENS to improve POSIX compat
 2023-10-09  3:38 UTC 

[GIT PULL] ksmbd server fixes
 2023-10-08 18:06 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2023-10-07 18:12 UTC  (2+ messages)

W sprawie samochodu
 2023-10-06  8:15 UTC 

[PATCH] ksmbd: Remove unused field in ksmbd_user struct
 2023-10-06  1:08 UTC  (2+ messages)

oplock state inconsistencies
 2023-10-05 20:46 UTC 

[PATCH] cifs: Add client version details to NTLM authenticate message
 2023-10-05  4:36 UTC  (3+ messages)

[PATCH] smb: client: do not start laundromat thread on nohandlecache
 2023-10-04 20:28 UTC 

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH] smb: use kernel_connect() and kernel_bind()
 2023-10-04 17:55 UTC  (4+ messages)

Proszę o kontakt
 2023-10-04  7:51 UTC 

[PATCH 23/29] smb: move cifs_xattr_handlers to .rodata
 2023-10-01 19:59 UTC  (2+ messages)

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-10-01  5:01 UTC  (24+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
              ` [OT] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[GIT PULL] SMB3 client fix
 2023-09-30 17:02 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2023-09-29 23:59 UTC  (2+ messages)

[PATCH] ksmbd: not allow to open file if delelete on close bit is set
 2023-09-29 10:49 UTC  (8+ messages)

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (4+ messages)
` [PATCH 01/87] "
  ` [PATCH 67/87] fs/smb/client: convert to new inode {a,m}time accessors
  ` [PATCH 68/87] fs/smb/server: "

[Bug 15480] New: Mounting Azure Fles Share using cifs-utils fails
 2023-09-27 14:55 UTC  (10+ messages)
` [Bug 15480] "

Słowa kluczowe do wypozycjonowania
 2023-09-27  8:05 UTC 

Prezentacja
 2023-09-27  8:01 UTC 

possible circular locking dependency detected warning and deadlock
 2023-09-26 19:18 UTC 

[PATCH v2] cifs: avoid possible NULL dereference
 2023-09-26  1:27 UTC 

[PATCH] cifs: avoid possible NULL dereference
 2023-09-26  1:20 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 27/28] smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP
 2023-09-24 13:17 UTC 

[PATCH AUTOSEL 6.5 39/41] smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP
 2023-09-24 13:15 UTC 

[GIT PULL] smb3 client fixes
 2023-09-23 19:08 UTC  (2+ messages)

Pytanie o samochód
 2023-09-22  7:31 UTC 

[PATCH][SMB3] Fix confusing warning message about mode not specified
 2023-09-21  0:57 UTC 

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20 15:45 UTC  (21+ messages)
` [PATCH v7 12/13] ext4: switch to "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox