linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 20:21:31 to 2025-08-23 14:09:00 UTC [more...]

[PATCH 0/3] memcg, writeback: Don't wait writeback completion
 2025-08-23 14:08 UTC  (16+ messages)
` [PATCH] memcg: Don't wait writeback completion when release memcg
    ` [External] "
  ` [External] Re: [PATCH 0/3] memcg, writeback: Don't wait writeback completion

[PATCH] proc: test lseek on /proc/net/dev
 2025-08-23 13:24 UTC  (3+ messages)

[PATCH v6 0/9] ovl: Enable support for casefold layers
 2025-08-23 10:02 UTC  (16+ messages)
` [PATCH v6 1/9] fs: Create sb_encoding() helper
` [PATCH v6 2/9] fs: Create sb_same_encoding() helper
` [PATCH v6 3/9] ovl: Prepare for mounting case-insensitive enabled layers
` [PATCH v6 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v6 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v6 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v6 7/9] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH v6 8/9] ovl: Check for casefold consistency when creating new dentries
` [PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
` [syzbot ci] Re: ovl: Enable support for casefold layers

[PATCH v3] proc: fix missing pde_set_flags() for net proc files
 2025-08-23  8:43 UTC  (2+ messages)

[PATCH] proc: Bring back lseek() operations for /proc/net entries
 2025-08-23  8:43 UTC  (5+ messages)

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-08-23  4:37 UTC  (4+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-23  4:15 UTC  (6+ messages)

[syzbot] [fuse?] KASAN: slab-out-of-bounds Write in fuse_dev_do_write
 2025-08-23  1:17 UTC  (6+ messages)
` [PATCH] fuse: Block access to folio overlimit

[MAINTAINER SUMMIT] Adding more formality around feature inclusion and ejection
 2025-08-23  1:03 UTC  (19+ messages)

[syzbot] [exfat?] [ext4?] WARNING in __rt_mutex_slowlock_locked
 2025-08-23  0:59 UTC  (3+ messages)

[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
 2025-08-22 23:20 UTC  (5+ messages)
` [PATCH v2 2/2] mm: "

[PATCH] fuse: allow synchronous FUSE_INIT
 2025-08-22 22:52 UTC  (4+ messages)

[PATCH v4 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-22 20:20 UTC  (2+ messages)
` [PATCH v4 1/1] "

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-08-22 19:45 UTC  (4+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
` [RFC PATCH v1 2/2] selftests/exec: Add O_DENY_WRITE tests

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-22 18:53 UTC  (15+ messages)
` [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v2 10/10] powerpc/uaccess: Implement masked user access

[PATCH v5 0/9] ovl: Enable support for casefold layers
 2025-08-22 17:39 UTC  (12+ messages)
` [PATCH v5 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()

[PATCHSET RFC v4 1/4] fuse: general bug fixes
 2025-08-22 17:21 UTC  (12+ messages)
` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/7] fuse: implement file attributes mask for statx
` [PATCH 7/7] fuse: enable FUSE_SYNCFS for all servers

[PATCH v3 1/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-22 15:53 UTC  (2+ messages)

[PATCH v2 00/16] VFS: prepare for changes to directory locking
 2025-08-22 15:53 UTC  (22+ messages)
` [PATCH v2 01/16] VFS: discard err2 in filename_create()
` [PATCH v2 02/16] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH v2 03/16] Introduce wake_up_key()
` [PATCH v2 04/16] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH v2 05/16] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH v2 06/16] VFS: introduce start_dirop()
` [PATCH v2 07/16] VFS: introduce end_dirop() and end_dirop_mkdir()
` [PATCH v2 08/16] VFS: implement simple_start_creating() with start_dirop()
` [PATCH v2 09/16] VFS: introduce simple_end_creating() and simple_failed_creating()
` [PATCH v2 10/16] Use simple_start_creating() in various places
` [PATCH v2 11/16] VFS/nfsd/cachefiles: add start_creating() and end_creating()
` [PATCH v2 12/16] nfsd: move name lookup out of nfsd4_list_rec_dir()
` [PATCH v2 13/16] VFS/nfsd/cachefiles: introduce start_removing()
` [PATCH v2 14/16] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v2 15/16] VFS: introduce start_removing_dentry()
` [PATCH v2 16/16] VFS: add start_creating_killable() and start_removing_killable()

[PATCH 00/50] fs: rework inode reference counting
 2025-08-22 15:27 UTC  (27+ messages)
` [PATCH 02/50] fs: make the i_state flags an enum
    ` [PATCH 02/50] "
` [PATCH 04/50] fs: hold an i_obj_count reference for the i_wb_list
` [PATCH 06/50] fs: hold an i_obj_count reference in writeback_sb_inodes
` [PATCH 12/50] fs: rework iput logic
` [PATCH 14/50] fs: maintain a list of pinned inodes
` [PATCH 15/50] fs: delete the inode from the LRU list on lookup
` [PATCH 20/50] fs: convert i_count to refcount_t
` [PATCH 48/50] ocfs2: do not set I_WILL_FREE
` [PATCH 49/50] fs: remove I_FREEING|I_WILL_FREE
` [PATCH 50/50] fs: add documentation explaining the reference count rules for inodes

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22 14:51 UTC  (3+ messages)

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-22 14:30 UTC  (3+ messages)

[PATCH] fs: Use try_cmpxchg() in start_dir_add()
 2025-08-22 14:20 UTC  (2+ messages)

[PATCH] fs: Use try_cmpxchg() in sb_init_done_wq()
 2025-08-22 14:20 UTC  (2+ messages)

[PATCH v4 0/3] introduce kernel file mapped folios
 2025-08-22 13:46 UTC  (7+ messages)
` [PATCH v4 1/3] mm/filemap: add AS_KERNEL_FILE
  ` [PATCH] mm: fix CONFIG_MEMCG build for AS_KERNEL_FILE
` [PATCH v4 2/3] mm: add vmstat for kernel_file pages
` [PATCH v4 3/3] btrfs: set AS_KERNEL_FILE on the btree_inode

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-22 13:40 UTC  (4+ messages)
` [PATCH v3 05/12] man/man2/fspick.2: "

[PATCHSET RFC v4 1/4] libfuse: general bug fixes
 2025-08-22 12:54 UTC  (6+ messages)
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-22 13:25 UTC  (6+ messages)

[PATCH 0/1] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND
 2025-08-22 13:06 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 6.16 000/564] 6.16.2-rc2 review
 2025-08-22 12:41 UTC  (4+ messages)

[PATCH 10/50] fs: stop accessing ->i_count directly in f2fs and gfs2
 2025-08-22 12:38 UTC  (2+ messages)
` (subset) "

Serious error in autofs docs, which has design implications
 2025-08-22 12:31 UTC  (2+ messages)

[PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
 2025-08-22 12:06 UTC  (3+ messages)

[PATCH v8 0/5] Add support for long task name
 2025-08-22 12:05 UTC  (4+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH] rust: file: use to_result for error handling
 2025-08-22 10:34 UTC  (2+ messages)

[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback
 2025-08-22 10:09 UTC 

[PATCH v5 0/5] Rust support for `struct iov_iter`
 2025-08-22  8:42 UTC  (6+ messages)
` [PATCH v5 1/5] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v5 2/5] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v5 3/5] rust: fs: add Kiocb struct
` [PATCH v5 4/5] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v5 5/5] samples: rust_misc_device: Expand the sample to support read()ing from userspace

[PATCH] tmpfs: preserve SB_I_VERSION on remount
 2025-08-22  4:03 UTC  (2+ messages)

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-08-22  3:56 UTC  (8+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-08-22  3:42 UTC  (7+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 2/6] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem
` [PATCH 4/6] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps

[PATCH 6.12.y] netfs: Fix unbuffered write error handling
 2025-08-22  3:08 UTC 

[PATCH v8] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-08-21 22:51 UTC 

[patch 0/4] uaccess: Provide and use helpers for user masked access
 2025-08-21 22:49 UTC  (10+ messages)

[RFC v4] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-08-21 22:29 UTC  (4+ messages)
` [PATCHSET RFC v4 4/4] libfuse: implement syncfs


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