public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 09:30:37 to 2026-03-10 11:55:59 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 11:49 UTC  (62+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH 6.18 185/314] smb: client: fix broken multichannel with krb5+signing
 2026-03-10 11:17 UTC  (2+ messages)
` [PATCH 6.18 187/314] smb: client: fix oops due to uninitialised var in smb2_unlink()

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-10 11:24 UTC  (13+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v5 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v5 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v5 4/4] mips/fcntl.h: "

[PATCH 6.19 157/311] smb: client: fix broken multichannel with krb5+signing
 2026-03-10 11:03 UTC  (2+ messages)
` [PATCH 6.19 159/311] smb: client: fix oops due to uninitialised var in smb2_unlink()

[PATCH v5 0/7] smb: fix some bugs, move duplicate definitions into common header file, part 2
 2026-03-10  1:31 UTC  (7+ messages)
` [PATCH v5 7/7] smb: introduce struct file_posix_info

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (31+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH] cifs: implementation id context as negotiate context
 2026-03-09 17:59 UTC  (12+ messages)

[PATCH] smb: client: fix atomic open with O_DIRECT & O_SYNC
 2026-03-09 17:18 UTC  (3+ messages)

[PATCH] smb: client: fix in-place encryption corruption in SMB2_write()
 2026-03-09 16:49 UTC  (4+ messages)

[BUG] [~6.6 Kernel] Corruption when retrying encrypted sync writes
 2026-03-09 10:39 UTC  (5+ messages)

[PATCH] smb: client: fix sbflags initialization
 2026-03-08  3:15 UTC  (3+ messages)

[PATCH] smb: fix smbdirect link failure
 2026-03-08  3:10 UTC  (4+ messages)

[GIT PULL] smb3 client fixes
 2026-03-07  4:34 UTC  (6+ messages)

[PATCH] smb: client: fix oops due to uninitialised var in smb2_unlink()
 2026-03-06 22:51 UTC  (3+ messages)

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-03-06 11:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH] ksmbd: ipc: use kzalloc_flex and __counted_by
 2026-03-06  6:35 UTC 

full xfstest scripts
 2026-03-05 20:13 UTC 

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH net-next v10 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-03-05  0:14 UTC  (14+ messages)
` [PATCH net-next v10 08/15] quic: add path management
` [PATCH net-next v10 14/15] quic: add packet builder base
  ` [net-next,v10,14/15] "
` [PATCH net-next v10 15/15] quic: add packet parser base
  ` [net-next,v10,15/15] "

[PATCH net-next v10 13/15] quic: add timer management
 2026-03-04 23:03 UTC  (3+ messages)
` [net-next,v10,13/15] "

[PATCH net-next v10 12/15] quic: add crypto packet encryption and decryption
 2026-03-04 22:31 UTC  (3+ messages)
` [net-next,v10,12/15] "

[PATCH net-next v10 11/15] quic: add crypto key derivation and installation
 2026-03-04 21:58 UTC  (3+ messages)
` [net-next,v10,11/15] "

[PATCH net-next v10 09/15] quic: add congestion control
 2026-03-04 21:41 UTC  (3+ messages)
` [net-next,v10,09/15] "

[PATCH] cifs: open files should not hold ref on superblock
 2026-03-04 20:17 UTC  (2+ messages)

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-04 15:01 UTC  (25+ messages)
` [RFC PATCH 01/17] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
` [RFC PATCH 02/17] vfs: Implement a FIEMAP callback
` [RFC PATCH 03/17] iov_iter: Add a segmented queue of bio_vec[]
` [RFC PATCH 04/17] Add a function to kmap one page of a multipage bio_vec
` [RFC PATCH 05/17] netfs: Add some tools for managing bvecq chains
` [RFC PATCH 06/17] afs: Use a bvecq to hold dir content rather than folioq
` [RFC PATCH 07/17] netfs: Add a function to extract from an iter into a bvecq
` [RFC PATCH 08/17] cifs: Use a bvecq for buffering instead of a folioq
` [RFC PATCH 09/17] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [RFC PATCH 10/17] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [RFC PATCH 11/17] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [RFC PATCH 12/17] netfs: Remove netfs_alloc/free_folioq_buffer()
` [RFC PATCH 13/17] netfs: Remove netfs_extract_user_iter()
` [RFC PATCH 14/17] iov_iter: Remove ITER_FOLIOQ
` [RFC PATCH 15/17] netfs: Remove folio_queue and rolling_buffer
` [RFC PATCH 16/17] netfs: Check for too much data being read
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH 6.6.y] smb: client: fix page cache corruption from in-place encryption in SMB2_write
 2026-03-04 14:21 UTC  (2+ messages)

[PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
 2026-03-04 14:10 UTC  (11+ messages)

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04  9:30 UTC  (5+ messages)


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