messages from 2021-10-13 15:12:10 to 2021-10-18 14:57:31 UTC [more...]
[PATCH 00/67] fscache: Rewrite index API and management system
2021-10-18 14:57 UTC (26+ messages)
` [PATCH 01/67] mm: Stop filemap_read() from grabbing a superfluous page
` [PATCH 02/67] vfs: Provide S_KERNEL_FILE inode flag
` [PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 04/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 05/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 07/67] fscache: Remove the netfs data from the cookie
` [PATCH 08/67] fscache: Remove struct fscache_cookie_def
` [PATCH 09/67] fscache: Remove store_limit* from struct fscache_object
` [PATCH 10/67] fscache: Remove fscache_check_consistency()
` [PATCH 11/67] fscache: Remove fscache_attr_changed()
` [PATCH 12/67] fscache: Remove obsolete stats
` [PATCH 13/67] fscache: Remove old I/O tracepoints
` [PATCH 14/67] fscache: Temporarily disable fscache_invalidate()
` [PATCH 15/67] fscache: Disable fscache_begin_operation()
` [PATCH 16/67] fscache: Remove the I/O operation manager
` [PATCH 17/67] fscache: Rename fscache_cookie_{get,put,see}()
` [PATCH 18/67] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 19/67] cachefiles: Don't set an xattr on the root of the cache
` [PATCH 20/67] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 21/67] cachefiles: Prevent inode from going away when burying a dentry
` [PATCH 22/67] cachefiles: Simplify the pathwalk and save the filename for an object
` [PATCH 23/67] cachefiles: trace: Improve the lookup tracepoint
` [PATCH 24/67] cachefiles: Remove separate backer dentry from cachefiles_object
` [PATCH 25/67] cachefiles: Fold fscache_object into cachefiles_object
[PATCH] sunrpc: bug on rpc_task_set_client when no client is present
2021-10-18 12:38 UTC
[PATCH v2] security: Return xattr name from security_dentry_init_security()
2021-10-18 12:35 UTC (3+ messages)
[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
2021-10-18 10:23 UTC (17+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
don't use ->bd_inode to access the block device size v3
2021-10-18 10:11 UTC (31+ 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: "
don't use ->bd_inode to access the block device size v2
2021-10-18 6:22 UTC (63+ 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 v1 00/14] Some RPC server dprintk clean up
2021-10-16 22:47 UTC (15+ messages)
` [PATCH v1 01/14] SUNRPC: Update the show_svc_xprt_flags() macro
` [PATCH v1 02/14] SUNRPC: Remove dprintk call sites from svcauth_unix.c
` [PATCH v1 03/14] SUNRPC: Remove dprintk call site from svc_authenticate()
` [PATCH v1 04/14] SUNRPC: Clean up svc_destroy()
` [PATCH v1 05/14] SUNRPC: Remove dprintk call site from __svc_create()
` [PATCH v1 06/14] SUNRPC: Remove dprintk call site from bc_svc_process()
` [PATCH v1 07/14] SUNRPC: Remove redundant dprintk call sites from svc_process_common()
` [PATCH v1 08/14] SUNRPC: Report short RPC messages via a tracepoint
` [PATCH v1 09/14] SUNRPC: Report RPC messages with unknown programs "
` [PATCH v1 10/14] SUNRPC: Report RPC messages with unknown versions "
` [PATCH v1 11/14] SUNRPC: Report RPC messages with unknown procedures "
` [PATCH v1 12/14] SUNRPC: Report RPC messages that can't be decoded "
` [PATCH v1 13/14] SUNRPC: Fix kdoc comment for svc_unregister()
` [PATCH v1 14/14] SUNRPC: Yank some low-value dprintk call sites
[PATCH v4 0/7] Update RPC task pid as displayed by tracepoints
2021-10-16 22:03 UTC (8+ messages)
` [PATCH v4 1/7] SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size field
` [PATCH v4 2/7] SUNRPC: Avoid NULL pointer dereferences in tracepoints
` [PATCH v4 3/7] SUNRPC: Use BIT() macro in rpc_show_xprt_state()
` [PATCH v4 4/7] SUNRPC: Don't dereference xprt->snd_task if it's a cookie
` [PATCH v4 5/7] NFS: Replace dprintk callsites in nfs_readpage(s)
` [PATCH v4 6/7] SUNRPC: Trace calls to .rpc_call_done
` [PATCH v4 7/7] NFS: Remove --> and <-- dprintk call sites
[PATCH] Fix user namespace leak
2021-10-15 21:19 UTC (3+ messages)
[PATCH 0/1] Convert nfs_readpages() to nfs_readahead()
2021-10-15 20:18 UTC (5+ messages)
` [PATCH 1/1] NFS: Convert from readpages() to readahead()
CPU stall, eventual host hang with BTRFS + NFS under heavy load
2021-10-15 8:05 UTC (13+ messages)
safe versions of NFS
2021-10-14 22:55 UTC (11+ messages)
` more problems with NFS. sort of repeatable problem with vmplayer
[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 (28+ messages)
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [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 11/29] btrfs: use bdev_nr_sectors instead of open coding it
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
remove QUEUE_FLAG_SCSI_PASSTHROUGH
2021-10-14 8:03 UTC (17+ 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 (5+ messages)
[PATCH v1 0/3] Update synopsis of .pc_encode callback
2021-10-13 16:00 UTC (2+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox