public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-12 21:57:51 to 2023-12-13 15:27:01 UTC [more...]

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-13 15:23 UTC  (40+ messages)
` [PATCH v4 01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v4 02/39] netfs, fscache: Combine fscache with netfs
` [PATCH v4 03/39] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v4 04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
` [PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v4 08/39] netfs: Add a ->free_subrequest() op
` [PATCH v4 09/39] afs: Don't use folio->private to record partial modification
` [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v4 13/39] netfs: Add support for DIO buffering
` [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray
` [PATCH v4 15/39] netfs: Add bounce buffering support
` [PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments
` [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice
` [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath
` [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
` [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support
` [PATCH v4 30/39] netfs: Implement buffered write API
` [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v4 32/39] netfs: Provide netfs_file_read_iter()
` [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v4 34/39] netfs: Provide a writepages implementation
` [PATCH v4 35/39] netfs: Provide a launder_folio implementation
` [PATCH v4 36/39] netfs: Implement a write-through caching option
` [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v4 38/39] afs: Use the netfs write helpers
` [PATCH v4 39/39] 9p: Use netfslib read/write_iter

[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:19 UTC  (3+ messages)
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink

[syzbot] [gfs2] WARNING in vfs_utimes
 2023-12-13 15:10 UTC  (4+ messages)

[PATCH v2] dcache: remove unnecessary NULL check in dget_dlock()
 2023-12-13 15:09 UTC  (4+ messages)

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-13 15:02 UTC  (4+ messages)
` [PATCH v3 12/25] arm64: handle PKEY/POE faults

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-13 14:51 UTC  (8+ messages)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-13 14:38 UTC  (4+ messages)
` [RFC PATCH v3 1/3] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RFC PATCH v3 2/3] fs: Make vfs_mknod() to check CAP_MKNOD in user namespace of sb
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-12-13 14:09 UTC  (21+ messages)

[PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
 2023-12-13 14:00 UTC  (17+ messages)

[PATCH v2 00/40] afs: Fix probe handling, server rotation and RO volume callback handling
 2023-12-13 13:50 UTC  (41+ messages)
` [PATCH v2 01/40] afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()
` [PATCH v2 02/40] afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
` [PATCH v2 03/40] afs: use read_seqbegin() in afs_check_validity() and afs_getattr()
` [PATCH v2 04/40] rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
` [PATCH v2 05/40] afs: Remove whitespace before most ')' from the trace header
` [PATCH v2 06/40] afs: Automatically generate trace tag enums
` [PATCH v2 07/40] afs: Add comments on abort handling
` [PATCH v2 08/40] afs: Turn the afs_addr_list address array into an array of structs
` [PATCH v2 09/40] rxrpc, afs: Allow afs to pin rxrpc_peer objects
` [PATCH v2 10/40] afs: Don't skip server addresses for which we didn't get an RTT reading
` [PATCH v2 11/40] afs: Rename addr_list::failed to probe_failed
` [PATCH v2 12/40] afs: Handle the VIO and UAEIO aborts explicitly
` [PATCH v2 13/40] afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration
` [PATCH v2 14/40] afs: Wrap most op->error accesses with inline funcs
` [PATCH v2 15/40] afs: Don't put afs_call in afs_wait_for_call_to_complete()
` [PATCH v2 16/40] afs: Simplify error handling
` [PATCH v2 17/40] afs: Add a tracepoint for struct afs_addr_list
` [PATCH v2 18/40] afs: Rename some fields
` [PATCH v2 19/40] afs: Use peer + service_id as call address
` [PATCH v2 20/40] afs: Fold the afs_addr_cursor struct in
` [PATCH v2 21/40] rxrpc: Create a procfile to display outstanding client conn bundles
` [PATCH v2 22/40] afs: Add some more info to /proc/net/afs/servers
` [PATCH v2 23/40] afs: Remove the unimplemented afs_cmp_addr_list()
` [PATCH v2 24/40] afs: Provide a way to configure address priorities
` [PATCH v2 25/40] afs: Mark address lists with configured priorities
` [PATCH v2 26/40] afs: Dispatch fileserver probes in priority order
` [PATCH v2 27/40] afs: Dispatch vlserver "
` [PATCH v2 28/40] afs: Keep a record of the current fileserver endpoint state
` [PATCH v2 29/40] afs: Combine the endpoint state bools into a bitmask
` [PATCH v2 30/40] afs: Make it possible to find the volumes that are using a server
` [PATCH v2 31/40] afs: Defer volume record destruction to a workqueue
` [PATCH v2 32/40] afs: Move the vnode/volume validity checking code into its own file
` [PATCH v2 33/40] afs: Apply server breaks to mmap'd files in the call processor
` [PATCH v2 34/40] afs: Fix comment in afs_do_lookup()
` [PATCH v2 35/40] afs: Don't leave DONTUSE/NEWREPSITE servers out of server list
` [PATCH v2 36/40] afs: Parse the VolSync record in the reply of a number of RPC ops
` [PATCH v2 37/40] afs: Overhaul invalidation handling to better support RO volumes
` [PATCH v2 38/40] afs: Fix fileserver rotation
` [PATCH v2 39/40] afs: Fix offline and busy message emission
` [PATCH v2 40/40] afs: trace: Log afs_make_call(), including server address

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-13 13:49 UTC  (12+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test

file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)
 2023-12-13 13:48 UTC  (46+ messages)
                          ` file handle in statx

[PATCH v2 00/16] block atomic writes
 2023-12-13 13:31 UTC  (17+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support

[PATCH] exfat/balloc: using ffs instead of internal logic
 2023-12-13 13:29 UTC  (2+ messages)

[PATCH v8 0/9] Landlock: IOCTL support
 2023-12-13 11:25 UTC  (6+ messages)
` [PATCH v8 9/9] landlock: Document "

[PATCH v2 6/7] rust: file: add `DeferredFdCloser`
 2023-12-13 11:04 UTC  (6+ messages)

[PATCH v2 0/7] File abstractions needed by Rust Binder
 2023-12-13 11:02 UTC  (9+ messages)
` [PATCH v2 7/7] rust: file: add abstraction for `poll_table`

[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
 2023-12-13 10:45 UTC  (3+ messages)

[PATCH] afs: Fix use-after-free due to get/remove race in volume tree
 2023-12-13 10:25 UTC 

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2023-12-13 10:17 UTC 

[PATCH] [v2] statmount: reduce runtime stack usage
 2023-12-13 10:15 UTC  (2+ messages)

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-12-13  9:20 UTC  (10+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-12-13  8:52 UTC  (2+ messages)
` [syzbot] "

[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
 2023-12-13  8:41 UTC  (5+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH 2/3] f2fs: move release of block devices to after kill_block_super()
` [PATCH 3/3] fs: move fscrypt keyring destruction to after ->put_super

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-13  7:51 UTC  (8+ messages)

[PATCH] statmount: reduce runtime stack usage
 2023-12-13  7:40 UTC  (3+ messages)

[patches][cft] ufs stuff
 2023-12-13  6:53 UTC  (14+ messages)
` [PATCH 01/12] fs/ufs: Use the offset_in_page() helper
  ` [PATCH 02/12] fs/ufs: Change the signature of ufs_get_page()
  ` [PATCH 03/12] fs/ufs: Use ufs_put_page() in ufs_rename()
  ` [PATCH 04/12] fs/ufs: Replace kmap() with kmap_local_page()
  ` [PATCH 05/12] ufs: fix handling of delete_entry and set_link failures
  ` [PATCH 06/12] ufs: untangle ubh_...block...() macros, part 1
  ` [PATCH 07/12] ufs: untangle ubh_...block...(), part 2
  ` [PATCH 08/12] ufs: untangle ubh_...block...(), part 3
  ` [PATCH 09/12] ufs_clusteracct(): switch to passing fragment number
  ` [PATCH 10/12] ufs_inode_getfrag(): remove junk comment
  ` [PATCH 11/12] ufs: get rid of ubh_{ubhcpymem,memcpyubh}()
  ` [PATCH 12/12] clean ufs_trunc_direct() up a bit

[PATCH v4 00/46] btrfs: add fscrypt support
 2023-12-13  4:16 UTC  (4+ messages)
` [PATCH v4 02/46] fscrypt: add per-extent encryption support

[PATCH v4 0/2] exfat: get file size from DataLength
 2023-12-13  4:14 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v6 "

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-13  2:44 UTC  (6+ messages)

[syzbot] [btrfs?] kernel BUG in __extent_writepage_io
 2023-12-13  1:58 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
 2023-12-13  1:37 UTC  (6+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-13  1:10 UTC  (7+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis

[PATCH 0/3] nfsd: fully close all files in the nfsd threads
 2023-12-13  0:28 UTC  (9+ messages)
` [PATCH 1/3] nfsd: use __fput_sync() to avoid delayed closing of files

[minixfs] conversion to kmap_local_page()
 2023-12-13  0:08 UTC  (5+ messages)
` [PATCH 1/4] minixfs: use offset_in_page()
  ` [PATCH 2/4] minixfs: change the signature of dir_get_page()
  ` [PATCH 3/4] minixfs: Use dir_put_page() in minix_unlink() and minix_rename()
  ` [PATCH 4/4] minixfs: switch to kmap_local_page()

[syzbot] Monthly fs report (Dec 2023)
 2023-12-12 22:02 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox