Reiserfs development archive or lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-04 16:14:01 to 2023-09-29 09:44:15 UTC [more...]

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-09-29  9:44 UTC  (20+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (3+ messages)
` [PATCH 01/87] "
  ` [PATCH 65/87] fs/reiserfs: convert to new inode {a,m}time accessors

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-09-27 16:21 UTC  (9+ messages)
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
  ` [PATCH v4 0/29] block: Make blkdev_get_by_*() return handle

[syzbot] [reiserfs?] possible deadlock in delete_one_xattr (2)
 2023-09-25 10:14 UTC  (3+ messages)

[syzbot] [reiserfs?] KASAN: null-ptr-deref Read in fix_nodes
 2023-09-24  0:02 UTC  (2+ messages)

[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
 2023-09-20 16:56 UTC  (18+ messages)
` [PATCH 1/7] arch: um: remove "
` [PATCH 2/7] arch: powerpc: "
` [PATCH 3/7] arch: sh: "
` [PATCH 4/7] arch: mips: "
` [PATCH 5/7] arch: m68k: "
` [PATCH 6/7] arch: arm: "
` [PATCH 7/7] arch: alpha: "

[PATCH 00/26] Finish the create_empty_buffers() transition
 2023-09-20 10:01 UTC  (46+ messages)
` [PATCH 01/26] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH 02/26] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH 03/26] ext4: Convert to folio_create_empty_buffers
  ` [PATCH 04/26] buffer: Add get_nth_bh()
  ` [PATCH 05/26] gfs2: Convert inode unstuffing to use a folio
  ` [PATCH 06/26] gfs2: Convert gfs2_getbuf() to folios
  ` [PATCH 08/26] gfs2: Convert gfs2_write_buf_to_page() to use a folio
  ` [PATCH 09/26] nilfs2: Convert nilfs_mdt_freeze_buffer "
  ` [PATCH 13/26] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
  ` [PATCH 17/26] ntfs: Convert ntfs_writepage "
  ` [PATCH 21/26] reiserfs: Convert writepage "
  ` [PATCH 22/26] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
  ` [PATCH 23/26] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH 07/26] gfs2; Convert gfs2_getjdatabuf to use a folio
` [PATCH 10/26] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH 11/26] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH 12/26] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH 14/26] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH 15/26] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH 16/26] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH 18/26] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH 19/26] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH 20/26] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH 24/26] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH 25/26] ufs: Remove ufs_get_locked_page()
` [PATCH 26/26] buffer: Remove folio_create_empty_buffers()

[syzbot] [reiserfs?] possible deadlock in super_lock
 2023-09-20  9:13 UTC 

[PATCH] um: Remove CONFIG_REISERFS_FS from defconfig
 2023-09-18 16:40 UTC  (11+ messages)
` [PATCH RESEND] "
        `  "

[syzbot] [sctp?] [reiserfs?] KMSAN: uninit-value in __schedule (4)
 2023-09-14 16:06 UTC  (3+ messages)

kernel BUG in do_journal_end
 2023-09-12 23:03 UTC 

[syzbot] [reiserfs?] BUG: unable to handle kernel paging request in mas_alloc_nodes
 2023-09-06 21:35 UTC 

[syzbot] [reiserfs?] divide error in flush_journal_list (2)
 2023-09-06 17:01 UTC 

[PATCH v2 07/92] fs: add ctime accessors infrastructure
 2023-09-04 18:11 UTC  (21+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/89] fs: new accessors for inode->i_ctime
` [PATCH v2 00/92] "
      ` [apparmor] [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime

[syzbot] [reiserfs?] BUG: unabSeaBIOS (version NUM.NUM.NUM-google)
 2023-09-04 17:02 UTC 

[PATCH] reiserfs: Replace 1-element array with C99 style flex-array
 2023-09-04 11:49 UTC  (2+ messages)

[syzbot] [reiserfs?] BUG: unable to handle kernel paging request in __raw_callee_save___kvm_vcpu_is_preempted
 2023-08-31 21:55 UTC 

[syzbot] Monthly reiserfs report (Aug 2023)
 2023-08-30  9:54 UTC 

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (9+ messages)
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()

[syzbot] [dri?] [reiserfs?] WARNING: bad unlock balance in vkms_vblank_simulate
 2023-08-13  7:24 UTC 

A Discussion Request about a maybe-false-positive of UBSAN: OOB Write in do_journal_end in Kernel 6.5-rc3(with POC)
 2023-08-11  4:37 UTC  (4+ messages)

[syzbot] [reiserfs?] general protection fault in timerqueue_del (2)
 2023-08-01  9:42 UTC 

[PATCH] MAINTAINERS: change reiserfs status to obsolete
 2023-07-31 17:11 UTC  (3+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (17+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[syzbot] [reiserfs?] KMSAN: uninit-value in __run_timers (3)
 2023-07-30 21:30 UTC 

[syzbot] [reiserfs?] [overlayfs?] BUG: unable to handle kernel paging request in take_dentry_name_snapshot
 2023-07-30 14:34 UTC 

[syzbot] Monthly reiserfs report (Jul 2023)
 2023-07-30 13:16 UTC 

[syzbot] [reiserfs?] kernel BUG in reiserfs_rename
 2023-07-28 23:31 UTC 

UBSAN array-index-out-of-bounds in do_journal_end
 2023-07-27  6:52 UTC 

[syzbot] [net?] [reiserfs?] [fat?] stack segment fault in __stack_depot_save
 2023-07-24 16:18 UTC 

Fixing syzkaller bugs
 2023-07-18 15:43 UTC 

[syzbot] [reiserfs?] possible deadlock in vfs_setxattr (2)
 2023-07-17 21:24 UTC  (2+ messages)

[syzbot] [ext4?] [reiserfs?] kernel BUG in __phys_addr (2)
 2023-07-15 19:54 UTC 

[syzbot] possible deadlock in reiserfs_dirty_inode
 2023-07-13  2:00 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

[syzbot] [reiserfs?] [fat?] [fuse?] general protection fault in timerqueue_add (4)
 2023-07-12 11:15 UTC  (2+ messages)
` [syzbot] [reiserfs] "

[syzbot] [bpf?] [reiserfs?] WARNING: locking bug in corrupted (2)
 2023-07-11  1:53 UTC 

[syzbot] [mm?] [reiserfs?] kernel panic: stack is corrupted in ___slab_alloc
 2023-07-10  7:52 UTC  (7+ messages)

[PATCH v2 14/92] reiserfs: convert to simple_rename_timestamp
 2023-07-06 14:03 UTC  (4+ messages)
  ` [PATCH v2 72/92] reiserfs: convert to ctime accessor functions

BUG kernel page fault in kernel v6.4+
 2023-07-06  4:17 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-05 18:58 UTC 

[PATCH] reiserfs: Check the return value from __getblk()
 2023-07-05  7:08 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 read-only IMAP folder(s) and NNTP newsgroup(s).