messages from 2023-08-23 10:49:35 to 2023-08-27 13:37:18 UTC [more...]
[PATCH v6 00/11] io_uring getdents
2023-08-27 13:28 UTC (12+ 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
Fwd: kernel bug when performing heavy IO operations
2023-08-27 11:54 UTC (3+ messages)
[syzbot] [btrfs?] kernel BUG in btrfs_insert_delayed_dir_index
2023-08-27 5:10 UTC
btrfs check: root errors 400, nbytes wrong
2023-08-27 2:06 UTC (5+ messages)
[PATCH] btrfs-progs: receive: cannot find clone source subvol when receiving in reverse direction
2023-08-26 14:33 UTC
[PATCH] btrfs: release path before inode lookup during the ino lookup ioctl
2023-08-26 10:28 UTC
[syzbot] [btrfs?] kernel BUG in insert_state (2)
2023-08-26 4:14 UTC
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-26 2:28 UTC (4+ messages)
[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
[PATCH 00/38] btrfs-progs: sync ctree.c into btrfs-progs
2023-08-25 21:35 UTC (42+ messages)
` [PATCH 01/38] btrfs-progs: stop using add_root_to_dirty_list in check
` [PATCH 02/38] btrfs-progs: remove useless add_root_to_dirty_list call in mkfs
` [PATCH 03/38] btrfs-progs: remove add_root_to_dirty_list call when creating free space tree
` [PATCH 04/38] btrfs-progs: make add_root_to_dirty_list static and unexport it
` [PATCH 05/38] btrfs-progs: pass btrfs_trans_handle through btrfs_clear_buffer_dirty
` [PATCH 06/38] btrfs-progs: update read_node_slot to match the kernel definition
` [PATCH 07/38] btrfs-progs: update btrfs_bin_search "
` [PATCH 08/38] btrfs-progs: update btrfs_set_item_key_safe to match "
` [PATCH 09/38] btrfs-progs: update btrfs_print_leaf to match the "
` [PATCH 10/38] btrfs-progs: update btrfs_truncate_item "
` [PATCH 11/38] btrfs-progs: update btrfs_extend_item "
` [PATCH 12/38] btrfs-progs: sync memcpy_extent_buffer from the kernel
` [PATCH 13/38] btrfs-progs: drop btrfs_init_path
` [PATCH 14/38] btrfs-progs: move btrfs_set_item_key_unsafe to check/
` [PATCH 15/38] btrfs-progs: move btrfs_record_file_extent and code into a new file
` [PATCH 16/38] btrfs-progs: make a local copy of btrfs_next_sibling_block in print-tree.c
` [PATCH 17/38] btrfs-progs: don't set the ->commit_root in btrfs_create_tree
` [PATCH 18/38] btrfs-progs: remove btrfs_create_root
` [PATCH 19/38] btrfs-progs: move btrfs_uuid_tree_add into mkfs/main.c
` [PATCH 20/38] btrfs-progs: make btrfs_del_ptr a void
` [PATCH 21/38] btrfs-progs: replace blocksize with parent argument for btrfs_alloc_tree_block
` [PATCH 22/38] btrfs-progs: use path->search_for_extension
` [PATCH 23/38] btrfs-progs: init new tree blocks in btrfs_alloc_tree_block
` [PATCH 24/38] btrfs-progs: add dwarves to the package list for ci
` [PATCH 25/38] btrfs-progs: add kerncompat helpers for ctree.c sync
` [PATCH 26/38] btrfs-progs: add trans_lock to fs_info
` [PATCH 27/38] btrfs-progs: add commit_root_sem to btrfs_fs_info
` [PATCH 28/38] btrfs-progs: update btrfs_cow_block to match the in-kernel definition
` [PATCH 29/38] btrfs-progs: update btrfs_insert_empty_items to match the kernel
` [PATCH 30/38] btrfs-progs: update btrfs_insert_empty_item "
` [PATCH 31/38] btrfs-progs: update btrfs_del_ptr "
` [PATCH 32/38] btrfs-progs: update btrfs_insert_item "
` [PATCH 33/38] btrfs-progs: update btrfs_leaf_free_space "
` [PATCH 34/38] btrfs-progs: use btrfs_tree_parent_check for btrfs_read_extent_buffer
` [PATCH 35/38] btrfs-progs: update read_tree_block to take a btrfs_parent_tree_check
` [PATCH 36/38] btrfs-progs: inline btrfs_name_hash and btrfs_extref_hash
` [PATCH 37/38] btrfs-progs: update btrfs_split_item to match the in-kernel definition
` [PATCH 38/38] btrfs-progs: sync ctree.c from kernel
[PATCH] btrfs: Allow online resize to use "min" shortcut
2023-08-25 20:27 UTC (5+ messages)
[PATCH v2 00/12] btrfs: ctree.[ch] cleanups
2023-08-25 20:19 UTC (13+ messages)
` [PATCH v2 01/12] btrfs: move btrfs_crc32c_final into free-space-cache.c
` [PATCH v2 02/12] btrfs: remove btrfs_crc32c wrapper
` [PATCH v2 03/12] btrfs: move btrfs_extref_hash into inode-item.h
` [PATCH v2 04/12] btrfs: move btrfs_name_hash to dir-item.h
` [PATCH v2 05/12] btrfs: include asm/unaligned.h in accessors.h
` [PATCH v2 06/12] btrfs: include linux/crc32c in dir-item and inode-item
` [PATCH v2 07/12] btrfs: include linux/iomap.h in file.c
` [PATCH v2 08/12] btrfs: add fscrypt related dependencies to respective headers
` [PATCH v2 09/12] btrfs: add btrfs_delayed_ref_head declaration to extent-tree.h
` [PATCH v2 10/12] btrfs: include trace header in where necessary
` [PATCH v2 11/12] btrfs: include linux/security.h in super.c
` [PATCH v2 12/12] btrfs: remove extraneous includes from ctree.h
[syzbot] [btrfs?] possible deadlock in btrfs_search_slot (2)
2023-08-25 19:50 UTC
[PATCH] btrfs: do not block starts waiting on previous transaction commit
2023-08-25 18:38 UTC (4+ messages)
[PATCH 00/16] btrfs-progs: recover from failed metadata_uuid
2023-08-25 14:57 UTC (9+ messages)
` [PATCH 16/16] btrfs-progs: test btrfstune -m|M ability to fix previous failures
[PATCH 0/5 v3] btrfs-progs: recover from failed metadata_uuid port kernel
2023-08-25 14:47 UTC (6+ messages)
` [PATCH 1/5] btrfs-progs: cleanup duplicate check metadata_uuid flag
` [PATCH 2/5] btrfs-progs: tune use the latest bdev in fs_devices for super_copy
` [PATCH 3/5] btrfs-progs: add support to fix superblock with CHANGING_FSID_V2 flag
` [PATCH 4/5] btrfs-progs: recover from the failed btrfstune -m|M
` [PATCH 5/5] btrfs-progs: test btrfstune -m|M ability to fix previous failures
[PATCH 00/11] btrfs: ctree.[ch] cleanups
2023-08-25 14:21 UTC (18+ messages)
` [PATCH 01/11] btrfs: move btrfs_crc32c_final into free-space-cache.c
` [PATCH 02/11] btrfs: remove btrfs_crc32c wrapper
` [PATCH 03/11] btrfs: move btrfs_extref_hash into inode-item.h
` [PATCH 04/11] btrfs: move btrfs_name_hash to dir-item.h
` [PATCH 05/11] btrfs: include asm/unaligned.h in accessors.h
` [PATCH 06/11] btrfs: include linux/crc32c in dir-item and inode-item
` [PATCH 07/11] btrfs: include linux/iomap.h in file.c
` [PATCH 08/11] btrfs: add fscrypt related dependencies to respective headers
` [PATCH 09/11] btrfs: add btrfs_delayed_ref_head declaration to extent-tree.h
` [PATCH 10/11] btrfs: include trace header in where necessary
` [PATCH 11/11] btrfs: remove extraneous includes from ctree.h
[PATCH v3 0/3] use shuf to choose a random file
2023-08-25 14:00 UTC (4+ messages)
` [PATCH v3 1/3] common/rc: introduce _random_file() helper
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-25 13:32 UTC (4+ messages)
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
[PATCH] btrfs-progs: add a free_root_extent_buffers helper
2023-08-25 13:17 UTC
[PATCH] btrfs: check for BTRFS_FS_ERROR in pending ordered assert
2023-08-25 11:52 UTC (2+ messages)
btrfs blocks root from writing even when there is plenty of statfs->f_bfree
2023-08-25 10:06 UTC (4+ messages)
kernel bug when performing heavy IO operations
2023-08-25 7:04 UTC (2+ messages)
decouple block open flags from fmode_t v2
2023-08-25 2:44 UTC (3+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
[PATCH] btrfs-progs: Allow specifying "min" when resizing filesystem
2023-08-25 1:11 UTC
[PATCH] btrfs/282: skip test if /var/lib/btrfs isnt writable
2023-08-24 23:47 UTC
[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
2023-08-24 20:55 UTC (4+ messages)
` [PATCH 2/3] btrfs: Introduce the single-dev feature
[PATCH] btrfs/213: fix failure due to misspelled function name
2023-08-24 10:05 UTC (2+ messages)
[PATCH] fstests: btrfs/213: fix the _not_run spell
2023-08-24 7:40 UTC (2+ messages)
[PATCH] btrfs-progs: tests: misc-test prefix error messages
2023-08-24 7:14 UTC
[PATCH] btrfs-progs: tests: fix random mkfs.btrfs failure due to loopdev cache
2023-08-24 7:13 UTC
[PATCH 0/3] btrfs: make extent buffer memory continuous
2023-08-24 6:33 UTC (4+ messages)
` [PATCH 1/3] btrfs: warn on tree blocks which are not nodesize aligned
` [PATCH 2/3] btrfs: map uncontinuous extent buffer pages into virtual address space
` [PATCH 3/3] btrfs: utilize the physically/virtually continuous extent buffer memory
[PATCH v5 38/45] fs: super: dynamically allocate the s_shrink
2023-08-24 3:42 UTC
[PATCH 0/3] btrfs-progs: a couple fixes
2023-08-23 17:18 UTC (6+ messages)
` [PATCH 1/3] btrfs-progs: take a ref in the root locking code
` [PATCH 2/3] btrfs-progs: clear root dirty when we update the root
` [PATCH 3/3] btrfs-progs: fix improper error handling in btrfs filesystem usage
[PATCH] btrfs: simplify alloc_fs_devices() remove arg2
2023-08-23 14:52 UTC (2+ messages)
` [PATCH resend] "
[PATCH] btrfs-progs: tune: do not allow multiple features in different groups to be executed in one go
2023-08-23 11:11 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;
as well as URLs for NNTP newsgroup(s).