linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-09 12:36:27 to 2021-10-15 13:37:19 UTC [more...]

don't use ->bd_inode to access the block device size v2
 2021-10-15 13:37 UTC  (33+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "

[PATCH v2] security: Return xattr name from security_dentry_init_security()
 2021-10-15  9:07 UTC  (2+ messages)

CPU stall, eventual host hang with BTRFS + NFS under heavy load
 2021-10-15  8:05 UTC  (13+ messages)

[PATCH 0/1] Convert nfs_readpages() to nfs_readahead()
 2021-10-15  7:42 UTC  (6+ messages)
` [PATCH 1/1] NFS: Convert from readpages() to readahead()

safe versions of NFS
 2021-10-14 22:55 UTC  (12+ messages)
                ` more problems with NFS. sort of repeatable problem with vmplayer

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-14 11:46 UTC  (16+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH 0/5] NFS: Re-probe server capabilities on remount
 2021-10-14 17:55 UTC  (6+ messages)
` [PATCH 1/5] NFS: Create an nfs4_server_set_init_caps() function
` [PATCH 2/5] NFS: Move nfs_probe_destination() into the generic client
` [PATCH 3/5] NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server()
` [PATCH 4/5] NFS: Call nfs_probe_server() during a fscontext-reconfigure event
` [PATCH 5/5] NFS: Unexport nfs_probe_fsinfo()

don't use ->bd_inode to access the block device size
 2021-10-14 15:35 UTC  (76+ messages)
` [PATCH 01/29] bcache: remove bdev_sectors
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [PATCH 05/29] mtd/block2mtd: "
` [PATCH 06/29] nvmet: "
` [PATCH 07/29] target/iblock: "
` [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [PATCH 09/29] fs: simplify init_page_buffers
` [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 11/29] btrfs: "
` [PATCH 12/29] cramfs: "
` [PATCH 13/29] fat: "
` [PATCH 14/29] hfs: "
` [PATCH 15/29] hfsplus: "
` [PATCH 16/29] jfs: "
` [PATCH 17/29] nfs/blocklayout: "
` [PATCH 18/29] nilfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] pstore/blk: "
` [PATCH 21/29] reiserfs: "
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [PATCH 26/29] jfs: "
` [PATCH 27/29] ntfs: "
` [PATCH 28/29] reiserfs: "
` [PATCH 29/29] udf: "

[PATCH] Fix user namespace leak
 2021-10-14 16:02 UTC 

remove QUEUE_FLAG_SCSI_PASSTHROUGH
 2021-10-14  8:03 UTC  (20+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id
` [PATCH 3/7] nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands
` [PATCH 4/7] bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fn
` [PATCH 5/7] scsi: add a scsi_alloc_request helper
` [PATCH 6/7] block: remove the initialize_rq_fn blk_mq_ops method
` [PATCH 7/7] block: remove QUEUE_FLAG_SCSI_PASSTHROUGH

[PATCH v1 0/6] Deprecate dprintk in svcrdma
 2021-10-13 21:03 UTC  (11+ messages)
` [PATCH v1 1/6] svcrdma: Remove dprintk() call sites in module handlers
` [PATCH v1 2/6] svcrdma: Remove dprintk call site in svc_rdma_create_xprt()
` [PATCH v1 3/6] svcrdma: Remove dprintk call site in svc_rdma_parse_connect_private()
` [PATCH v1 4/6] svcrdma: Remove dprintk call sites during QP creation
` [PATCH v1 5/6] svcrdma: Remove dprintk call sites during accept
` [PATCH v1 6/6] svcrdma: Remove include/linux/sunrpc/debug.h

[PATCH v1 0/3] Update synopsis of .pc_encode callback
 2021-10-13 16:00 UTC  (5+ messages)
` [PATCH v1 1/3] NFSD: Save location of NFSv4 COMPOUND status
` [PATCH v1 2/3] SUNRPC: Replace the "__be32 *p" parameter to .pc_encode
` [PATCH v1 3/3] SUNRPC: Change return value type of .pc_encode

[PATCH v2 0/7] Various NFS fscache cleanups
 2021-10-13 15:41 UTC  (2+ messages)

Stalling NFS reads with "SUNRPC: refresh rq_pages using a bulk page allocator"
 2021-10-13 15:12 UTC  (3+ messages)

[PATCH v1 0/2] Update synopsis of .pc_decode callback
 2021-10-13 14:35 UTC  (6+ messages)
` [PATCH v1 1/2] SUNRPC: Replace the "__be32 *p" parameter to .pc_decode
` [PATCH v1 2/2] SUNRPC: Change return value type of .pc_decode

[PATCH AUTOSEL 4.4 1/2] NFSD: Keep existing listeners on portlist error
 2021-10-13  0:56 UTC 

[PATCH AUTOSEL 4.9 3/4] NFSD: Keep existing listeners on portlist error
 2021-10-13  0:56 UTC 

[PATCH AUTOSEL 4.14 4/5] NFSD: Keep existing listeners on portlist error
 2021-10-13  0:56 UTC 

[PATCH AUTOSEL 4.19 4/5] NFSD: Keep existing listeners on portlist error
 2021-10-13  0:56 UTC 

[PATCH AUTOSEL 5.4 5/6] NFSD: Keep existing listeners on portlist error
 2021-10-13  0:56 UTC 

[PATCH AUTOSEL 5.10 09/11] NFSD: Keep existing listeners on portlist error
 2021-10-13  0:55 UTC 

[PATCH AUTOSEL 5.14 12/17] NFSD: Keep existing listeners on portlist error
 2021-10-13  0:54 UTC 

[PATCH v2 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-10-12 19:21 UTC  (4+ messages)
` [PATCH v2 1/2] vfs,LSM: introduce the FS_HANDLES_LSM_OPTS flag

[PATCH v2 0/2] Clean up svc scheduler
 2021-10-12 14:17 UTC  (2+ messages)

Locking issue between NFSv4 and SMB client
 2021-10-11 16:21 UTC  (6+ messages)

[PATCH 5.14 086/151] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-10-11 13:45 UTC 

[PATCH] NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests
 2021-10-10 22:23 UTC 

Oops in nfs_scan_commit running xfstest generic/005 with NFSv4.2 and hammerspace flexfiles server
 2021-10-10 21:27 UTC  (4+ messages)

[PATCH v2 0/1] Convert nfs_readpages() to nfs_readahead()
 2021-10-09 12:36 UTC  (2+ messages)
` [PATCH v2 1/1] NFS: Convert from readpages() to readahead()


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