public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-27 10:51:59 to 2024-11-30 00:21:03 UTC [more...]

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_revert
 2024-11-30  0:21 UTC  (2+ messages)

[syzbot] [netfs?] WARNING in netfs_retry_reads
 2024-11-29 22:51 UTC  (4+ messages)

6.12 WARNING in netfs_consume_read_data()
 2024-11-29 22:29 UTC  (4+ messages)

[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
 2024-11-29 21:17 UTC  (4+ messages)

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_read_iter
 2024-11-29 17:15 UTC  (3+ messages)

[PATCH v11 00/10] Read/Write with meta/integrity
 2024-11-29 16:04 UTC  (12+ 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

[PATCH] fs: don't block write during exec on pre-content watched files
 2024-11-29 15:52 UTC  (6+ messages)

[PATCH 0/5] Remove accesses to page->index from ceph
 2024-11-29 15:42 UTC  (9+ messages)
` [PATCH 1/5] ceph: Do not look at the index of an encrypted page
` [PATCH 2/5] ceph: Use a folio in ceph_page_mkwrite()
` [PATCH 3/5] ceph: Convert ceph_readdir_cache_control to store a folio
` [PATCH 4/5] ceph: Use a folio throughout writepage_nounlock()
` [PATCH 5/5] ceph: Use a folio in ceph_writepages_start()

[linux-next:master] [mm/readahead] 13da30d6f9: BUG:soft_lockup-CPU##stuck_for#s![usemem:#]
 2024-11-29 15:19 UTC 

[PATCH RFC v2 0/3] pidfs: file handle preliminaries
 2024-11-29 14:52 UTC  (14+ messages)
` [PATCH RFC v2 1/3] pidfs: rework inode number allocation
` [PATCH RFC v2 2/3] pidfs: remove 32bit inode number handling
` [PATCH RFC v2 3/3] pidfs: support FS_IOC_GETVERSION
` [PATCH RFC 0/6] pidfs: implement file handle support
  ` [PATCH RFC 1/6] pseudofs: add support for export_ops
  ` [PATCH RFC 2/6] fhandle: simplify error handling
  ` [PATCH RFC 3/6] exportfs: add open method
  ` [PATCH RFC 4/6] fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh()
  ` [PATCH RFC 5/6] exportfs: add permission method
  ` [PATCH RFC 6/6] pidfs: implement file handle support

[syzbot] [io-uring?] WARNING in __io_uring_free
 2024-11-29 14:17 UTC  (3+ messages)

[PATCH v1] mm/filemap: don't call folio_test_locked() without a reference in next_uptodate_folio()
 2024-11-29 13:40 UTC  (2+ messages)

[PATCH v4 00/14] forcealign for xfs
 2024-11-29 11:36 UTC  (13+ messages)

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

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

[RFC PATCH] fanotify: notify on mount attach and detach
 2024-11-29 10:23 UTC  (7+ messages)

[PATCH 1/2] gfs2: throw -EIO when attempting to access beyond end of device
 2024-11-29  9:03 UTC  (2+ messages)
` [PATCH 2/2] gfs2: miscellaneous spelling fixes

[RFC PATCH v2 0/5] Improve simple directory offset wrap behavior
 2024-11-29  8:17 UTC  (5+ messages)
` [RFC PATCH v2 2/5] libfs: Check dentry before locking in simple_offset_empty()

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

[syzbot] [fuse?] KASAN: null-ptr-deref Read in fuse_copy_do
 2024-11-29  7:00 UTC  (2+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-29  6:23 UTC  (23+ messages)

[GIT PULL] ntfs3: bugfixes for 6.13
 2024-11-28 19:19 UTC  (2+ messages)

[PATCH RFC v7 00/16] fuse: fuse-over-io-uring
 2024-11-28 18:20 UTC  (24+ 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

[PATCH v2 0/3] pidfs: implement file handle support
 2024-11-28 17:19 UTC  (6+ 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 v3 fanotify 0/2] Fanotify in kernel filter
 2024-11-28 17:10 UTC  (9+ 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 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

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 

[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

[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  (7+ 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  (5+ 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  (3+ 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


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