linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-25 08:07:55 to 2024-11-27 06:20:14 UTC [more...]

[RFC PATCH 0/1] Large folios in block buffered IO path
 2024-11-27  6:19 UTC  (4+ messages)
` [RFC PATCH 1/1] block/ioctl: Add an ioctl to enable large folios for "

[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
 2024-11-27  6:01 UTC  (9+ messages)
` [PATCH v2 1/2] quota: flush quota_release_work upon quota writeback
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing

[RFC PATCH v2 0/5] Improve simple directory offset wrap behavior
 2024-11-27  3:11 UTC  (10+ messages)
` [RFC PATCH v2 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH v2 2/5] libfs: Check dentry before locking in simple_offset_empty()
` [RFC PATCH v2 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [RFC PATCH v2 4/5] libfs: Refactor end-of-directory detection for simple_offset directories
` [RFC PATCH v2 5/5] libfs: Refactor offset_iterate_dir()

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-27  2:54 UTC  (13+ messages)

[PATCH v3 fanotify 0/2] Fanotify in kernel filter
 2024-11-27  2:16 UTC  (5+ messages)
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter

[PATCH] cred: fold get_new_cred_many() into get_cred_many()
 2024-11-27  2:04 UTC  (2+ messages)

[PATCH v2 00/29] cred: rework {override,revert}_creds()
 2024-11-27  2:03 UTC  (34+ messages)
` [PATCH v2 01/29] tree-wide: s/override_creds()/override_creds_light(get_new_cred())/g
` [PATCH v2 02/29] cred: return old creds from revert_creds_light()
` [PATCH v2 03/29] tree-wide: s/revert_creds()/put_cred(revert_creds_light())/g
` [PATCH v2 04/29] cred: remove old {override,revert}_creds() helpers
` [PATCH v2 05/29] tree-wide: s/override_creds_light()/override_creds()/g
` [PATCH v2 06/29] tree-wide: s/revert_creds_light()/revert_creds()/g
` [PATCH v2 07/29] firmware: avoid pointless reference count bump
` [PATCH v2 08/29] sev-dev: avoid pointless cred "
` [PATCH v2 09/29] target_core_configfs: "
` [PATCH v2 10/29] aio: "
` [PATCH v2 11/29] binfmt_misc: "
` [PATCH v2 12/29] coredump: "
` [PATCH v2 13/29] nfs/localio: avoid pointless cred reference count bumps
` [PATCH v2 14/29] nfs/nfs4idmap: avoid pointless reference count bump
` [PATCH v2 15/29] nfs/nfs4recover: avoid pointless cred "
` [PATCH v2 16/29] nfsfh: "
` [PATCH v2 17/29] open: "
` [PATCH v2 18/29] ovl: "
` [PATCH v2 19/29] cifs: "
` [PATCH v2 20/29] "
` [PATCH v2 21/29] smb: "
` [PATCH v2 22/29] io_uring: "
` [PATCH v2 23/29] acct: avoid pointless "
` [PATCH v2 24/29] cgroup: avoid pointless cred "
` [PATCH v2 25/29] trace: "
` [PATCH v2 26/29] dns_resolver: "
` [PATCH v2 27/29] cachefiles: "
` [PATCH v2 28/29] nfsd: "
` [PATCH v2 29/29] cred: remove unused get_new_cred()

UML mount failure with Linux 6.11
 2024-11-27  1:26 UTC  (11+ messages)

[PATCH] firmware_loader: minor spelling fixes
 2024-11-27  1:20 UTC 

[REGRESSION] mold linker depends on ETXTBSY, but open(2) no longer returns it
 2024-11-26 22:33 UTC  (2+ messages)

[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-11-26 22:24 UTC  (7+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator

[syzbot] [hfs?] KMSAN: uninit-value in hfs_read_inode
 2024-11-26 21:52 UTC  (5+ messages)
` [PATCH] hfs: Sanity check the root record

[GIT PULL] vfs ecryptfs mount api
 2024-11-26 21:42 UTC  (2+ messages)

[GIT PULL] vfs exportfs
 2024-11-26 21:42 UTC  (2+ messages)

[GIT PULL] Rust bindings for pid namespaces
 2024-11-26 21:42 UTC  (3+ messages)

[GIT PULL] fuse update for 6.13
 2024-11-26 21:04 UTC  (2+ messages)

Regression in NFS probably due to very large amounts of readahead
 2024-11-26 18:42 UTC  (12+ messages)

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-26 17:41 UTC  (13+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[PATCH v10 00/10] Read/Write with meta/integrity
 2024-11-26 16:23 UTC  (17+ messages)
  ` [PATCH v10 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v10 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v10 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v10 06/10] io_uring: introduce attributes for read/write and PI support
  ` [PATCH v10 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v10 08/10] nvme: add support for passing on the application tag
  ` [PATCH v10 09/10] scsi: add support for user-meta interface
  ` [PATCH v10 10/10] block: add support to pass user meta buffer

[PATCH] fs/backing_file: fix wrong argument in callback
 2024-11-26 16:04 UTC  (2+ messages)

[PATCH] Revert "readahead: properly shorten readahead when falling back to do_page_cache_ra()"
 2024-11-26 15:01 UTC  (2+ messages)

[PATCH] isofs: Partially convert zisofs_read_folio to use a folio
 2024-11-26 12:58 UTC  (2+ messages)

[PATCH 0/2] udf: Verify link count before updating it
 2024-11-26 12:33 UTC  (3+ messages)
` [PATCH 1/2] udf: Skip parent dir link count update if corrupted
` [PATCH 2/2] udf: Verify inode link counts before performing rename

[PATCH 0/2] man2: Document RWF_NOAPPEND
 2024-11-26 11:57 UTC  (6+ messages)
` [PATCH 1/2] readv.2: Document RWF_NOAPPEND flag
` [PATCH 2/2] io_submit.2: "

[PATCH] fs_parser: update mount_api doc to match function signature
 2024-11-26 11:26 UTC  (3+ messages)

[RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
 2024-11-26 10:08 UTC  (3+ messages)

[PATCH] fs: fix proc_handler for sysctl_nr_open
 2024-11-26 10:00 UTC  (2+ messages)

[PATCH] overlayfs: port all superblock creation logging to fsopen logs
 2024-11-26  9:47 UTC  (5+ messages)

fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
 2024-11-26  8:49 UTC  (2+ messages)

[linus:master] [netfs] d6a77668a7: filebench.sum_operations/s 158.3% improvement
 2024-11-26  8:44 UTC 

[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
 2024-11-26  8:43 UTC  (7+ messages)

[PATCH v4 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-26  6:53 UTC  (5+ messages)

[RFC] metadata updates vs. fetches (was Re: [PATCH v4] fs: Fix data race in inode_set_ctime_to_ts)
 2024-11-26  6:44 UTC 

[PATCH v2] x86: fix missing declaration of init_fs
 2024-11-26  2:45 UTC 

[syzbot] [kernfs?] [bcachefs?] [exfat?] INFO: task hung in do_unlinkat (5)
 2024-11-26  1:26 UTC  (2+ messages)
` [syzbot] [jfs?] [bcachefs?] "

[PATCH v3 fanotify 1/2] fanotify: Introduce fanotify filter
 2024-11-26  0:06 UTC  (3+ messages)

[syzbot] [hfs?] WARNING in hfsplus_unlink
 2024-11-25 23:42 UTC  (2+ messages)
` [PATCH] hfsplus: restore i_nlink and flags when rename_cat fails

[PATCH v2 00/12] fuse: support large folios
 2024-11-25 22:05 UTC  (13+ messages)
` [PATCH v2 01/12] fuse: support copying "
` [PATCH v2 02/12] fuse: support large folios for retrieves
` [PATCH v2 03/12] fuse: refactor fuse_fill_write_pages()
` [PATCH v2 04/12] fuse: support large folios for writethrough writes
` [PATCH v2 05/12] fuse: support large folios for folio reads
` [PATCH v2 06/12] fuse: support large folios for symlinks
` [PATCH v2 07/12] fuse: support large folios for stores
` [PATCH v2 08/12] fuse: support large folios for queued writes
` [PATCH v2 09/12] fuse: support large folios for readahead
` [PATCH v2 10/12] fuse: support large folios for direct io
` [PATCH v2 11/12] fuse: support large folios for writeback
` [PATCH v2 12/12] fuse: enable large folios

[PATCH] x86: fix missing declartion of init_fs
 2024-11-25 21:04 UTC  (2+ messages)

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-25 20:49 UTC  (12+ messages)

[PATCH 00/12] fuse: support large folios
 2024-11-25 19:23 UTC  (4+ messages)
` [PATCH 09/12] fuse: support large folios for readahead

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-25 18:04 UTC  (2+ messages)

[PATCH] watch_queue: Use page->private instead of page->index
 2024-11-25 17:54 UTC 

[PATCH RFC v6 00/16] fuse: fuse-over-io-uring
 2024-11-25 15:34 UTC  (5+ messages)
` [PATCH RFC v6 05/16] fuse: make args->in_args[0] to be always the header

[PATCH v2] vfs: add RWF_NOAPPEND flag for pwritev2
 2024-11-25 14:59 UTC  (3+ messages)

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-25 14:41 UTC  (5+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened

permission checking for F_SET_RW_HINT
 2024-11-25 14:23 UTC  (9+ messages)
` [PATCH 1/2] fs: require inode_owner_or_capable "
  ` (subset) "
` [PATCH 2/2] fs: require FMODE_WRITE "

[GIT PULL] overlayfs updates for 6.13
 2024-11-25 14:13 UTC  (20+ messages)
` [PATCH 00/26] cred: rework {override,revert}_creds()
  ` [PATCH 09/26] target_core_configfs: avoid pointless cred reference count bump
  ` [PATCH 15/26] nfs/nfs4recover: "
  ` [PATCH 16/26] nfsfh: "
  ` [PATCH 18/26] ovl: "
  ` [PATCH 21/26] smb: "

[PATCH RFC] iomap: more granular iteration
 2024-11-25 14:06 UTC 

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-25 13:13 UTC  (3+ messages)
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH v3] fs: Fix data race in inode_set_ctime_to_ts
 2024-11-25 12:20 UTC  (7+ messages)
` [PATCH v4] "
      ` [RFC] metadata updates vs. fetches (was Re: [PATCH v4] fs: Fix data race in inode_set_ctime_to_ts)

[PATCH 09/11] fs: reorder capability check last
 2024-11-25 12:17 UTC  (2+ messages)

[PATCH 0/9] ext4: enable large folio for regular files
 2024-11-25 11:44 UTC  (10+ messages)
` [PATCH 1/9] fs: make block_read_full_folio() support large folio
` [PATCH 2/9] ext4: make ext4_mpage_readpages() support large folios
` [PATCH 3/9] ext4: make regular file's buffered write path "
` [PATCH 4/9] ext4: make __ext4_block_zero_page_range() support large folio
` [PATCH 5/9] ext4/jbd2: convert jbd2_journal_blocks_per_page() to "
` [PATCH 6/9] ext4: correct the journal credits calculations of allocating blocks
` [PATCH 7/9] ext4: make the writeback path support large folios
` [PATCH 8/9] ext4: make online defragmentation "
` [PATCH RFC 9/9] ext4: enable large folio for regular file

[PATCH] statx.2: Document STATX_SUBVOL
 2024-11-25 10:31 UTC  (10+ messages)

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2024-11-25  9:46 UTC  (3+ messages)
` [PATCH v6 5/5] fuse: remove tmp folio for writebacks and internal rb tree


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