ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-11 13:09:22 to 2020-11-20 15:12:06 UTC [more...]

[RFC PATCH 00/76] fscache: Modernisation
 2020-11-20 15:10 UTC  (37+ messages)
` [RFC PATCH 01/76] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [RFC PATCH 02/76] afs: Disable use of the fscache I/O routines
` [RFC PATCH 03/76] fscache: Add a cookie debug ID and use that in traces
` [RFC PATCH 04/76] fscache: Procfile to display cookies
` [RFC PATCH 05/76] fscache: Remove the old I/O API
` [RFC PATCH 06/76] fscache: Remove the netfs data from the cookie
` [RFC PATCH 07/76] fscache: Remove struct fscache_cookie_def
` [RFC PATCH 08/76] fscache: Remove store_limit* from struct fscache_object
` [RFC PATCH 09/76] fscache: Remove fscache_check_consistency()
` [RFC PATCH 10/76] fscache: Remove fscache_attr_changed()
` [RFC PATCH 11/76] fscache: Remove obsolete stats
` [RFC PATCH 12/76] fscache: Remove old I/O tracepoints
` [RFC PATCH 13/76] fscache: Temporarily disable fscache_invalidate()
` [RFC PATCH 14/76] fscache: Remove the I/O operation manager
` [RFC PATCH 15/76] fscache: Change %p in format strings to something else
` [RFC PATCH 16/76] cachefiles: "
` [RFC PATCH 17/76] iov_iter: Add ITER_XARRAY
` [RFC PATCH 18/76] vm: Add wait/unlock functions for PG_fscache
` [RFC PATCH 19/76] mm: Implement readahead_control pageset expansion
` [RFC PATCH 20/76] mm: Stop generic_file_buffered_read() from grabbing a superfluous page
` [RFC PATCH 21/76] vfs: Export rw_verify_area() for use by cachefiles
` [RFC PATCH 22/76] vfs: Provide S_CACHE_FILE inode flag
` [RFC PATCH 23/76] cachefiles: Remove tree of active files and use "
` [RFC PATCH 24/76] fscache: Provide a simple thread pool for running ops asynchronously
` [RFC PATCH 26/76] fscache: Rewrite the I/O API based on iov_iter
` [RFC PATCH 27/76] fscache: Keep track of size of a file last set independently on the server
` [RFC PATCH 28/76] fscache, cachefiles: Fix disabled histogram warnings
` [RFC PATCH 29/76] fscache: Recast assertion in terms of cookie not being an index
` [RFC PATCH 30/76] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [RFC PATCH 31/76] fscache: Allow ->put_super() to be used to wait for cache operations
` [RFC PATCH 32/76] netfs: Make a netfs helper module
` [RFC PATCH 33/76] netfs: Provide readahead and readpage netfs helpers
` [RFC PATCH 34/76] netfs: Use the cache
` [RFC PATCH 35/76] fscache: read-helper: Add tracepoints
` [RFC PATCH 36/76] cachefiles: Remove some redundant checks on unsigned values
` [RFC PATCH 37/76] cachefiles: trace: Log coherency checks

cleanup updating the size of block devices v3
 2020-11-20  8:58 UTC  (108+ messages)
` [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/78] loop: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 03/78] nvme: "
` [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/78] block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
` [PATCH 06/78] nbd: remove the call to set_blocksize
` [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
` [PATCH 08/78] nbd: refactor size updates
` [PATCH 09/78] nbd: validate the block size in nbd_set_size
` [PATCH 10/78] nbd: use set_capacity_and_notify
` [PATCH 11/78] aoe: don't call set_capacity from irq context
` [PATCH 12/78] dm: use set_capacity_and_notify
` [PATCH 13/78] pktcdvd: "
` [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 15/78] drbd: use set_capacity_and_notify
` [PATCH 16/78] rbd: "
` [PATCH 17/78] rnbd: "
` [PATCH 18/78] zram: "
` [PATCH 19/78] dm-raid: "
` [PATCH 20/78] md: "
` [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 23/78] block: unexport revalidate_disk_size
` [PATCH 24/78] mtd_blkdevs: don't override BLKFLSBUF
` [PATCH 25/78] block: don't call into the driver for BLKFLSBUF
` [PATCH 26/78] block: add a new set_read_only method
` [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 28/78] md: "
` [PATCH 29/78] dasd: "
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 34/78] block: propagate BLKROSET to all partitions
` [PATCH 35/78] block: cleanup del_gendisk a bit
` [PATCH 36/78] block: open code kobj_map into in block/genhd.c
` [PATCH 37/78] block: split block_class_lock
` [PATCH 38/78] block: rework requesting modules for unclaimed devices
` [PATCH 39/78] block: add an optional probe callback to major_names
` [PATCH 40/78] ide: remove ide_{,un}register_region
` [PATCH 41/78] swim: don't call blk_register_region
` [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand
` [PATCH 44/78] loop: "
` [PATCH 45/78] md: "
` [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [PATCH 47/78] floppy: use a separate gendisk for each media format
` [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 49/78] ataflop: use a separate gendisk for each media format
` [PATCH 50/78] z2ram: reindent
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [PATCH 52/78] block: switch gendisk lookup to a simple xarray
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize
` [PATCH 62/78] loop: "
` [PATCH 63/78] bcache: remove a superflous lookup_bdev all
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [PATCH 67/78] block: simplify the block device claiming interface
` [PATCH 68/78] block: remove ->bd_contains
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [PATCH 71/78] block: add a bdev_kobj helper
` [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 73/78] block: use put_device in put_disk
` [PATCH 74/78] block: merge struct block_device and struct hd_struct
` [PATCH 75/78] block: stop using bdget_disk for partition 0
` [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [PATCH 77/78] fs: simplify the get_super_thawed interface
` [PATCH 78/78] block: remove i_bdev

[PATCH] ceph: add a new test for cross quota realms renames
 2020-11-19 14:19 UTC 

v15.2.6 Octopus released
 2020-11-19 10:47 UTC  (2+ messages)
` [ceph-users] "

v14.2.14 Nautilus released
 2020-11-19  2:33 UTC 

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

Corporate and Personal Loan::,
 2020-11-13 10:31 UTC 

[PATCH v3 0/2] ceph: add vxattrs to get ids and status debug file support
 2020-11-16  4:34 UTC  (4+ messages)
` [PATCH v3 1/2] ceph: add "

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

[PATCH v4 0/2] ceph: add vxattrs to get ids and status debug file support
 2020-11-14  0:54 UTC  (6+ messages)
` [PATCH v4 2/2] ceph: add ceph.{cluster_fsid/client_id} vxattrs suppport

[PATCH v2] ceph: when filling trace, call ceph_get_inode outside of mutexes
 2020-11-13 13:46 UTC  (2+ messages)

[PATCH] ceph: when filling trace, do ceph_get_inode outside of mutexes
 2020-11-13 12:13 UTC  (4+ messages)

Is there a way to make Cephfs kernel client to send data to Ceph cluster smoothly with buffer io
 2020-11-13  2:08 UTC  (3+ messages)

cleanup updating the size of block devices v2
 2020-11-12 19:22 UTC  (9+ messages)
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 20/24] dm-raid: use set_capacity_and_notify

[RFC PATCH] ceph: fix cross quota realms renames with new truncated files
 2020-11-12 16:34 UTC  (10+ messages)
            ` [PATCH] Revert "ceph: allow rename operation under different quota realms"

[PATCH] ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
 2020-11-12 15:42 UTC 

[PATCH] ceph: fix race in concurrent __ceph_remove_cap invocations
 2020-11-12 14:45 UTC  (5+ messages)

[PATCH] ceph: downgrade warning from mdsmap decode to debug
 2020-11-12 11:25 UTC 

[PATCH v3] libceph: add osd op counter metric support
 2020-11-12 10:10 UTC  (5+ messages)

[PATCH, RFC 11/10] block: propagate BLKROSET to all partitions
 2020-11-11 16:53 UTC  (4+ messages)

block ioctl cleanups v2
 2020-11-11 16:23 UTC  (5+ messages)

[RFC PATCH] ceph: guard against __ceph_remove_cap races
 2020-11-11 14:34 UTC  (5+ messages)

[PATCH v2] ceph: ensure we have Fs caps when fetching dir link count
 2020-11-11 13:24 UTC  (4+ 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).