Show patches with: State = Action Required       |    Archived = No       |   401 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] btrfs: move functions comments from qgroup.h to qgroup.c Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[01/11] fs: split off vfs_getdents function of getdents64 syscall io_uring getdents - - - --- 2023-08-27 Hao Xu New
[01/21] btrfs: fix race when refilling delayed refs block reserve btrfs: updates to delayed refs accounting and space reservation - - - --- 2023-09-08 Filipe Manana New
[02/10] btrfs: reformat remaining kdoc style comments Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[02/11] xfs: add NOWAIT semantics for readdir io_uring getdents - - - --- 2023-08-27 Hao Xu New
[02/21] btrfs: prevent transaction block reserve underflow when starting transaction btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[03/10] btrfs: drop __must_check annotations Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[03/11] vfs: add nowait flag for struct dir_context io_uring getdents - - - --- 2023-08-27 Hao Xu New
[03/21] btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[04/10] btrfs: reduce parameters of btrfs_pin_reserved_extent Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[04/11] vfs: add a vfs helper for io_uring file pos lock io_uring getdents - - - --- 2023-08-27 Hao Xu New
[04/21] btrfs: remove unnecessary logic when running new delayed references btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[05/10] btrfs: reduce parameters of btrfs_pin_extent_for_log_replay Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[05/11] vfs: add file_pos_unlock() for io_uring usage io_uring getdents - - - --- 2023-08-27 Hao Xu New
[05/21] btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[06/10] btrfs: reduce arguments of helpers space accounting root item Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[06/11] vfs: add a nowait parameter for touch_atime() io_uring getdents - - - --- 2023-08-27 Hao Xu New
[06/21] btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[07/10] btrfs: reduce size of prelim_ref::level Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[07/11] vfs: add nowait parameter for file_accessed() io_uring getdents - - - --- 2023-08-27 Hao Xu New
[07/21] btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[08/10] btrfs: reduce size and reorder compression members in struct btrfs_inode Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[08/11] vfs: move file_accessed() to the beginning of iterate_dir() io_uring getdents - - - --- 2023-08-27 Hao Xu New
[08/21] btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[09/10] btrfs: reduce size of struct btrfs_ref Cleanups and struct packing - - - --- 2023-09-07 David Sterba New
[09/11] vfs: error out -EAGAIN if atime needs to be updated io_uring getdents - - - --- 2023-08-27 Hao Xu New
[09/21] btrfs: remove refs_to_drop argument from __btrfs_free_extent() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[1/1] btrfs: file_remove_privs needs an exclusive lock btrfs: Use exclusive lock for file_remove_privs - 1 - --- 2023-09-06 Bernd Schubert New
[1/2] btrfs: improve error message after failure to add delayed dir index item btrfs: updates to error path for delayed dir index insertion failure - - - --- 2023-08-28 Filipe Manana New
[1/2] btrfs: make sure to initialize start and len in find_free_dev_extent Fix some -Wmaybe-uninitialized errors - 1 1 --- 2023-09-05 Josef Bacik New
[1/2] btrfs: reject a superblock with over 65536 devices btrfs: reduce the width of devices counter - - - --- 2023-09-19 Qu Wenruo New
[1/2] btrfs: reject device with CHANGING_FSID_V2 btrfs: reject device with CHANGING_FSID_V2 flag - - - --- 2023-09-20 Anand Jain New
[1/2] btrfs: set last dir index to the current last index when opening dir btrfs: updates for directory reading - - 1 --- 2023-09-09 Filipe Manana New
[1/2] btrfs/072: support smaller extent size limit btrfs/072: - - - --- 2023-09-15 Naohiro Aota New
[1/2] fs: Add and export file_needs_remove_privs Use exclusive lock for file_remove_privs - - - --- 2023-08-31 Bernd Schubert New
[1/2] fs: Add and export file_needs_remove_privs Use exclusive lock for file_remove_privs - - - --- 2023-08-30 Bernd Schubert New
[1/3] btrfs-progs: cleanup dirty buffers on transaction abort btrfs-progs: add eb leak detection and fixes - - - --- 2023-09-05 Josef Bacik New
[1/3] btrfs-progs: pull in the full max/min/clamp implementation from kernel btrfs-progs: fix all -Wshadow warnings and enable -Wshadow for default builds - - - --- 2023-09-11 Qu Wenruo New
[1/3] btrfs: abort transaction on generation mismatch when marking eb as dirty btrfs: some updates to btrfs_mark_buffer_dirty() - - - --- 2023-09-12 Filipe Manana New
[1/3] btrfs: Cleanup no_quota parameter - - - --- 2015-10-26 Qu Wenruo Under Review
[1/3] btrfs: explicitly mark BTRFS_MOUNT_ enum as 64bit btrfs: introduce "abort=" groups for more strict error handling - - - --- 2023-09-22 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/4,v3] Btrfs-progs: send, bump stream version - - - --- 2014-04-20 Filipe Manana Under Review
[1/4] btrfs-progs: tune use the latest bdev in fs_devices for super_copy btrfs-progs: recover from failed metadata_uuid port kernel - - - --- 2023-09-15 Anand Jain New
[1/4] btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents btrfs: RAID stripe tree updates - - - --- 2023-09-18 Johannes Thumshirn New
[1/4] btrfs: remove btrfsic_check_bio() function btrfs: remove check-integrity functionality - - - --- 2023-09-08 Qu Wenruo New
[1/4] fscrypt: rename fscrypt_info => fscrypt_inode_info fscrypt: add support for per-extent encryption - - - --- 2023-09-15 Josef Bacik New
[1/5] btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve() btrfs: qgroup: reduce GFP_ATOMIC usage for ulist - 1 - --- 2023-08-30 Qu Wenruo New
[1/5] btrfs: use on-stack variable for block reserve in btrfs_evict_inode Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[1/5] fscrypt: make it extra clear that key_prefix is deprecated fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-05 Eric Biggers New
[1/6] btrfs-progs: add raid-stripe-tree definitions btrfs-progs: add support for RAID stripe tree - - - --- 2023-09-11 Johannes Thumshirn New
[1/7] btrfs-progs: export btrfs_feature structure btrfs-progs: cmds/tune: add set/clear features - - - --- 2023-09-05 Qu Wenruo New
[1/8] btrfs: make extent state merges more efficient during insertions btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
[1/8] btrfs: relocation: use more natural types for tree_block bitfields Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[1/8] btrfs: simplify error check condition at btrfs_dirty_inode() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[10/10] btrfs: move extent_buffer::lock_owner to debug section Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait io_uring getdents - - - --- 2023-08-27 Hao Xu New
[10/21] btrfs: initialize key where it's used when running delayed data ref btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[11/11] io_uring: add support for getdents io_uring getdents - - - --- 2023-08-27 Hao Xu New
[11/21] btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[12/21] btrfs: log message if extent item not found when running delayed extent op btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[13/21] btrfs: use a single variable for return value at run_delayed_extent_op() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[14/21] btrfs: use a single variable for return value at lookup_inline_extent_backref() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[15/21] btrfs: return -EUCLEAN if extent item is missing when searching inline backref btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[16/21] btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[17/21] btrfs: allow to run delayed refs by bytes to be released instead of count btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[18/21] btrfs: reserve space for delayed refs on a per ref basis btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[19/21] btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[2/2] btrfs: file_remove_privs needs an exclusive lock Use exclusive lock for file_remove_privs - - - --- 2023-08-31 Bernd Schubert New
[2/2] btrfs: file_remove_privs needs an exclusive lock Use exclusive lock for file_remove_privs - - - --- 2023-08-30 Bernd Schubert New
[2/2] btrfs: initialize start_slot in btrfs_log_prealloc_extents Fix some -Wmaybe-uninitialized errors - - 1 --- 2023-09-05 Josef Bacik New
[2/2] btrfs: reduce the width of device counters btrfs: reduce the width of devices counter - - - --- 2023-09-19 Qu Wenruo New
[2/2] btrfs: refresh dir last index during a rewinddir(3) call btrfs: updates for directory reading - - 1 --- 2023-09-09 Filipe Manana New
[2/2] btrfs: remove BUG() after failure to insert delayed dir index item btrfs: updates to error path for delayed dir index insertion failure - - - --- 2023-08-28 Filipe Manana New
[2/2] btrfs: remove unused code related to the CHANGING_FSID_V2 flag btrfs: reject device with CHANGING_FSID_V2 flag - - - --- 2023-09-20 Anand Jain New
[2/2] btrfs/072: use _fixed_by_kernel_commit to tell the fixing kernel commit btrfs/072: - - - --- 2023-09-15 Naohiro Aota New
[2/3] btrfs check: Pre-sort keys in a block while searching - - - --- 2014-05-05 Hugo Mills Under Review
[2/3] btrfs-progs: fix all variable shadowing btrfs-progs: fix all -Wshadow warnings and enable -Wshadow for default builds - - - --- 2023-09-11 Qu Wenruo New
[2/3] btrfs-progs: properly cleanup aborted transactions in check btrfs-progs: add eb leak detection and fixes - 1 - --- 2023-09-05 Josef Bacik New
[2/3] btrfs: introduce "abort=super" mount option btrfs: introduce "abort=" groups for more strict error handling - - - --- 2023-09-22 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
[2/3] btrfs: use btrfs_crit at btrfs_mark_buffer_dirty() btrfs: some updates to btrfs_mark_buffer_dirty() - - - --- 2023-09-12 Filipe Manana New
[2/4,v4] Btrfs-progs: send, implement total data size callback and progress report - - - --- 2014-04-20 Filipe Manana Under Review
[2/4] btrfs-progs: add support to fix superblock with CHANGING_FSID_V2 flag btrfs-progs: recover from failed metadata_uuid port kernel - - - --- 2023-09-15 Anand Jain New
[2/4] btrfs: break loop in case set_io_stripe fails btrfs: RAID stripe tree updates - - - --- 2023-09-18 Johannes Thumshirn New
[2/4] btrfs: remove btrfsic_mount() function btrfs: remove check-integrity functionality - - - --- 2023-09-08 Qu Wenruo New
[2/4] fscrypt: add per-extent encryption support fscrypt: add support for per-extent encryption - - - --- 2023-09-15 Josef Bacik New
[2/5] btrfs: qgroup: use qgroup_iterator facility for btrfs_qgroup_free_refroot() btrfs: qgroup: reduce GFP_ATOMIC usage for ulist - - - --- 2023-08-30 Qu Wenruo New
[2/5] btrfs: use on-stack variable for block reserve in btrfs_truncate Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[2/5] fscrypt: make the bounce page pool opt-in instead of opt-out fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-05 Eric Biggers New
[2/6,v2] btrfs: do commit in sync_fs if there are pending changes - - - --- 2014-11-14 David Sterba Under Review
[2/6] btrfs-progs: read fs with stripe tree from disk btrfs-progs: add support for RAID stripe tree - - - --- 2023-09-11 Johannes Thumshirn New
[2/7] btrfs-progs: cmds: add "btrfs tune set" subcommand group btrfs-progs: cmds/tune: add set/clear features - - - --- 2023-09-05 Qu Wenruo New
[2/8] btrfs: relocation: use enum for stages Minor cleanups in relocation.c - 1 - --- 2023-09-22 David Sterba New
[2/8] btrfs: remove noline from btrfs_update_inode() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[2/8] btrfs: update stale comment at extent_io_tree_release() btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
[20/21] btrfs: stop doing excessive space reservation for csum deletion btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[21/21] btrfs: always reserve space for delayed refs when starting transaction btrfs: updates to delayed refs accounting and space reservation - 1 - --- 2023-09-08 Filipe Manana New
[3/3] btrfs check: Attempt to fix misordered keys with bitflips in them - - - --- 2014-05-05 Hugo Mills Under Review
[3/3] btrfs-progs: add extent buffer leak detection to make test btrfs-progs: add eb leak detection and fixes - - - --- 2023-09-05 Josef Bacik New
« 1 2 3 44 5 »