reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-26 01:47:26 to 2023-02-20 10:56:54 UTC [more...]

[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-02-20 10:56 UTC  (23+ messages)
` [PATCH v7 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v7 2/6] ocfs2: "
` [PATCH v7 3/6] security: Remove security_old_inode_init_security()
` [PATCH v7 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v7 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v7 6/6] evm: Support multiple LSMs providing an xattr

[syzbot] WARNING in reiserfs_readdir_inode
 2023-02-17  1:56 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[syzbot] BUG: unable to handle kernel NULL pointer dereference in reiserfs_find_entry
 2023-02-13 23:40 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[syzbot] [reiserfs?] BUG: corrupted list in percpu_counter_destroy
 2023-02-09  4:24 UTC 

[syzbot] [reiserfs?] panic: item_ops-NUM direntry_check_left: free space NUM, entry_count NUM
 2023-02-02 16:27 UTC 

reiserfsprogs: fail to build from sources on riscv64gc machine
 2023-02-02  9:27 UTC 

[PATCH v3 00/10] acl: drop posix acl handlers from xattr handlers
 2023-02-01 13:42 UTC  (5+ messages)
` [PATCH v3 06/10] reiserfs: rework ->listxattr() implementation
` [PATCH v3 08/10] reiserfs: rework priv inode handling

[PATCH v2 0/8] acl: remove generic posix acl handlers from all xattr handlers
 2023-01-31 15:18 UTC  (3+ messages)
` [PATCH v2 7/8] reiserfs: rework ->listxattr() implementation
          ` [PATCH v2 1/8] fs: don't use IOP_XATTR for posix acls

[PATCH 00/12] acl: remove remaining posix acl handlers
 2023-01-30 10:23 UTC  (5+ messages)
` [PATCH 11/12] reiserfs: drop "

[PATCH 4.14/4.19/5.4/5.10/5.15 0/1] fs: reiserfs: remove useless new_opts in reiserfs_remount
 2023-01-26  9:13 UTC  (3+ messages)
` [PATCH 4.14/4.19/5.4/5.10/5.15 1/1] "

[syzbot] [reiserfs?] divide error in do_journal_end (3)
 2023-01-16 10:21 UTC  (2+ messages)

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: blktests.zbd/(003/004).fail blktests.loop/(002/004).fail
 2023-01-16  7:33 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: xfstests.btrfs.020/026/215.fail
 2023-01-16  7:18 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: fio.read_iops 126.2% improvement
 2023-01-16  6:40 UTC 

[syzbot] [reiserfs?] INFO: task hung in queue_log_writer
 2023-01-13 15:45 UTC 

[syzbot] [reiserfs?] memory leak in reiserfs_parse_options (2)
 2023-01-11 10:44 UTC 

[syzbot] [reiserfs?] BUG: unable to handle kernel paging request in reiserfs_lookup
 2023-01-09 15:47 UTC 

[syzbot] [reiserfs?] general protection fault in reiserfs_get_block
 2023-01-09  6:38 UTC 

[syzbot] [reiserfs?] WARNING: locking bug in lockref_put_or_lock
 2023-01-08  4:51 UTC 

[syzbot] [reiserfs?] kernel BUG in reiserfs_cut_from_item
 2023-01-06 19:16 UTC 

[syzbot] [reiserfs?] general protection fault in prepare_for_delete_or_cut
 2023-01-06 16:52 UTC 

[syzbot] [reiserfs?] [jfs?] BUG: unable to handle kernel paging request in reiserfs_readdir_inode
 2023-01-05 19:12 UTC 

[syzbot] [reiserfs?] kernel BUG in balance_leaf
 2023-01-04  8:21 UTC 

[syzbot] [reiserfs?] general protection fault in direct2indirect
 2023-01-01 14:35 UTC 

[Bug 216871] New: use after free when journal read failed
 2023-01-01  3:15 UTC  (2+ messages)
` [Bug 216871] bug: "

[syzbot] [reiserfs?] possible deadlock in vfs_setxattr
 2022-12-31  9:30 UTC 

[syzbot] [reiserfs?] possible deadlock in open_xa_dir
 2022-12-31  6:35 UTC 

[syzbot] [reiserfs?] INFO: task hung in __bread_gfp (4)
 2022-12-25  6:15 UTC 

[syzbot] [reiserfs?] possible deadlock in iterate_dir
 2022-12-24 12:14 UTC 

[syzbot] [reiserfs?] possible deadlock in reiserfs_get_block
 2022-12-23 16:13 UTC 

[syzbot] possible deadlock in do_page_mkwrite
 2022-12-23 10:50 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[syzbot] [reiserfs?] [fat?] BUG: unable to handle kernel paging request in take_dentry_name_snapshot
 2022-12-23  5:32 UTC 

[PATCH 0/8] Convert reiserfs from b_page to b_folio
 2022-12-22 10:37 UTC  (28+ messages)
` [PATCH 1/8] reiserfs: use b_folio instead of b_page in some obvious cases
` [PATCH 2/8] reiserfs: use kmap_local_folio() in _get_block_create_0()
` [PATCH 3/8] reiserfs: Convert direct2indirect() to call folio_zero_range()
` [PATCH 4/8] reiserfs: Convert reiserfs_delete_item() to use kmap_local_folio()
` [PATCH 5/8] reiserfs: Convert do_journal_end() "
` [PATCH 6/8] reiserfs: Convert map_block_for_writepage() "
` [PATCH 7/8] reiserfs: Convert convert_tail_for_hole() to use folios
` [PATCH 8/8] reiserfs: Use flush_dcache_folio() in reiserfs_quota_write()

[syzbot] [reiserfs?] memory leak in journal_init
 2022-12-22 10:27 UTC 

[syzbot] [reiserfs?] kernel BUG in reiserfs_update_sd_size
 2022-12-21 23:39 UTC 

[syzbot] [reiserfs?] INFO: task hung in reiserfs_sync_fs
 2022-12-21 13:12 UTC 

[syzbot] divide error in flush_commit_list
 2022-12-18 15:58 UTC 

[PATCH] reiserfs: avoid objtool warning after panic
 2022-12-16  8:00 UTC  (4+ messages)

[PATCH v5 0/6] evm: Prepare for moving to the LSM infrastructure
 2022-12-13  8:05 UTC  (15+ messages)
` [PATCH v5 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v5 2/6] ocfs2: "
` [PATCH v5 3/6] security: Remove security_old_inode_init_security()
` [PATCH v5 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v5 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v5 6/6] evm: Support multiple LSMs providing an xattr

[syzbot] possible deadlock in fs_reclaim_acquire (4)
 2022-12-06 16:13 UTC 

[syzbot] WARNING in journal_end
 2022-12-05  7:50 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in leaf_paste_in_buffer
 2022-12-01 11:54 UTC 

[PATCH v6 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2022-11-30 21:23 UTC  (16+ messages)
` [PATCH v6 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v6 2/6] ocfs2: "
` [PATCH v6 3/6] security: Remove security_old_inode_init_security()
` [PATCH v6 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v6 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v6 6/6] evm: Support multiple LSMs providing an xattr

[syzbot] KASAN: null-ptr-deref Read in do_journal_end (2)
 2022-11-30 15:59 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in reiserfs_release_objectid
 2022-11-29 10:22 UTC 

[syzbot] KASAN: use-after-free Read in reiserfs_find_actor
 2022-11-28 10:21 UTC 

[syzbot] possible deadlock in reiserfs_dirty_inode
 2022-11-28 10:04 UTC 

[syzbot] KASAN: use-after-free Read in set_de_name_and_namelen
 2022-11-25  9:46 UTC 

[syzbot] KMSAN: uninit-value in reiserfs_new_inode (2)
 2022-11-24  6:39 UTC 

[syzbot] BUG: unable to handle kernel paging request in open_xa_dir
 2022-11-23 13:39 UTC  (2+ messages)

[syzbot] possible deadlock in mnt_want_write_file
 2022-11-23  2:33 UTC  (2+ messages)

[PATCH v4 0/5] evm: Prepare for moving to the LSM infrastructure
 2022-11-22 22:47 UTC  (34+ messages)
` [PATCH v4 1/5] reiserfs: Add missing calls to reiserfs_security_free()
` [PATCH v4 2/5] security: Rewrite security_old_inode_init_security()
` [PATCH v4 3/5] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v4 4/5] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v4 5/5] evm: Support multiple LSMs providing an xattr

[syzbot] kernel BUG in do_journal_begin_r
 2022-11-21 22:57 UTC  (3+ messages)

[syzbot] WARNING in reiserfs_dir_fsync
 2022-11-21 13:58 UTC 

[syzbot] possible deadlock in vfs_fileattr_set
 2022-11-14  1:49 UTC  (2+ messages)

[syzbot] possible deadlock in reiserfs_ioctl
 2022-11-11 18:26 UTC 

[syzbot] possible deadlock in filename_create
 2022-11-09 17:02 UTC 

kernel BUG in reiserfs_update_sd_size
 2022-11-06 16:55 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in search_by_key (2)
 2022-11-03 15:41 UTC 

KFENCE: invalid write in leaf_paste_entries
 2022-10-30 10:28 UTC 

[syzbot] KASAN: vmalloc-out-of-bounds Read in cleanup_bitmap_list
 2022-10-28 20:42 UTC 

[PATCH] reiserfs: journal: Increase jl pointer check
 2022-10-26  3:55 UTC  (4+ 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).