public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-08 20:02:40 to 2024-12-10 10:34:11 UTC [more...]

[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
 2024-12-10 10:34 UTC  (17+ messages)

[MEH PATCH] fs: sort out a stale comment about races between fd alloc and dup2
 2024-12-10 10:18 UTC  (5+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-12-10  9:53 UTC  (21+ messages)

[PATCH v6 0/3] iomap: fix zero padding data issue in concurrent append writes
 2024-12-10 10:15 UTC  (7+ messages)
` [PATCH v6 1/3] iomap: pass byte granular end position to iomap_add_to_ioend
` [PATCH v6 2/3] iomap: fix zero padding data issue in concurrent append writes
` [PATCH v6 3/3] xfs: clean up xfs_end_ioend() to reuse local variables

[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-10  9:48 UTC  (2+ messages)

[PATCH v2] fanotify: notify on mount attach and detach
 2024-12-10  9:48 UTC  (7+ messages)

[PATCH 4.19.y] fs/iomap: use consistent gfp flags during xfs readpages
 2024-12-10  9:46 UTC 

[PATCH v3 0/3] Additional miscdevice fops parameters
 2024-12-10  9:39 UTC  (4+ messages)
` [PATCH v3 1/3] rust: miscdevice: access file in fops
` [PATCH v3 2/3] rust: miscdevice: access the `struct miscdevice` from fops->open()
` [PATCH v3 3/3] rust: miscdevice: Provide accessor to pull out miscdevice::this_device

[PATCHv12 04/12] block: introduce max_write_streams queue limit
 2024-12-10  8:45 UTC  (29+ messages)
  ` [PATCHv12 07/12] io_uring: enable per-io write streams
  ` [PATCHv12 08/12] nvme: add a nvme_get_log_lsi helper
  ` [PATCHv12 09/12] nvme: pass a void pointer to nvme_get/set_features for the result
  ` [PATCHv12 10/12] nvme.h: add FDP definitions
  ` [PATCHv12 06/12] block: expose write streams for block device nodes
  ` [PATCHv12 01/12] fs: add write stream information to statx
` [PATCHv12 00/12] block write streams with nvme fdp
  ` [PATCHv12 11/12] nvme: register fdp parameters with the block layer
  ` [PATCHv12 02/12] fs: add a write stream field to the kiocb
  ` [PATCHv12 12/12] nvme: use fdp streams if write stream is provided
  ` [PATCHv12 03/12] block: add a bi_write_stream field
  ` [PATCHv12 05/12] block: introduce a write_stream_granularity queue limit

silent data corruption in fuse in rc1
 2024-12-10  5:14 UTC  (18+ messages)

[PATCH][RFC] make take_dentry_name_snapshot() lockless
 2024-12-10  2:48 UTC  (19+ messages)
              ` [PATCH 1/5] make sure that DCACHE_INLINE_LEN is a multiple of word size
                ` [PATCH 2/5] dcache: back inline names with a struct-wrapped array of unsigned long
                ` [PATCH 3/5] make take_dentry_name_snapshot() lockless
                ` [PATCH 4/5] dissolve external_name.u into separate members
                ` [PATCH 5/5] ext4 fast_commit: make use of name_snapshot primitives

[PATCH 0/2] userfaultfd: handle few NULL check inline
 2024-12-10  2:25 UTC  (7+ messages)
` [PATCH 1/2] userfaultfd: handle dup_userfaultfd() "
` [PATCH 2/2] mm, rmap: handle anon_vma_fork() "

[PATCH v2 00/12] fuse: support large folios
 2024-12-10  0:31 UTC  (13+ messages)
` [PATCH v2 10/12] fuse: support large folios for direct io

[PATCH v2 0/2] Additional miscdevice fops parameters
 2024-12-09 20:06 UTC  (24+ messages)
` [PATCH v2 1/2] rust: miscdevice: access file in fops
` [PATCH v2 2/2] rust: miscdevice: access the `struct miscdevice` from fops->open()

[PATCH] fstests: disable generic duperemove tests for NFS and others
 2024-12-09 19:35 UTC  (8+ messages)

Removing page->index
 2024-12-09 17:36 UTC  (3+ messages)

[PATCHv11 00/10] block write streams with nvme fdp
 2024-12-09 17:35 UTC  (6+ messages)
  ` [EXT] "

[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_read_wrapper (2)
 2024-12-09 17:32 UTC  (2+ messages)

[PATCH] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
 2024-12-09 17:12 UTC  (2+ messages)

[PATCH v8 00/16] fuse: fuse-over-io-uring
 2024-12-09 14:56 UTC  (17+ messages)
` [PATCH v8 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH v8 02/16] fuse: Move fuse_get_dev to header file
` [PATCH v8 03/16] fuse: Move request bits
` [PATCH v8 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH v8 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v8 07/16] fuse: Make fuse_copy non static
` [PATCH v8 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v8 09/16] fuse: {io-uring} Make hash-list req unique finding functions non-static
` [PATCH v8 10/16] fuse: Add io-uring sqe commit and fetch support
` [PATCH v8 11/16] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v8 12/16] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
` [PATCH v8 13/16] fuse: Allow to queue fg requests through io-uring
` [PATCH v8 14/16] fuse: Allow to queue bg "
` [PATCH v8 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v8 16/16] fuse: enable fuse-over-io-uring

commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
 2024-12-09 16:23 UTC  (5+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-12-09 14:16 UTC  (8+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault

[PATCH] fs: don't block write during exec on pre-content watched files
 2024-12-09 13:56 UTC  (4+ messages)

[PATCH RFC v2 0/2] pidfs: use maple tree
 2024-12-09 13:46 UTC  (3+ messages)
` [PATCH RFC v2 1/2] maple_tree: make MT_FLAGS_LOCK_IRQ do something
` [PATCH RFC v2 2/2] pidfs: use maple tree

6.12 WARNING in netfs_consume_read_data()
 2024-12-09 13:31 UTC  (10+ messages)
              ` [PATCH] netfs: Fix ceph copy to cache on write-begin

[syzbot] [exfat?] general protection fault in exfat_init_dir_entry
 2024-12-09 11:26 UTC 

[PATCH 0/5] mm/vma: make more mmap logic userland testable
 2024-12-09 10:47 UTC  (10+ messages)
` [PATCH 3/5] mm: abstract get_arg_page() stack expansion and mmap read lock

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-09 10:07 UTC  (5+ messages)

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-12-09  8:32 UTC  (6+ messages)
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry

[PATCH RFC v7 00/16] fuse: fuse-over-io-uring
 2024-12-09  8:02 UTC  (8+ messages)
` [PATCH RFC v7 11/16] fuse: {uring} Allow to queue fg requests through io-uring

[PATCH v2] zonefs: Fix the wrong format specifier
 2024-12-09  4:47 UTC  (2+ messages)

[PATCH] zonefs: Fix the wrong format specifier
 2024-12-08 23:17 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