Linux-CIFS Archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-05-01 17:00 UTC  (26+ messages)
` [PATCH v2 01/22] netfs: Update i_blocks when write committed to pagecache
` [PATCH v2 02/22] netfs: Replace PG_fscache by setting folio->private and marking dirty
` [PATCH v2 03/22] mm: Remove the PG_fscache alias for PG_private_2
` [PATCH v2 04/22] netfs: Remove deprecated use of PG_private_2 as a second writeback flag
` [PATCH v2 05/22] netfs: Make netfs_io_request::subreq_counter an atomic_t
` [PATCH v2 06/22] netfs: Use subreq_counter to allocate subreq debug_index values
` [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio
` [PATCH v2 08/22] 9p: Use alternative invalidation to "
` [PATCH v2 09/22] afs: "
` [PATCH v2 10/22] netfs: Remove ->launder_folio() support
` [PATCH v2 11/22] netfs: Use mempools for allocating requests and subrequests
` [PATCH v2 12/22] mm: Export writeback_iter()
` [PATCH v2 13/22] netfs: Switch to using unsigned long long rather than loff_t
` [PATCH v2 14/22] netfs: New writeback implementation
` [PATCH v2 15/22] netfs: Add some write-side stats and clean up some stat names
` [PATCH v2 16/22] netfs, afs: Implement helpers for new write code
` [PATCH v2 17/22] netfs, 9p: "
` [PATCH v2 18/22] netfs, cachefiles: "
` [PATCH v2 19/22] netfs: Cut over to using new writeback code
` [PATCH v2 20/22] netfs: Remove the old "
` [PATCH v2 21/22] netfs: Miscellaneous tidy ups
` [PATCH v2 22/22] netfs, afs: Use writeback retry to deal with alternate keys

[PATCH v7 00/16] netfs, cifs: Delegate high-level I/O to netfslib
 2024-04-30 14:58 UTC  (19+ messages)
` [PATCH v7 01/16] cifs: Use alternative invalidation to using launder_folio
` [PATCH v7 02/16] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v7 03/16] cifs: Replace cifs_writedata "
` [PATCH v7 04/16] cifs: Use more fields from netfs_io_subrequest
` [PATCH v7 05/16] cifs: Make wait_mtu_credits take size_t args
` [PATCH v7 06/16] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v7 07/16] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v7 08/16] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v7 09/16] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
` [PATCH v7 10/16] cifs: Make add_credits_and_wake_if() clear deducted credits
` [PATCH v7 11/16] cifs: Implement netfslib hooks
` [PATCH v7 12/16] cifs: Cut over to using netfslib
` [PATCH v7 13/16] cifs: Remove some code that's no longer used, part 1
` [PATCH v7 14/16] cifs: Remove some code that's no longer used, part 2
` [PATCH v7 15/16] cifs: Remove some code that's no longer used, part 3
` [PATCH v7 16/16] cifs: Enable large folio support

[PATCH 6.1 059/110] cifs: Replace remaining 1-element arrays
 2024-04-30 10:40 UTC 

[PATCH 6.6 001/186] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-30 10:37 UTC 

[PATCH 6.8 001/228] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-30 10:38 UTC  (2+ messages)
` [PATCH 6.8 119/228] netfs: Fix the pre-flush when appending to a file in writethrough mode

Samba ctime still reported incorrectly
 2024-04-30  8:45 UTC  (9+ messages)

[BUG] 6.8.x general protection fault during cifs/netfs write
 2024-04-30  7:49 UTC 

query fs info level 0x100
 2024-04-30  3:30 UTC  (7+ messages)

[RFC PATCH net-next 0/5] net: In-kernel QUIC implementation with Userspace handshake
 2024-04-29 15:20 UTC  (16+ messages)

[regression 6.1.80+] "CIFS: VFS: directory entry name would overflow frame end of buf" and invisible files under certain conditions and at least with noserverino mount option
 2024-04-29 15:11 UTC  (9+ messages)

[PATCH v4 0/1] cifs-utils: CLDAP-Ping to find the correct site
 2024-04-28  0:10 UTC  (8+ messages)
` [PATCH v4 1/1] Implement CLDAP Ping to find the closest site

[GIT PULL] smb3 client fixes
 2024-04-27 19:17 UTC  (2+ messages)

[PATCH net] Fix a potential infinite loop in extract_user_to_sg()
 2024-04-26 19:50 UTC  (4+ messages)

[PATCH] netfs: Fix the pre-flush when appending to a file in writethrough mode
 2024-04-26 11:43 UTC  (2+ messages)

[dhowells-fs:cifs-netfs] [cifs] b4834f12a4: WARNING:at_fs/netfs/write_collect.c:#netfs_writeback_lookup_folio
 2024-04-26 10:59 UTC  (9+ messages)

[PATCH][SMB3 client] missing lock when picking channel
 2024-04-26  6:46 UTC  (3+ messages)

128 bit uid/gid (UUID) possible?
 2024-04-25 19:23 UTC  (3+ messages)

[PATCH][SMB3 client] fix potential deadlock in cifs_sync_mid_result
 2024-04-25 17:56 UTC  (4+ messages)

Kernel RIP 0010:cifs_flush_folio
 2024-04-25 16:52 UTC  (2+ messages)

[PATCH] ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
 2024-04-25 13:57 UTC 

[PATCH][next] smb: client: Fix struct_group() usage in __packed structs
 2024-04-24  6:08 UTC  (3+ messages)

[PATCH][next] smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
 2024-04-23 21:26 UTC  (7+ messages)

[PATCH AUTOSEL 6.1 15/17] smb: client, common: fix fortify warnings
 2024-04-23 18:57 UTC  (2+ messages)

[GIT PULL] smb3 fixes
 2024-04-23 16:44 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 28/29] smb3: fix broken reconnect when password changing on the server by allowing password rotation
 2024-04-22 23:17 UTC 

[PATCH AUTOSEL 6.8 42/43] smb3: fix broken reconnect when password changing on the server by allowing password rotation
 2024-04-22 23:14 UTC 

[GIT PULL] ksmbd server fixes
 2024-04-22 23:51 UTC  (2+ messages)

[PATCH 21/30] smb: Remove calls to set folio error flag
 2024-04-20  2:50 UTC 

[PATCH 1/2] ksmbd: common: use struct_group_attr instead of struct_group for network_open_info
 2024-04-20  0:43 UTC  (2+ messages)
` [PATCH 2/2] ksmbd: add continuous availability share parameter

[PATCH] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-19 20:04 UTC  (11+ messages)

Missing protocol features that could help Linux
 2024-04-19 17:12 UTC  (7+ messages)

[PATCH] smb: client: fix rename(2) regression against samba
 2024-04-19 16:47 UTC  (2+ messages)

[PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
 2024-04-17 10:36 UTC  (27+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
  ` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
  ` [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
  ` [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
  ` [PATCH 11/26] 9p: Use alternative invalidation to "
  ` [PATCH 17/26] netfs: Fix writethrough-mode error handling
  ` [PATCH 24/26] netfs: Remove the old writeback code

[PATCH] ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
 2024-04-16 12:40 UTC  (7+ messages)
        ` [PATCH v2] "

current ksmbd
 2024-04-16  0:28 UTC  (2+ messages)

bug#70214: 'install' fails to copy regular file to autofs/cifs, due to ACL or xattr handling
 2024-04-15 15:28 UTC  (5+ messages)

[PATCH v2 0/1] smb client hang
 2024-04-15 14:35 UTC  (5+ messages)
` [PATCH v2 1/1] smb: client: Fix hang in smb2_reconnect

[PATCH v3] cifs: reinstate original behavior again for forceuid/forcegid
 2024-04-15  7:47 UTC 

kernel panic caused by recent changes in fs/cifs
 2024-04-13 18:58 UTC  (3+ messages)

[GIT PULL] smb3 client fixes
 2024-04-13 17:12 UTC  (2+ messages)

[PATCH] ksmbd: don't grant a persistent handle if the share is not continuous availability
 2024-04-12  1:04 UTC 

kernel panic caused by kernel update from v5.15.133 to v5.15.146
 2024-04-11 23:21 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).