linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-07 17:47:25 to 2023-11-09 06:21:04 UTC [more...]

[RFC] simplifying fast_dput(), dentry_kill() et.al
 2023-11-09  6:20 UTC  (30+ messages)
            ` [RFC][PATCHSET v2] "
              ` [PATCH 01/22] struct dentry: get rid of randomize_layout idiocy
                ` [PATCH 02/22] switch nfsd_client_rmdir() to use of simple_recursive_removal()
                ` [PATCH 03/22] coda_flag_children(): cope with dentries turning negative
                ` [PATCH 04/22] dentry: switch the lists of children to hlist
                ` [PATCH 05/22] centralize killing dentry from shrink list
                ` [PATCH 06/22] get rid of __dget()
                ` [PATCH 07/22] shrink_dentry_list(): no need to check that dentry refcount is marked dead
                ` [PATCH 08/22] fast_dput(): having ->d_delete() is not reason to delay refcount decrement
                ` [PATCH 09/22] fast_dput(): handle underflows gracefully
                ` [PATCH 10/22] fast_dput(): new rules for refcount
                ` [PATCH 11/22] __dput_to_list(): do decrement of refcount in the callers
                ` [PATCH 12/22] Make retain_dentry() neutral with respect to refcounting
                ` [PATCH 13/22] __dentry_kill(): get consistent rules for victim's refcount
                ` [PATCH 14/22] dentry_kill(): don't bother with retain_dentry() on slow path
                ` [PATCH 15/22] Call retain_dentry() with refcount 0
                ` [PATCH 16/22] fold the call of retain_dentry() into fast_dput()
                ` [PATCH 17/22] don't try to cut corners in shrink_lock_dentry()
                ` [PATCH 18/22] fold dentry_kill() into dput()
                ` [PATCH 19/22] to_shrink_list(): call only if refcount is 0
                ` [PATCH 20/22] switch select_collect{,2}() to use of to_shrink_list()
                ` [PATCH 21/22] d_prune_aliases(): use a shrink list
                ` [PATCH 22/22] __dentry_kill(): new locking scheme

[PATCH -next V2] proc: support file->f_pos checking in mem_lseek
 2023-11-09 10:26 UTC  (3+ messages)

[GIT PULL] xfs: new code for 6.7
 2023-11-09  4:51 UTC  (5+ messages)

[PATCH 0/4] Make folio_start_writeback return void
 2023-11-09  4:33 UTC  (7+ messages)
` [PATCH 1/4] mm: Remove test_set_page_writeback()
` [PATCH 2/4] afs: Do not test the return value of folio_start_writeback()
` [PATCH 3/4] smb: "
` [PATCH 4/4] mm: Return void from folio_start_writeback() and related functions

[RFC][PATCH 0/4] mm, page_owner: make the owner in page owner clearer
 2023-11-09  3:25 UTC  (5+ messages)
` [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the "
` [RFC][PATCH 2/4] mm, slub: implement slub allocate post callback for page_owner
` [RFC][PATCH 3/4] filemap: implement filemap "
` [RFC][PATCH 4/4] mm/rmap: implement anonmap "

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-09  1:08 UTC  (6+ messages)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2023-11-09  0:17 UTC  (13+ messages)

[PATCH 0/3] Add folio_zero_tail() and folio_fill_tail()
 2023-11-09  0:12 UTC  (6+ messages)
` [PATCH 1/3] mm: Add folio_zero_tail() and use it in ext4
` [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap
` [PATCH 3/3] gfs2: Convert stuffed_readpage() to stuffed_read_folio()

[syzbot] Monthly ext4 report (Nov 2023)
 2023-11-08 23:44 UTC 

[syzbot] Monthly xfs report (Nov 2023)
 2023-11-08 23:44 UTC 

[PATCH v2 00/18] btrfs: convert to the new mount API
 2023-11-08 23:02 UTC  (20+ messages)
` [PATCH v2 01/18] fs: indicate request originates from old mount api
` [PATCH v2 02/18] btrfs: split out the mount option validation code into its own helper
` [PATCH v2 03/18] btrfs: set default compress type at btrfs_init_fs_info time
` [PATCH v2 04/18] btrfs: move space cache settings into open_ctree
` [PATCH v2 05/18] btrfs: do not allow free space tree rebuild on extent tree v2
` [PATCH v2 06/18] btrfs: split out ro->rw and rw->ro helpers into their own functions
` [PATCH v2 07/18] btrfs: add a NOSPACECACHE mount option flag
` [PATCH v2 08/18] btrfs: add fs_parameter definitions
` [PATCH v2 09/18] btrfs: add parse_param callback for the new mount api
` [PATCH v2 10/18] btrfs: add fs context handling functions
` [PATCH v2 11/18] btrfs: add reconfigure callback for fs_context
` [PATCH v2 12/18] btrfs: add get_tree callback for new mount API
` [PATCH v2 13/18] btrfs: handle the ro->rw transition for mounting different subovls
` [PATCH v2 14/18] btrfs: switch to the new mount API
` [PATCH v2 15/18] btrfs: move the device specific mount options to super.c
` [PATCH v2 16/18] btrfs: remove old mount API code
` [PATCH v2 17/18] btrfs: move one shot mount option clearing to super.c
` [PATCH v2 18/18] btrfs: set clear_cache if we use usebackuproot

[PATCH v2] virtiofs: Export filesystem tags through sysfs
 2023-11-08 21:33 UTC 

[PATCH] virtiofs: Export filesystem tags through sysfs
 2023-11-08 21:13 UTC  (3+ messages)

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-08 21:09 UTC  (7+ messages)
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object

[RFC 0/6] tracking fd counts per cgroup
 2023-11-08 21:01 UTC  (9+ messages)
` [RFC 1/6] fs: count_open_files() -> count_possible_open_files()
` [RFC 2/6] fs: introduce count_open_files()
` [RFC 3/6] misc: introduce misc_cg_charge()
` [RFC 4/6] misc cgroup: introduce an fd counter
` [RFC 5/6] selftests/cgroup: add a flags arg to clone_into_cgroup()
` [RFC 6/6] selftests/cgroup: add a test for misc cgroup

[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-11-08 20:19 UTC  (11+ messages)
` [RESEND v5 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [RESEND v5 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [RESEND v5 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [RESEND v5 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types

[PATCH v4 4/6] add statmount(2) syscall
 2023-11-08 20:10 UTC  (4+ messages)

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-11-08 18:24 UTC  (8+ messages)
` [PATCH 1/6] "

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-11-08 18:19 UTC  (4+ messages)

[PATCH 0/5] More buffer_head cleanups
 2023-11-08 17:30 UTC  (10+ messages)
` [PATCH 1/5] buffer: Return bool from grow_dev_folio()
` [PATCH 2/5] buffer: Calculate block number inside folio_init_buffers()
` [PATCH 3/5] buffer: Fix grow_buffers() for block size > PAGE_SIZE
` [PATCH 4/5] buffer: Cast block to loff_t before shifting it
` [PATCH 5/5] buffer: Fix various functions for block size > PAGE_SIZE

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 16:27 UTC  (10+ messages)
` [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 05/10] seccomp: "
` [PATCH 08/10] kprobes: "
` [PATCH 10/10] bpf: "

add and use a per-mapping stable writes flag v2
 2023-11-08 16:25 UTC  (3+ messages)

[PATCH v4 0/6] querying mount attributes
 2023-11-08 16:23 UTC  (7+ messages)
` [PATCH v4 5/6] add listmount(2) syscall

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-11-08 16:20 UTC  (31+ messages)

[PATCH 00/18] btrfs: convert to the new mount API
 2023-11-08 15:53 UTC  (15+ messages)
` [PATCH 01/18] fs: indicate request originates from old mount api
` [PATCH 06/18] btrfs: split out ro->rw and rw->ro helpers into their own functions
` [PATCH 10/18] btrfs: add fs context handling functions
` [PATCH 12/18] btrfs: add get_tree callback for new mount API
` [PATCH 13/18] btrfs: handle the ro->rw transition for mounting different subovls
` [PATCH 14/18] btrfs: switch to the new mount API

[syzbot] [f2fs?] kernel BUG in f2fs_evict_inode (2)
 2023-11-08 15:01 UTC 

[viro-vfs:work.dcache2 2/22] fs/coda/cache.c:98:53: error: passing argument 1 of 'd_inode_rcu' from incompatible pointer type
 2023-11-08 13:07 UTC 

[PATCH] fs : Fix warning using plain integer as NULL
 2023-11-08 10:50 UTC  (5+ messages)

[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-08  9:56 UTC  (7+ messages)
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements from ctl_table array

[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
 2023-11-08  9:20 UTC  (4+ messages)

[syzbot] [reiserfs?] possible deadlock in reiserfs_dirty_inode
 2023-11-08  8:00 UTC  (5+ messages)

[PATCH] fs: dcache: fix dget()/dget_dlock() kernel-doc
 2023-11-08  6:47 UTC  (2+ messages)

[RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
 2023-11-08  6:15 UTC  (12+ messages)

[PATCH] exfat: Fix uninit-value access in __exfat_write_inode()
 2023-11-08  5:52 UTC  (3+ messages)

[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-11-08  3:14 UTC  (14+ messages)
` [PATCH v5 18/23] security: Introduce key_post_create_or_update hook
` [PATCH v5 19/23] ima: Move to LSM infrastructure
` [PATCH v5 20/23] ima: Move IMA-Appraisal "
` [PATCH v5 21/23] evm: Move "
` [PATCH v5 22/23] integrity: Move integrity functions to the "

[RFC PATCH 00/19] Rust abstractions for VFS
 2023-11-08  2:39 UTC  (7+ messages)
` [RFC PATCH 10/19] rust: fs: introduce `FileSystem::read_folio`

Job vacancy
 2023-11-08  2:19 UTC 

[GIT PULL] overlayfs update for 6.7
 2023-11-07 21:07 UTC  (4+ messages)

[GIT PULL] bcachefs for 6.7-rc1, part 2
 2023-11-07 20:34 UTC  (2+ messages)

[GIT PULL] vfs fanotify fsid updates
 2023-11-07 20:34 UTC  (2+ messages)

[GIT PULL] vfs iomap updates
 2023-11-07 20:34 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 NNTP newsgroup(s).