Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-03-27 13:34:46 to 2024-03-29 01:54:26 UTC [more...]

[RFC PATCH v4 00/36] Fuse-BPF and plans on merging with Fuse Passthrough
 2024-03-29  1:53 UTC  (13+ messages)
` [RFC PATCH v4 01/36] fuse-bpf: Update fuse side uapi
` [RFC PATCH v4 02/36] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v4 03/36] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v4 04/36] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v4 05/36] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v4 06/36] fuse-bpf: Don't support export_operations
` [RFC PATCH v4 07/36] fuse-bpf: Add support for access
` [RFC PATCH v4 08/36] fuse-bpf: Partially add mapping support
` [RFC PATCH v4 09/36] fuse-bpf: Add lseek support
` [RFC PATCH v4 10/36] fuse-bpf: Add support for fallocate
` [RFC PATCH v4 11/36] fuse-bpf: Support file/dir open/close
` [RFC PATCH v4 12/36] fuse-bpf: Support mknod/unlink/mkdir/rmdir

[PATCH] fs/aio: obey min_nr when doing wakeups
 2024-03-29  1:40 UTC  (3+ messages)

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-03-28 23:05 UTC  (9+ messages)
` [PATCH 1/7] memory: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/7] security: "
` [PATCH 3/7] crypto: "
` [PATCH 4/7] initrd: "
` [PATCH 5/7] ipc: "
` [PATCH 6/7] io_uring: Remove the now superfluous sentinel elements "
` [PATCH 7/7] drivers: perf: "
` (subset) [PATCH 0/7] sysctl: Remove sentinel elements from misc directories

[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-03-28 22:08 UTC  (12+ messages)

[PATCH] vmcore: replace strncpy with strtomem
 2024-03-28 22:03 UTC  (4+ messages)

[PATCH 0/1] fuse: Add initial support for fs-verity
 2024-03-28 20:58 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 0/6] Improve visibility of writeback
 2024-03-28 20:53 UTC  (18+ messages)
` [PATCH v2 1/6] writeback: protect race between bdi release and bdi_debug_stats_show

[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast
 2024-03-28 17:46 UTC  (19+ messages)
` [PATCH RFC 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH RFC 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH RFC 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH v13 00/10] Landlock: IOCTL support
 2024-03-28 17:06 UTC  (11+ messages)
` [PATCH v13 01/10] landlock: Add IOCTL access right for character and block devices
` [PATCH v13 02/10] selftests/landlock: Test IOCTL support
` [PATCH v13 10/10] fs/ioctl: Add a comment to keep the logic in sync with the Landlock LSM

[PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib
 2024-03-28 16:58 UTC  (16+ messages)
` [PATCH v6 01/15] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v6 02/15] cifs: Replace cifs_writedata "
` [PATCH v6 03/15] cifs: Use more fields from netfs_io_subrequest
` [PATCH v6 04/15] cifs: Make wait_mtu_credits take size_t args
` [PATCH v6 05/15] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v6 06/15] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v6 07/15] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v6 08/15] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
` [PATCH v6 09/15] cifs: Make add_credits_and_wake_if() clear deducted credits
` [PATCH v6 10/15] cifs: Implement netfslib hooks
` [PATCH v6 11/15] cifs: When caching, try to open O_WRONLY file rdwr on server
` [PATCH v6 12/15] cifs: Cut over to using netfslib
` [PATCH v6 13/15] cifs: Remove some code that's no longer used, part 1
` [PATCH v6 14/15] cifs: Remove some code that's no longer used, part 2
` [PATCH v6 15/15] cifs: Remove some code that's no longer used, part 3

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-03-28 16:34 UTC  (27+ messages)
` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
` [PATCH 02/26] 9p: Clean up some kdoc and unused var warnings
` [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
` [PATCH 04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty
` [PATCH 05/26] mm: Remove the PG_fscache alias for PG_private_2
` [PATCH 06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag
` [PATCH 07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t
` [PATCH 08/26] netfs: Use subreq_counter to allocate subreq debug_index values
` [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
` [PATCH 10/26] cifs: Use alternative invalidation to "
` [PATCH 11/26] 9p: "
` [PATCH 12/26] afs: "
` [PATCH 13/26] netfs: Remove ->launder_folio() support
` [PATCH 14/26] netfs: Use mempools for allocating requests and subrequests
` [PATCH 15/26] mm: Export writeback_iter()
` [PATCH 16/26] netfs: Switch to using unsigned long long rather than loff_t
` [PATCH 17/26] netfs: Fix writethrough-mode error handling
` [PATCH 18/26] netfs: Add some write-side stats and clean up some stat names
` [PATCH 19/26] netfs: New writeback implementation
` [PATCH 20/26] netfs, afs: Implement helpers for new write code
` [PATCH 21/26] netfs, 9p: "
` [PATCH 22/26] netfs, cachefiles: "
` [PATCH 23/26] netfs: Cut over to using new writeback code
` [PATCH 24/26] netfs: Remove the old "
` [PATCH 25/26] netfs: Miscellaneous tidy ups
` [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-03-28 15:44 UTC  (11+ messages)
` [PATCH v3 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v3 02/10] umh: "
` [PATCH v3 03/10] ftrace: "
` [PATCH v3 04/10] timekeeping: "
` [PATCH v3 05/10] seccomp: "
` [PATCH v3 06/10] scheduler: "
` [PATCH v3 07/10] printk: "
` [PATCH v3 08/10] kprobes: "
` [PATCH v3 09/10] delayacct: "
` [PATCH v3 10/10] bpf: "

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-28 15:39 UTC  (10+ messages)
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 09/22] gpio: virtio: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "

[PATCH v2] regset: use kvzalloc() for regset_get_alloc()
 2024-03-28 15:36 UTC  (5+ messages)

[syzbot] [fs?] WARNING: ODEBUG bug in bdev_super_lock
 2024-03-28 14:20 UTC 

[PATCH v1 00/11] mm: migrate: support poison recover from migrate folio
 2024-03-28 13:30 UTC  (2+ messages)

RFC: asserting an inode is locked
 2024-03-28 13:30 UTC  (3+ messages)

[PATCH v2] fs: claw back a few FMODE_* bits
 2024-03-28 13:08 UTC  (2+ messages)

kernel crash in mknod
 2024-03-28 13:03 UTC  (12+ messages)

[PATCH] [RFC]: fs: claw back a few FMODE_* bits
 2024-03-28  9:41 UTC  (10+ messages)

[syzbot] [jfs?] kernel BUG in txLock (2)
 2024-03-28  8:26 UTC 

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-28  3:32 UTC  (7+ messages)

[PATCH 0/6] Improve visibility of writeback
 2024-03-28  1:49 UTC  (6+ messages)
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v2 0/5] fiemap extension for more physical information
 2024-03-28  1:22 UTC  (6+ messages)
` [PATCH v2 1/5] fs: fiemap: add physical_length field to extents
` [PATCH v2 2/5] fs: fiemap: update fiemap_fill_next_extent() signature
` [PATCH v2 3/5] fs: fiemap: add new COMPRESSED extent state
` [PATCH v2 4/5] btrfs: fiemap: emit new COMPRESSED fiemap state
` [PATCH v2 5/5] btrfs: fiemap: return extent physical size

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-03-28  0:30 UTC  (4+ messages)
  ` [Lsf-pc] "

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-27 23:35 UTC  (24+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-27 21:41 UTC  (12+ messages)

[RFC PATCH] mm, netfs: Provide a means of invalidation without using launder_folio
 2024-03-27 20:37 UTC  (6+ messages)
` [RFC PATCH v2] "

[PATCH v6 00/10] block atomic writes
 2024-03-27 20:31 UTC  (4+ messages)

[PATCH] 9p: Clean up some kdoc and unused var warnings
 2024-03-27 20:24 UTC 

[PATCH] mm: remove __set_page_dirty_nobuffers()
 2024-03-27 19:04 UTC  (4+ messages)

[syzbot] [v9fs?] KASAN: slab-use-after-free Read in v9fs_stat2inode_dotl
 2024-03-27 19:02 UTC  (8+ messages)
` [PATCH next] fs/9p: fix uaf in "

[PATCH] cifs: Fix duplicate fscache cookie warnings
 2024-03-27 17:07 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.40
 2024-03-27 15:10 UTC 


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