public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-26 13:00:18 to 2024-11-28 17:06:57 UTC [more...]

[PATCH v2 0/3] pidfs: implement file handle support
 2024-11-28 17:06 UTC  (5+ messages)
` [PATCH RFC 0/2] pidfs: file handle preliminaries
  ` [PATCH RFC 1/2] pidfs: rework inode number allocation
  ` [PATCH RFC 2/2] pidfs: remove 32bit inode number handling

[PATCH] fs: don't block write during exec on pre-content watched files
 2024-11-28 17:00 UTC  (4+ messages)

[RFC PATCH] fanotify: notify on mount attach and detach
 2024-11-28 16:43 UTC  (2+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-28 16:40 UTC  (21+ messages)

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

[PATCH v2 0/7] ima: Remove unnecessary inode locks
 2024-11-28 16:25 UTC  (12+ messages)
` [PATCH v2 1/7] fs: ima: Remove S_IMA and IS_IMA()
` [PATCH v2 2/7] ima: Remove inode lock
` [PATCH v2 3/7] ima: Ensure lock is held when setting iint pointer in inode security blob
` [PATCH v2 4/7] ima: Mark concurrent accesses to the iint pointer in the "
` [PATCH v2 5/7] ima: Set security.ima on file close when ima_appraise=fix
` [PATCH v2 6/7] ima: Discard files opened with O_PATH
` [PATCH v2 7/7] ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr

Unsafe find_vpid() calls
 2024-11-28 15:07 UTC  (2+ messages)

UML mount failure with Linux 6.11
 2024-11-28 12:55 UTC  (18+ messages)

[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfs_bnode_read
 2024-11-28 12:31 UTC  (2+ messages)
` [PATCH] hfs: check key length before reading

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

[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
 2024-11-28 11:54 UTC  (7+ messages)
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests

[PATCH v11 00/10] Read/Write with meta/integrity
 2024-11-28 11:22 UTC  (11+ messages)
  ` [PATCH v11 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v11 02/10] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v11 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v11 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v11 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support
  ` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v11 08/10] nvme: add support for passing on the application tag
  ` [PATCH v11 09/10] scsi: add support for user-meta interface
  ` [PATCH v11 10/10] block: add support to pass user meta buffer

[GIT PULL] ntfs3: bugfixes for 6.13
 2024-11-28 11:35 UTC 

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

fuse: fuse semantics wrt stalled requests
 2024-11-28 10:45 UTC  (3+ messages)

[RFC PATCH 0/4] Add support for File Based Memory Management
 2024-11-28 10:22 UTC  (3+ messages)

[syzbot] [ocfs2?] WARNING in poll_select_finish
 2024-11-28  9:07 UTC 

[PATCH v5 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-28  6:38 UTC  (6+ messages)
` [PATCH v5 2/2] xfs: clean up xfs_end_ioend() to reuse local variables

[performance] fuse: No Significant Performance Improvement with Passthrough Enabled?
 2024-11-28  4:04 UTC 

[PATCH RFC v7 00/16] fuse: fuse-over-io-uring
 2024-11-28  2:23 UTC  (23+ messages)
` [PATCH RFC v7 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v7 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v7 03/16] fuse: Move request bits
` [PATCH RFC v7 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v7 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v7 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v7 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v7 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH RFC v7 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v7 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v7 11/16] fuse: {uring} Allow to queue fg requests through io-uring
` [PATCH RFC v7 12/16] fuse: {uring} Allow to queue bg "
` [PATCH RFC v7 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v7 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v7 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v7 16/16] fuse: enable fuse-over-io-uring

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_read_iter
 2024-11-27 21:22 UTC 

[syzbot] [fuse?] KASAN: null-ptr-deref Read in fuse_copy_do
 2024-11-27 18:04 UTC 

[GIT PULL] vfs fixes
 2024-11-27 16:15 UTC  (3+ messages)

[PATCH] firmware_loader: minor spelling fixes
 2024-11-27 15:56 UTC  (2+ messages)

[REGRESSION] mold linker depends on ETXTBSY, but open(2) no longer returns it
 2024-11-27 15:54 UTC  (5+ messages)

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

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-27 15:15 UTC  (17+ 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 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-11-27 15:03 UTC  (5+ messages)
` [PATCH 2/2] selftests/exec: add a test for execveat()'s comm

[RFC PATCH v2 0/5] Improve simple directory offset wrap behavior
 2024-11-27 14:36 UTC  (11+ 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()

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-27 12:20 UTC  (11+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event

[PATCH v10 00/10] Read/Write with meta/integrity
 2024-11-27 11:24 UTC  (10+ messages)
  ` [PATCH v10 06/10] io_uring: introduce attributes for read/write and PI support

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

Regression in NFS probably due to very large amounts of readahead
 2024-11-27 11:06 UTC  (15+ messages)

[PATCH] fs: fix bug that fput() may not have done to complete in flush_delayed_fput
 2024-11-27 10:51 UTC  (2+ messages)
` [PATCH] boot: flush delayed work

[PATCH] watch_queue: Use page->private instead of page->index
 2024-11-27 10:05 UTC  (2+ messages)

[syzbot] [fs?] possible deadlock in input_inject_event
 2024-11-27  8:41 UTC  (2+ messages)

[PATCH v2 0/9] initramfs: kunit tests and cleanups
 2024-11-27  6:35 UTC  (3+ messages)
` [PATCH v3 8/9] initramfs: fix hardlink hash leak without TRAILER

[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  (2+ messages)

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

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


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