linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-09 15:37:06 to 2021-12-12 08:07:13 UTC [more...]

[PATCH] aio: Fix incorrect usage of eventfd_signal_allowed()
 2021-12-12  8:07 UTC  (4+ messages)

[PATCH -mm v2 0/3] Phase 2 of task comm cleanups
 2021-12-12  6:10 UTC  (5+ messages)
` [PATCH -mm v2 1/3] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm v2 2/3] cn_proc: replaced old hard-coded "
` [PATCH -mm v2 3/3] tools/perf: replace "

[GIT PULL] xfs: bug fixes for 5.16-rc4
 2021-12-12  0:34 UTC  (2+ messages)

[PATCH v2 0/2] kdump: simplify code
 2021-12-11 19:32 UTC  (6+ messages)
` [PATCH v2 1/2] kdump: vmcore: remove copy_to() and add copy_to_user_or_kernel()
` [PATCH v2 2/2] kdump: crashdump: use copy_to_user_or_kernel() to simplify code

[PATCH] iomap: turn the byte variable in iomap_zero_iter into a ssize_t
 2021-12-11 17:50 UTC  (6+ messages)

[PATCH] pipe: Fix endless sleep problem due to the out-of-order
 2021-12-11 16:51 UTC 

[PATCH v2 00/67] fscache, cachefiles: Rewrite
 2021-12-11 13:37 UTC  (79+ messages)
` [PATCH v2 01/67] fscache, cachefiles: Disable configuration
` [PATCH v2 02/67] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH v2 03/67] fscache: Remove the contents of the fscache driver, "
` [PATCH v2 04/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v2 05/67] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v2 06/67] fscache: Introduce new driver
` [PATCH v2 07/67] fscache: Implement a hash function
` [PATCH v2 08/67] fscache: Implement cache registration
` [PATCH v2 09/67] fscache: Implement volume registration
` [PATCH v2 10/67] fscache: Implement cookie registration
` [PATCH v2 11/67] fscache: Implement cache-level access helpers
` [PATCH v2 12/67] fscache: Implement volume-level "
` [PATCH v2 13/67] fscache: Implement cookie-level "
` [PATCH v2 14/67] fscache: Implement functions add/remove a cache
` [PATCH v2 15/67] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 16/67] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v2 17/67] fscache: Implement simple cookie state machine
` [PATCH v2 18/67] fscache: Implement cookie user counting and resource pinning
` [PATCH v2 19/67] fscache: Implement cookie invalidation
` [PATCH v2 20/67] fscache: Provide a means to begin an operation
` [PATCH v2 21/67] fscache: Count data storage objects in a cache
` [PATCH v2 22/67] fscache: Provide read/write stat counters for the cache
` [PATCH v2 23/67] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v2 24/67] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v2 25/67] fscache: Implement raw I/O interface
` [PATCH v2 26/67] fscache: Implement higher-level write "
` [PATCH v2 27/67] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v2 28/67] fscache: Provide a function to note the release of a page
` [PATCH v2 29/67] fscache: Provide a function to resize a cookie
` [PATCH v2 30/67] cachefiles: Introduce rewritten driver
` [PATCH v2 31/67] cachefiles: Define structs
` [PATCH v2 32/67] cachefiles: Add some error injection support
` [PATCH v2 33/67] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v2 34/67] cachefiles: Add cache error reporting macro
` [PATCH v2 35/67] cachefiles: Add security derivation
` [PATCH v2 36/67] cachefiles: Register a miscdev and parse commands over it
` [PATCH v2 37/67] cachefiles: Provide a function to check how much space there is
` [PATCH v2 38/67] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 39/67] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v2 40/67] cachefiles: Implement cache registration and withdrawal
` [PATCH v2 41/67] cachefiles: Implement volume support
` [PATCH v2 42/67] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v2 43/67] cachefiles: Implement object lifecycle funcs
` [PATCH v2 44/67] cachefiles: Implement key to filename encoding
` [PATCH v2 45/67] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v2 46/67] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v2 47/67] cachefiles: Implement culling daemon commands
` [PATCH v2 48/67] cachefiles: Implement backing file wrangling
` [PATCH v2 49/67] cachefiles: Implement begin and end I/O operation
` [PATCH v2 50/67] cachefiles: Implement cookie resize for truncate
` [PATCH v2 51/67] cachefiles: Implement the I/O routines
` [PATCH v2 52/67] cachefiles: Allow cachefiles to actually function
` [PATCH v2 53/67] fscache, cachefiles: Display stats of no-space events
` [PATCH v2 54/67] fscache, cachefiles: Display stat of culling events
` [PATCH v2 55/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 56/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH v2 57/67] afs: Convert afs to use the new fscache API
` [PATCH v2 58/67] afs: Copy local writes to the cache when writing to the server
` [PATCH v2 59/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v2 60/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v2 61/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH v2 62/67] nfs: Convert to new fscache volume/cookie API
` [PATCH v2 63/67] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v2 64/67] cifs: Support fscache indexing rewrite (untested)
` [PATCH v2 65/67] ceph: conversion to new fscache API
` [PATCH v2 66/67] ceph: add fscache writeback support
` [PATCH v2 67/67] fscache: Rewrite documentation

[PATCH 0/2] kdump: simplify code
 2021-12-11  7:37 UTC  (6+ messages)
` [PATCH 1/2] kdump: vmcore: move copy_to() from vmcore.c to uaccess.h
` [PATCH 2/2] kdump: crashdump: use copy_to() to simplify the related code

[RFC 00/19] fscache,erofs: fscache-based demand-read semantics
 2021-12-11  6:57 UTC  (28+ messages)
` [RFC 01/19] cachefiles: add mode command
` [RFC 02/19] cachefiles: implement key scheme for demand-read mode
` [RFC 03/19] cachefiles: refactor cachefiles_adjust_size()
` [RFC 04/19] netfs: make ops->init_rreq() optional
` [RFC 05/19] netfs: refactor netfs_alloc_read_request
` [RFC 06/19] netfs: add type field to struct netfs_read_request
` [RFC 07/19] netfs: add netfs_readpage_demand()
` [RFC 08/19] netfs: refactor netfs_clear_unread()
` [RFC 09/19] netfs: refactor netfs_rreq_unlock()
` [RFC 10/19] netfs: refactor netfs_rreq_prepare_read
` [RFC 11/19] cachefiles: refactor cachefiles_prepare_read
` [RFC 12/19] erofs: export erofs_map_blocks
` [RFC 13/19] erofs: add bootstrap_path mount option
` [RFC 14/19] erofs: introduce fscache support
` [RFC 15/19] erofs: implement fscache-based metadata read
` [RFC 16/19] erofs: implement fscache-based data read
` [RFC 17/19] netfs: support on demand read
` [RFC 18/19] cachefiles: "
` [RFC 19/19] erofs: "
    ` [Linux-cachefs] [RFC 09/19] netfs: refactor netfs_rreq_unlock()

[syzbot] KASAN: use-after-free Read in remove_wait_queue (3)
 2021-12-11  3:00 UTC  (3+ messages)

Incorrect handling of . and .. files
 2021-12-11  2:04 UTC  (2+ messages)

[PATCH RFC v7 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-11  1:02 UTC  (3+ messages)
` [PATCH RFC v7 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC v7 2/2] nfsd: Initial implementation of NFSv4 Courteous Server

[GIT PULL] aio poll fixes for 5.16-rc5
 2021-12-11  0:45 UTC  (5+ messages)

[PATCH v9 0/6] test_sysfs: add new selftest for sysfs
 2021-12-10 21:39 UTC  (5+ messages)
` [PATCH v9 3/6] selftests: add tests_sysfs module

[PATCH 00/36] ceph+fscrypt: context, filename, symlink and size handling support
 2021-12-10 20:40 UTC  (41+ messages)
` [PATCH 02/36] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [PATCH 03/36] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [PATCH 04/36] fscrypt: add fscrypt_context_for_new_inode
` [PATCH 05/36] fscrypt: uninline and export fscrypt_require_key
` [PATCH 09/36] ceph: add fscrypt_* handling to caps.c
` [PATCH 10/36] ceph: add ability to set fscrypt_auth via setattr
` [PATCH 11/36] ceph: implement -o test_dummy_encryption mount option
` [PATCH 12/36] ceph: decode alternate_name in lease info
` [PATCH 13/36] ceph: add fscrypt ioctls
` [PATCH 14/36] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH 15/36] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH 16/36] ceph: send altname in MClientRequest
` [PATCH 17/36] ceph: encode encrypted name in dentry release
` [PATCH 18/36] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH 19/36] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH 20/36] ceph: add helpers for converting names for userland presentation
` [PATCH 21/36] ceph: add fscrypt support to ceph_fill_trace
` [PATCH 22/36] ceph: add support to readdir for encrypted filenames
` [PATCH 23/36] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH 24/36] ceph: make ceph_get_name decrypt filenames
` [PATCH 25/36] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH 26/36] ceph: add some fscrypt guardrails
` [PATCH 27/36] ceph: don't allow changing layout on encrypted files/directories
` [PATCH 28/36] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH 29/36] ceph: size handling for encrypted inodes in cap updates
` [PATCH 30/36] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH 31/36] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH 32/36] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH 33/36] ceph: add __ceph_get_caps helper support
` [PATCH 34/36] ceph: add __ceph_sync_read "
` [PATCH 35/36] ceph: add object version support for sync read
` [PATCH 36/36] ceph: add truncate size handling support for fscrypt

[PATCH] mm: delete unsafe BUG from page_cache_add_speculative()
 2021-12-10 19:18 UTC  (3+ messages)

[PATCH RFC v6 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-10 17:51 UTC  (9+ messages)
` [PATCH RFC v6 2/2] "

[PATCH v2 00/28] iomap/xfs folio patches
 2021-12-10 16:19 UTC  (4+ messages)
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio

devirtualize kernel access to DAX
 2021-12-10 14:16 UTC  (7+ messages)
` [PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous
` [PATCH 4/5] dax: remove the copy_from_iter and copy_to_iter methods
` [PATCH 5/5] dax: always use _copy_mc_to_iter in dax_copy_to_iter

[PATCH v3 0/5] aio: fix use-after-free and missing wakeups
 2021-12-10  8:07 UTC  (6+ messages)

[BUG] fs: possible ABBA deadlocks in do_thaw_all_callback() and freeze_bdev()
 2021-12-10  4:03 UTC 

[PATCH v4 00/13] ext4: new mount API conversion
 2021-12-09 22:22 UTC  (5+ messages)

[GIT PULL] netfs: Potential deadlock and error handling fixes
 2021-12-09 19:35 UTC  (2+ messages)

Pull trivial helper to preempt fscache merge conflict?
 2021-12-09 18:49 UTC  (2+ messages)

[PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
 2021-12-09 16:49 UTC  (4+ messages)
` [PATCH 00/64] fscache, cachefiles: Rewrite


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