messages from 2024-11-30 18:39:32 to 2025-01-10 09:45:32 UTC [more...]
[PATCHES][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
2025-01-10 9:45 UTC (29+ messages)
` [PATCH 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
` [PATCH 02/20] dcache: back inline names with a struct-wrapped array of unsigned long
` [PATCH 03/20] make take_dentry_name_snapshot() lockless
` [PATCH 04/20] dissolve external_name.u into separate members
` [PATCH 05/20] ext4 fast_commit: make use of name_snapshot primitives
` [PATCH 06/20] generic_ci_d_compare(): use shortname_storage
` [PATCH 07/20] Pass parent directory inode and expected name to ->d_revalidate()
` [PATCH 08/20] afs_d_revalidate(): use stable name and parent inode passed by caller
` [PATCH 09/20] ceph_d_revalidate(): use stable "
` [PATCH 10/20] ceph_d_revalidate(): propagate stable name down into request enconding
` [PATCH 11/20] fscrypt_d_revalidate(): use stable parent inode passed by caller
` [PATCH 12/20] exfat_d_revalidate(): "
` [PATCH 13/20] vfat_revalidate{,_ci}(): "
` [PATCH 14/20] fuse_dentry_revalidate(): use stable parent inode and name "
` [PATCH 15/20] gfs2_drevalidate(): "
` [PATCH 16/20] nfs{,4}_lookup_validate(): use stable parent inode "
` [PATCH 17/20] nfs: fix ->d_revalidate() UAF on ->d_name accesses
` [PATCH 18/20] ocfs2_dentry_revalidate(): use stable parent inode and name passed by caller
` [PATCH 19/20] orangefs_d_revalidate(): "
` [PATCH 20/20] 9p: fix ->rename_sem exclusion
Ceph and Netfslib
2025-01-09 0:53 UTC (10+ messages)
[RFC] odd games with d_find_alias() in ceph_unlink()
2025-01-06 4:57 UTC
[GIT PULL] Ceph fixes for 6.13-rc4
2024-12-21 17:37 UTC (2+ messages)
[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
2024-12-21 5:15 UTC (19+ messages)
` [PATCH 01/10] kheaders: Ignore silly-rename files
` [PATCH 02/10] netfs: Fix non-contiguous donation between completed reads
` [PATCH 03/10] netfs: Fix enomem handling in buffered reads
` [PATCH 04/10] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 05/10] cachefiles: Parse the "secctx" immediately
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 08/10] netfs: Work around recursion by abandoning retry if nothing read
` [PATCH 09/10] netfs: Fix ceph copy to cache on write-begin
` [PATCH 10/10] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
` [PATCH 11/10] netfs: Fix is-caching check in read-retry
Clients failing to respond to capability release with LTS kernel 6.6
2024-12-18 20:33 UTC (3+ messages)
[PATCH v3 00/19] Converge on using secs_to_jiffies()
2024-12-17 21:12 UTC (41+ messages)
` [PATCH v3 01/19] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 03/19] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v3 04/19] s390: kernel: "
` [PATCH v3 05/19] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v3 06/19] mm: kmemleak: "
` [PATCH v3 07/19] accel/habanalabs: "
` [PATCH v3 08/19] drm/xe: Convert timeout "
` [PATCH v3 09/19] scsi: lpfc: Convert timeouts "
` [PATCH v3 10/19] scsi: arcmsr: "
` [PATCH v3 11/19] scsi: pm8001: "
` [PATCH v3 12/19] xen/blkback: "
` [PATCH v3 13/19] gve: "
` [PATCH v3 14/19] wifi: ath11k: "
` [PATCH v3 15/19] Bluetooth: MGMT: "
` [PATCH v3 16/19] staging: vc04_services: "
` [PATCH v3 17/19] ceph: "
` [PATCH v3 18/19] livepatch: "
` [PATCH v3 19/19] ALSA: line6: "
[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
2024-12-16 20:41 UTC (33+ messages)
` [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
` [PATCH v5 02/32] cachefiles: "
` [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
` [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
` [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v5 09/32] netfs: Drop the was_async "
` [PATCH v5 10/32] netfs: Don't use bh spinlock
` [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
` [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v5 13/32] afs: Fix directory format encoding struct
` [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
` [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
` [PATCH v5 16/32] cachefiles: Add auxiliary data trace
` [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
` [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
` [PATCH v5 21/32] afs: Use netfslib for directories
` [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v5 23/32] afs: Eliminate afs_read
` [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
` [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v5 26/32] Display waited-on page index after 1min of waiting
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
` [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
` [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
` [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[PATCH 0/2] ceph: ceph_direct_read_write() fixes
2024-12-16 11:51 UTC (5+ messages)
` [PATCH 1/2] ceph: fix memory leak in ceph_direct_read_write()
` [PATCH 2/2] ceph: allocate sparse_ext map only for sparse reads
CAP_MSG_FIXED_FIELDS mistery
2024-12-13 20:42 UTC
[PATCH] ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()
2024-12-11 22:17 UTC (6+ messages)
Calling iput inside OSD dispatcher thread might cause deadlock?
2024-12-11 10:48 UTC (2+ messages)
[RFC PATCH v2] ceph: ceph: fix out-of-bound array access when doing a file read
2024-12-11 10:36 UTC (9+ messages)
[PATCH] fs/ceph/mds_client: give up on paths longer than PATH_MAX
2024-12-10 8:42 UTC (17+ messages)
[PATCH] fs/ceph/io: make ceph_start_io_*() killable
2024-12-09 18:59 UTC (6+ messages)
[PATCH] ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()
2024-12-09 18:46 UTC (3+ messages)
` Fwd: "
[PATCH] ceph: validate snapdirname option length when mounting
2024-12-09 18:39 UTC (2+ messages)
[PATCH v2 00/21] Converge on using secs_to_jiffies()
2024-12-09 15:03 UTC (8+ messages)
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts to secs_to_jiffies()
[PATCH] fs/ceph/file: fix memory leaks in __ceph_sync_read()
2024-12-06 12:50 UTC (18+ messages)
` [PATCH v2] "
[bug report] ceph: decode interval_sets for delegated inos
2024-12-04 17:05 UTC (8+ messages)
[PATCH 00/22] Converge on using secs_to_jiffies()
2024-12-03 17:45 UTC (3+ messages)
` [PATCH 09/22] drm/etnaviv: Convert timeouts to secs_to_jiffies()
[PATCH 5/5] ceph: Use a folio in ceph_writepages_start()
2024-12-02 19:04 UTC (3+ messages)
[GIT PULL] Ceph fixes for 6.13-rc1
2024-11-30 18:39 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox