linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-26 10:58:53 to 2023-07-27 09:11:04 UTC [more...]

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  8:55 UTC  (52+ messages)
` [PATCH v3 01/49] binder: fix memory leak in binder_init()
` [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker
` [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker
` [PATCH v3 11/49] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v3 18/49] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v3 19/49] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v3 26/49] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v3 30/49] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v3 31/49] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v3 35/49] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v3 36/49] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
` [PATCH v3 43/49] mm: shrinker: remove old APIs
` [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless
` [PATCH v3 47/49] mm: shrinker: make memcg "
` [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH] fuse: enable larger read buffers for readdir
 2023-07-27  8:12 UTC  (10+ messages)
` [PATCH] fuse: enable larger read buffers for readdir [v2]

[RFC PATCH v2 00/10] Rust PuzleFS filesystem driver
 2023-07-27  8:06 UTC  (17+ 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

Semantics of fuse_notify_delete()
 2023-07-27  8:04 UTC  (2+ messages)

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

[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_load_inode_block (2)
 2023-07-27  7:52 UTC  (2+ messages)

[PATCH v7 00/11] ceph: support idmapped mounts
 2023-07-27  7:35 UTC  (15+ 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

[syzbot] WARNING in path_openat
 2023-07-27  6:47 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-27  6:42 UTC  (20+ 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

[PATCH v2] init: Add support for rootwait timeout parameter
 2023-07-27  6:08 UTC  (2+ messages)

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

[PATCH v2] splice, net: Fix splice_to_socket() for O_NONBLOCK socket
 2023-07-27  5:00 UTC  (3+ messages)

[PATCH v3 0/5] Add a new fchmodat4() syscall
 2023-07-27  3:57 UTC  (10+ messages)
` [PATCH v4 0/5] Add a new fchmodat2() syscall
  ` [PATCH v4 2/5] fs: Add fchmodat2()
` Add fchmodat2() - or add a more general syscall?

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  3:34 UTC  (6+ messages)
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless

Kernel NULL pointer deref and data corruptions with xfs on 6.1
 2023-07-27  3:27 UTC  (2+ messages)

[PATCH] Fix BUG: KASAN: use-after-free in trace_event_raw_event_filelock_lock
 2023-07-27  2:15 UTC  (4+ messages)

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

[PATCH] fstests: add helper to canonicalize devices used to enable persistent disks
 2023-07-27  1:26 UTC  (9+ messages)

[syzbot] [gfs2?] KASAN: use-after-free Read in qd_unlock (2)
 2023-07-27  1:09 UTC  (5+ messages)

[RFC PATCH 0/3] Rename "cifs" module to "smbfs"
 2023-07-27  0:24 UTC  (6+ messages)
` [RFC PATCH 1/3] cifs: change module name to "smbfs.ko"

[syzbot] [ntfs3?] WARNING: nested lock was not taken in ntfs_file_write_iter
 2023-07-26 22:56 UTC 

[RFC 0/7] io_uring lseek
 2023-07-26 22:14 UTC  (11+ 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 5/7] add llseek_nowait support for xfs

[PATCH] vboxsf: Use flexible arrays for trailing string member
 2023-07-26 21:55 UTC  (2+ messages)

[PATCH] crypto, cifs: Fix error handling in extract_iter_to_sg()
 2023-07-26 20:37 UTC  (3+ messages)

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

[PATCH 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-07-26 18:15 UTC  (11+ 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 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-26 17:06 UTC  (16+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()
` [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 10/11] MAINTAINERS: Add co-maintainer for maple tree
` [PATCH 11/11] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[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] 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: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/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

[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  (11+ messages)

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-07-26 12:44 UTC  (3+ messages)
` [PATCH v6 7/7] btrfs: convert to "

Add fchmodat2() - or add a more general syscall?
 2023-07-25 16:10 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).