Linux NILFS development
 help / color / mirror / Atom feed
 messages from 2022-12-17 15:29:24 to 2023-06-06 07:39:50 UTC [more...]

decouple block open flags from fmode_t
 2023-06-06  7:39 UTC  (32+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[syzbot] [nilfs?] kernel BUG in end_buffer_async_write
 2023-06-04  0:35 UTC 

[syzbot] Monthly nilfs report (May 2023)
 2023-05-29  8:50 UTC 

Is it possible to restore the state of a nilfs2 partition after deleting files?
 2023-05-26 16:52 UTC  (2+ messages)

[PATCH] nilfs2: reject devices with insufficient block count
 2023-05-26  2:13 UTC 

[syzbot] [nilfs?] WARNING in nilfs_segctor_do_construct (2)
 2023-05-24  9:43 UTC  (2+ messages)
  ` [PATCH] nilfs2: fix possible out-of-bounds segment allocation in resize ioctl

[syzbot] [nilfs?] general protection fault in folio_create_empty_buffers
 2023-05-21 11:45 UTC 

[syzbot] kernel BUG in nilfs_btnode_create_block
 2023-05-13 10:24 UTC  (2+ messages)
  ` [PATCH] nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()

[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_load_inode_block
 2023-05-12 23:46 UTC  (4+ messages)
  ` [PATCH] nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()

[syzbot] [nilfs?] KASAN: slab-use-after-free Write in nilfs_inode_sub_blocks
 2023-05-11  7:47 UTC  (2+ messages)

[PATCH] nilfs2: fix infinite loop in nilfs_mdt_get_block()
 2023-04-30 19:30 UTC 

[syzbot] Monthly nilfs report (Apr 2023)
 2023-04-27 10:39 UTC 

[PATCH] nilfs2: do not write dirty data after degenerating to read-only
 2023-04-27  1:15 UTC 

[syzbot] [nilfs?] KMSAN: uninit-value in nilfs_add_checksums_on_logs
 2023-04-17 17:35 UTC  (8+ messages)
  ` [PATCH] nilfs2: fix incomplete initialization in nilfs_direct_assign_p()
          ` [PATCH v2] "
              ` [PATCH v3] nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field
  ` [PATCH] "
  ` [PATCH] nilfs2: initialize unused bytes in segment summary blocks

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-04-04 13:30 UTC  (5+ messages)

RFC: Filesystem metadata in HIGHMEM
 2023-04-03 14:22 UTC  (2+ messages)

[syzbot] [nilfs?] possible deadlock in __nilfs_error (2)
 2023-03-30 20:55 UTC  (2+ messages)
  ` [PATCH] nilfs2: fix sysfs interface lifetime

return an ERR_PTR from __filemap_get_folio v2
 2023-03-29 23:56 UTC  (21+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
  ` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
  ` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp

[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_segctor_thread
 2023-03-27 17:53 UTC  (2+ messages)
  ` [PATCH] nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()

[syzbot] Monthly nilfs report
 2023-03-27 11:03 UTC 

[PATCH v3 10/10] nilfs2: convert to kobject_del_and_put()
 2023-03-22 23:36 UTC  (2+ messages)

[RESEND, PATCH v2 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20 21:38 UTC  (2+ messages)
` [RESEND,PATCH "

[RESEND,PATCH v2 10/10] nilfs2: convert to kobject_del_and_put()
 2023-03-20 18:47 UTC 

return an ERR_PTR from __filemap_get_folio v3
 2023-03-20 13:58 UTC  (12+ messages)
  ` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
  ` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
  ` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20  7:26 UTC  (4+ messages)

[PATCH v2, RESEND 10/10] nilfs2: convert to kobject_del_and_put()
 2023-03-19  9:26 UTC 

[PATCH v2 10/10] nilfs2: convert to kobject_del_and_put()
 2023-03-19  8:41 UTC 

[linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
 2023-03-14  5:50 UTC  (3+ messages)

[syzbot] [nilfs?] KMSAN: kernel-infoleak in nilfs_ioctl_wrap_copy
 2023-03-07  8:55 UTC  (2+ messages)
  ` [PATCH] nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()

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

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

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

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-02-28  1:01 UTC  (31+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()

KMSAN: uninit-value in nilfs_add_checksums_on_logs
 2023-02-16 16:16 UTC  (3+ messages)

[syzbot] INFO: task hung in nilfs_segctor_thread
 2023-02-14 22:40 UTC  (4+ messages)
  ` [syzbot] [nilfs2?] "
      ` [PATCH] nilfs2: fix underflow in second superblock position calculations

[syzbot] WARNING in nilfs_dat_commit_end
 2023-01-27 13:22 UTC  (2+ messages)
  ` [PATCH] nilfs2: prevent WARNING in nilfs_dat_commit_end()

[syzbot] WARNING in nilfs_dat_prepare_end
 2023-01-26 16:41 UTC  (2+ messages)
  ` [PATCH] nilfs2: replace WARN_ONs for invalid DAT metadata block requests

[PATCH 1/9] mm: don't look at xarray value entries in split_huge_pages_in_file
 2023-01-18 16:50 UTC  (22+ messages)
` [PATCH 2/9] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/9] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/9] shmem: remove shmem_get_partial_folio
` [PATCH 5/9] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/9] mm: remove FGP_ENTRY
` [PATCH 7/9] gfs2: handle a NULL folio in gfs2_jhead_process_page
      ` [Cluster-devel] "
` [PATCH 8/9] btrfs: handle a NULL folio in extent_range_redirty_for_io
` [PATCH 9/9] mm: return an ERR_PTR from __filemap_get_folio

[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] [nilfs2?] general protection fault in nilfs_btree_insert
 2023-01-05  5:53 UTC  (3+ messages)
  ` [PATCH] nilfs2: fix general protection fault in nilfs_btree_insert()

[syzbot] [nilfs2?] kernel BUG in folio_end_writeback
 2022-12-27  3:42 UTC 

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-23 15:41 UTC  (5+ messages)

[PATCH AUTOSEL 4.9 6/8] nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
 2022-12-17 15:30 UTC 

[PATCH AUTOSEL 4.14 6/8] nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
 2022-12-17 15:30 UTC 

[PATCH AUTOSEL 4.19 6/8] nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
 2022-12-17 15:30 UTC 

[PATCH AUTOSEL 5.4 6/9] nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()
 2022-12-17 15:29 UTC 

[PATCH AUTOSEL 5.10 7/9] nilfs2: fix shift-out-of-bounds due to too large exponent of block size
 2022-12-17 15:29 UTC 


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