ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-25 13:58:41 to 2021-07-12 16:58:05 UTC [more...]

[PATCH 0/14 v9] fs: Hole punch vs page cache filling races
 2021-07-12 16:56 UTC  (15+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[RFC PATCH v7 00/24] ceph+fscrypt: context, filename and symlink support
 2021-07-12 14:32 UTC  (58+ messages)
` [RFC PATCH v7 02/24] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v7 03/24] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v7 04/24] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v7 05/24] ceph: preallocate inode for ops that may create one
` [RFC PATCH v7 06/24] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v7 07/24] ceph: add fscrypt_* handling to caps.c
` [RFC PATCH v7 08/24] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v7 09/24] ceph: crypto context handling for ceph
` [RFC PATCH v7 10/24] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v7 11/24] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v7 12/24] ceph: add fscrypt ioctls
` [RFC PATCH v7 13/24] ceph: decode alternate_name in lease info
` [RFC PATCH v7 14/24] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v7 15/24] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v7 16/24] ceph: send altname in MClientRequest
` [RFC PATCH v7 17/24] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v7 18/24] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v7 19/24] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v7 20/24] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v7 21/24] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v7 22/24] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v7 23/24] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v7 24/24] ceph: add a new ceph.fscrypt.auth vxattr

[PATCH] netfs: Add MAINTAINERS record
 2021-07-12 12:26 UTC 

[PATCH v3 0/5] ceph: new mount device syntax
 2021-07-12 11:16 UTC  (7+ messages)
` [PATCH v3 1/5] ceph: generalize addr/ip parsing based on delimiter
` [PATCH v3 2/5] ceph: rename parse_fsid() to ceph_parse_fsid() and export
` [PATCH v3 3/5] ceph: new device mount syntax
` [PATCH v3 4/5] ceph: record updated mon_addr on remount
` [PATCH v3 5/5] doc: document new CephFS mount device syntax

[PATCH AUTOSEL 4.4 08/12] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-07-10 23:52 UTC 

[PATCH AUTOSEL 4.9 10/16] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-07-10 23:52 UTC 

[PATCH AUTOSEL 4.14 12/21] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-07-10 23:52 UTC 

[PATCH AUTOSEL 4.19 13/22] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-07-10 23:51 UTC 

[PATCH AUTOSEL 5.4 17/28] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-07-10 23:50 UTC 

[PATCH AUTOSEL 5.10 23/37] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-07-10 23:50 UTC 

[PATCH AUTOSEL 5.12 24/43] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-07-10 23:48 UTC 

[GIT PULL] Ceph updates for 5.14-rc1
 2021-07-09 17:41 UTC  (2+ messages)

[ceph-users] Fwd: ceph upgrade from luminous to nautils
 2021-07-08 12:14 UTC 

[ceph-client:testing 6/8] fs/ceph/caps.c:2272 unsafe_request_wait() warn: potentially one past the end of array 'sessions[s->s_mds]'
 2021-07-08 12:23 UTC 

[PATCH] ceph: remove some defunct forward declarations
 2021-07-07 17:23 UTC 

[PATCH] ceph: dump info about cap flushes when we're waiting too long for them
 2021-07-07 17:19 UTC 

All RBD IO stuck after flapping OSD's
 2021-07-07  7:35 UTC  (14+ messages)

[PATCH v2 0/4] ceph: new mount device syntax
 2021-07-07  5:05 UTC  (20+ messages)
` [PATCH v2 1/4] ceph: new device mount syntax
` [PATCH v2 2/4] ceph: validate cluster FSID for new device syntax
` [PATCH v2 3/4] ceph: record updated mon_addr on remount
` [PATCH v2 4/4] doc: document new CephFS mount device syntax

[PATCH] rbd: don't hold lock_rwsem while running_list is being drained
 2021-07-06 17:12 UTC 

[PATCH] rbd: always kick acquire on "acquired" and "released" notifications
 2021-07-06 17:11 UTC 

[PATCH v3 0/2] ceph_check_delayed_caps() softlockup
 2021-07-06 17:03 UTC  (4+ messages)
` [PATCH v3 1/2] ceph: allow schedule_delayed() callers to set delay for workqueue
` [PATCH v3 2/2] ceph: reduce contention in ceph_check_delayed_caps()

[PATCH v2 0/4] flush the mdlog before waiting on unsafe reqs
 2021-07-06 13:17 UTC  (9+ messages)
` [PATCH v2 1/4] ceph: make ceph_create_session_msg a global symbol
` [PATCH v2 2/4] ceph: make iterate_sessions "
` [PATCH v2 3/4] ceph: flush mdlog before umounting
` [PATCH v2 4/4] ceph: flush the mdlog before waiting on unsafe reqs

[PATCH 0/5] flush the mdlog before waiting on unsafe reqs
 2021-07-03  1:33 UTC  (35+ messages)
` [PATCH 1/5] ceph: export ceph_create_session_msg
` [PATCH 2/5] ceph: export iterate_sessions
` [PATCH 3/5] ceph: flush mdlog before umounting
` [PATCH 4/5] ceph: flush the mdlog before waiting on unsafe reqs
` [PATCH 5/5] ceph: fix ceph feature bits

[PATCH] ceph: fix comment about short copies in ceph_write_end
 2021-07-02 15:15 UTC 

[PATCH] ceph: fix memory leak on decode error in ceph_handle_caps
 2021-07-02 15:14 UTC 

[PATCH 0/4] ceph: new mount device syntax
 2021-06-29 15:42 UTC  (17+ messages)
` [PATCH 1/4] ceph: new device mount syntax
` [PATCH 2/4] ceph: validate cluster FSID for new device syntax
` [PATCH 3/4] ceph: record updated mon_addr on remount
` [PATCH 4/4] doc: document new CephFS mount device syntax

[RFC PATCH v2 0/2] ceph_check_delayed_caps() softlockup
 2021-06-29 10:53 UTC  (5+ messages)
` [RFC PATCH v2 1/2] ceph: allow schedule_delayed() callers to set delay for workqueue
` [RFC PATCH v2 2/2] ceph: reduce contention in ceph_check_delayed_caps()

[RFC PATCH] ceph: reduce contention in ceph_check_delayed_caps()
 2021-06-28 14:44 UTC  (4+ messages)

[PATCH 5.10 095/101] netfs: fix test for whether we can skip read when writing beyond EOF
 2021-06-28 14:26 UTC 

[PATCH 5.12 103/110] netfs: fix test for whether we can skip read when writing beyond EOF
 2021-06-28 14:18 UTC 

[GIT PULL] Ceph fixes for 5.13-rc8
 2021-06-25 17:48 UTC  (2+ messages)

[GIT PULL] netfs, afs: Fix write_begin/end
 2021-06-25 17:48 UTC  (2+ 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 NNTP newsgroup(s).