linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-12 04:52:45 to 2025-05-13 12:53:30 UTC [more...]

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13 12:53 UTC  (10+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-05-13 12:46 UTC  (10+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory

[RFC PATCH v2] fuse: add optional workqueue to periodically invalidate expired dentries
 2025-05-13 12:34 UTC  (3+ messages)

[RFC] move_mount(2): still breakage around new mount detection
 2025-05-13 12:08 UTC  (9+ messages)
      ` more breakage there (was Re: [RFC] move_mount(2): still breakage around new mount detection)
          ` [PATCH 3/4] do_move_mount(): don't leak MNTNS_PROPAGATING on failures

[PATCH v6 0/9] coredump: add coredump socket
 2025-05-13 12:08 UTC  (17+ messages)
` [PATCH v6 1/9] coredump: massage format_corname()
` [PATCH v6 2/9] coredump: massage do_coredump()
` [PATCH v6 3/9] coredump: reflow dump helpers a little
` [PATCH v6 4/9] coredump: add coredump socket
` [PATCH v6 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH v6 6/9] coredump: show supported coredump modes
` [PATCH v6 7/9] coredump: validate socket name as it is written
` [PATCH v6 8/9] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure
` [PATCH v6 9/9] selftests/coredump: add tests for AF_UNIX coredumps

[RFC PATCH v2 0/8] staging: apfs: init APFS filesystem support
 2025-05-13 11:41 UTC  (6+ messages)
` Subject: "

[PATCH] fuse: don't allow signals to interrupt getdents copying
 2025-05-13 11:23 UTC 

[RFC PATCH] fuse: don't allow signals to interrupt getdents copying
 2025-05-13 11:13 UTC  (3+ messages)

[PATCH 1/2] include/linux/fs.h: add inode_lock_killable()
 2025-05-13 10:41 UTC  (8+ messages)
` [PATCH 2/2] fs: make several inode lock operations killable

Request for clarification about FILESYSTEM_MAX_STACK_DEPTH
 2025-05-13 10:21 UTC  (2+ messages)

[PATCH] vfs: Add sysctl vfs_cache_pressure_denom for bulk file operations
 2025-05-13 10:14 UTC  (2+ messages)

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-13 10:07 UTC  (44+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)
` [PATCH v15 03/43] dept: add single event dependency tracker APIs
` [PATCH v15 04/43] dept: add lock "
` [PATCH v15 05/43] dept: tie to lockdep and IRQ tracing
` [PATCH v15 06/43] dept: add proc knobs to show stats and dependency graph
` [PATCH v15 07/43] dept: distinguish each kernel context from another
` [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v15 10/43] dept: distinguish each work from another
` [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class
` [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig
` [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v15 20/43] dept: apply timeout consideration to swait
` [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait
` [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
` [PATCH v15 24/43] dept: make dept able to work with an external wgen
` [PATCH v15 25/43] dept: track PG_locked with dept
` [PATCH v15 26/43] dept: print staged wait's stacktrace on report
` [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v15 28/43] dept: suppress reports with classes that have been already reported
` [PATCH v15 29/43] dept: add documentation for dept
` [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off()
` [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API
` [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v15 42/43] dept: implement a basic unit test for dept
` [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state

[PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
 2025-05-13  9:32 UTC  (12+ messages)
` [PATCH v2 1/3] mm: introduce new .mmap_prepare() file callback
` [PATCH v2 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [PATCH v2 3/3] mm/vma: remove mmap() retry merge

[PATCH v2] binfmt_elf: Move brk for static PIE even if ASLR disabled
 2025-05-13  9:19 UTC  (5+ messages)

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-13  9:14 UTC  (14+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps

[PATCH V3 0/7] f2fs: new mount API conversion
 2025-05-13  8:59 UTC  (10+ messages)
` [PATCH V3 5/7] f2fs: separate the options parsing and options checking
` [PATCH V3 7/7] f2fs: switch to the new mount api

[PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
 2025-05-13  8:30 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v3 0/3] fuse: Expose more information of fuse backing files to userspace
 2025-05-13  7:57 UTC  (12+ messages)
` [PATCH v3 2/3] fs: fuse: add backing_files control file

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-13  7:49 UTC  (10+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c

[PATCH v6 00/11] fuse: support large folios
 2025-05-13  7:32 UTC  (14+ messages)
` [PATCH v6 01/11] fuse: support copying "
` [PATCH v6 02/11] fuse: support large folios for retrieves
` [PATCH v6 03/11] fuse: refactor fuse_fill_write_pages()
` [PATCH v6 04/11] fuse: support large folios for writethrough writes
` [PATCH v6 05/11] fuse: support large folios for folio reads
` [PATCH v6 06/11] fuse: support large folios for symlinks
` [PATCH v6 07/11] fuse: support large folios for stores
` [PATCH v6 08/11] fuse: support large folios for queued writes
` [PATCH v6 09/11] fuse: support large folios for readahead
` [PATCH v6 10/11] fuse: optimize direct io large folios processing
` [PATCH v6 11/11] fuse: support large folios for writeback

[PATCH RESEND] Documentation: fix typo in root= kernel parameter description
 2025-05-13  7:28 UTC  (3+ messages)

[PATCH] fs: fuse: add dev id to /dev/fuse fdinfo
 2025-05-13  7:21 UTC  (2+ messages)

[PATCH v2] fuse: use splice for reading user pages on servers that enable it
 2025-05-13  5:46 UTC  (4+ messages)

[BUG] propagate_umount() breakage
 2025-05-13  3:56 UTC  (3+ messages)

[GIT PULL] UDF fix for 6.15-rc7
 2025-05-13  3:33 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2025-05-13  3:33 UTC  (2+ messages)

AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN
 2025-05-12 21:59 UTC  (2+ messages)

[PATCH] XArray: fix kmemleak false positive in xas_shrink()
 2025-05-12 19:17 UTC 

[PATCH AUTOSEL 5.4 3/3] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 5.10 3/3] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 5.15 3/3] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 6.1 4/4] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 6.6 6/6] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-05-12 18:04 UTC 

[PATCH AUTOSEL 6.12 11/11] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-05-12 18:04 UTC 

[PATCH AUTOSEL 6.14 15/15] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
 2025-05-12 18:03 UTC 

[PATCH 1/2] fuse: optimize struct fuse_conn fields
 2025-05-12 17:36 UTC  (3+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-12 15:43 UTC  (5+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[PATCH] mm/truncate: fix out-of-bounds when doing a right-aligned split
 2025-05-12 13:00 UTC  (2+ messages)

[PATCH v2 0/8] filesystems selftests cleanups and fanotify test
 2025-05-12  9:40 UTC  (19+ messages)
` [PATCH v2 1/8] selftests/filesystems: move wrapper.h out of overlayfs subdir
` [PATCH v2 2/8] selftests/fs/statmount: build with tools include dir
` [PATCH v2 3/8] selftests/pidfd: move syscall definitions into wrappers.h
` [PATCH v2 4/8] selftests/mount_settattr: remove duplicate syscall definitions
` [PATCH v2 5/8] selftests/fs/mount-notify: build with tools include dir
` [PATCH v2 6/8] selftests/filesystems: create get_unique_mnt_id() helper
` [PATCH v2 7/8] selftests/filesystems: create setup_userns() helper
` [PATCH v2 8/8] selftests/fs/mount-notify: add a test variant running inside userns

[PATCH] statmount: update STATMOUNT_SUPPORTED macro
 2025-05-12  9:20 UTC  (2+ messages)

[syzbot] [mm?] [ext4?] INFO: rcu detected stall in ext4_end_io_rsv_work (3)
 2025-05-12  9:11 UTC 

[PATCH] proc: Show the mountid associated with exe
 2025-05-12  9:11 UTC  (2+ messages)

[PATCH v2 0/2] Add a documentation for FUSE passthrough
 2025-05-12  8:10 UTC  (2+ messages)

[PATCH v4] fs: fuse: add more information to fdinfo
 2025-05-12  6:54 UTC  (2+ messages)

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


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