messages from 2021-10-18 14:50:38 to 2021-10-22 19:00:27 UTC [more...]
[PATCH v2 00/53] fscache: Rewrite index API and management system
2021-10-22 18:59 UTC (4+ messages)
` [PATCH v2 02/53] fscache_old: Rename CONFIG_FSCACHE* to CONFIG_FSCACHE_OLD*
` [PATCH v2 04/53] cachefiles_old: Rename CONFIG_CACHEFILES* to CONFIG_CACHEFILES_OLD*
` [PATCH v2 05/53] netfs: Display the netfs inode number in the netfs_read tracepoint
[PATCH 00/67] fscache: Rewrite index API and management system
2021-10-22 18:52 UTC (86+ 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 26/67] cachefiles: Change to storing file* rather than dentry*
` [PATCH 27/67] cachefiles: trace: Log coherency checks
` [PATCH 28/67] cachefiles: Trace truncations
` [PATCH 29/67] cachefiles: Trace read and write operations
` [PATCH 30/67] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 31/67] cachefiles: Don't use XATTR_ flags with vfs_setxattr()
` [PATCH 33/67] cachefiles: Trace decisions in cachefiles_prepare_read()
` [PATCH 34/67] cachefiles: Make cachefiles_write_prepare() check for space
` [PATCH 35/67] fscache: Automatically close a file that's been unused for a while
` [PATCH 36/67] fscache: Add stats for the cookie commit LRU
` [PATCH 37/67] fscache: Move fscache_update_cookie() complete inline
` [PATCH 38/67] fscache: Remove more obsolete stats
` [PATCH 39/67] fscache: Note the object size during invalidation
` [PATCH 40/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 41/67] afs: Render cache cookie key as big endian
` [PATCH 42/67] cachefiles: Use tmpfile/link
` [PATCH 43/67] fscache: Rewrite invalidation
` [PATCH 44/67] fscache: disable cookie when doing an invalidation for DIO write
` [PATCH 45/67] cachefiles: Simplify the file lookup/creation/check code
` [PATCH 46/67] fscache: Provide resize operation
` [PATCH 47/67] cachefiles: Put more information in the xattr attached to the cache file
` [PATCH 48/67] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 49/67] fscache: Add support for writing to the cache
` [PATCH 50/67] fscache: Make fscache_clear_page_bits() conditional on cookie
` [PATCH 51/67] fscache: Make fscache_write_to_cache() "
` [PATCH 52/67] afs: Copy local writes to the cache when writing to the server
` [PATCH 53/67] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 54/67] afs: Add O_DIRECT read support
` [PATCH 55/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 56/67] afs: Make afs_write_begin() return the THP subpage
` [PATCH 57/67] cachefiles, afs: Drive FSCACHE_COOKIE_NO_DATA_TO_READ
` [PATCH 58/67] NFS: Convert fscache_acquire_cookie and fscache_relinquish_cookie
` [PATCH 59/67] NFS: Convert fscache_enable_cookie and fscache_disable_cookie
` [PATCH 60/67] NFS: Convert fscache invalidation and update aux_data and i_size
` [PATCH 61/67] nfs: Convert to new fscache volume/cookie API
` [PATCH 62/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 63/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH 64/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 65/67] cachefiles: Add tracepoints to log errors from ops on the backing fs
` [PATCH 66/67] cachefiles: Add error injection support
` [PATCH 67/67] cifs: Support fscache indexing rewrite (untested)
` [Linux-cachefs] [PATCH 00/67] fscache: Rewrite index API and management system
NFS v4 + kerberos: 4 minute window of slowness
2021-10-22 18:22 UTC (4+ messages)
[PATCH v2 00/14] NFS: Clean up nfs4_label allocation
2021-10-22 17:11 UTC (15+ messages)
` [PATCH v2 01/14] NFS: Create a new nfs_alloc_fattr_with_label() function
` [PATCH v2 02/14] NFS: Remove the nfs4_label from the nfs_entry struct
` [PATCH v2 03/14] NFS: Remove the nfs4_label from the nfs4_create_res struct
` [PATCH v2 04/14] NFS: Remove the nfs4_label from the nfs4_link_res struct
` [PATCH v2 05/14] NFS: Remove the label from the nfs4_lookup_res struct
` [PATCH v2 06/14] NFS: Remove the nfs4_label from the nfs4_lookupp_res struct
` [PATCH v2 07/14] NFS: Remove the f_label from the nfs4_opendata and nfs_openres
` [PATCH v2 08/14] NFS: Remove the nfs4_label from the nfs4_getattr_res
` [PATCH v2 09/14] NFS: Remove the nfs4_label from the nfs_setattrres
` [PATCH v2 10/14] NFS: Remove the nfs4_label argument from nfs_instantiate()
` [PATCH v2 11/14] NFS: Remove the nfs4_label argument from nfs_add_or_obtain()
` [PATCH v2 12/14] NFS: Remove the nfs4_label argument from nfs_fhget()
` [PATCH v2 13/14] NFS: Remove the nfs4_label argument from nfs_setsecurity
` [PATCH v2 14/14] NFS: Remove the nfs4_label argument from decode_getattr_*() functions
remove QUEUE_FLAG_SCSI_PASSTHROUGH v3
2021-10-22 14:34 UTC (11+ 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
server-to-server copy by default
2021-10-22 12:58 UTC (21+ messages)
[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
2021-10-22 0:09 UTC (14+ messages)
[PATCH] NFS: Remove redundant call to __set_page_dirty_nobuffers
2021-10-21 21:13 UTC
[PATCH] NFSD: Make use of the helper macro kthread_run()
2021-10-21 13:27 UTC (2+ messages)
[PATCH] SUNRPC: Make use of the helper macro kthread_run()
2021-10-21 13:16 UTC (2+ messages)
[PATCH] sunrpc: remove unnecessary test in rpc_task_set_client()
2021-10-20 21:04 UTC
[PATCH] sunrpc: bug on rpc_task_set_client when no client is present
2021-10-20 20:20 UTC (3+ messages)
[PATCH v4 0/7] Update RPC task pid as displayed by tracepoints
2021-10-20 20:09 UTC (5+ messages)
` [PATCH v4 2/7] SUNRPC: Avoid NULL pointer dereferences in tracepoints
[PATCH v2 0/1] Convert nfs_readpages() to nfs_readahead()
2021-10-20 19:53 UTC (4+ messages)
` [PATCH v2 1/1] NFS: Convert from readpages() to readahead()
remove QUEUE_FLAG_SCSI_PASSTHROUGH v2
2021-10-20 14:54 UTC (12+ 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 v2] security: Return xattr name from security_dentry_init_security()
2021-10-20 12:31 UTC (6+ messages)
[PATCH 0/7] NFSv4.2 add tracepoints to sparse files and copy
2021-10-19 17:08 UTC (15+ messages)
` [PATCH 1/7] NFSv4.2 add tracepoint to SEEK
` [PATCH 2/7] NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATE
` [PATCH 3/7] NFSv4.2 add tracepoint to COPY
` [PATCH 4/7] NFSv4.2 add tracepoint to CLONE
` [PATCH 5/7] NFSv4.2 add tracepoint to CB_OFFLOAD
` [PATCH 6/7] NFSv4.2 add tracepoint to COPY_NOTIFY
` [PATCH 7/7] NFSv4.2 add tracepoint to OFFLOAD_CANCEL
[PATCH v1 1/2] NFS: Move generic FS show macros to global header
2021-10-19 16:46 UTC (2+ messages)
` [PATCH v1 2/2] NFS: Move NFS protocol display "
[PATCH] NFSD: Fix sparse warning
2021-10-19 16:43 UTC
[PATCH] NFSD:fix boolreturn.cocci warning
2021-10-19 14:37 UTC (3+ messages)
don't use ->bd_inode to access the block device size v3
2021-10-19 1:04 UTC (10+ 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