linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-19 16:36:51 to 2023-12-21 13:24:41 UTC [more...]

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-21 13:23 UTC  (9+ messages)
` [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header
` [PATCH v5 02/40] afs: Automatically generate trace tag enums
` [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs
` [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests

[PATCH v2 00/16] block atomic writes
 2023-12-21 13:22 UTC  (17+ messages)

[PATCH bpf-next] bpf: Re-support uid and gid when mounting bpffs
 2023-12-21 13:10 UTC  (2+ messages)

pull-request: bpf-next 2023-12-18
 2023-12-21 13:05 UTC  (9+ messages)

Convert write_cache_pages() to an iterator v3
 2023-12-21 12:49 UTC  (42+ messages)
` [PATCH 01/17] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/17] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/17] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/17] writeback: Factor out writeback_finish()
` [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/17] writeback: Factor should_writeback_folio() "
` [PATCH 09/17] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/17] pagevec: Add ability to iterate a queue
` [PATCH 11/17] writeback: Use the folio_batch queue iterator
` [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/17] writeback: Factor writeback_get_folio() "
` [PATCH 14/17] writeback: Factor writeback_iter_next() "
` [PATCH 15/17] writeback: Add for_each_writeback_folio()
` [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback

[PATCH] gfs2: Remove use of error flag in journal reads
 2023-12-21 12:38 UTC  (3+ messages)

[PATCHES] assorted fs cleanups
 2023-12-21 12:22 UTC  (36+ messages)
` PATCH 01/22] hostfs: use d_splice_alias() calling conventions to simplify failure exits
` [PATCH 02/22] /proc/sys: "
` [PATCH 03/22] zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode
` [PATCH 04/22] udf: "
` [PATCH 05/22] affs: d_obtain_alias(ERR_PTR(...)) will do the right thing
` [PATCH 06/22] befs: "
` [PATCH 07/22] ceph: d_obtain_{alias,root}(ERR_PTR(...)) "
` [PATCH 08/22] gfs2: d_obtain_alias(ERR_PTR(...)) "
` [PATCH 09/22] kernfs: d_obtain_alias(NULL) "
` nilfs2: d_obtain_alias(ERR_PTR(...)) "
` [PATCH 11/22] udf: "
` [PATCH 12/22] ext4_add_entry(): ->d_name.len is never 0
` [PATCH 13/22] bfs_add_entry(): get rid of pointless ->d_name.len checks
` [PATCH 14/22] __ocfs2_add_entry(), ocfs2_prepare_dir_for_insert(): namelen checks
` [PATCH 15/22] reiserfs_add_entry(): get rid of pointless "
` [PATCH 16/22] udf_fiiter_add_entry(): check for zero ->d_name.len is bogus
` [PATCH 17/22] get rid of passing callbacks to ceph __dentry_leases_walk()
` [PATCH 18/22] nfsd: kill stale comment about simple_fill_super() requirements
` [PATCH 19/22] ocfs2_find_match(): there's no such thing as NULL or negative ->d_parent
` [PATCH 20/22] gfs2: use is_subdir()
` [PATCH 21/22] orangefs: saner arguments passing in readdir guts
` [PATCH 22/22] apparmorfs: don't duplicate kfree_link()

[PATCH 0/7 v3] block: Add config option to not allow writing to mounted devices
 2023-12-21 12:11 UTC  (4+ messages)
` [PATCH 3/7] "

[PATCH] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
 2023-12-21 11:35 UTC 

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

[RFC][PATCH 0/4] Intruduce stacking filesystem vfs helpers
 2023-12-21  9:54 UTC  (5+ messages)
` [RFC][PATCH 1/4] fs: prepare for stackable filesystems backing file helpers
` [RFC][PATCH 2/4] fs: factor out backing_file_{read,write}_iter() helpers
` [RFC][PATCH 3/4] fs: factor out backing_file_splice_{read,write}() helpers
` [RFC][PATCH 4/4] fs: factor out backing_file_mmap() helper

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2023-12-21  8:59 UTC  (18+ messages)
` [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
` [PATCH RFC v3 for-6.8/block 15/17] ext4: use "
` [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
` [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis

[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion
 2023-12-21  8:27 UTC  (15+ messages)
` [PATCH v2 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT
` [PATCH v2 02/11] af_unix: unix_stream_splice_read: always request MSG_DONTWAIT
` [PATCH v2 03/11] fuse: fuse_dev_splice_read: use nonblocking I/O
` [PATCH v2 04/11] net/smc: smc_splice_read: always request MSG_DONTWAIT
` [PATCH v2 05/11] kcm: kcm_splice_read: "
` [PATCH v2 06/11] tls/sw: tls_sw_splice_read: always request non-blocking I/O
` [PATCH v2 07/11] net/tcp: tcp_splice_read: always do non-blocking reads
` [PATCH v2 08/11] tty: splice_read: disable
` [PATCH v2 09/11] fuse: file: limit splice_read to virtiofs
` [PATCH v2 10/11] fuse: allow splicing from filesystems mounted by real root
` [PATCH v2 11/11] splice: splice_to_socket: always request MSG_DONTWAIT
` [PATCH v2 12/11 man-pages] splice.2: document 6.8 blocking behaviour

[PATCH] eventfs: Have event files and directories default to parent uid and gid
 2023-12-21  8:10 UTC  (3+ messages)

[PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op
 2023-12-21  7:39 UTC  (13+ messages)
` [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
` [PATCH v2 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v2 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
` [PATCH v2 8/8] fscrypt: Move d_revalidate configuration back into fscrypt

[syzbot] [reiserfs?] possible deadlock in chmod_common (2)
 2023-12-21  4:05 UTC  (2+ messages)

[PATCH 00/50] big header dependency cleanup targeting sched.h
 2023-12-20 21:39 UTC  (15+ messages)
` [PATCH 11/50] nodemask: Split out include/linux/nodemask_types.h
  ` [PATCH 15/50] kernel/numa.c: Move logging out of numa.h
` [PATCH 33/50] Split out irqflags_types.h
  ` [PATCH 42/50] sem: Split out sem_types.h
` [PATCH 44/50] restart_block: Trim includes
  ` [PATCH 50/50] Kill sched.h dependency on rcupdate.h

[PATCH] sysctl: remove struct ctl_path
 2023-12-20 21:23 UTC 

[GIT PULL] more bcachefs fixes for 6.7
 2023-12-20 20:13 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 6.7-rc7
 2023-12-20 20:13 UTC  (2+ messages)

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diNewExt
 2023-12-20 20:02 UTC  (3+ messages)
` [PATCH] jfs: fix "

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-20 19:44 UTC  (6+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH] security: new security_file_ioctl_compat() hook
 2023-12-20 18:48 UTC  (6+ messages)

[PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-20 16:41 UTC  (3+ messages)
` [PATCH RERESEND 04/11] tracing: tracing_buffers_splice_read: behave as-if non-blocking I/O

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-20 14:34 UTC  (18+ messages)

[PATCH v3 0/3] afs: Fix dynamic root interaction with failing DNS lookups
 2023-12-20 13:35 UTC  (3+ messages)
` [PATCH v3 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-20 13:26 UTC  (12+ messages)
` [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 bpf-next] bpf: add BPF_F_TOKEN_FD flag to pass with BPF token FD
 2023-12-20 12:10 UTC  (2+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-20 10:01 UTC 

[PATCH v3 RESEND 0/2] fuse: Add support for resend pending requests
 2023-12-20  8:49 UTC  (3+ messages)
` [PATCH v3 RESEND 1/2] fuse: Introduce a new notification type "
` [PATCH v3 RESEND 2/2] fuse: Use the high bit of request ID for indicating resend requests

[PATCH 00/14] Clean up the writeback paths
 2023-12-20  6:36 UTC  (3+ messages)
` [PATCH 14/14] fs: Remove the bh_end_io argument from __block_write_full_folio

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-20  4:13 UTC  (2+ messages)

[syzbot] [overlayfs?] possible deadlock in seq_read_iter (2)
 2023-12-20  4:13 UTC  (5+ messages)

[PATCH v4 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-20  2:27 UTC  (7+ messages)
` [PATCH v4 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support "

[PATCH v3 0/2] mm: fix arithmetic for bdi min_ratio and max_ratio
 2023-12-20  1:43 UTC  (3+ messages)

[PATCH v4 10/11] mm/mempolicy: add the mbind2 syscall
 2023-12-20  0:48 UTC  (2+ messages)

[syzbot] [reiserfs?] kernel BUG in flush_commit_list (2)
 2023-12-19 18:06 UTC 


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