CEPH-Devel archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-18 08:06:30 to 2024-01-31 23:04:59 UTC [more...]

[PATCH v3 00/47] filelock: split file leases out of struct file_lock
 2024-01-31 23:02 UTC  (42+ messages)
` [PATCH v3 01/47] filelock: fl_pid field should be signed int
` [PATCH v3 02/47] filelock: rename some fields in tracepoints
` [PATCH v3 03/47] filelock: rename fl_pid variable in lock_get_status
` [PATCH v3 04/47] filelock: add some new helper functions
` [PATCH v3 05/47] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v3 06/47] afs: convert to using new filelock helpers
` [PATCH v3 07/47] ceph: "
` [PATCH v3 08/47] dlm: "
` [PATCH v3 09/47] gfs2: "
` [PATCH v3 10/47] lockd: "
` [PATCH v3 11/47] nfs: "
` [PATCH v3 12/47] nfsd: "
` [PATCH v3 13/47] ocfs2: "
` [PATCH v3 14/47] smb/client: "
` [PATCH v3 15/47] smb/server: "
` [PATCH v3 16/47] filelock: drop the IS_* macros
` [PATCH v3 17/47] filelock: split common fields into struct file_lock_core
` [PATCH v3 18/47] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v3 19/47] filelock: convert more internal functions to use file_lock_core
` [PATCH v3 20/47] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v3 21/47] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v3 22/47] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v3 23/47] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v3 24/47] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v3 26/47] filelock: convert fl_blocker to file_lock_core
` [PATCH v3 27/47] filelock: clean up locks_delete_block internals
` [PATCH v3 28/47] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v3 29/47] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v3 30/47] filelock: convert locks_wake_up_blocks to "
` [PATCH v3 31/47] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v3 32/47] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v3 33/47] filelock: convert seqfile handling to use file_lock_core
` [PATCH v3 34/47] 9p: adapt to breakup of struct file_lock
` [PATCH v3 35/47] afs: "
` [PATCH v3 36/47] ceph: "
` [PATCH v3 37/47] dlm: "
` [PATCH v3 38/47] gfs2: "
` [PATCH v3 39/47] fuse: "
` [PATCH v3 40/47] lockd: "
` [PATCH v3 41/47] nfs: "

[PATCH 0/2] netfs: Miscellaneous fixes
 2024-01-30 21:57 UTC  (7+ messages)
` [PATCH 1/2] netfs: Fix i_dio_count leak on DIO read past i_size
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write

[PATCH AUTOSEL 4.19 7/8] ceph: fix deadlock or deadcode of misusing dget()
 2024-01-28 16:16 UTC 

[PATCH AUTOSEL 5.4 10/11] ceph: fix deadlock or deadcode of misusing dget()
 2024-01-28 16:16 UTC 

[PATCH AUTOSEL 5.10 11/13] ceph: fix deadlock or deadcode of misusing dget()
 2024-01-28 16:15 UTC 

[PATCH AUTOSEL 5.15 16/19] ceph: fix deadlock or deadcode of misusing dget()
 2024-01-28 16:15 UTC 

[PATCH AUTOSEL 6.1 20/27] ceph: reinitialize mds feature bit even when session in open
 2024-01-28 16:14 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 21/27] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 6.1 22/27] ceph: fix invalid pointer access if get_quota_realm return ERR_PTR

[PATCH AUTOSEL 6.6 23/31] ceph: reinitialize mds feature bit even when session in open
 2024-01-28 16:12 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 24/31] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 6.6 25/31] ceph: fix invalid pointer access if get_quota_realm return ERR_PTR

[PATCH AUTOSEL 6.7 31/39] ceph: reinitialize mds feature bit even when session in open
 2024-01-28 16:10 UTC  (3+ messages)
` [PATCH AUTOSEL 6.7 32/39] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 6.7 33/39] ceph: fix invalid pointer access if get_quota_realm return ERR_PTR

[PATCH] fscrypt: to make sure the inode->i_blkbits is correctly set
 2024-01-27  6:37 UTC  (2+ messages)

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 23:58 UTC  (46+ messages)
` [PATCH v2 01/41] filelock: rename some fields in tracepoints
` [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status
` [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock
` [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck
` [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock
` [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock
` [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker
` [PATCH v2 09/41] filelock: drop the IS_* macros
` [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
` [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to "
` [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
` [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
` [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
` [PATCH v2 22/41] filelock: clean up locks_delete_block internals
` [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to "
` [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core
` [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock
` [PATCH v2 30/41] afs: "
` [PATCH v2 31/41] ceph: "
` [PATCH v2 32/41] dlm: "
` [PATCH v2 33/41] gfs2: "
` [PATCH v2 34/41] lockd: "
` [PATCH v2 35/41] nfs: "
` [PATCH v2 36/41] nfsd: "
` [PATCH v2 37/41] ocfs2: "
` [PATCH v2 38/41] smb/client: "
` [PATCH v2 39/41] smb/server: "
` [PATCH v2 40/41] filelock: remove temporary compatability macros
` [PATCH v2 41/41] filelock: split leases out of struct file_lock

Roadmap for netfslib and local caching (cachefiles)
 2024-01-25 19:28 UTC  (7+ messages)

[PATCH v6 0/3] libceph: fix sparse-read failure bug
 2024-01-25  2:39 UTC  (4+ messages)
` [PATCH v6 1/3] libceph: fail the sparse-read if the data length doesn't match
` [PATCH v6 2/3] libceph: rename read_sparse_msg_XX to read_partial_sparse_msg_XX
` [PATCH v6 3/3] libceph: just wait for more data to be available on the socket

[PATCH] ceph: always set the initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
 2024-01-25  2:01 UTC  (3+ messages)

[GIT PULL] Ceph fixes for 6.8-rc2
 2024-01-25  1:05 UTC  (2+ messages)

Read operation gets EOF return when there is multi-client read/write after linux 5.16-rc1
 2024-01-24  3:25 UTC 

[PATCH v5 0/3] libceph: fix sparse-read failure bug
 2024-01-24  1:20 UTC  (7+ messages)
` [PATCH v5 1/3] libceph: fail the sparse-read if there still has data in socket
` [PATCH v5 2/3] libceph: rename read_sparse_msg_XX to read_partial_sparse_msg_XX
` [PATCH v5 3/3] libceph: just wait for more data to be available on the socket

[PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-23 15:03 UTC  (20+ messages)
` [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
` [PATCH 02/10] afs: "
` [PATCH 03/10] cifs: "
` [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH 07/10] afs: Hide silly-rename files from userspace
` [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock

[PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-23  1:32 UTC  (12+ messages)
` [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions
` [PATCH v2 02/10] afs: "
` [PATCH v2 03/10] cifs: "
` [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
` [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
` [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
` [PATCH v2 07/10] afs: Hide silly-rename files from userspace
` [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
` [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
` [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock

[PATCH v4 0/3] libceph: fix sparse-read failure bug
 2024-01-23  0:53 UTC  (20+ messages)
` [PATCH v4 1/3] libceph: fail the sparse-read if there still has data in socket
` [PATCH v4 2/3] libceph: rename read_sparse_msg_XX to read_partial_sparse_msg_XX
` [PATCH v4 3/3] libceph: just wait for more data to be available on the socket

[PATCH v3 0/3] libceph: fix sparse-read failure bug
 2024-01-22 21:26 UTC  (6+ messages)
` [PATCH v3 3/3] libceph: just wait for more data to be available on the socket

[PATCH] keys, dns: Fix size check of V1 server-list header
 2024-01-22 15:02 UTC  (6+ messages)

[PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
 2024-01-22 14:43 UTC  (4+ messages)
` [PATCH 1/2] netfs, cachefiles: Change mailing list
` [PATCH 2/2] netfs: Add Jeff Layton as reviewer

[GIT PULL] Ceph fixes for 6.8-rc1
 2024-01-19 18:03 UTC  (2+ messages)

[PATCH] rbd: don't move requests to the running list on errors
 2024-01-18 10:46 UTC  (3+ messages)


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).