ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 15:02:41 to 2020-11-24 22:24:41 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24 22:24 UTC  (40+ messages)
` [PATCH 026/141] ceph: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[RFC PATCH] ceph: add ceph.caps vxattr
 2020-11-24 13:15 UTC  (6+ messages)
  ` [PATCH v2] "

v14.2.15 Nautilus released
 2020-11-24  1:35 UTC 

[PATCH] ceph: add a new test for cross quota realms renames
 2020-11-23 17:25 UTC  (10+ messages)
    ` [PATCH v2] "

v15.2.6 Octopus released
 2020-11-22  1:39 UTC  (3+ messages)
` [ceph-users] "

[ceph-client:wip-ceph-fscache-iter 25/28] <command-line>: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'size_t' {aka 'unsigned int'}
 2020-11-20 19:57 UTC 

[PATCH 0/5] ceph: conversion to new netfs/fscache APIs
 2020-11-20 15:30 UTC  (6+ messages)
` [PATCH 1/5] ceph: conversion to new fscache API
` [PATCH 2/5] ceph: convert readpage to fscache read helper
` [PATCH 3/5] ceph: plug write_begin into "
` [PATCH 4/5] ceph: convert ceph_readpages to ceph_readahead
` [PATCH 5/5] ceph: add fscache writeback support

[RFC PATCH 00/76] fscache: Modernisation
 2020-11-20 15:19 UTC  (76+ 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
` [RFC PATCH 38/76] cachefiles: Split cachefiles_drop_object() up a bit
` [RFC PATCH 39/76] cachefiles: Implement new fscache I/O backend API
` [RFC PATCH 40/76] cachefiles: Merge object->backer into object->dentry
` [RFC PATCH 41/76] cachefiles: Implement a content-present indicator and bitmap
` [RFC PATCH 42/76] cachefiles: Shape requests from the fscache read helper
` [RFC PATCH 43/76] cachefiles: Round the cachefile size up to DIO block size
` [RFC PATCH 44/76] cachefiles: Implement read and write parts of new I/O API
` [RFC PATCH 45/76] cachefiles: Add I/O tracepoints
` [RFC PATCH 46/76] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [RFC PATCH 47/76] fscache: Remove more obsolete stats
` [RFC PATCH 48/76] fscache: Always create /proc/fs/fscache/stats if configured
` [RFC PATCH 49/76] netfs: Stats
` [RFC PATCH 50/76] fscache: New stats
` [RFC PATCH 51/76] fscache, cachefiles: Rewrite invalidation
` [RFC PATCH 52/76] fscache: disable cookie when doing an invalidation for DIO write
` [RFC PATCH 53/76] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [RFC PATCH 54/76] fscache: Provide resize operation
` [RFC PATCH 55/76] fscache: Remove the update operation
` [RFC PATCH 56/76] afs: Pass page into dirty region helpers to provide THP size
` [RFC PATCH 57/76] afs: Print the operation debug_id when logging an unexpected data version
` [RFC PATCH 58/76] afs: Move key to afs_read struct
` [RFC PATCH 59/76] afs: Don't truncate iter during data fetch
` [RFC PATCH 60/76] afs: Log remote unmarshalling errors
` [RFC PATCH 61/76] afs: Set up the iov_iter before calling afs_extract_data()
` [RFC PATCH 62/76] afs: Use ITER_XARRAY for writing
` [RFC PATCH 63/76] afs: Wait on PG_fscache before modifying/releasing a page
` [RFC PATCH 64/76] afs: Extract writeback extension into its own function
` [RFC PATCH 65/76] afs: Prepare for use of THPs
` [RFC PATCH 66/76] afs: Use the fs operation ops to handle FetchData completion
` [RFC PATCH 67/76] afs: Use new fscache read helper API
` [RFC PATCH 68/76] netfs: Add write_begin helper
` [RFC PATCH 69/76] fscache: Add support for writing to the cache
` [RFC PATCH 70/76] afs: Use the fscache_write_begin() helper
` [RFC PATCH 71/76] afs: Copy local writes to the cache when writing to the server
` [RFC PATCH 72/76] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [RFC PATCH 73/76] afs: Add O_DIRECT read support
` [RFC PATCH 74/76] afs: Skip truncation on the server of data we haven't written yet
` [RFC PATCH 75/76] afs: Make afs_write_begin() return the THP subpage
` [RFC PATCH 76/76] afs: Fix speculative status fetch going out of order wrt to modifications

cleanup updating the size of block devices v3
 2020-11-20  8:58 UTC  (80+ messages)
` [PATCH 02/78] loop: let set_capacity_revalidate_and_notify update the bdev size
` [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 08/78] nbd: refactor size updates
` [PATCH 09/78] nbd: validate the block size in nbd_set_size
` [PATCH 11/78] aoe: don't call set_capacity from irq context
` [PATCH 12/78] dm: use set_capacity_and_notify
` [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 15/78] drbd: use set_capacity_and_notify
` [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 26/78] block: add a new set_read_only method
` [PATCH 28/78] md: implement ->set_read_only to hook into BLKROSET processing
` [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 36/78] block: open code kobj_map into in block/genhd.c
` [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 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 49/78] ataflop: use a separate gendisk for each media format
` [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 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

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


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