Show patches with: Submitter = Qu Wenruo       |    State = Action Required       |   4714 patches
« 1 2 ... 3 4 547 48 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,1/4] kstrtox: always skip the leading "0x" even if no more valid chars kstrtox: introduce memparse_safe() - 1 - --- 2024-01-03 Qu Wenruo New
fstests: btrfs/260: detect subpage's limited compression support fstests: btrfs/260: detect subpage's limited compression support - 1 - --- 2024-01-02 Qu Wenruo New
[v2,4/4] btrfs: migrate to the newer memparse_safe() helper kstrtox: introduce memparse_safe() - 1 - --- 2024-01-02 Qu Wenruo New
[v2,3/4] kstrtox: add unit tests for memparse_safe() kstrtox: introduce memparse_safe() - 1 - --- 2024-01-02 Qu Wenruo New
[v2,2/4] kstrtox: introduce a safer version of memparse() kstrtox: introduce memparse_safe() - 1 - --- 2024-01-02 Qu Wenruo New
[v2,1/4] kstrtox: always skip the leading "0x" even if no more valid chars kstrtox: introduce memparse_safe() - 1 - --- 2024-01-02 Qu Wenruo New
fstests: btrfs: remove test case btrfs/131 fstests: btrfs: remove test case btrfs/131 - - - --- 2023-12-30 Qu Wenruo New
btrfs/016: fix a false alert due to xattrs mismatch btrfs/016: fix a false alert due to xattrs mismatch - - - --- 2023-12-28 Qu Wenruo New
[3/3] btrfs: migrate to the newer memparse_safe() helper kstrtox: introduce memparse_safe() - - - --- 2023-12-23 Qu Wenruo New
[2/3] kstrtox: add unit tests for memparse_safe() kstrtox: introduce memparse_safe() - - - --- 2023-12-23 Qu Wenruo New
[1/3] kstrtox: introduce a safer version of memparse() kstrtox: introduce memparse_safe() - - - --- 2023-12-23 Qu Wenruo New
[v2,2/2] btrfs: sysfs: use kstrtoull_suffix() to replace memparse() lib/kstrtox: introduce kstrtoull_suffix() helper - - - --- 2023-12-20 Qu Wenruo New
[v2,1/2] lib/strtox: introduce kstrtoull_suffix() helper lib/kstrtox: introduce kstrtoull_suffix() helper - 1 - --- 2023-12-20 Qu Wenruo New
[2/2] btrfs: sysfs: use kstrtoull_suffix() to replace memparse() lib/kstrtox: introduce kstrtoull_suffix() helper - - - --- 2023-12-15 Qu Wenruo New
[1/2] lib/strtox: introduce kstrtoull_suffix() helper lib/kstrtox: introduce kstrtoull_suffix() helper - - - --- 2023-12-15 Qu Wenruo New
btrfs: prefer to allocate larger folio for metadata btrfs: prefer to allocate larger folio for metadata - - - --- 2023-12-12 Qu Wenruo New
[2/2] btrfs: migrate btrfs_repair_io_failure() to folio interfaces btrfs: migrate the remaining functions exposed by a full fstests with larger metadata folios - - - --- 2023-12-12 Qu Wenruo New
[1/2] btrfs: migrate eb_bitmap_offset() to folio interfaces btrfs: migrate the remaining functions exposed by a full fstests with larger metadata folios - - - --- 2023-12-12 Qu Wenruo New
[v2,3/3] btrfs: migrate various btrfs end io functions to folios btrfs: migrate IO path to folios - - - --- 2023-12-12 Qu Wenruo New
[v2,2/3] btrfs: migrate subpage code to folio interfaces btrfs: migrate IO path to folios - - - --- 2023-12-12 Qu Wenruo New
[v2,1/3] btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios btrfs: migrate IO path to folios - - - --- 2023-12-12 Qu Wenruo New
[3/3] btrfs: migrate various btrfs end io functions to folios btrfs: migrate IO path to folios - - - --- 2023-12-08 Qu Wenruo New
[2/3] btrfs: migrate subpage code to folio interfaces btrfs: migrate IO path to folios - - - --- 2023-12-08 Qu Wenruo New
[1/3] btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios btrfs: migrate IO path to folios - - - --- 2023-12-08 Qu Wenruo New
btrfs: get rid of memparse() for sysfs operations btrfs: get rid of memparse() for sysfs operations - - - --- 2023-12-07 Qu Wenruo New
[v3,2/2] btrfs: cleanup metadata page pointer usage btrfs: migrate extent_buffer::pages[] to folio and more cleanups - - - --- 2023-12-06 Qu Wenruo New
[v3,1/2] btrfs: migrate extent_buffer::pages[] to folio btrfs: migrate extent_buffer::pages[] to folio and more cleanups - - - --- 2023-12-06 Qu Wenruo New
btrfs: fix mismatching parameter names for btrfs_get_extent() btrfs: fix mismatching parameter names for btrfs_get_extent() - - - --- 2023-12-05 Qu Wenruo New
[3/3] btrfs-progs: tune: add fsck runs before and after a full conversion btrfs-progs: tune: run "btrfs check" before and after full fs conversion - - - --- 2023-12-04 Qu Wenruo New
[2/3] btrfs-progs: check: export a dedicated btrfs_check() function btrfs-progs: tune: run "btrfs check" before and after full fs conversion - - - --- 2023-12-04 Qu Wenruo New
[1/3] btrfs-progs: check: remove inode cache clearing functionality btrfs-progs: tune: run "btrfs check" before and after full fs conversion - - - --- 2023-12-04 Qu Wenruo New
btrfs-progs: Documentation: update the man page for btrfs check lowmem mode btrfs-progs: Documentation: update the man page for btrfs check lowmem mode - - - --- 2023-12-04 Qu Wenruo New
[v2,2/2] btrfs: cleanup metadata page pointer usage btrfs: migrate extent_buffer::pages[] to folio and more cleanups - - - --- 2023-12-01 Qu Wenruo New
[v2,1/2] btrfs: migrate extent_buffer::pages[] to folio btrfs: migrate extent_buffer::pages[] to folio and more cleanups - - - --- 2023-12-01 Qu Wenruo New
[v4] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method [v4] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method - - - --- 2023-11-29 Qu Wenruo New
[3/3] btrfs-progs: subvolume-list: output qgroup sizes for subvolumes btrfs-progs: subvolume-list: add qgroup sizes output - - - --- 2023-11-28 Qu Wenruo New
[2/3] btrfs-progs: use root_attr structure to pass various attributes btrfs-progs: subvolume-list: add qgroup sizes output - - - --- 2023-11-28 Qu Wenruo New
[1/3] btrfs-progs: separate root attributes into a dedicated structure from root_info btrfs-progs: subvolume-list: add qgroup sizes output - - - --- 2023-11-28 Qu Wenruo New
btrfs: migrate extent_buffer::pages[] to folio btrfs: migrate extent_buffer::pages[] to folio - 1 - --- 2023-11-26 Qu Wenruo New
[v3] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method [v3] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method - - - --- 2023-11-24 Qu Wenruo New
[v2] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method [v2] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method - - - --- 2023-11-24 Qu Wenruo New
btrfs: free the allocated memory if btrfs_alloc_page_array() failed btrfs: free the allocated memory if btrfs_alloc_page_array() failed - 1 - --- 2023-11-24 Qu Wenruo New
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method btrfs: refactor alloc_extent_buffer() to allocate-then-attach method - - - --- 2023-11-21 Qu Wenruo New
btrfs: migrate to use folio private instead of page private btrfs: migrate to use folio private instead of page private - 3 - --- 2023-11-17 Qu Wenruo New
[RFC] btrfs: allow extent buffer helpers to skip cross-page handling [RFC] btrfs: allow extent buffer helpers to skip cross-page handling - - - --- 2023-11-16 Qu Wenruo New
[v2] fstests: btrfs: test snapshot creation with existing qgroup [v2] fstests: btrfs: test snapshot creation with existing qgroup - 2 - --- 2023-11-14 Qu Wenruo New
fstests: btrfs: test snapshot creation with existing qgroup fstests: btrfs: test snapshot creation with existing qgroup - - - --- 2023-11-12 Qu Wenruo New
btrfs: do not abort transaction if there is already an existing qgroup btrfs: do not abort transaction if there is already an existing qgroup - 1 - --- 2023-11-10 Qu Wenruo New
[3/3] btrfs-progs: cli-tests: add test case for subvolume create multiple arguments btrfs-progs: subvolume create: accept multiple arguments - - - --- 2023-11-02 Qu Wenruo New
[2/3] btrfs-progs: subvolume create: accept multiple arguments btrfs-progs: subvolume create: accept multiple arguments - - - --- 2023-11-02 Qu Wenruo New
[1/3] btrfs-progs: subvolume create: handle failure for strdup() btrfs-progs: subvolume create: accept multiple arguments - - - --- 2023-11-02 Qu Wenruo New
btrfs: add dmesg output when mounting and unmounting btrfs: add dmesg output when mounting and unmounting - 1 - --- 2023-11-01 Qu Wenruo New
[v2] btrfs: do not utilize goto to implement delayed inode ref deletion [v2] btrfs: do not utilize goto to implement delayed inode ref deletion - 1 - --- 2023-10-30 Qu Wenruo New
btrfs: do not utilize goto to implement delayed inode ref deletion btrfs: do not utilize goto to implement delayed inode ref deletion - - - --- 2023-10-30 Qu Wenruo New
btrfs: make found_logical_ret parameter mandatory for function queue_scrub_stripe() btrfs: make found_logical_ret parameter mandatory for function queue_scrub_stripe() - 1 - --- 2023-10-28 Qu Wenruo New
btrfs-progs: remove unused functions btrfs-progs: remove unused functions - - - --- 2023-10-28 Qu Wenruo New
btrfs-progs: move space cache removal to rescue group btrfs-progs: move space cache removal to rescue group - - - --- 2023-10-24 Qu Wenruo New
btrfs: tree-checker: add type and sequence check for inline backrefs btrfs: tree-checker: add type and sequence check for inline backrefs - 1 - --- 2023-10-24 Qu Wenruo New
[3/3] btrfs-progs: fsck-tests: add test image of out-of-order inline backref items btrfs-progs: follow-ups for issue #622 - - - --- 2023-10-22 Qu Wenruo New
[2/3] btrfs-progs: check/lowmem: verify the sequence of inline backref items btrfs-progs: follow-ups for issue #622 - - - --- 2023-10-22 Qu Wenruo New
[1/3] btrfs-progs: dump-tree: output the sequence number for inline references btrfs-progs: follow-ups for issue #622 - - - --- 2023-10-22 Qu Wenruo New
[v2,9/9] btrfs-progs: mkfs-tests: introduce a test case to verify --subvol option btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,8/9] btrfs-progs: mkfs: introduce experimental --subvol option btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,7/9] btrfs-progs: use a unified btrfs_make_subvol() implementation btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,6/9] btrfs-progs: enhance btrfs_create_root() function btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,5/9] btrfs-progs: enhance btrfs_mkdir() function btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,4/9] btrfs-progs: merge btrfs_mksubvol() into btrfs_add_link() btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,3/9] btrfs-progs: remove filetype parameter of btrfs_add_link() btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,2/9] btrfs-progs: remove add_backref parameter from btrfs_add_link() btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[v2,1/9] btrfs-progs: cross-port fs_types from kernel btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-19 Qu Wenruo New
[6/6] btrfs-progs: mkfs-tests: introduce a test case to verify --subvol option btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-16 Qu Wenruo New
[5/6] btrfs-progs: mkfs: introduce experimental --subvol option btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-16 Qu Wenruo New
[4/6] btrfs-progs: use a unified btrfs_make_subvol() implementation btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-16 Qu Wenruo New
[3/6] btrfs-progs: enhance btrfs_create_root() function btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-16 Qu Wenruo New
[2/6] btrfs-progs: enhance and rename btrfs_mksubvol() function btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-16 Qu Wenruo New
[1/6] btrfs-progs: enhance btrfs_mkdir() function btrfs-progs: mkfs: introduce an experimental --subvol option - - - --- 2023-10-16 Qu Wenruo New
btrfs-progs: mkfs: do not enlarge the target block device btrfs-progs: mkfs: do not enlarge the target block device - - - --- 2023-10-12 Qu Wenruo New
btrfs-progs: cmds/scrub: using device's used_bytes to print summary for running scrubs btrfs-progs: cmds/scrub: using device's used_bytes to print summary for running scrubs - - - --- 2023-10-12 Qu Wenruo New
btrfs: reject unknown mount options correctly btrfs: reject unknown mount options correctly - - - --- 2023-10-12 Qu Wenruo New
[v3,2/2] btrfs-progs: tests/mkfs: make sure rootdir inode got its attributes copied btrfs-progs: make sure "mkfs --rootdir" copies all the attributes for the rootdir - - - --- 2023-10-11 Qu Wenruo New
[v3,1/2] btrfs-progs: mkfs/rootdir: copy missing attributes for the rootdir inode btrfs-progs: make sure "mkfs --rootdir" copies all the attributes for the rootdir - - - --- 2023-10-11 Qu Wenruo New
[v2,2/2] btrfs-progs: tests/mkfs: make sure rootdir inode got its attributes copied btrfs-progs: make sure "mkfs --rootdir" copies all the attributes for the rootdir - - - --- 2023-10-10 Qu Wenruo New
[v2,1/2] btrfs-progs: mkfs/rootdir: copy missing attributes for the rootdir inode btrfs-progs: make sure "mkfs --rootdir" copies all the attributes for the rootdir - - - --- 2023-10-10 Qu Wenruo New
[2/2] btrfs-progs: move inode cache removal to rescue group btrfs-progs: move inode cache removal functionality to "btrfs rescue" group - - - --- 2023-10-09 Qu Wenruo New
[1/2] btrfs-progs: move clear-cache.[ch] from check to common directory btrfs-progs: move inode cache removal functionality to "btrfs rescue" group - - - --- 2023-10-09 Qu Wenruo New
[2/2] btrfs-progs: tests/mkfs: make sure rootdir got its xattr copied btrfs-progs: make sure "mkfs --rootdir" copies the xattr for the rootdir - - - --- 2023-10-09 Qu Wenruo New
[1/2] btrfs-progs: mkfs/rootdir: add the missing xattr for the rootdir inode btrfs-progs: make sure "mkfs --rootdir" copies the xattr for the rootdir - - - --- 2023-10-09 Qu Wenruo New
btrfs: output extra info when delayed inode update failed btrfs: output extra info when delayed inode update failed - - - --- 2023-10-06 Qu Wenruo New
btrfs-progs: introduce a basic metadata free space reservation check btrfs-progs: introduce a basic metadata free space reservation check - - - --- 2023-10-05 Qu Wenruo New
btrfs-progs: dump-tree: allow using '-' for tree ids btrfs-progs: dump-tree: allow using '-' for tree ids - 1 - --- 2023-10-04 Qu Wenruo New
btrfs-progs: properly reserve metadata space for bgt conversion btrfs-progs: properly reserve metadata space for bgt conversion - - - --- 2023-10-03 Qu Wenruo New
[2/2] btrfs-progs: fix a variable shadowing when enabling experimental features btrfs-progs: -Wshadow fixes - - - --- 2023-09-28 Qu Wenruo New
[1/2] btrfs-progs: remove variable e from cmd_inspect_list_chunks() btrfs-progs: -Wshadow fixes - - - --- 2023-09-28 Qu Wenruo New
btrfs-progs: fix failed resume due to bad search btrfs-progs: fix failed resume due to bad search - - - --- 2023-09-27 Qu Wenruo New
btrfs: reject unknown mount options early btrfs: reject unknown mount options early - - - --- 2023-09-27 Qu Wenruo New
btrfs: fix a race which can lead to unreported write failure btrfs: fix a race which can lead to unreported write failure - - - --- 2023-09-25 Qu Wenruo New
[RFC] btrfs: save the physical address for append writes before updating bi_status [RFC] btrfs: save the physical address for append writes before updating bi_status - - - --- 2023-09-25 Qu Wenruo New
[3/3] btrfs: introduce allow_data_failure sysfs interface btrfs: introduce 3 debug sysfs interface to tweak the error handling behavior - - - --- 2023-09-24 Qu Wenruo New
[2/3] btrfs: introduce super_failure_tolerance sysfs interface btrfs: introduce 3 debug sysfs interface to tweak the error handling behavior - - - --- 2023-09-24 Qu Wenruo New
[1/3] btrfs: introduce allow_backup_super_failure sysfs interface btrfs: introduce 3 debug sysfs interface to tweak the error handling behavior - - - --- 2023-09-24 Qu Wenruo New
« 1 2 ... 3 4 547 48 »