messages from 2021-10-15 14:38:24 to 2021-10-19 18:30:02 UTC [more...]
[PATCH 00/67] fscache: Rewrite index API and management system
2021-10-19 18:28 UTC (75+ 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
[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)
[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
2021-10-19 13:59 UTC (13+ messages)
remove QUEUE_FLAG_SCSI_PASSTHROUGH v2
2021-10-19 7:54 UTC (8+ 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
don't use ->bd_inode to access the block device size v3
2021-10-19 1:04 UTC (40+ 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] 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 (2+ messages)
don't use ->bd_inode to access the block device size v2
2021-10-18 6:22 UTC (46+ 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 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 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 17/30] jfs: "
` [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 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()
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