messages from 2023-06-21 16:34:06 to 2023-09-04 09:57:30 UTC [more...]
[PATCH v6 00/11] io_uring getdents
2023-09-04 9:57 UTC (26+ messages)
` [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 11/11] io_uring: add support for getdents
[syzbot] Monthly nilfs report (Aug 2023)
2023-08-30 9:54 UTC
[PATCH v2 07/92] fs: add ctime accessors infrastructure
2023-08-30 0:48 UTC (20+ 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
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-29 11:02 UTC (4+ messages)
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-28 14:27 UTC (8+ messages)
decouple block open flags from fmode_t v2
2023-08-28 12:09 UTC (5+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
` [f2fs-dev] "
[PATCH RFC v5 00/29] io_uring getdents
2023-08-25 22:53 UTC (39+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents
[syzbot] [nilfs2?] kernel BUG in folio_end_writeback
2023-08-21 16:47 UTC (3+ messages)
` [syzbot] [nilfs?] "
[PATCH] nilfs2: fix dereferencing freed memory
2023-08-18 15:45 UTC (2+ messages)
[syzbot] [nilfs?] WARNING in mark_buffer_dirty (5)
2023-08-18 13:18 UTC (3+ messages)
` [PATCH] nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
more blkdev_get and holder work
2023-08-14 11:05 UTC (44+ 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 "
[syzbot] [nilfs?] general protection fault in folio_create_empty_buffers
2023-08-05 13:20 UTC (3+ messages)
` [PATCH] nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()
[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 00/79] fs: new accessors for inode->i_ctime
2023-07-12 15:31 UTC (10+ messages)
` [PATCH 47/79] nilfs2: switch to new ctime accessors
` [PATCH 01/79] fs: add ctime accessors infrastructure
[PATCH v2 59/92] nilfs2: convert to ctime accessor functions
2023-07-06 13:35 UTC (2+ messages)
[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 (3+ messages)
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
[syzbot] [nilfs?] possible deadlock in nilfs_dirty_inode
2023-06-26 14:49 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox