linux-nilfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 08:34:57 to 2023-08-02 15:41:31 UTC [more...]

more blkdev_get and holder work
 2023-08-02 15:41 UTC  (13+ messages)
  ` [PATCH 01/12] fs: export setup_bdev_super
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code
` [PATCH 03/12] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 04/12] btrfs: open block devices after superblock creation
` [PATCH 05/12] ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
` [PATCH 06/12] fs: use the super_block as holder when mounting file systems
` [PATCH 07/12] fs: stop using get_super in fs_mark_dead
` [PATCH 08/12] fs: export fs_holder_ops
` [PATCH 09/12] ext4: drop s_umount over opening the log device
` [PATCH 10/12] ext4: use fs_holder_ops for "
` [PATCH 11/12] xfs: drop s_umount over opening the log and RT devices
` [PATCH 12/12] xfs use fs_holder_ops for "

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (22+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
  ` [PATCH 27/32] nilfs2: Convert to use blkdev_get_handle_by_path()
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()

[syzbot] Monthly nilfs report (Jul 2023)
 2023-07-30 13:15 UTC 

[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_load_inode_block (2)
 2023-07-28 19:13 UTC  (4+ messages)
  ` [PATCH] nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput

read checksum verification
 2023-07-14 19:22 UTC  (5+ messages)
  ` {WHAT?} "

[PATCH 47/79] nilfs2: switch to new ctime accessors
 2023-07-12 15:31 UTC  (10+ messages)
  ` [PATCH 01/79] fs: add ctime accessors infrastructure
` [PATCH 00/79] fs: new accessors for inode->i_ctime

[PATCH v2 07/92] fs: add ctime accessors infrastructure
 2023-07-10 13:32 UTC  (18+ 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
      ` [apparmor] [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[PATCH v2 59/92] nilfs2: convert to ctime accessor functions
 2023-07-06 13:35 UTC  (2+ messages)

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

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

[syzbot] Monthly nilfs report (Jun 2023)
 2023-06-29  8:55 UTC 

decouple block open flags from fmode_t
 2023-06-27  5:41 UTC  (109+ 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?] possible deadlock in nilfs_dirty_inode
 2023-06-26 14:49 UTC 

[syzbot] [nilfs?] WARNING in mark_buffer_dirty (5)
 2023-06-12 15:01 UTC 

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC  (2+ messages)

[syzbot] general protection fault in nilfs_clear_dirty_page
 2023-06-12  3:59 UTC  (6+ messages)
  ` [syzbot] [nilfs?] "
  ` [PATCH] nilfs2: prevent general protection fault in nilfs_clear_dirty_page()

[syzbot] WARNING in nilfs_btree_assign
 2023-06-09  3:57 UTC  (2+ messages)
  ` [PATCH] nilfs2: fix buffer corruption due to concurrent device reads


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