linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-03 03:29:49 to 2023-03-06 18:00:02 UTC [more...]

[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
 2023-03-06 17:04 UTC  (46+ messages)
` [PATCH 01/28] ima: Align ima_inode_post_setattr() definition with "
` [PATCH 02/28] ima: Align ima_post_path_mknod() "
` [PATCH 03/28] ima: Align ima_post_create_tmpfile() "
` [PATCH 04/28] ima: Align ima_file_mprotect() "
` [PATCH 05/28] ima: Align ima_inode_setxattr() "
` [PATCH 06/28] ima: Align ima_inode_removexattr() "
` [PATCH 07/28] ima: Align ima_post_read_file() "
` [PATCH 08/28] evm: Align evm_inode_post_setattr() "
` [PATCH 09/28] evm: Align evm_inode_setxattr() "
` [PATCH 10/28] evm: Align evm_inode_post_setxattr() "
` [PATCH 11/28] evm: Complete description of evm_inode_setattr()
` [PATCH 12/28] fs: Fix description of vfs_tmpfile()
` [PATCH 13/28] security: Align inode_setattr hook definition with EVM
` [PATCH 14/28] security: Introduce inode_post_setattr hook
` [PATCH 15/28] security: Introduce inode_post_removexattr hook
` [PATCH 16/28] security: Introduce file_post_open hook
` [PATCH 17/28] security: Introduce file_pre_free_security hook
` [PATCH 18/28] security: Introduce path_post_mknod hook
` [PATCH 19/28] security: Introduce inode_post_create_tmpfile hook
` [PATCH 20/28] security: Introduce inode_post_set_acl hook
` [PATCH 21/28] security: Introduce inode_post_remove_acl hook
` [PATCH 22/28] security: Introduce key_post_create_or_update hook
` [PATCH 23/28] security: Introduce LSM_ORDER_LAST
` [PATCH 24/28] ima: Move to LSM infrastructure
` [PATCH 25/28] ima: Move IMA-Appraisal "
` [PATCH 26/28] evm: Move "
` [PATCH 27/28] integrity: Move integrity functions to the "
` [PATCH 28/28] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[syzbot] [nilfs?] KMSAN: kernel-infoleak in nilfs_ioctl_wrap_copy
 2023-03-06 17:56 UTC 

[syzbot] [nilfs?] KMSAN: uninit-value in nilfs_add_checksums_on_logs
 2023-03-06 17:55 UTC 

[syzbot] [hfs?] KMSAN: uninit-value in hfs_find_set_zero_bits
 2023-03-06 17:55 UTC 

[syzbot] [nilfs?] general protection fault in nilfs_flush_segment
 2023-03-06 17:50 UTC 

[PATCH] sysctl: fix proc_dobool() usability
 2023-03-06 17:47 UTC  (5+ messages)
` Request to backport "sysctl: fix proc_dobool() usability" to stable kernels

[syzbot] [cluster?] general protection fault in gfs2_dump_glock (2)
 2023-03-06 17:44 UTC 

[syzbot] [hfs?] kernel BUG in __block_write_full_page
 2023-03-06 17:44 UTC 

[syzbot] [hfs?] kernel BUG in hfsplus_bnode_unhash
 2023-03-06 17:44 UTC 

[PATCH 01/21] fs: readahead_begin() to call before locking folio
 2023-03-06 16:53 UTC 

[RFC PATCH 0/9] fuse: API for Checkpoint/Restore
 2023-03-06 16:44 UTC  (15+ messages)
` [RFC PATCH 4/9] fuse: handle stale inode connection in fuse_queue_forget
` [RFC PATCH 5/9] fuse: move fuse connection flags to the separate structure
` [RFC PATCH 6/9] fuse: take fuse connection generation into account
` [RFC PATCH 7/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_REINIT)

[LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
 2023-03-06 16:17 UTC  (17+ messages)

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-06 16:12 UTC  (33+ messages)

[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
 2023-03-06 15:32 UTC  (4+ messages)
` [PATCH 11/17] unicode: remove MODULE_LICENSE in non-modules

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-06 15:27 UTC  (7+ messages)
` [PATCH 3/7] hv: simplify sysctl registration
` [PATCH 4/7] md: "
` [PATCH 7/7] xen: simplify sysctl registration for balloon

[PATCH] Documentation: update idmappings.rst
 2023-03-06 14:11 UTC 

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2023-03-06 13:03 UTC  (5+ messages)
  ` [RESEND PATCH v9 04/14] iomap: Add flags parameter to iomap_page_create()

[syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename2
 2023-03-06 11:34 UTC 

[PATCH] mm: Return early in truncate_pagecache if newsize overflows
 2023-03-06 11:33 UTC 

[PATCH] fs: Fix description of vfs_tmpfile()
 2023-03-06 10:35 UTC 

[PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
 2023-03-06 15:21 UTC  (4+ messages)

[PATCH v3 00/10] acl: drop posix acl handlers from xattr handlers
 2023-03-06  9:26 UTC  (5+ messages)

[PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
 2023-03-06  9:10 UTC  (2+ messages)

[PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
 2023-03-06  6:07 UTC 

[PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
 2023-03-06  6:05 UTC 

[PATCH v3 1/2] capability: add cap_isidentical
 2023-03-06  5:43 UTC  (49+ messages)
` [PATCH v3 2/2] vfs: avoid duplicating creds in faccessat if possible

[git pull] add Christian Brauner as co-maintainer
 2023-03-05 19:37 UTC  (2+ messages)

[PATCH 20/31] ext4: Convert __ext4_block_zero_page_range() to use a folio
 2023-03-05 12:26 UTC  (2+ messages)

[PATCH 24/31] ext4: Convert ext4_mpage_readpages() to work on folios
 2023-03-05 11:26 UTC  (2+ messages)

[PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
 2023-03-05 11:18 UTC  (2+ messages)

[PATCH 02/31] fscrypt: Add some folio helper functions
 2023-03-05  9:06 UTC  (2+ messages)

[PATCH 01/31] fs: Add FGP_WRITEBEGIN
 2023-03-05  8:53 UTC  (2+ messages)

[PATCH] unicode: update unicode database unicode version 15.0.0
 2023-03-05  8:30 UTC 

[RFC PATCH v2] hostfs: handle idmapped mounts
 2023-03-04 12:01 UTC  (4+ messages)

[syzbot] [hfs?] KASAN: invalid-free in hfs_release_folio
 2023-03-04  8:49 UTC 

[LSF/MM/BPF] Running BOF
 2023-03-04  5:03 UTC 

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-03-04  2:28 UTC  (17+ messages)
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.3 "
` [PATCH 13/14] xfs: document the userspace fsck driver program
` [PATCH 14/14] xfs: document future directions of online fsck

[syzbot] KASAN: use-after-free Read in kill_fasync
 2023-03-04  0:24 UTC  (2+ messages)
` [syzbot] [fs?] "

[PATCH] mm: compaction: limit illegal input parameters of compact_memory interface
 2023-03-03 22:11 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_group_desc_csum
 2023-03-03 21:43 UTC 

[syzbot] [ntfs?] UBSAN: shift-out-of-bounds in ntfs_read_inode_mount
 2023-03-03 17:36 UTC 

[PATCH 0/2] folio_copy_tail
 2023-03-03 12:05 UTC  (4+ messages)
` [PATCH 1/2] filemap: Add folio_copy_tail()
` [PATCH 2/2] iomap: Use folio_copy_tail()

[git pull] vfs.git sysv pile
 2023-03-03  9:24 UTC  (12+ messages)

[syzbot] [nilfs?] WARNING in nilfs_btree_propagate
 2023-03-03  9:23 UTC 

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-03  6:07 UTC  (2+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in __dquot_initialize
 2023-03-03  5:33 UTC 

[PATCH v3] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-03-03  5:23 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).