Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-21 18:44:01 to 2024-05-24 19:35:48 UTC [more...]

kmap + memmove
 2024-05-24 19:35 UTC  (3+ messages)

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-24 19:30 UTC  (12+ messages)
` [PATCH v2 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
` [PATCH v2 2/9] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v2 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
` [PATCH v2 5/9] fs/procfs: add build ID fetching to "
` [PATCH v2 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v2 7/9] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v2 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v2 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs

[PATCH v4 1/2] proc: pass file instead of inode to proc_mem_open
 2024-05-24 19:28 UTC  (2+ messages)
` [PATCH v4 2/2] proc: restrict /proc/pid/mem

[PATCH v6 0/8] File abstractions needed by Rust Binder
 2024-05-24 19:17 UTC  (4+ messages)
` [PATCH v6 3/8] rust: file: add Rust abstraction for `struct file`

[PATCH] unicode: add MODULE_DESCRIPTION() macros
 2024-05-24 18:48 UTC 

[GIT PULL] bcachefs fixes for 6.10-rc1
 2024-05-24 16:45 UTC  (2+ messages)

[PATCH] afs: Don't cross .backup mountpoint from backup volume
 2024-05-24 16:17 UTC 

[PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
 2024-05-24 16:11 UTC  (13+ messages)

[PATCH RFC] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-05-24 15:58 UTC  (9+ messages)

[PATCH] netfs: Fix setting of BDP_ASYNC from iocb flags
 2024-05-24 15:33 UTC  (8+ messages)

[PATCH v2] netfs: Fix io_uring based write-through
 2024-05-24 15:32 UTC  (3+ messages)

[PATCH] cifs: Fix missing set of remote_i_size
 2024-05-24 15:06 UTC  (2+ messages)

[PATCH v3] netfs, 9p: Fix race between umount and async request completion
 2024-05-24 14:26 UTC 

[PATCH] exfat: handle idmapped mounts
 2024-05-24 13:58 UTC  (2+ messages)

[PATCH] debugfs: ignore auto and noauto options if given
 2024-05-24 13:55 UTC  (2+ messages)

[PATCH v20 00/12] Implement copy offload support
 2024-05-24 13:52 UTC  (30+ messages)
  ` [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
  ` [PATCH v20 09/12] dm: Add support for copy offload
  ` [PATCH v20 12/12] null_blk: add "
  ` [PATCH v20 10/12] dm: Enable copy offload for dm-linear target
  ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer

[PATCH] fs/adfs: add MODULE_DESCRIPTION
 2024-05-24 13:13 UTC  (2+ messages)

[PATCH RFC] : fhandle: relax open_by_handle_at() permission checks
 2024-05-24 12:35 UTC  (2+ messages)

[PATCH v5 1/2] filemap: add helper mapping_max_folio_size()
 2024-05-24 12:18 UTC  (8+ messages)
` [PATCH v5 2/2] iomap: fault in smaller chunks for non-large folio mappings

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-05-24  7:55 UTC  (13+ messages)

[syzbot] [bcachefs?] WARNING in bchfs_truncate
 2024-05-24  7:31 UTC  (2+ messages)

[RFC 0/2] fuse: introduce fuse server recovery mechanism
 2024-05-24  6:40 UTC  (3+ messages)
` [RFC 1/2] fuse: introduce recovery mechanism for fuse server
` [RFC 2/2] fuse: uid-based security enhancement for the recovery mechanism

[syzbot] [fs?] general protection fault in iter_file_splice_write
 2024-05-24  5:35 UTC  (2+ messages)
` [PATCH] netfs: if extracting pages from user iterator fails return 0

[PATCH RFC v2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-05-24  4:58 UTC  (2+ messages)

[PATCH] Modified XArray entry bit flags as macro constants
 2024-05-24  3:05 UTC  (2+ messages)

[PATCH] mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
 2024-05-24  3:02 UTC  (4+ messages)

[PATCH] Docs: fs: prove directory locking more formally
 2024-05-24  2:51 UTC  (4+ messages)

[PATCH v3 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-05-24  2:28 UTC  (17+ messages)
` [PATCH v3 01/12] cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
` [PATCH v3 02/12] cachefiles: remove requests from xarray during flushing requests
` [PATCH v3 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
` [PATCH v3 04/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
` [PATCH v3 05/12] cachefiles: remove err_put_fd label "
` [PATCH v3 06/12] cachefiles: add consistency check for copen/cread
` [PATCH v3 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
` [PATCH v3 08/12] cachefiles: never get a new anonymous fd if ondemand_id is valid
` [PATCH v3 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
` [PATCH v3 10/12] cachefiles: Set object to close if ondemand_id < 0 in copen
` [PATCH v3 11/12] cachefiles: flush all requests after setting CACHEFILES_DEAD
` [PATCH v3 12/12] cachefiles: make on-demand read killable

[PATCH] mm/filemap: invalidating pages is still necessary when io with IOCB_NOWAIT
 2024-05-23 21:17 UTC  (4+ messages)

[PATCH 0/2] Improve dmesg output for swapfile+hibernation
 2024-05-23 19:45 UTC  (7+ messages)
` [PATCH 1/2] iomap: swap: print warning for unaligned swapfile
` [PATCH 2/2] mm: swap: print starting physical block offset in swapon

[syzbot] [btrfs?] [overlayfs?] possible deadlock in ovl_copy_up_flags
 2024-05-23 16:43 UTC  (2+ messages)

[PATCH v3] zonefs: move super block reading from page to folio
 2024-05-23 16:19 UTC  (2+ messages)

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-23 15:45 UTC  (2+ messages)

[PATCH v2] netfs, 9p: Fix race between umount and async request completion
 2024-05-23 15:25 UTC 

[RFC PATCH] cifs: Fix credit handling in cifs_io_subrequest cleanup
 2024-05-23 15:00 UTC  (4+ messages)

[PATCH v2] zonefs: move super block reading from page to folio
 2024-05-23 13:34 UTC  (3+ messages)

[PATCH 6.6 074/102] cifs: Add tracing for the cifs_tcon struct refcounting
 2024-05-23 13:13 UTC 

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-05-23 12:59 UTC  (5+ messages)

[PATCH v2] jbd2: speed up jbd2_transaction_committed()
 2024-05-23 12:30 UTC  (2+ messages)

[PATCH] zonefs: move super block reading from page to folio
 2024-05-23 11:49 UTC  (5+ messages)

[PATCH] hostfs: convert hostfs to use the new mount api
 2024-05-23 10:43 UTC  (3+ messages)

[PATCH v5 40/40] 9p: Use netfslib read/write_iter
 2024-05-23  7:44 UTC  (4+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib

[PATCH v2] fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_EXCL command
 2024-05-23  7:35 UTC  (3+ messages)

[RFC PATCH] fs: dcache: Delete the associated dentry when deleting a file
 2024-05-23  7:18 UTC  (11+ messages)
` [PATCH] vfs: move dentry shrinking outside the inode lock in 'rmdir()'

[RFC PATCH] fs: dcache: Delete the associated dentry when deleting a file
 2024-05-23  2:21 UTC  (9+ messages)
` [PATCH] vfs: "

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-23  2:00 UTC  (8+ messages)
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-05-22 23:05 UTC  (6+ messages)
` [PATCH v16 3/9] libfs: Introduce case-insensitive string comparison helper

fuse passthrough related circular locking dependency
 2024-05-22 21:59 UTC 

[PATCH] 9p: Enable multipage folios
 2024-05-22 21:12 UTC 

[PATCH] filemap: Return the error in do_read_cache_page()
 2024-05-22 20:41 UTC  (2+ messages)

[PATCH 18/26] xfs: use merkle tree offset as attr hash
 2024-05-22 18:29 UTC  (12+ messages)

[GIT PULL] fuse update for 6.10
 2024-05-22 18:05 UTC  (2+ messages)

[GIT PULL] overlayfs update for 6.10
 2024-05-22 18:05 UTC  (2+ messages)

[PATCH] cifs: Fix smb3_insert_range() to move the zero_point
 2024-05-22  9:27 UTC  (2+ messages)

First Contributions for KUnit
 2024-05-22  8:37 UTC  (2+ messages)

fanotify and files being moved or deleted
 2024-05-22  5:26 UTC  (7+ messages)

[PATCH RESEND 0/5] cachefiles: some bugfixes for withdraw and xattr
 2024-05-22 11:59 UTC  (6+ messages)
` [PATCH RESEND 1/5] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
` [PATCH RESEND 2/5] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
` [PATCH RESEND 3/5] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
` [PATCH RESEND 4/5] cachefiles: correct the return value of cachefiles_check_volume_xattr()
` [PATCH RESEND 5/5] cachefiles: correct the return value of cachefiles_check_auxdata()

[syzbot] [nilfs?] [btrfs?] WARNING in filemap_unaccount_folio
 2024-05-22  2:55 UTC 

[PATCH v5 33/68] selftests/mount_setattr: Drop define _GNU_SOURCE
 2024-05-22  0:57 UTC  (3+ messages)
` [PATCH v5 45/68] selftests/proc: "
` [PATCH v5 46/68] selftests/proc: Drop duplicate -D_GNU_SOURCE

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-22  0:45 UTC  (11+ messages)

[PATCH v6 00/11] mm/swap: clean up and optimize swap cache index
 2024-05-22  0:37 UTC  (3+ messages)
` [PATCH v6 03/11] ceph: drop usage of page_index

[PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-21 20:35 UTC  (3+ messages)

[git pull] vfs.git last bdev series
 2024-05-21 20:26 UTC  (2+ messages)

[git pull] vfs.git misc stuff
 2024-05-21 20:26 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).