messages from 2023-08-27 02:07:44 to 2023-09-03 22:31:05 UTC [more...]
[PATCH v6 00/11] io_uring getdents
2023-09-03 22:30 UTC (22+ 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
Corrupted after multiple forceful shutdowns
2023-09-02 18:45 UTC (4+ messages)
Troubleshooting - Extent errors in check
2023-09-02 12:34 UTC
[RFC PATCH 00/13] fscrypt: add extent encryption
2023-09-02 5:54 UTC (14+ messages)
` [RFC PATCH 01/13] fscrypt: factor getting info for a specific block
` [RFC PATCH 02/13] fscrypt: adjust effective lblks based on extents
` [RFC PATCH 03/13] fscrypt: move function call warning of busy inodes
` [RFC PATCH 04/13] fscrypt: split fscrypt_info into general and inode specific parts
` [RFC PATCH 05/13] fscrypt: add creation/usage/freeing of per-extent infos
` [RFC PATCH 06/13] fscrypt: allow load/save of extent contexts
` [RFC PATCH 07/13] fscrypt: store full fscrypt_contexts for each extent
` [RFC PATCH 08/13] fscrypt: save session key credentials for extent infos
` [RFC PATCH 09/13] fscrypt: revamp key removal for extent encryption
` [RFC PATCH 10/13] fscrypt: allow multiple extents to reference one info
` [RFC PATCH 11/13] fscrypt: cache list of inlinecrypt devices
` [RFC PATCH 12/13] fscrypt: allow asynchronous info freeing
` [RFC PATCH 13/13] fscrypt: update documentation for per-extent keys
[PATCH] btrfs/282: skip test if /var/lib/btrfs isnt writable
2023-09-02 5:46 UTC (6+ messages)
[PATCH v2] btrfs-progs: receive: cannot find clone source subvol when receiving in reverse direction
2023-09-02 2:57 UTC
[PATCH v2 0/6] btrfs: qgroup: remove GFP_ATOMIC usage for ulist
2023-09-02 0:16 UTC (11+ messages)
` [PATCH v2 1/6] btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
` [PATCH v2 2/6] btrfs: qgroup: use qgroup_iterator facility for btrfs_qgroup_free_refroot()
` [PATCH v2 3/6] btrfs: qgroup: use qgroup_iterator facility for qgroup_convert_meta()
` [PATCH v2 4/6] btrfs: qgroup: use qgroup_iterator facility for __qgroup_excl_accounting()
` [PATCH v2 5/6] btrfs: qgroup: use qgroup_iterator facility to replace @tmp ulist of qgroup_update_refcnt()
` [PATCH v2 6/6] btrfs: qgroup: use qgroup_iterator2 facility to replace @qgroups "
[PATCH v3 0/6] btrfs: qgroup: remove GFP_ATOMIC usage for ulist
2023-09-02 0:13 UTC (7+ messages)
` [PATCH v3 1/6] btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
` [PATCH v3 2/6] btrfs: qgroup: use qgroup_iterator facility for btrfs_qgroup_free_refroot()
` [PATCH v3 3/6] btrfs: qgroup: use qgroup_iterator facility for qgroup_convert_meta()
` [PATCH v3 4/6] btrfs: qgroup: use qgroup_iterator facility for __qgroup_excl_accounting()
` [PATCH v3 5/6] btrfs: qgroup: use qgroup_iterator facility to replace tmp ulist of qgroup_update_refcnt()
` [PATCH v3 6/6] btrfs: qgroup: use qgroup_iterator_nested facility to replace qgroups "
[PATCH] btrfs-progs: don't take the commit root ref in btrfs_create_tree
2023-09-01 15:04 UTC
Btrfs progs release 6.5
2023-09-01 12:49 UTC
[PATCH v2 0/2] Use exclusive lock for file_remove_privs
2023-09-01 12:50 UTC (7+ messages)
` [PATCH 1/2] fs: Add and export file_needs_remove_privs
` [PATCH 2/2] btrfs: file_remove_privs needs an exclusive lock
[PATCH 0/2] Use exclusive lock for file_remove_privs
2023-09-01 11:47 UTC (11+ messages)
` [PATCH 1/2] fs: Add and export file_needs_remove_privs
` [PATCH 2/2] btrfs: file_remove_privs needs an exclusive lock
[PATCH] btrfs-progs: libbtrfs: fix API compatibility change
2023-09-01 10:06 UTC (2+ messages)
[PATCH] btrfs: remove btree_dirty_folio() inside DEBUG
2023-09-01 9:40 UTC (2+ messages)
[PATCH] btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()
2023-09-01 2:11 UTC
[syzbot] [btrfs?] WARNING in btrfs_quota_enable
2023-08-31 5:38 UTC
btrfs sequential 8K read()s from compressed files are not merging
2023-08-31 0:22 UTC (8+ messages)
` (PING) "
[PATCH V3 0/2] Supporting same fsid mounting through the single-dev compat_ro feature
2023-08-31 0:12 UTC (3+ messages)
` [PATCH V3 1/2] btrfs-progs: Add the single-dev feature (to both mkfs/tune)
` [PATCH V3 2/2] btrfs: Introduce the single-dev feature
[PATCH 0/5] btrfs: qgroup: reduce GFP_ATOMIC usage for ulist
2023-08-30 22:55 UTC (10+ messages)
` [PATCH 1/5] btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
` [PATCH 2/5] btrfs: qgroup: use qgroup_iterator facility for btrfs_qgroup_free_refroot()
` [PATCH 3/5] btrfs: qgroup: use qgroup_iterator facility for qgroup_convert_meta()
` [PATCH 4/5] btrfs: qgroup: use qgroup_iterator facility for __qgroup_excl_accounting()
` [PATCH 5/5] btrfs: qgroup: use qgroup_iterator facility to replace @tmp ulist of qgroup_update_refcnt()
[syzbot] [btrfs?] WARNING in btrfs_use_block_rsv
2023-08-30 22:29 UTC
[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
2023-08-30 12:00 UTC (5+ messages)
` [PATCH 2/3] btrfs: Introduce the single-dev feature
[syzbot] Monthly btrfs report (Aug 2023)
2023-08-30 9:53 UTC
[syzbot] [btrfs?] UBSAN: array-index-out-of-bounds in FSE_decompress_wksp_body_bmi2
2023-08-30 7:49 UTC
[PATCH] btrfs/237: kick reclaim process with a small filesystem
2023-08-30 5:51 UTC (2+ messages)
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-08-30 1:22 UTC (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-08-30 0:48 UTC (4+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
[PATCH] btrfs-progs: add a free_root_extent_buffers helper
2023-08-29 17:45 UTC (3+ messages)
btrfs check errors: no inode item
2023-08-29 16:54 UTC
[syzbot] [btrfs?] KASAN: use-after-free Read in btrfs_test_super
2023-08-29 14:20 UTC (3+ messages)
[PATCH] fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable
2023-08-29 12:34 UTC
[PATCH] fstests: btrfs add more tests into the scrub group
2023-08-29 12:32 UTC
Scrub of my nvme SSD has slowed by about 2/3
2023-08-29 12:17 UTC (3+ messages)
[PATCH v3] btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usage
2023-08-29 11:48 UTC
[PATCH v2] btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usage
2023-08-29 11:22 UTC (5+ messages)
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-29 11:02 UTC (4+ messages)
[PATCH] btrfs: fix lockdep splat and potential deadlock after failure running delayed items
2023-08-29 10:34 UTC
btrfs write-bandwidth performance regression of 6.5-rc4/rc3
2023-08-29 9:45 UTC (4+ messages)
[PATCH] btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()
2023-08-29 7:14 UTC
[PATCH 00/38] btrfs-progs: sync ctree.c into btrfs-progs
2023-08-29 6:42 UTC (4+ messages)
` [PATCH 02/38] btrfs-progs: remove useless add_root_to_dirty_list call in mkfs
[syzbot] [btrfs?] possible deadlock in __btrfs_release_delayed_node (3)
2023-08-28 23:03 UTC
[PATCH 0/5 v3] btrfs-progs: recover from failed metadata_uuid port kernel
2023-08-28 22:43 UTC (7+ 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
[GIT PULL] Btrfs updates for 6.6
2023-08-28 20:14 UTC (2+ messages)
[PATCH v2 00/12] btrfs: ctree.[ch] cleanups
2023-08-28 16:25 UTC (2+ messages)
[PATCH 0/2] btrfs-progs: rely on "btrfstune --csum" to replace "btrfs check --init-csum-tree"
2023-08-28 16:10 UTC (2+ messages)
[PATCH] btrfs-progs: tune: do not allow multiple features in different groups to be executed in one go
2023-08-28 15:57 UTC (2+ messages)
[PATCH] btrfs-progs: tests: misc-test prefix error messages
2023-08-28 15:48 UTC (2+ messages)
[PATCH] btrfs-progs: tests: fix random mkfs.btrfs failure due to loopdev cache
2023-08-28 15:46 UTC (2+ messages)
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-28 14:27 UTC (7+ messages)
[PATCH] btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usage
2023-08-28 13:54 UTC (2+ messages)
[PATCH 11/11] btrfs: remove extraneous includes from ctree.h
2023-08-28 13:29 UTC (4+ messages)
[PATCH] btrfs: update comment for reservation of metadata space for delayed items
2023-08-28 13:27 UTC (2+ messages)
[PATCH] btrfs-progs: receive: cannot find clone source subvol when receiving in reverse direction
2023-08-28 13:24 UTC (2+ messages)
[PATCH] btrfs: release path before inode lookup during the ino lookup ioctl
2023-08-28 13:12 UTC (2+ messages)
[PATCH] btrfs-progs: print-tree add device list
2023-08-28 12:41 UTC
decouple block open flags from fmode_t v2
2023-08-28 12:09 UTC (4+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
[PATCH 00/11] btrfs: ctree.[ch] cleanups
2023-08-28 11:07 UTC (19+ 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 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 0/3] btrfs: make extent buffer memory continuous
2023-08-28 10:36 UTC (3+ messages)
` [PATCH 2/3] btrfs: map uncontinuous extent buffer pages into virtual address space
[PATCH 0/2] btrfs: updates to error path for delayed dir index insertion failure
2023-08-28 9:18 UTC (12+ messages)
` [PATCH 1/2] btrfs: improve error message after failure to add delayed dir index item
` [PATCH 2/2] btrfs: remove BUG() after failure to insert "
` [PATCH v2 0/3] btrfs: updates to error path for delayed dir index insertion failure
` [PATCH v2 1/3] btrfs: improve error message after failure to add delayed dir index item
` [PATCH v2 2/3] btrfs: remove BUG() after failure to insert "
` [PATCH v2 3/3] btrfs: assert delayed node locked when removing delayed item
fstests(btrfs/100) triggered a dead-lock(of scrub?)
2023-08-28 5:33 UTC (2+ messages)
[PATCH v3 0/3] use shuf to choose a random file
2023-08-28 1:37 UTC (5+ messages)
` [PATCH v3 1/3] common/rc: introduce _random_file() helper
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 (4+ messages)
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