linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-25 16:04:27 to 2023-07-26 17:30:57 UTC [more...]

[PATCH v3 0/5] Add a new fchmodat4() syscall
 2023-07-26 13:45 UTC  (14+ messages)
` [PATCH v4 0/5] Add a new fchmodat2() syscall
  ` [PATCH v4 2/5] fs: Add fchmodat2()
  ` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
` Add fchmodat2() - or add a more general syscall?

[PATCH] fuse: enable larger read buffers for readdir
 2023-07-26 17:23 UTC  (8+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-26 17:18 UTC  (21+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[RFC PATCH v2 00/10] Rust PuzleFS filesystem driver
 2023-07-26 16:45 UTC  (11+ messages)
` [RFC PATCH v2 01/10] samples: puzzlefs: add initial puzzlefs sample, copied from rust_fs.rs
` [RFC PATCH v2 02/10] kernel: configs: enable rust samples in rust.config
` [RFC PATCH v2 03/10] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
` [RFC PATCH v2 04/10] rust: file: Add a new RegularFile newtype useful for reading files
` [RFC PATCH v2 05/10] samples: puzzlefs: add basic deserializing support for the puzzlefs metadata
` [RFC PATCH v2 06/10] rust: file: pass the filesystem context to the open function
` [RFC PATCH v2 07/10] samples: puzzlefs: populate the directory entries with the inodes from the puzzlefs metadata file
` [RFC PATCH v2 08/10] rust: puzzlefs: read the puzzlefs image manifest instead of an individual metadata layer
` [RFC PATCH v2 09/10] rust: puzzlefs: add support for reading files
` [RFC PATCH v2 10/10] rust: puzzlefs: add oci_root_dir and image_manifest filesystem parameters

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-26 17:06 UTC  (20+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()
` [PATCH 02/11] maple_tree: Validate MAPLE_ENODE and ma_nonleaf_data_end()
` [PATCH 03/11] maple_tree: Add some helper functions
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 05/11] maple_tree: Add test for mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry
` [PATCH 07/11] maple_tree: Update the documentation of maple tree
` [PATCH 08/11] maple_tree: Skip other tests when BENCH is enabled
` [PATCH 09/11] maple_tree: Update check_forking() and bench_forking()
` [PATCH 10/11] MAINTAINERS: Add co-maintainer for maple tree
` [PATCH 11/11] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH] fstests: add helper to canonicalize devices used to enable persistent disks
 2023-07-26 16:28 UTC  (6+ messages)

[syzbot] [gfs2?] KASAN: use-after-free Read in qd_unlock (2)
 2023-07-26 16:14 UTC  (4+ messages)

[PATCH v2] init: Add support for rootwait timeout parameter
 2023-07-26 15:22 UTC 

[PATCH v4 0/5] io_uring getdents
 2023-07-26 15:00 UTC  (5+ messages)
` [PATCH 3/5] io_uring: add support for getdents
` [PATCH RFC 5/5] disable fixed file for io_uring getdents for now

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-07-26 14:57 UTC  (16+ messages)
  ` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[PATCH] fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUs
 2023-07-26 14:31 UTC  (2+ messages)

[syzbot] [fs?] WARNING in __brelse (3)
 2023-07-26 14:30 UTC 

[PATCH v7 00/11] ceph: support idmapped mounts
 2023-07-26 14:10 UTC  (12+ messages)
` [PATCH v7 01/11] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v7 02/11] ceph: stash idmapping in mdsc request
` [PATCH v7 03/11] ceph: handle idmapped mounts in create_request_message()
` [PATCH v7 04/11] ceph: pass an idmapping to mknod/symlink/mkdir
` [PATCH v7 05/11] ceph: allow idmapped getattr inode op
` [PATCH v7 06/11] ceph: allow idmapped permission "
` [PATCH v7 07/11] ceph: pass idmap to __ceph_setattr
` [PATCH v7 08/11] ceph: allow idmapped setattr inode op
` [PATCH v7 09/11] ceph/acl: allow idmapped set_acl "
` [PATCH v7 10/11] ceph/file: allow idmapped atomic_open "
` [PATCH v7 11/11] ceph: allow idmapped mounts

[PATCH v7 00/11] ceph: support idmapped mounts
 2023-07-26 14:06 UTC  (12+ messages)
` [PATCH v7 01/11] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v7 02/11] ceph: stash idmapping in mdsc request
` [PATCH v7 03/11] ceph: handle idmapped mounts in create_request_message()
` [PATCH v7 04/11] ceph: pass an idmapping to mknod/symlink/mkdir
` [PATCH v7 05/11] ceph: allow idmapped getattr inode op
` [PATCH v7 06/11] ceph: allow idmapped permission "
` [PATCH v7 07/11] ceph: pass idmap to __ceph_setattr
` [PATCH v7 08/11] ceph: allow idmapped setattr inode op
` [PATCH v7 09/11] ceph/acl: allow idmapped set_acl "
` [PATCH v7 10/11] ceph/file: allow idmapped atomic_open "
` [PATCH v7 11/11] ceph: allow idmapped mounts

[PATCH 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-07-26 14:06 UTC  (9+ messages)
    ` [PATCH 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
    ` [PATCH 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
    ` [PATCH 03/14] sysctl: Add ctl_table_size to ctl_table_header
    ` [PATCH 04/14] sysctl: Add size argument to init_header
    ` [PATCH 05/14] sysctl: Add a size arg to __register_sysctl_table
    ` [PATCH 06/14] sysctl: Add size to register_sysctl
    ` [PATCH 07/14] sysctl: Add size arg to __register_sysctl_init
    ` [PATCH 14/14] sysctl: Use size as stopping criteria for list macro

[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
 2023-07-26 13:49 UTC  (12+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read

[PATCH] crypto, cifs: Fix error handling in extract_iter_to_sg()
 2023-07-26 13:38 UTC  (2+ messages)

[PATCH 00/20] bcachefs prereqs patch series
 2023-07-26 13:23 UTC  (13+ messages)
` [PATCH 04/20] block: Add some exports for bcachefs
` [PATCH 05/20] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 06/20] block: Bring back zero_fill_bio_iter

[RFC 0/7] io_uring lseek
 2023-07-26 13:22 UTC  (9+ messages)
` [PATCH 1/7] iomap: merge iomap_seek_hole() and iomap_seek_data()
` [PATCH 2/7] xfs: add nowait support for xfs_seek_iomap_begin()
` [PATCH 3/7] add nowait parameter for iomap_seek()
` [PATCH 4/7] add llseek_nowait() for struct file_operations
` [PATCH 5/7] add llseek_nowait support for xfs
` [PATCH 6/7] add vfs_lseek_nowait()
` [PATCH 7/7] add lseek for io_uring

[PATCH v3 0/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
 2023-07-26 13:15 UTC  (11+ messages)
` [PATCH 3/3] fuse: write back dirty pages before direct write in direct_io_relax mode
  ` [External] [fuse-devel] "
              `  "

[PATCH] fs: open the block device after allocation the super_block
 2023-07-26 12:57 UTC  (5+ messages)

[PATCH] file: always lock position
 2023-07-26 12:53 UTC  (21+ messages)

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-07-26 12:44 UTC  (10+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 3/7] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v6 7/7] btrfs: convert to multigrain timestamps

[PATCH v2] splice, net: Fix splice_to_socket() for O_NONBLOCK socket
 2023-07-26 11:42 UTC  (2+ messages)

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-26  9:33 UTC  (75+ messages)
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless

[PATCH] epoll: simplify ep_alloc()
 2023-07-26  9:06 UTC  (2+ messages)

[PATCH] proc/vmcore: fix signedness bug in read_from_oldmem()
 2023-07-26  8:41 UTC  (5+ messages)

[PATCH v25 5/5] selftests: mm: add pagemap ioctl tests
 2023-07-26  8:34 UTC  (14+ messages)
  ` fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
        ` [v2] "
                      ` [v3] "

[PATCH] smaps: Fix the abnormal memory statistics obtained through /proc/pid/smaps
 2023-07-26  7:34 UTC 

[PATCH v7 3/3] shmem: stable directory offsets
 2023-07-26  2:55 UTC  (6+ messages)

[PATCH 0/2] softirq: redefine the type of kernel_stat.softirqs[] as unsigned long
 2023-07-26  0:59 UTC  (7+ messages)
` [PATCH 1/2] softirq: fix integer overflow in function show_stat()

[PATCH] kernfs: attach uuid for every kernfs and report it in fsid
 2023-07-25 23:58 UTC  (5+ messages)

[PATCH] Revert "page cache: fix page_cache_next/prev_miss off by one"
 2023-07-25 18:31 UTC 

[PATCH RFC] libfs: Remove parent dentry locking in offset_iterate_dir()
 2023-07-25 18:31 UTC 

[PATCH V6 0/7] shmem: Add user and group quota support for tmpfs
 2023-07-25 17:33 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-for-next updated to a67371b7aee9
 2023-07-25 16:11 UTC 


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 NNTP newsgroup(s).