Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 10:33:47 to 2024-03-28 17:00:02 UTC [more...]

[PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib
 2024-03-28 16:57 UTC  (8+ 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] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-03-28 16:46 UTC  (11+ messages)

[PATCH v13 00/10] Landlock: IOCTL support
 2024-03-28 16:43 UTC  (17+ 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 03/10] selftests/landlock: Test IOCTL with memfds
` [PATCH v13 04/10] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v13 05/10] selftests/landlock: Test IOCTLs on named pipes
` [PATCH v13 06/10] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets
` [PATCH v13 07/10] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
` [PATCH v13 08/10] landlock: Document IOCTL support
` [PATCH v13 09/10] MAINTAINERS: Notify Landlock maintainers about changes to fs/ioctl.c
` [PATCH v13 10/10] fs/ioctl: Add a comment to keep the logic in sync with the Landlock LSM

[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 0/7] sysctl: Remove sentinel elements from misc directories
 2024-03-28 15:57 UTC  (8+ 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: "

[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  (30+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 03/22] virtio_blk: "
` [PATCH 04/22] bluetooth: virtio: "
` [PATCH 05/22] hwrng: "
` [PATCH 06/22] virtio_console: "
` [PATCH 07/22] crypto: virtio - "
` [PATCH 08/22] firmware: arm_scmi: virtio: "
` [PATCH 09/22] gpio: "
` [PATCH 10/22] drm/virtio: "
` [PATCH 11/22] iommu: virtio: "
` [PATCH 12/22] misc: nsm: "
` [PATCH 13/22] net: caif: virtio: "
` [PATCH 14/22] net: "
` [PATCH 15/22] net: 9p: "
` [PATCH 16/22] net: vmw_vsock: "
` [PATCH 17/22] wireless: mac80211_hwsim: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "
` [PATCH 20/22] scsi: "
` [PATCH 21/22] fuse: "
` [PATCH 22/22] sound: "

[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 0/3] mm/gup: consistently call it GUP-fast
 2024-03-28  9:50 UTC  (18+ 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] [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 v2 0/6] Improve visibility of writeback
 2024-03-28  8:23 UTC  (4+ messages)

[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] vmcore: replace strncpy with strtomem
 2024-03-28  1:48 UTC  (2+ messages)

[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 

[PATCH] fs,block: yield devices early
 2024-03-27 12:00 UTC  (5+ messages)

[PATCHSET v30.1 04/15] xfs: atomic file content exchanges
 2024-03-27 11:07 UTC  (3+ messages)
` [PATCH 01/15] vfs: export remap and write check helpers

[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail
 2024-03-27 10:33 UTC  (2+ messages)
  ` [PATCH 2/2] vfs/idmapped_mounts.c: Change mount_setattr expected output


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 read-only IMAP folder(s) and NNTP newsgroup(s).