CEPH filesystem development
 help / color / mirror / Atom feed
 messages from 2019-07-24 04:25:16 to 2019-08-07 01:33:39 UTC [more...]

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  1:33 UTC  (41+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (40+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH v2 03/34] net/ceph: "
` [PATCH v2 04/34] x86/kvm: "
` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 07/34] drm/radeon: "
` [PATCH v2 08/34] media/ivtv: "
` [PATCH v2 09/34] media/v4l2-core/mm: "
` [PATCH v2 10/34] genwqe: "
` [PATCH v2 11/34] scif: "
` [PATCH v2 12/34] vmci: "
` [PATCH v2 13/34] rapidio: "
` [PATCH v2 14/34] oradax: "
` [PATCH v2 15/34] staging/vc04_services: "
` [PATCH v2 16/34] drivers/tee: "
` [PATCH v2 17/34] vfio: "
` [PATCH v2 18/34] fbdev/pvr2fb: "
` [PATCH v2 19/34] fsl_hypervisor: "
` [PATCH v2 20/34] xen: "
` [PATCH v2 21/34] fs/exec.c: "
` [PATCH v2 22/34] orangefs: "
` [PATCH v2 23/34] uprobes: "
` [PATCH v2 24/34] futex: "
` [PATCH v2 25/34] mm/frame_vector.c: "
` [PATCH v2 26/34] mm/gup_benchmark.c: "
` [PATCH v2 27/34] mm/memory.c: "
` [PATCH v2 28/34] mm/madvise.c: "
` [PATCH v2 29/34] mm/process_vm_access.c: "
` [PATCH v2 30/34] crypt: "
` [PATCH v2 31/34] fs/nfs: "
` [PATCH v2 32/34] goldfish_pipe: "
` [PATCH v2 33/34] kernel/events/core.c: "
` [PATCH v2 34/34] fs/binfmt_elf: "

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-05 22:54 UTC  (18+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool
` [PATCH 07/12] vhost-scsi: convert put_page() to put_user_page*()
` [PATCH 10/12] fs/ceph: "
` [PATCH 11/12] 9p/net: "
` [PATCH 12/12] fs/ceph: fix a build warning: returning a value from void function

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (57+ messages)
` [PATCH 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH 03/34] net/ceph: "
` [PATCH 04/34] x86/kvm: "
` [PATCH 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH 07/34] drm/radeon: "
` [PATCH 08/34] media/ivtv: "
` [PATCH 09/34] media/v4l2-core/mm: "
` [PATCH 10/34] genwqe: "
` [PATCH 11/34] scif: "
` [PATCH 12/34] vmci: "
` [PATCH 13/34] rapidio: "
` [PATCH 14/34] oradax: "
` [PATCH 15/34] staging/vc04_services: "
` [PATCH 16/34] drivers/tee: "
` [PATCH 17/34] vfio: "
` [PATCH 18/34] fbdev/pvr2fb: "
` [PATCH 19/34] fsl_hypervisor: "
` [PATCH 20/34] xen: "
` [PATCH 21/34] fs/exec.c: "
` [PATCH 22/34] orangefs: "
` [PATCH 23/34] uprobes: "
` [PATCH 24/34] futex: "
` [PATCH 25/34] mm/frame_vector.c: "
` [PATCH 26/34] mm/gup_benchmark.c: "
` [PATCH 27/34] mm/memory.c: "
` [PATCH 28/34] mm/madvise.c: "
` [PATCH 29/34] mm/process_vm_access.c: "
` [PATCH 30/34] crypt: "
` [PATCH 31/34] nfs: "
` [PATCH 32/34] goldfish_pipe: "
` [PATCH 33/34] kernel/events/core.c: "
` [PATCH 34/34] fs/binfmt_elf: "

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02 19:33 UTC  (6+ messages)
` [PATCH 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/34] net/rds: convert put_page() to put_user_page*()

[PATCH] fs/ceph: don't return a value from void function
 2019-08-02 16:32 UTC  (2+ messages)

[PATCH v13 0/5] overlayfs override_creds=off
 2019-07-31 16:58 UTC  (7+ messages)
` [PATCH v13 1/5] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v13 2/5] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v13 3/5] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v13 4/5] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v13 5/5] overlayfs: override_creds=off option bypass creator_cred

[PATCH v5 07/29] ceph: fix compat_ioctl for ceph_dir_operations
 2019-07-31  8:37 UTC  (4+ messages)
` [PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl

[PATCH v12 2/5] Add flags option to get xattr method paired to __vfs_getxattr
 2019-07-30 17:28 UTC 

[PATCH] net: ceph: Fix a possible null-pointer dereference in ceph_crypto_key_destroy()
 2019-07-30  9:41 UTC  (2+ messages)

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-07-30  1:49 UTC  (2+ messages)
` [PATCH 15/20] fs: ceph: Initialize filesystem timestamp ranges

Error in ceph rbd mirroring(rbd::mirror::InstanceWatcher: C_NotifyInstanceRequestfinish: resending after timeout)
 2019-07-29 16:30 UTC  (7+ messages)

pools limit
 2019-07-26 14:16 UTC  (5+ messages)

[PATCH AUTOSEL 4.4 08/23] ceph: fix improper use of smp_mb__before_atomic()
 2019-07-26 13:45 UTC 

[PATCH AUTOSEL 4.9 11/30] ceph: fix improper use of smp_mb__before_atomic()
 2019-07-26 13:44 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 12/30] ceph: return -ERANGE if virtual xattr value didn't fit in buffer

[PATCH AUTOSEL 4.14 13/37] ceph: fix improper use of smp_mb__before_atomic()
 2019-07-26 13:43 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 14/37] ceph: return -ERANGE if virtual xattr value didn't fit in buffer

[PATCH AUTOSEL 4.19 18/47] ceph: fix listxattr vxattr buffer length calculation
 2019-07-26 13:41 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 19/47] ceph: fix improper use of smp_mb__before_atomic()
` [PATCH AUTOSEL 4.19 20/47] ceph: return -ERANGE if virtual xattr value didn't fit in buffer

[PATCH AUTOSEL 5.2 32/85] ceph: fix listxattr vxattr buffer length calculation
 2019-07-26 13:38 UTC  (4+ messages)
` [PATCH AUTOSEL 5.2 33/85] ceph: fix improper use of smp_mb__before_atomic()
` [PATCH AUTOSEL 5.2 34/85] ceph: fix dir_lease_is_valid()
` [PATCH AUTOSEL 5.2 35/85] ceph: return -ERANGE if virtual xattr value didn't fit in buffer

[RFC PATCH] ceph: fix directories inode i_blkbits initialization
 2019-07-24 11:50 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