public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-01 07:22:59 to 2023-03-03 18:28:27 UTC [more...]

[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
 2023-03-03 18:25 UTC  (12+ messages)
` [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 23/28] security: Introduce LSM_ORDER_LAST
` [PATCH 24/28] ima: Move to LSM infrastructure

[RFC PATCH 0/9] fuse: API for Checkpoint/Restore
 2023-03-03 18:26 UTC  (3+ messages)
` [RFC PATCH 5/9] fuse: move fuse connection flags to the separate structure

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-03 18:16 UTC  (11+ messages)
` [PATCH 1/7] scsi: simplify sysctl registration with register_sysctl()
` [PATCH 2/7] ipmi: simplify sysctl registration
` [PATCH 3/7] hv: "
` [PATCH 4/7] md: "
` [PATCH 5/7] sgi-xp: "
` [PATCH 6/7] tty: "
` [PATCH 7/7] xen: simplify sysctl registration for balloon

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

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

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

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

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-03 13:11 UTC  (13+ messages)

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

[syzbot] [nilfs?] possible deadlock in nilfs_evict_inode
 2023-03-03  0:48 UTC 

[PATCH] mm: compaction: limit illegal input parameters of compact_memory interface
 2023-03-03  0:44 UTC 

[PATCH 0/3] smb3, afs: Revert changes to {cifs,afs}_writepages_region()
 2023-03-02 23:41 UTC  (11+ messages)
` [PATCH 1/3] mm: Add a function to get a single tagged folio from a file
` [PATCH 2/3] afs: Partially revert and use filemap_get_folio_tag()
` [PATCH 3/3] cifs: "
` Test patch to remove per-page dirty region tracking from afs
  ` Test patch to make afs use write_cache_pages()
    ` Test patch to make afs use its own version of write_cache_pages()
` cifs test patch to convert to using write_cache_pages()
  ` cifs test patch to make cifs use its own version of write_cache_pages()

[PATCH 00/11] sysctl: deprecate register_sysctl_paths()
 2023-03-02 23:13 UTC  (20+ messages)
` [PATCH 01/11] proc_sysctl: update docs for __register_sysctl_table()
` [PATCH 02/11] proc_sysctl: move helper which creates required subdirectories
` [PATCH 03/11] sysctl: clarify register_sysctl_init() base directory order
` [PATCH 04/11] apparmor: simplify sysctls with register_sysctl_init()
` [PATCH 05/11] loadpin: simplify sysctls use with register_sysctl()
` [PATCH 06/11] yama: simplfy sysctls "
` [PATCH 07/11] seccomp: simplify sysctls with register_sysctl_init()
` [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()
` [PATCH 09/11] fs-verity: "
` [PATCH 10/11] csky: simplify alignment sysctl registration
` [PATCH 11/11] proc_sysctl: deprecate register_sysctl_paths()

[PATCH] userfaultfd: move unprivileged_userfaultfd sysctl to its own file
 2023-03-02 21:58 UTC  (2+ messages)

[PATCH 0/3] kernfs: Introduce separate rwsem to protect inode
 2023-03-02 21:28 UTC  (9+ messages)
` [PATCH 1/3] kernfs: Introduce separate rwsem to protect inode attributes
` [PATCH 2/3] kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info
` [PATCH 3/3] kernfs: change kernfs_rename_lock into a read-write lock

[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
 2023-03-02 21:17 UTC  (2+ messages)
` [PATCH 11/17] unicode: remove MODULE_LICENSE in non-modules

[RFC 1/3] file: Introduce iterate_fd_locked
 2023-03-02 22:21 UTC  (4+ messages)
` [RFC 2/3] file: allow callers to free the old file descriptor after dup2
` [RFC 3/3] file, epoll: Implement do_replace() and eventpoll_replace()

[PATCH] locks: avoid usage of list iterator after loop in generic_delete_lease()
 2023-03-02 20:35 UTC  (3+ messages)

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-02 19:58 UTC  (3+ messages)
` [PATCH printk v1 05/18] printk: Add non-BKL console basic infrastructure
` [PATCH printk v1 00/18] serial: 8250: implement non-BKL console

[PATCH v5 1/2] fs/proc: optimize register ctl_tables
 2023-03-02 19:52 UTC  (8+ messages)

[RFCv3 1/3] iomap: Allocate iop in ->write_begin() early
 2023-03-02 18:59 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
 2023-03-02 15:48 UTC 

[RFCv3 0/3] iomap: Add support for subpage dirty state tracking to improve write performance
 2023-03-02 14:02 UTC  (3+ messages)
` [RFCv3 3/3] iomap: Support subpage size dirty "

[syzbot] [ext4?] possible deadlock in __ext4_mark_inode_dirty
 2023-03-02 13:48 UTC 

[PATCH] fs/ceph/mds_client: ignore responses for waiting requests
 2023-03-02 13:06 UTC 

[syzbot] [reiserfs?] possible deadlock in delete_one_xattr (2)
 2023-03-02 10:40 UTC 

Locking issue with directory renames
 2023-03-02  9:21 UTC  (7+ messages)

[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
 2023-03-02  8:41 UTC  (8+ messages)
` [PATCH RFC v2 bpf-next 1/9] mm: "

[RFC PATCH v2] hostfs: handle idmapped mounts
 2023-03-02  8:39 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] State Of The Page
 2023-03-02  4:16 UTC  (7+ messages)

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-03-02  0:39 UTC  (16+ messages)
` [PATCH 14/14] xfs: document future directions of "
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.3 "
` [PATCH 13/14] xfs: document the userspace fsck driver program
` [PATCH 10/14] xfs: document full filesystem scans for online fsck

[syzbot] [ntfs?] KASAN: use-after-free Read in ntfs_attr_find (2)
 2023-03-01 23:29 UTC 

[syzbot] [ext4?] possible deadlock in evict (3)
 2023-03-01 21:55 UTC  (3+ messages)

[syzbot] [jfs?] KASAN: use-after-free Read in lbmIODone (2)
 2023-03-01 21:54 UTC 

[syzbot] [fscrypt?] possible deadlock in fscrypt_initialize (2)
 2023-03-01 19:02 UTC  (2+ messages)

[PATCH 0/1] smb3: Memory leak/page refcount overflow fix
 2023-03-01 18:24 UTC  (5+ messages)
` [PATCH 1/1] cifs: Fix memory leak in direct I/O

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-01 17:08 UTC  (3+ messages)

[syzbot] [ext4?] memory leak in ext4_expand_extra_isize_ea
 2023-03-01 17:04 UTC 

[syzbot] [udf?] WARNING in __brelse (2)
 2023-03-01 16:54 UTC 

[PATCH 0/3] udf: Fix handling of in-ICB files
 2023-03-01 16:16 UTC  (6+ messages)
` [PATCH 1/3] udf: Fix lost writes in udf_adinicb_writepage()
` [PATCH 2/3] udf: Fix reading of in-ICB files
` [PATCH 3/3] udf: Warn if block mapping is done for "

[PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
 2023-03-01 13:26 UTC  (20+ messages)
` AUTOSEL process

KASAN: use-after-free Read in inode_cgwb_move_to_attached
 2023-03-01 12:45 UTC  (4+ messages)

[syzbot] [ext4?] possible deadlock in jbd2_log_wait_commit
 2023-03-01 12:42 UTC  (3+ messages)

[PATCH] erofs: support for mounting a single block device with multiple devices
 2023-03-01  7:44 UTC  (3+ messages)
  `  "

[linus:master] [mm/mmap] 0503ea8f5b: kernel_BUG_at_mm/filemap.c
 2023-03-01  7:31 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox