linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-07 05:47:53 to 2023-11-08 17:00:43 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-08 17:00 UTC  (11+ messages)
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access

[RFC 0/6] tracking fd counts per cgroup
 2023-11-08 16:57 UTC  (8+ 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

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 16:27 UTC  (17+ messages)
` [PATCH 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 02/10] umh: "
` [PATCH 03/10] ftrace: "
` [PATCH 04/10] timekeeping: "
` [PATCH 05/10] seccomp: "
` [PATCH 06/10] scheduler: "
` [PATCH 07/10] printk: "
` [PATCH 08/10] kprobes: "
` [PATCH 09/10] delayacct: "
` [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  (17+ messages)
` [PATCH 01/18] fs: indicate request originates from old mount api
` [PATCH 04/18] btrfs: move space cache settings into open_ctree
` [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

[PATCH 0/5] More buffer_head cleanups
 2023-11-08 15:22 UTC  (9+ 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

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

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-08 14:28 UTC  (5+ 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

[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)

[GIT PULL] xfs: new code for 6.7
 2023-11-08  9:56 UTC 

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

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

[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 v4 4/6] add statmount(2) syscall
 2023-11-08  7:58 UTC  (3+ 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  (49+ messages)
` [PATCH v5 01/23] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v5 02/23] ima: Align ima_file_mprotect() "
` [PATCH v5 03/23] ima: Align ima_inode_setxattr() "
` [PATCH v5 04/23] ima: Align ima_inode_removexattr() "
` [PATCH v5 05/23] ima: Align ima_post_read_file() "
` [PATCH v5 06/23] evm: Align evm_inode_post_setattr() "
` [PATCH v5 07/23] evm: Align evm_inode_setxattr() "
` [PATCH v5 08/23] evm: Align evm_inode_post_setxattr() "
` [PATCH v5 09/23] security: Align inode_setattr hook definition with EVM
` [PATCH v5 10/23] security: Introduce inode_post_setattr hook
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook
` [PATCH v5 12/23] security: Introduce file_post_open hook
` [PATCH v5 13/23] security: Introduce file_pre_free_security hook
` [PATCH v5 14/23] security: Introduce path_post_mknod hook
` [PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
` [PATCH v5 16/23] security: Introduce inode_post_set_acl hook
` [PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
` [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 "
` [PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[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 

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

[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-11-07 22:41 UTC  (8+ 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 0/3] Add folio_zero_tail() and folio_fill_tail()
 2023-11-07 21:26 UTC  (4+ 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()

[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)

[PATCH AUTOSEL 5.10 16/16] exfat: support handle zero-size directory
 2023-11-07 15:52 UTC 

[PATCH AUTOSEL 5.15 22/22] exfat: support handle zero-size directory
 2023-11-07 15:51 UTC 

[PATCH AUTOSEL 6.1 29/30] exfat: support handle zero-size directory
 2023-11-07 15:50 UTC 

[PATCH AUTOSEL 6.5 33/34] exfat: support handle zero-size directory
 2023-11-07 15:48 UTC 

[PATCH AUTOSEL 6.6 35/36] exfat: support handle zero-size directory
 2023-11-07 15:46 UTC 

[PATCH 0/7 v3] block: Add config option to not allow writing to mounted devices
 2023-11-07 15:32 UTC  (4+ messages)
` [PATCH 1/7] bcachefs: Convert to bdev_open_by_path()

[syzbot] [btrfs?] WARNING in btrfs_put_block_group
 2023-11-07 15:19 UTC  (2+ messages)

[RFC PATCH] fs: make s_count atomic_t
 2023-11-07 15:01 UTC  (4+ messages)

[RFC] weirdness in f2fs_rename() with RENAME_WHITEOUT
 2023-11-07 13:55 UTC  (3+ messages)

[PATCH] fuse: Track process write operations in both direct and writethrough modes
 2023-11-07  8:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl
 2023-11-07  7:49 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).