linux-nilfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] nilfs2: fix log writer related issues
 2024-05-20 13:26 UTC  (4+ messages)
  ` [PATCH 1/3] nilfs2: fix use-after-free of timer for log writer thread
  ` [PATCH 2/3] nilfs2: fix unexpected freezing of nilfs_segctor_sync()
  ` [PATCH 3/3] nilfs2: fix potential hang in nilfs_detach_log_writer()

[syzbot] [nilfs?] possible deadlock in nilfs_evict_inode (2)
 2024-05-18 19:20 UTC  (2+ messages)

[syzbot] [nilfs?] possible deadlock in nilfs_transaction_begin
 2024-05-18 19:16 UTC  (2+ messages)

[PATCH -mm] nilfs2: Use __field_struct() for a bitwise field
 2024-05-17 15:52 UTC  (5+ messages)

Follow-up on Kernel Bug Report KASAN slab-use-after-free in __lock_acquire
 2024-05-14 17:07 UTC 

[PATCH -mm] nilfs2: make block erasure safe in nilfs_finish_roll_forward()
 2024-05-11  0:29 UTC 

[PATCH v5 02/12] nilfs2: drop usage of page_index
 2024-05-10 11:47 UTC 

[PATCH -mm] nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()
 2024-05-08 22:14 UTC 

[PATCH] nilfs2: fix nilfs_btree_commit_convert_and_insert() kernel-doc
 2024-05-07 22:54 UTC  (3+ messages)

[PATCH -mm v2] nilfs2: Use __field_struct() for a bitwise field
 2024-05-07 22:20 UTC 

[PATCH] nilfs2: Use __field_struct() for a bitwise field
 2024-05-07 18:16 UTC  (5+ messages)

[PATCH -mm 0/2] nilfs2: reduce build warnings with "make C=1"
 2024-05-06 21:17 UTC  (10+ messages)
` [PATCH -mm 1/2] nilfs2: use integer type instead of enum req_op for event tracing header
` [PATCH -mm 2/2] nilfs2: make superblock data array index computation sparse friendly

[syzbot] Monthly nilfs report (May 2024)
 2024-05-06 13:18 UTC 

[syzbot] [nilfs?] kernel BUG in __block_write_begin_int (2)
 2024-05-04 18:26 UTC  (2+ messages)

Creating up a snapshot and mounting after filesystem error on NILFS2
 2024-05-04 11:57 UTC 

[PATCH v4 02/12] nilfs2: drop usage of page_index
 2024-05-02 11:08 UTC  (2+ messages)

[PATCH v3 02/12] nilfs2: drop usage of page_index
 2024-04-30 15:27 UTC  (7+ messages)

[PATCH -mm] nilfs2: Remove calls to folio_set_error() and folio_clear_error()
 2024-04-30  5:09 UTC 

[syzbot] [nilfs?] kernel BUG in nilfs_delete_entry
 2024-04-29 18:11 UTC  (2+ messages)

[syzbot] [nilfs?] possible deadlock in nilfs_dirty_inode (3)
 2024-04-29 12:03 UTC 

[PATCH -mm v2] nilfs2: convert to use the new mount API
 2024-04-25 19:05 UTC 

[PATCH] nilfs2: convert to use the new mount API
 2024-04-25  8:58 UTC  (2+ messages)

[konis-nilfs2:for-akpm 4/4] fs/nilfs2/super.c:1196:13: warning: variable 's' is uninitialized when used here
 2024-04-25  8:45 UTC  (2+ messages)

[konis-nilfs2:for-akpm 4/4] fs/nilfs2/super.c: linux/fs_context.h is included more than once
 2024-04-25  8:35 UTC  (2+ messages)

[PATCH v2 2/8] nilfs2: drop usage of page_index
 2024-04-24  1:57 UTC  (3+ messages)

[PATCH 16/30] nilfs2: Remove calls to folio_set_error() and folio_clear_error()
 2024-04-23 17:58 UTC  (4+ messages)

[PATCH V3] nilfs2: convert to use the new mount API
 2024-04-20 13:57 UTC  (4+ messages)

I'm trying NILFS2 in kernels 6.6.12, 6.7.12, 6.8.4
 2024-04-19 17:41 UTC  (2+ messages)

[PATCH 2/8] nilfs2: drop usage of page_index
 2024-04-18  2:42 UTC  (3+ messages)

Released an important update to the standalone kernel module for CentOS stream 9
 2024-04-17 11:16 UTC 

[syzbot] [nilfs?] UBSAN: array-index-out-of-bounds in nilfs_add_link
 2024-04-15 18:20 UTC  (2+ messages)
` [PATCH] nilfs2: Fix OOB in nilfs_set_de_type

[PATCH] nilfs: Fix OOB in nilfs_set_de_type
 2024-04-15 16:44 UTC  (2+ messages)

[syzbot] [nilfs?] kernel BUG in submit_bh_wbc
 2024-04-15  6:16 UTC  (2+ messages)

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2024-04-11 17:49 UTC  (25+ messages)
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block

[PATCH] nilfs2: convert to use the new mount API
 2024-04-10 12:47 UTC  (14+ messages)
          ` [PATCH V2] "

[PATCH 0/3] nilfs2: fix missing kernel-doc comments
 2024-04-10  7:56 UTC  (4+ messages)
` [PATCH 1/3] nilfs2: Add kernel-doc comments to nilfs_do_roll_forward()
` [PATCH 2/3] nilfs2: Add kernel-doc comments to nilfs_btree_convert_and_insert()
` [PATCH 3/3] nilfs2: Add kernel-doc comments to nilfs_remove_all_gcinodes()

[syzbot] [nilfs?] KASAN: slab-out-of-bounds Read in wb_writeback
 2024-04-07  2:05 UTC  (6+ messages)

[syzbot] [nilfs?] KMSAN: uninit-value in nilfs_add_checksums_on_logs (2)
 2024-04-06 11:00 UTC  (2+ messages)

[syzbot] [jffs2?] [nilfs?] KASAN: slab-use-after-free Read in jffs2_garbage_collect_pass
 2024-04-05 12:01 UTC  (2+ messages)

[PATCH] fs/nilfs2: prevent int overflow in btree binary search
 2024-04-03 17:08 UTC  (3+ messages)

NILFS utils 2.2.11 was released
 2024-04-03 16:17 UTC 

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-04-01  8:50 UTC  (9+ messages)
` [PATCH 6/9] nilfs2: fix out-of-range warning
  ` (subset) "

[PATCH -next 2/3 v2] fs: Add kernel-doc comments to nilfs_btree_convert_and_insert()
 2024-03-25  8:19 UTC  (2+ messages)

[PATCH -next 1/3] fs: Add kernel-doc comments to nilfs_do_roll_forward()
 2024-03-22  9:57 UTC  (4+ messages)
` [PATCH -next 2/3] fs: Add kernel-doc comments to nilfs_btree_convert_and_insert()
` [PATCH -next 3/3] fs: Add kernel-doc comments to nilfs_remove_all_gcinodes()

[PATCH 0/2] nilfs2: fix kernel bug at submit_bh_wbc()
 2024-03-13 10:58 UTC  (3+ messages)
  ` [PATCH 1/2] nilfs2: fix failure to detect DAT corruption in btree and direct mappings
  ` [PATCH 2/2] nilfs2: prevent kernel bug at submit_bh_wbc()

[syzbot] [nilfs?] KMSAN: uninit-value in nilfs_add_checksums_on_logs (2)
 2024-03-06 15:03 UTC  (5+ messages)

[PATCH] nilfs2: Use div64_ul() instead of do_div()
 2024-03-06 14:45 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] nilfs2: Use div64_ul() instead of do_div()
 2024-03-06 14:25 UTC 

[syzbot] Monthly nilfs report (Mar 2024)
 2024-03-05 11:10 UTC 

NILFS utils 2.2.10 was released
 2024-03-04 18:19 UTC 

[PATCH 5.10/5.15/6.1 0/1] nilfs2: fix WARNING in nilfs_dat_prepare_end()
 2024-02-20 14:09 UTC  (4+ messages)
` [PATCH 5.10/5.15/6.1 1/1] nilfs2: replace WARN_ONs for invalid DAT metadata block requests

[syzbot] [nilfs?] INFO: task hung in nilfs_segctor_thread (2)
 2024-02-19 12:32 UTC  (2+ messages)

[syzbot] [nilfs?] KASAN: use-after-free Read in nilfs_set_link
 2024-02-19 12:13 UTC  (4+ messages)

Released important updates to standalone kernel modules for RHEL clones
 2024-02-12  3:48 UTC 

[PATCH] nilfs2: MAINTAINERS: drop unreachable project mirror site
 2024-02-08  9:30 UTC 

[syzbot] [nilfs?] kernel BUG in end_buffer_async_write
 2024-02-03 16:16 UTC  (2+ messages)
` [PATCH] nilfs2: fix potential bug "

[syzbot] Monthly nilfs report (Feb 2024)
 2024-02-02 21:05 UTC 

[syzbot] [ext4?] [nilfs?] INFO: task hung in migrate_pages_batch
 2024-01-31 14:56 UTC  (3+ messages)
` [PATCH] nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()

[PATCH] nilfs2: fix data corruption in dsync block recovery for small block sizes
 2024-01-24 12:19 UTC 

[PATCH 00/15] nilfs2: eliminate kmap and kmap_atomic calls
 2024-01-22 14:02 UTC  (16+ messages)
` [PATCH 01/15] nilfs2: convert recovery logic to use kmap_local
` [PATCH 02/15] nilfs2: convert segment buffer "
` [PATCH 03/15] nilfs2: convert nilfs_copy_buffer() "
` [PATCH 04/15] nilfs2: convert metadata file common code "
` [PATCH 05/15] nilfs2: convert sufile "
` [PATCH 06/15] nilfs2: convert persistent object allocator "
` [PATCH 07/15] nilfs2: convert DAT "
` [PATCH 08/15] nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_common
` [PATCH 09/15] nilfs2: do not acquire rwsem in nilfs_bmap_write()
` [PATCH 10/15] nilfs2: convert ifile to use kmap_local
` [PATCH 11/15] nilfs2: localize highmem mapping for checkpoint creation within cpfile
` [PATCH 12/15] nilfs2: localize highmem mapping for checkpoint finalization "
` [PATCH 13/15] nilfs2: localize highmem mapping for checkpoint reading "
` [PATCH 14/15] nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()
` [PATCH 15/15] nilfs2: convert cpfile to use kmap_local

[syzbot] Monthly nilfs report (Jan 2024)
 2024-01-02 13:35 UTC 

How to Elegantly Handle "error -22 while searching super root" with Multi-TiB USB-HDDs
 2023-12-29 15:51 UTC  (2+ messages)
` Continuation of the topic "error Foo(now -5, once -22) while searching super root"


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).