linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-25 09:44:20 to 2023-10-27 08:44:04 UTC [more...]

[PATCH v4 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-10-27  8:42 UTC  (22+ messages)
` [PATCH v4 01/23] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v4 02/23] ima: Align ima_file_mprotect() "
` [PATCH v4 03/23] ima: Align ima_inode_setxattr() "
` [PATCH v4 04/23] ima: Align ima_inode_removexattr() "
` [PATCH v4 05/23] ima: Align ima_post_read_file() "
` [PATCH v4 06/23] evm: Align evm_inode_post_setattr() "
` [PATCH v4 07/23] evm: Align evm_inode_setxattr() "
` [PATCH v4 08/23] evm: Align evm_inode_post_setxattr() "
` [PATCH v4 09/23] security: Align inode_setattr hook definition with EVM
` [PATCH v4 10/23] security: Introduce inode_post_setattr hook
` [PATCH v4 11/23] security: Introduce inode_post_removexattr hook
` [PATCH v4 12/23] security: Introduce file_post_open hook
` [PATCH v4 13/23] security: Introduce file_pre_free_security hook
` [PATCH v4 14/23] security: Introduce path_post_mknod hook
` [PATCH v4 15/23] security: Introduce inode_post_create_tmpfile hook
` [PATCH v4 16/23] security: Introduce inode_post_set_acl hook
` [PATCH v4 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v4 18/23] security: Introduce key_post_create_or_update hook
` [PATCH v4 19/23] ima: Move to LSM infrastructure
` [PATCH v4 20/23] ima: Move IMA-Appraisal "
` [PATCH v4 21/23] evm: Move "

[PATCH v4 0/6] querying mount attributes
 2023-10-27  8:17 UTC  (9+ messages)
` [PATCH v4 1/6] add unique mount ID
` [PATCH v4 2/6] mounts: keep list of mounts in an rbtree
` [PATCH v4 3/6] namespace: extract show_path() helper
` [PATCH v4 4/6] add statmount(2) syscall
` [PATCH v4 5/6] add listmount(2) syscall
` [PATCH v4 6/6] wire up syscalls for statmount/listmount

[PATCH] iomap: fix iomap_dio_zero() for fs bs > system page size
 2023-10-27  8:03 UTC  (6+ messages)

[PATCH] fs: fix build error with CONFIG_EXPORTFS=m or not defined
 2023-10-27  8:02 UTC  (3+ messages)

[PATCH v2 0/4] Support more filesystems with FAN_REPORT_FID
 2023-10-27  7:32 UTC  (10+ messages)
` [PATCH v2 1/4] exportfs: add helpers to check if filesystem can encode/decode file handles
` [PATCH v2 2/4] exportfs: make ->encode_fh() a mandatory method for NFS export
` [PATCH v2 3/4] exportfs: define FILEID_INO64_GEN* file handle types

[PATCH] MAINTAINERS: create an entry for exportfs
 2023-10-27  7:30 UTC  (4+ messages)

[PATCH v2 0/3] fanotify support for btrfs sub-volumes
 2023-10-27  7:30 UTC  (10+ messages)
` [PATCH v2 1/3] fanotify: store fsid in mark instead of in connector
` [PATCH v2 2/3] fanotify: report the most specific fsid for btrfs
` [PATCH v2 3/3] fanotify: support setting marks in btrfs sub-volumes

[PATCH] exportfs: handle CONFIG_EXPORTFS=m also
 2023-10-27  7:28 UTC  (5+ messages)

[PATCH RFC 0/6] fs,block: yield devices
 2023-10-27  7:24 UTC  (22+ messages)
` [PATCH RFC 1/6] fs: simplify setup_bdev_super() calls
` [PATCH RFC 2/6] xfs: simplify device handling
` [PATCH RFC 3/6] ext4: "
` [PATCH RFC 4/6] bdev: simplify waiting for concurrent claimers
` (subset) [PATCH RFC 0/6] fs,block: yield devices

[PATCH v2 00/10] Implement freeze and thaw as holder operations
 2023-10-27  6:40 UTC  (25+ messages)
` [PATCH v2 01/10] fs: massage locking helpers
` [PATCH v2 03/10] bdev: surface the error from sync_blockdev()
` [PATCH v2 04/10] bdev: add freeze and thaw holder operations
` [PATCH v2 05/10] bdev: implement "
` [PATCH v2 08/10] fs: remove unused helper
` [PATCH v2 09/10] porting: document block device freeze and thaw changes
` [PATCH v2 10/10] blkdev: comment fs_holder_ops

[PATCH v2 00/39] Memory allocation profiling
 2023-10-27  6:35 UTC  (10+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-10-27  5:46 UTC  (15+ messages)
` [PATCH 1/3] fs: define a new super operation to get fsid
` [PATCH 2/3] btrfs: implement "
` [PATCH 3/3] fanotify: support reporting events with fid on btrfs sub-volumes

[syzbot] [jfs?] KASAN: slab-use-after-free Read in jfs_evict_inode
 2023-10-27  5:15 UTC 

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in unlock_page (2)
 2023-10-27  5:11 UTC 

[syzbot] [ext4?] general protection fault in locks_remove_posix
 2023-10-27  5:05 UTC 

[PATCH 1/2] lib/find: Make functions safe on changing bitmaps
 2023-10-27  3:51 UTC  (3+ messages)

[PATCH v7 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-27  3:38 UTC  (11+ messages)
` [PATCH v7 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v7 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v7 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v7 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v7 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v7 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v7 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v7 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v7 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v7 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[GIT PULL] iomap: bug fixes for 6.6-rc7
 2023-10-27  0:43 UTC  (9+ messages)

[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-26 18:18 UTC  (6+ messages)
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()

[RFC] rust: types: Add read_once and write_once
 2023-10-26 17:08 UTC  (12+ messages)

[RFC] weirdness in f2fs_rename() with RENAME_WHITEOUT
 2023-10-26 16:44 UTC  (3+ messages)

[PATCH -next] fs: Remove unneeded semicolon
 2023-10-26 15:23 UTC  (3+ messages)

[PATCH v3 0/5] Landlock: IOCTL support
 2023-10-26 14:55 UTC  (12+ messages)

[RFC PATCH 00/19] Rust abstractions for VFS
 2023-10-26 13:46 UTC  (4+ messages)
` [RFC PATCH 14/19] rust: fs: add per-superblock data

[PATCH] io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() failed
 2023-10-26 13:46 UTC  (3+ messages)

[syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
 2023-10-26  9:21 UTC  (3+ messages)

[brauner-vfs:vfs.misc.backing_file] [fs/pipe] cc03a5d65a: stress-ng.pipeherd.ops_per_sec -22.9% regression
 2023-10-26  8:26 UTC 

[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
 2023-10-26  5:42 UTC  (15+ messages)

[PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate
 2023-10-26  2:42 UTC  (5+ messages)
` [PATCH v10 2/8] fuse: introduce atomic open

[RESEND] fs: Fix typo in access_override_creds()
 2023-10-26  2:23 UTC 

[PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
 2023-10-26  2:21 UTC 

[PATCH] freevxfs: derive f_fsid from bdev->bd_dev
 2023-10-25 20:52 UTC  (3+ messages)

[PATCH] selftests:proc ProtectionKey check in smpas test
 2023-10-25 19:36 UTC 

[PATCH 01/10] highmem: Add folio_release_kmap()
 2023-10-25 18:20 UTC  (5+ messages)
` [PATCH 07/10] ext2: Handle large block size directories in ext2_delete_entry()
` [PATCH 08/10] ext2: Convert ext2_unlink() and ext2_rename() to use folios

[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-10-25 18:11 UTC  (7+ messages)
` [RESEND RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook
` [RESEND RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook
` [RESEND RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access
` [RESEND RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-10-25 15:19 UTC  (3+ messages)

add and use a per-mapping stable writes flag v2
 2023-10-25 14:40 UTC  (7+ messages)
` [PATCH 1/4] filemap: add a per-mapping stable writes flag
` [PATCH 2/4] block: update the stable_writes flag in bdev_add
` [PATCH 3/4] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 4/4] xfs: respect the stable writes flag on the RT device

[PATCH] fuse: derive f_fsid from s_dev and connection start time
 2023-10-25 14:21 UTC  (2+ messages)

[RFC][PATCH] fanotify: Enable FAN_REPORT_FID on more filesystem types
 2023-10-25 14:11 UTC  (7+ messages)

[syzbot] Monthly exfat report (Oct 2023)
 2023-10-25 13: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).