CEPH Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v8] vfs: fix copy_file_range regression in cross-fs copies, (continued)
- [PATCH] copy_file_range.2: Kernel v5.12 updates, Luis Henriques
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Luis Henriques
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Jeff Layton
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- [RFC v2] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar
- Re: [RFC v2] copy_file_range.2: Update cross-filesystem support for 5.12, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Steve French
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Steve French
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- [RFC v3] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar
- Re: [RFC v3] copy_file_range.2: Update cross-filesystem support for 5.12, Amir Goldstein
- [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar
- Re: [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Darrick J. Wong
- Re: [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar (man-pages)
- Re: [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Darrick J. Wong
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Steve French
- [GIT PULL] fscache: I/O API modernisation and netfs helper library,
David Howells
- netfs-lib changes merged into testing branch, Jeff Layton
- Upcoming for next merge window: fscache and netfs lib, David Howells
- [PATCH] ceph: minor coding style tweaks,
Zhiyuan Dai
- [PATCH] ceph: fix an oops in error handling in ceph_netfs_issue_op,
Jeff Layton
- [PATCH v4] ceph: defer flushing the capsnap if the Fb is used,
xiubli
- [PATCH] ceph: Fix an Oops in error handling,
Dan Carpenter
- [PATCH] ceph: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE,
Jiapeng Chong
- [PATCH 0/6] ceph: convert to new netfs read helpers,
Jeff Layton
- [ceph-client:wip-netfs-lib 5/7] fs/ceph/addr.c:257 ceph_netfs_issue_op() warn: unsigned 'len' is never less than zero., kernel test robot
- [PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2],
David Howells
- [PATCH 03/32] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH 09/32] netfs: Add write_begin helper, David Howells
- [PATCH 10/32] netfs: Define an interface to talk to a cache, David Howells
- [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache, David Howells
- [PATCH 31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage, David Howells
- [PATCH 30/32] NFS: Allow internal use of read structs and functions, David Howells
- [PATCH 29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async(), David Howells
- [PATCH 28/32] NFS: Call readpage_async_filler() from nfs_readpage_async(), David Howells
- [PATCH 27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc, David Howells
- [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages(), David Howells
- [PATCH 26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds, David Howells
- [PATCH 24/32] afs: Use new fscache read helper API, David Howells
- [PATCH 23/32] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH 22/32] afs: Prepare for use of THPs, David Howells
- [PATCH 21/32] afs: Extract writeback extension into its own function, David Howells
- [PATCH 20/32] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH 19/32] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH 18/32] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH 17/32] afs: Log remote unmarshalling errors, David Howells
- [PATCH 08/32] netfs: Gather stats, David Howells
- [PATCH 16/32] afs: Don't truncate iter during data fetch, David Howells
- [PATCH 15/32] afs: Move key to afs_read struct, David Howells
- [PATCH 07/32] netfs: Add tracepoints, David Howells
- [PATCH 05/32] netfs: Make a netfs helper module, David Howells
- [PATCH 14/32] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH 12/32] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH 13/32] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH 04/32] vfs: Export rw_verify_area() for use by cachefiles, David Howells
- [PATCH 11/32] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH 06/32] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache, David Howells
- [PATCH 01/32] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH] libceph: deprecate [no]cephx_require_signatures options,
Ilya Dryomov
- [PATCH] libceph: remove osdtimeout option entirely,
Ilya Dryomov
- [RFC PATCH 0/6] ceph: convert buffered read codepaths to new netfs API,
Jeff Layton
- [GIT PULL] Ceph fixes for 5.11-rc5,
Ilya Dryomov
- [RFC][PATCH 00/25] Network fs helper library & fscache kiocb API,
David Howells
- [PATCH 01/25] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH 03/25] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH 05/25] cachefiles: Drop superfluous readpages aops NULL check, David Howells
- [PATCH 22/25] afs: Extract writeback extension into its own function, David Howells
- [PATCH 09/25] netfs: Gather stats, David Howells
- [PATCH 24/25] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH 23/25] afs: Prepare for use of THPs, David Howells
- [PATCH 20/25] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH 19/25] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH 11/25] netfs: Define an interface to talk to a cache, David Howells
- [PATCH 10/25] netfs: Add write_begin helper, David Howells
- [PATCH 08/25] netfs: Add tracepoints, David Howells
- [PATCH 07/25] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH 06/25] netfs: Make a netfs helper module, David Howells
- [PATCH 04/25] vfs: Export rw_verify_area() for use by cachefiles, David Howells
- [PATCH 02/25] vm: Add wait/unlock functions for PG_fscache, David Howells
- [PATCH 25/25] afs: Use new fscache read helper API, David Howells
- [PATCH 18/25] afs: Log remote unmarshalling errors, David Howells
- [PATCH 17/25] afs: Don't truncate iter during data fetch, David Howells
- [PATCH 15/25] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH 21/25] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH 16/25] afs: Move key to afs_read struct, David Howells
- [PATCH 14/25] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH 13/25] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH 12/25] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- Re: [RFC][PATCH 00/25] Network fs helper library & fscache kiocb API, J. Bruce Fields
- Re: [RFC][PATCH 00/25] Network fs helper library & fscache kiocb API, David Howells
- [PATCH] libceph: fix "Boolean result is used in bitwise operation" warning, Ilya Dryomov
- [RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support,
Jeff Layton
- [RFC PATCH v4 04/17] fscrypt: add fscrypt_context_for_new_inode, Jeff Layton
- [RFC PATCH v4 01/17] vfs: export new_inode_pseudo, Jeff Layton
- [RFC PATCH v4 05/17] ceph: crypto context handling for ceph, Jeff Layton
- [RFC PATCH v4 07/17] ceph: preallocate inode for ops that may create one, Jeff Layton
- [RFC PATCH v4 09/17] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [RFC PATCH v4 08/17] ceph: add routine to create fscrypt context prior to RPC, Jeff Layton
- [RFC PATCH v4 17/17] ceph: add fscrypt ioctls, Jeff Layton
- [RFC PATCH v4 06/17] ceph: implement -o test_dummy_encryption mount option, Jeff Layton
- [RFC PATCH v4 10/17] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [RFC PATCH v4 13/17] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [RFC PATCH v4 02/17] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode, Jeff Layton
- [RFC PATCH v4 03/17] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size, Jeff Layton
- [RFC PATCH v4 14/17] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [RFC PATCH v4 15/17] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [RFC PATCH v4 16/17] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- [RFC PATCH v4 12/17] ceph: send altname in MClientRequest, Jeff Layton
- [RFC PATCH v4 11/17] ceph: decode alternate_name in lease info, Jeff Layton
- Re: [kbuild] net/ceph/messenger_v1.c:1099:23: warning: Boolean result is used in bitwise operation. Clarify expression with parentheses.,
Ilya Dryomov
- [PATCH] ceph: enable async dirops by default,
Jeff Layton
- Redesigning and modernising fscache,
David Howells
- [PATCH v3] ceph: defer flushing the capsnap if the Fb is used,
xiubli
- split hard read-only vs read-only policy v3 (resend),
Christoph Hellwig
- [PATCH v2] ceph: defer flushing the capsnap if the Fb is used,
xiubli
- [PATCH] ceph: defer flushing the capsnap if the Fb is used,
xiubli
- [GIT PULL] Ceph fixes for 5.11-rc2,
Ilya Dryomov
- [PATCH] libceph: disambiguate ceph_connection_operations handlers,
Ilya Dryomov
- [PATCH] libceph: zero out session key and connection secret,
Ilya Dryomov
- [PATCH AUTOSEL 5.10 22/31] ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails, Sasha Levin
- [dmclock] reservation tag may be wrongly reduced, Xiangyang Yu
- [PATCH v2] ceph: allow queueing cap/snap handling after putting cap references, Jeff Layton
- [GIT PULL] Ceph updates for 5.11-rc1,
Ilya Dryomov
- [PATCH] ceph: reencode gid_list when reconnecting,
Ilya Dryomov
- [PATCH v2] ceph: implement updated ceph_mds_request_head structure,
Jeff Layton
- [PATCH net-next] ceph: Delete useless kfree code,
Zheng Yongjun
- [ceph-client:pr/22 32/34] include/linux/ceph/msgr.h:43:1: warning: 'static' is not at beginning of declaration,
kernel test robot
- [ceph-client:pr/22 32/34] net/ceph/messenger_v2.c:601:24: sparse: sparse: incorrect type in assignment (different base types),
kernel test robot
- wip-msgr2,
Ilya Dryomov
- [PATCH 0/3] ceph: don't call ceph_check_caps in page_mkwrite,
Jeff Layton
- [PATCH -next] fs/omfs: convert comma to semicolon,
Zheng Yongjun
- ceph rgw memleak?,
WeiGuo Ren
- [PATCH 0/4] ceph: implement later versions of MClientRequest headers,
Jeff Layton
- [PATCH] ceph: set osdmap epoch for setxattr.,
xiubli
- split hard read-only vs read-only policy v3,
Christoph Hellwig
- [PATCH] ceph: remove redundant assignment to variable i,
Colin King
- Investigate busy ceph-msgr worker thread,
Stefan Kooman
- provisioning clients in teuthology with an extra local filesystem,
Jeff Layton
- v15.2.7 Octopus released, David Galloway
- split hard read-only vs read-only policy v2,
Christoph Hellwig
- [PATCH v3] ceph: add a new test for cross quota realms renames,
Luis Henriques
- [PATCH] ceph: send opened files/pinned caps/opened inodes metrics to MDS daemon,
xiubli
- v14.2.15 Nautilus released,
David Galloway
- [RFC PATCH] ceph: add ceph.caps vxattr,
Luis Henriques
- [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'}, kernel test robot
- [PATCH 000/141] Fix fall-through warnings for Clang,
Gustavo A. R. Silva
- Re: [PATCH 000/141] Fix fall-through warnings for Clang, Gustavo A. R. Silva
Re: [PATCH 000/141] Fix fall-through warnings for Clang, Miguel Ojeda
Re: [PATCH 000/141] Fix fall-through warnings for Clang, Jason Gunthorpe
Message not available
Re: [PATCH 000/141] Fix fall-through warnings for Clang, Martin K. Petersen
Re: (subset) [PATCH 000/141] Fix fall-through warnings for Clang, Martin K. Petersen
[PATCH 0/5] ceph: conversion to new netfs/fscache APIs,
Jeff Layton
[RFC PATCH 00/76] fscache: Modernisation,
David Howells
- [RFC PATCH 01/76] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite, David Howells
- [RFC PATCH 02/76] afs: Disable use of the fscache I/O routines, David Howells
- [RFC PATCH 03/76] fscache: Add a cookie debug ID and use that in traces, David Howells
- [RFC PATCH 04/76] fscache: Procfile to display cookies, David Howells
- [RFC PATCH 05/76] fscache: Remove the old I/O API, David Howells
- [RFC PATCH 06/76] fscache: Remove the netfs data from the cookie, David Howells
- [RFC PATCH 07/76] fscache: Remove struct fscache_cookie_def, David Howells
- [RFC PATCH 08/76] fscache: Remove store_limit* from struct fscache_object, David Howells
- [RFC PATCH 09/76] fscache: Remove fscache_check_consistency(), David Howells
- [RFC PATCH 10/76] fscache: Remove fscache_attr_changed(), David Howells
- [RFC PATCH 11/76] fscache: Remove obsolete stats, David Howells
- [RFC PATCH 12/76] fscache: Remove old I/O tracepoints, David Howells
- [RFC PATCH 13/76] fscache: Temporarily disable fscache_invalidate(), David Howells
- [RFC PATCH 14/76] fscache: Remove the I/O operation manager, David Howells
- [RFC PATCH 15/76] fscache: Change %p in format strings to something else, David Howells
- [RFC PATCH 16/76] cachefiles: Change %p in format strings to something else, David Howells
- [RFC PATCH 17/76] iov_iter: Add ITER_XARRAY, David Howells
- [RFC PATCH 18/76] vm: Add wait/unlock functions for PG_fscache, David Howells
- [RFC PATCH 19/76] mm: Implement readahead_control pageset expansion, David Howells
- [RFC PATCH 20/76] mm: Stop generic_file_buffered_read() from grabbing a superfluous page, David Howells
- [RFC PATCH 21/76] vfs: Export rw_verify_area() for use by cachefiles, David Howells
- [RFC PATCH 22/76] vfs: Provide S_CACHE_FILE inode flag, David Howells
- [RFC PATCH 23/76] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag, David Howells
- [RFC PATCH 24/76] fscache: Provide a simple thread pool for running ops asynchronously, David Howells
- [RFC PATCH 26/76] fscache: Rewrite the I/O API based on iov_iter, David Howells
- [RFC PATCH 27/76] fscache: Keep track of size of a file last set independently on the server, David Howells
- [RFC PATCH 28/76] fscache, cachefiles: Fix disabled histogram warnings, David Howells
- [RFC PATCH 29/76] fscache: Recast assertion in terms of cookie not being an index, David Howells
- [RFC PATCH 30/76] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback, David Howells
- [RFC PATCH 31/76] fscache: Allow ->put_super() to be used to wait for cache operations, David Howells
- [RFC PATCH 32/76] netfs: Make a netfs helper module, David Howells
- [RFC PATCH 33/76] netfs: Provide readahead and readpage netfs helpers, David Howells
- [RFC PATCH 34/76] netfs: Use the cache, David Howells
- [RFC PATCH 35/76] fscache: read-helper: Add tracepoints, David Howells
- [RFC PATCH 36/76] cachefiles: Remove some redundant checks on unsigned values, David Howells
- [RFC PATCH 37/76] cachefiles: trace: Log coherency checks, David Howells
- [RFC PATCH 38/76] cachefiles: Split cachefiles_drop_object() up a bit, David Howells
- [RFC PATCH 39/76] cachefiles: Implement new fscache I/O backend API, David Howells
- [RFC PATCH 40/76] cachefiles: Merge object->backer into object->dentry, David Howells
- [RFC PATCH 41/76] cachefiles: Implement a content-present indicator and bitmap, David Howells
- [RFC PATCH 42/76] cachefiles: Shape requests from the fscache read helper, David Howells
- [RFC PATCH 43/76] cachefiles: Round the cachefile size up to DIO block size, David Howells
- [RFC PATCH 44/76] cachefiles: Implement read and write parts of new I/O API, David Howells
- [RFC PATCH 45/76] cachefiles: Add I/O tracepoints, David Howells
- [RFC PATCH 46/76] fscache: Display cache-specific data in /proc/fs/fscache/objects, David Howells
- [RFC PATCH 47/76] fscache: Remove more obsolete stats, David Howells
- [RFC PATCH 48/76] fscache: Always create /proc/fs/fscache/stats if configured, David Howells
- [RFC PATCH 49/76] netfs: Stats, David Howells
- [RFC PATCH 50/76] fscache: New stats, David Howells
- [RFC PATCH 51/76] fscache, cachefiles: Rewrite invalidation, David Howells
- [RFC PATCH 52/76] fscache: disable cookie when doing an invalidation for DIO write, David Howells
- [RFC PATCH 53/76] fscache: Implement "will_modify" parameter on fscache_use_cookie(), David Howells
- [RFC PATCH 54/76] fscache: Provide resize operation, David Howells
- [RFC PATCH 55/76] fscache: Remove the update operation, David Howells
- [RFC PATCH 56/76] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [RFC PATCH 57/76] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [RFC PATCH 58/76] afs: Move key to afs_read struct, David Howells
- [RFC PATCH 59/76] afs: Don't truncate iter during data fetch, David Howells
- [RFC PATCH 60/76] afs: Log remote unmarshalling errors, David Howells
- [RFC PATCH 61/76] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [RFC PATCH 62/76] afs: Use ITER_XARRAY for writing, David Howells
- [RFC PATCH 63/76] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [RFC PATCH 64/76] afs: Extract writeback extension into its own function, David Howells
- [RFC PATCH 65/76] afs: Prepare for use of THPs, David Howells
- [RFC PATCH 66/76] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [RFC PATCH 67/76] afs: Use new fscache read helper API, David Howells
- [RFC PATCH 68/76] netfs: Add write_begin helper, David Howells
- [RFC PATCH 69/76] fscache: Add support for writing to the cache, David Howells
- [RFC PATCH 70/76] afs: Use the fscache_write_begin() helper, David Howells
- [RFC PATCH 71/76] afs: Copy local writes to the cache when writing to the server, David Howells
- [RFC PATCH 72/76] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr, David Howells
- [RFC PATCH 73/76] afs: Add O_DIRECT read support, David Howells
- [RFC PATCH 74/76] afs: Skip truncation on the server of data we haven't written yet, David Howells
- [RFC PATCH 75/76] afs: Make afs_write_begin() return the THP subpage, David Howells
- [RFC PATCH 76/76] afs: Fix speculative status fetch going out of order wrt to modifications, David Howells
[PATCH] ceph: add a new test for cross quota realms renames,
Luis Henriques
v15.2.6 Octopus released,
David Galloway
v14.2.14 Nautilus released, David Galloway
cleanup updating the size of block devices v3,
Christoph Hellwig
- [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk, Christoph Hellwig
- [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change, Christoph Hellwig
- [PATCH 03/78] nvme: let set_capacity_revalidate_and_notify update the bdev size, Christoph Hellwig
- [PATCH 10/78] nbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 07/78] nbd: move the task_recv check into nbd_size_update, Christoph Hellwig
- [PATCH 13/78] pktcdvd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 16/78] rbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 17/78] rnbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 19/78] dm-raid: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 18/78] zram: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size, Christoph Hellwig
- [PATCH 20/78] md: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 25/78] block: don't call into the driver for BLKFLSBUF, Christoph Hellwig
- [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 29/78] dasd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 30/78] block: don't call into the driver for BLKROSET, Christoph Hellwig
- [PATCH 31/78] loop: use set_disk_ro, Christoph Hellwig
- [PATCH 33/78] block: remove __blkdev_driver_ioctl, Christoph Hellwig
- [PATCH 35/78] block: cleanup del_gendisk a bit, Christoph Hellwig
- [PATCH 37/78] block: split block_class_lock, Christoph Hellwig
- [PATCH 46/78] ide: switch to __register_blkdev for command set probing, Christoph Hellwig
- [PATCH 47/78] floppy: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode, Christoph Hellwig
- [PATCH 51/78] z2ram: use separate gendisk for the different modes, Christoph Hellwig
- [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats, Christoph Hellwig
- [PATCH 55/78] block: change the hash used for looking up block devices, Christoph Hellwig
- [PATCH 56/78] init: refactor name_to_dev_t, Christoph Hellwig
- [PATCH 57/78] init: refactor devt_from_partuuid, Christoph Hellwig
- [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label, Christoph Hellwig
- [PATCH 60/78] zram: remove the claim mechanism, Christoph Hellwig
- [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal, Christoph Hellwig
- [PATCH 67/78] block: simplify the block device claiming interface, Christoph Hellwig
- [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush, Christoph Hellwig
- [PATCH 69/78] block: remove the nr_sects field in struct hd_struct, Christoph Hellwig
- [PATCH 68/78] block: remove ->bd_contains, Christoph Hellwig
- [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex, Christoph Hellwig
- [PATCH 71/78] block: add a bdev_kobj helper, Christoph Hellwig
- [PATCH 75/78] block: stop using bdget_disk for partition 0, Christoph Hellwig
- [PATCH 74/78] block: merge struct block_device and struct hd_struct, Christoph Hellwig
- [PATCH 77/78] fs: simplify the get_super_thawed interface, Christoph Hellwig
- [PATCH 78/78] block: remove i_bdev, Christoph Hellwig
- [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently, Christoph Hellwig
- [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next, Christoph Hellwig
- [PATCH 73/78] block: use put_device in put_disk, Christoph Hellwig
- [PATCH 66/78] block: keep a block_device reference for each hd_struct, Christoph Hellwig
- [PATCH 65/78] dm: remove the block_device reference in struct mapped_device, Christoph Hellwig
- [PATCH 61/78] zram: do not call set_blocksize, Christoph Hellwig
- [PATCH 41/78] swim: don't call blk_register_region, Christoph Hellwig
- [PATCH 50/78] z2ram: reindent, Christoph Hellwig
- [PATCH 63/78] bcache: remove a superflous lookup_bdev all, Christoph Hellwig
- [PATCH 62/78] loop: do not call set_blocksize, Christoph Hellwig
- [PATCH 54/78] block: remove a duplicate __disk_get_part prototype, Christoph Hellwig
- [PATCH 52/78] block: switch gendisk lookup to a simple xarray, Christoph Hellwig
- [PATCH 49/78] ataflop: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t, Christoph Hellwig
- [PATCH 45/78] md: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 44/78] loop: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 40/78] ide: remove ide_{,un}register_region, Christoph Hellwig
- [PATCH 39/78] block: add an optional probe callback to major_names, Christoph Hellwig
- [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 38/78] block: rework requesting modules for unclaimed devices, Christoph Hellwig
- [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying, Christoph Hellwig
- [PATCH 15/78] drbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 23/78] block: unexport revalidate_disk_size, Christoph Hellwig
- [PATCH 28/78] md: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 26/78] block: add a new set_read_only method, Christoph Hellwig
- [PATCH 32/78] block: remove set_device_ro, Christoph Hellwig
- [PATCH 34/78] block: propagate BLKROSET to all partitions, Christoph Hellwig
- [PATCH 36/78] block: open code kobj_map into in block/genhd.c, Christoph Hellwig
- [PATCH 24/78] mtd_blkdevs: don't override BLKFLSBUF, Christoph Hellwig
- [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size, Christoph Hellwig
- [PATCH 11/78] aoe: don't call set_capacity from irq context, Christoph Hellwig
- [PATCH 12/78] dm: use set_capacity_and_notify, Christoph Hellwig
[Index of Archives]
[Ceph Users]
[Ceph Dev]
[Ceph Large]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]