Linux XFS
[Prev Page][Next Page]
- Re: [PATCHSET V2 05/18] xfsprogs: fix log sector size detection, (continued)
- [PATCHSET 06/18] mkfs: scale shards on ssds, Darrick J. Wong
- [PATCHSET v29.4 07/18] xfs_scrub: scan metadata files in parallel, Darrick J. Wong
- [PATCHSET v29.4 08/18] xfs_repair: rebuild inode fork mappings, Darrick J. Wong
- [PATCHSET 09/18] xfs_repair: support more than 4 billion records, Darrick J. Wong
- [PATCHSET v29.4 10/18] libxfs: prepare to sync with 6.9, Darrick J. Wong
- [PATCHSET 11/18] libxfs: sync with 6.9, Darrick J. Wong
- [PATCH 001/110] xfs: convert kmem_zalloc() to kzalloc(), Darrick J. Wong
- [PATCH 003/110] xfs: convert remaining kmem_free() to kfree(), Darrick J. Wong
- [PATCH 002/110] xfs: convert kmem_alloc() to kmalloc(), Darrick J. Wong
- [PATCH 004/110] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS, Darrick J. Wong
- [PATCH 005/110] xfs: use GFP_KERNEL in pure transaction contexts, Darrick J. Wong
- [PATCH 006/110] xfs: clean up remaining GFP_NOFS users, Darrick J. Wong
- [PATCH 007/110] xfs: use xfs_defer_alloc a bit more, Darrick J. Wong
- [PATCH 008/110] xfs: Replace xfs_isilocked with xfs_assert_ilocked, Darrick J. Wong
- [PATCH 009/110] xfs: create a static name for the dot entry too, Darrick J. Wong
- [PATCH 010/110] xfs: create a predicate to determine if two xfs_names are the same, Darrick J. Wong
- [PATCH 011/110] xfs: create a macro for decoding ftypes in tracepoints, Darrick J. Wong
- [PATCH 012/110] xfs: report the health of quota counts, Darrick J. Wong
- [PATCH 013/110] xfs: implement live quotacheck inode scan, Darrick J. Wong
- [PATCH 014/110] xfs: report health of inode link counts, Darrick J. Wong
- [PATCH 015/110] xfs: teach scrub to check file nlinks, Darrick J. Wong
- [PATCH 016/110] xfs: separate the marking of sick and checked metadata, Darrick J. Wong
- [PATCH 017/110] xfs: report fs corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 018/110] xfs: report ag header corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 019/110] xfs: report block map corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 020/110] xfs: report btree block corruption errors to the health system, Darrick J. Wong
- [PATCH 021/110] xfs: report dir/attr block corruption errors to the health system, Darrick J. Wong
- [PATCH 022/110] xfs: report inode corruption errors to the health system, Darrick J. Wong
- [PATCH 023/110] xfs: report realtime metadata corruption errors to the health system, Darrick J. Wong
- [PATCH 024/110] xfs: report XFS_IS_CORRUPT errors to the health system, Darrick J. Wong
- [PATCH 025/110] xfs: add secondary and indirect classes to the health tracking system, Darrick J. Wong
- [PATCH 026/110] xfs: remember sick inodes that get inactivated, Darrick J. Wong
- [PATCH 027/110] xfs: update health status if we get a clean bill of health, Darrick J. Wong
- [PATCH 028/110] xfs: consolidate btree block freeing tracepoints, Darrick J. Wong
- [PATCH 029/110] xfs: consolidate btree block allocation tracepoints, Darrick J. Wong
- [PATCH 030/110] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor, Darrick J. Wong
- [PATCH 031/110] xfs: drop XFS_BTREE_CRC_BLOCKS, Darrick J. Wong
- [PATCH 032/110] xfs: encode the btree geometry flags in the btree ops structure, Darrick J. Wong
- [PATCH 033/110] xfs: remove bc_ino.flags, Darrick J. Wong
- [PATCH 034/110] xfs: consolidate the xfs_alloc_lookup_* helpers, Darrick J. Wong
- [PATCH 035/110] xfs: turn the allocbt cursor active field into a btree flag, Darrick J. Wong
- [PATCH 036/110] xfs: extern some btree ops structures, Darrick J. Wong
- [PATCH 037/110] xfs: initialize btree blocks using btree_ops structure, Darrick J. Wong
- [PATCH 038/110] xfs: rename btree block/buffer init functions, Darrick J. Wong
- [PATCH 039/110] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls, Darrick J. Wong
- [PATCH 040/110] xfs: remove the unnecessary daddr paramter to _init_block, Darrick J. Wong
- [PATCH 041/110] xfs: set btree block buffer ops in _init_buf, Darrick J. Wong
- [PATCH 042/110] xfs: move lru refs to the btree ops structure, Darrick J. Wong
- [PATCH 043/110] xfs: move the btree stats offset into struct btree_ops, Darrick J. Wong
- [PATCH 044/110] xfs: factor out a xfs_btree_owner helper, Darrick J. Wong
- [PATCH 045/110] xfs: factor out a btree block owner check, Darrick J. Wong
- [PATCH 046/110] xfs: store the btree pointer length in struct xfs_btree_ops, Darrick J. Wong
- [PATCH 047/110] xfs: split out a btree type from the btree ops geometry flags, Darrick J. Wong
- [PATCH 048/110] xfs: split the per-btree union in struct xfs_btree_cur, Darrick J. Wong
- [PATCH 049/110] xfs: create predicate to determine if cursor is at inode root level, Darrick J. Wong
- [PATCH 050/110] xfs: move comment about two 2 keys per pointer in the rmap btree, Darrick J. Wong
- [PATCH 051/110] xfs: add a xfs_btree_init_ptr_from_cur, Darrick J. Wong
- [PATCH 052/110] xfs: don't override bc_ops for staging btrees, Darrick J. Wong
- [PATCH 053/110] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor, Darrick J. Wong
- [PATCH 054/110] xfs: remove xfs_allocbt_stage_cursor, Darrick J. Wong
- [PATCH 055/110] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor, Darrick J. Wong
- [PATCH 056/110] xfs: remove xfs_inobt_stage_cursor, Darrick J. Wong
- [PATCH 057/110] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor, Darrick J. Wong
- [PATCH 058/110] xfs: remove xfs_refcountbt_stage_cursor, Darrick J. Wong
- [PATCH 059/110] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor, Darrick J. Wong
- [PATCH 060/110] xfs: remove xfs_rmapbt_stage_cursor, Darrick J. Wong
- [PATCH 061/110] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor, Darrick J. Wong
- [PATCH 062/110] xfs: make staging file forks explicit, Darrick J. Wong
- [PATCH 063/110] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor, Darrick J. Wong
- [PATCH 064/110] xfs: remove xfs_bmbt_stage_cursor, Darrick J. Wong
- [PATCH 065/110] xfs: split the agf_roots and agf_levels arrays, Darrick J. Wong
- [PATCH 066/110] xfs: add a name field to struct xfs_btree_ops, Darrick J. Wong
- [PATCH 067/110] xfs: add a sick_mask to struct xfs_btree_ops, Darrick J. Wong
- [PATCH 068/110] xfs: split xfs_allocbt_init_cursor, Darrick J. Wong
- [PATCH 069/110] xfs: remove xfs_inobt_cur, Darrick J. Wong
- [PATCH 070/110] xfs: remove the btnum argument to xfs_inobt_count_blocks, Darrick J. Wong
- [PATCH 071/110] xfs: split xfs_inobt_insert_sprec, Darrick J. Wong
- [PATCH 072/110] xfs: split xfs_inobt_init_cursor, Darrick J. Wong
- [PATCH 073/110] xfs: pass a 'bool is_finobt' to xfs_inobt_insert, Darrick J. Wong
- [PATCH 074/110] xfs: remove xfs_btnum_t, Darrick J. Wong
- [PATCH 075/110] xfs: simplify xfs_btree_check_sblock_siblings, Darrick J. Wong
- [PATCH 076/110] xfs: simplify xfs_btree_check_lblock_siblings, Darrick J. Wong
- [PATCH 077/110] xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents, Darrick J. Wong
- [PATCH 078/110] xfs: consolidate btree ptr checking, Darrick J. Wong
- [PATCH 079/110] xfs: misc cleanups for __xfs_btree_check_sblock, Darrick J. Wong
- [PATCH 080/110] xfs: remove the crc variable in __xfs_btree_check_lblock, Darrick J. Wong
- [PATCH 081/110] xfs: tighten up validation of root block in inode forks, Darrick J. Wong
- [PATCH 082/110] xfs: consolidate btree block verification, Darrick J. Wong
- [PATCH 083/110] xfs: rename btree helpers that depends on the block number representation, Darrick J. Wong
- [PATCH 084/110] xfs: factor out a __xfs_btree_check_lblock_hdr helper, Darrick J. Wong
- [PATCH 085/110] xfs: remove xfs_btree_reada_bufl, Darrick J. Wong
- [PATCH 086/110] xfs: remove xfs_btree_reada_bufs, Darrick J. Wong
- [PATCH 087/110] xfs: move and rename xfs_btree_read_bufl, Darrick J. Wong
- [PATCH 088/110] libxfs: teach buftargs to maintain their own buffer hashtable, Darrick J. Wong
- [PATCH 089/110] libxfs: add xfile support, Darrick J. Wong
- [PATCH 090/110] libxfs: partition memfd files to avoid using too many fds, Darrick J. Wong
- [PATCH 091/110] xfs: teach buftargs to maintain their own buffer hashtable, Darrick J. Wong
- [PATCH 092/110] libxfs: support in-memory buffer cache targets, Darrick J. Wong
- [PATCH 093/110] xfs: add a xfs_btree_ptrs_equal helper, Darrick J. Wong
- [PATCH 094/110] xfs: support in-memory btrees, Darrick J. Wong
- [PATCH 095/110] xfs: launder in-memory btree buffers before transaction commit, Darrick J. Wong
- [PATCH 096/110] xfs: create a helper to decide if a file mapping targets the rt volume, Darrick J. Wong
- [PATCH 097/110] xfs: repair the rmapbt, Darrick J. Wong
- [PATCH 098/110] xfs: create a shadow rmap btree during rmap repair, Darrick J. Wong
- [PATCH 099/110] xfs: hook live rmap operations during a repair operation, Darrick J. Wong
- [PATCH 100/110] xfs: clean up bmap log intent item tracepoint callsites, Darrick J. Wong
- [PATCH 101/110] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c, Darrick J. Wong
- [PATCH 102/110] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents, Darrick J. Wong
- [PATCH 103/110] xfs: add a realtime flag to the bmap update log redo items, Darrick J. Wong
- [PATCH 104/110] xfs: support deferred bmap updates on the attr fork, Darrick J. Wong
- [PATCH 105/110] xfs: xfs_bmap_finish_one should map unwritten extents properly, Darrick J. Wong
- [PATCH 106/110] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h, Darrick J. Wong
- [PATCH 107/110] xfs: move remote symlink target read function to libxfs, Darrick J. Wong
- [PATCH 108/110] xfs: move symlink target write function to libxfs, Darrick J. Wong
- [PATCH 109/110] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL, Darrick J. Wong
- [PATCH 110/110] xfs: shrink failure needs to hold AGI buffer, Darrick J. Wong
- Re: [PATCHSET 11/18] libxfs: sync with 6.9, Christoph Hellwig
- [PATCHSET v29.4 12/18] xfsprogs: bmap log intent cleanups, Darrick J. Wong
- [PATCHSET v29.4 13/18] xfsprogs: widen BUI formats to support realtime, Darrick J. Wong
- [PATCHSET v29.4 14/18] xfs_spaceman: updates for 6.9, Darrick J. Wong
- [PATCHSET v29.4 15/18] xfs_scrub: updates for 6.9, Darrick J. Wong
- [PATCHSET v29.4 16/18] xfs_repair: use in-memory rmap btrees, Darrick J. Wong
- [PATCHSET v29.4 17/18] xfs_repair: reduce refcount repair memory usage, Darrick J. Wong
- [PATCHSET v29.4 18/18] mkfs: cleanups for 6.9, Darrick J. Wong
- [PATCH 6.6 CANDIDATE 00/24] xfs backports for 6.6.y (from 6.8),
Catherine Hoang
- [PATCH 6.6 CANDIDATE 01/24] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h, Catherine Hoang
- [PATCH 6.6 CANDIDATE 03/24] xfs: consider minlen sized extents in xfs_rtallocate_extent_block, Catherine Hoang
- [PATCH 6.6 CANDIDATE 02/24] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t, Catherine Hoang
- [PATCH 6.6 CANDIDATE 05/24] xfs: use xfs_defer_pending objects to recover intent items, Catherine Hoang
- [PATCH 6.6 CANDIDATE 06/24] xfs: pass the xfs_defer_pending object to iop_recover, Catherine Hoang
- [PATCH 6.6 CANDIDATE 07/24] xfs: transfer recovered intent item ownership in ->iop_recover, Catherine Hoang
- [PATCH 6.6 CANDIDATE 09/24] xfs: fix 32-bit truncation in xfs_compute_rextslog, Catherine Hoang
- [PATCH 6.6 CANDIDATE 10/24] xfs: don't allow overly small or large realtime volumes, Catherine Hoang
- [PATCH 6.6 CANDIDATE 08/24] xfs: make rextslog computation consistent with mkfs, Catherine Hoang
- [PATCH 6.6 CANDIDATE 15/24] xfs: force all buffers to be written during btree bulk load, Catherine Hoang
- [PATCH 6.6 CANDIDATE 11/24] xfs: make xchk_iget safer in the presence of corrupt inode btrees, Catherine Hoang
- [PATCH 6.6 CANDIDATE 14/24] xfs: fix an off-by-one error in xreap_agextent_binval, Catherine Hoang
- [PATCH 6.6 CANDIDATE 12/24] xfs: remove unused fields from struct xbtree_ifakeroot, Catherine Hoang
- [PATCH 6.6 CANDIDATE 16/24] xfs: add missing nrext64 inode flag check to scrub, Catherine Hoang
- [PATCH 6.6 CANDIDATE 19/24] xfs: add lock protection when remove perag from radix tree, Catherine Hoang
- [PATCH 6.6 CANDIDATE 21/24] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real, Catherine Hoang
- [PATCH 6.6 CANDIDATE 18/24] xfs: short circuit xfs_growfs_data_private() if delta is zero, Catherine Hoang
- [PATCH 6.6 CANDIDATE 22/24] xfs: update dir3 leaf block metadata after swap, Catherine Hoang
- [PATCH 6.6 CANDIDATE 24/24] xfs: remove conditional building of rt geometry validator functions, Catherine Hoang
- [PATCH 6.6 CANDIDATE 13/24] xfs: recompute growfsrtfree transaction reservation while growing rt volume, Catherine Hoang
- [PATCH 6.6 CANDIDATE 17/24] xfs: initialise di_crc in xfs_log_dinode, Catherine Hoang
- [PATCH 6.6 CANDIDATE 23/24] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal, Catherine Hoang
- [PATCH 6.6 CANDIDATE 20/24] xfs: fix perag leak when growfs fails, Catherine Hoang
- [PATCH 6.6 CANDIDATE 04/24] xfs: don't leak recovered attri intent items, Catherine Hoang
- Re: [PATCH 6.6 CANDIDATE 00/24] xfs backports for 6.6.y (from 6.8), Darrick J. Wong
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqget,
syzbot
- [PATCH] include libgen.h for basename API prototype,
Khem Raj
- Re: [linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail,
Darrick J. Wong
- Re: fs/xfs/libxfs/xfs_dir2.c:336:15-22: WARNING opportunity for kmemdup, Darrick J. Wong
- [PATCH v2] xfs_repair: Dump both inode details in Phase 6 duplicate file check,
Srikanth C S
- [PATCH v2] xfs: compile out v4 support if disabled,
Christoph Hellwig
- bring back RT delalloc support v4,
Christoph Hellwig
- [PATCH 02/11] xfs: move RT inode locking out of __xfs_bunmapi, Christoph Hellwig
- [PATCH 01/11] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions, Christoph Hellwig
- [PATCH 03/11] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive, Christoph Hellwig
- [PATCH 07/11] xfs: support RT inodes in xfs_mod_delalloc, Christoph Hellwig
- [PATCH 04/11] xfs: split xfs_mod_freecounter, Christoph Hellwig
- [PATCH 05/11] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc, Christoph Hellwig
- [PATCH 06/11] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay, Christoph Hellwig
- [PATCH 08/11] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations, Christoph Hellwig
- [PATCH 09/11] xfs: rework splitting of indirect block reservations, Christoph Hellwig
- [PATCH 10/11] xfs: stop the steal (of data blocks for RT indirect blocks), Christoph Hellwig
- [PATCH 11/11] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1), Christoph Hellwig
- [syzbot] [xfs?] possible deadlock in xfs_icwalk_ag,
syzbot
- [PATCH 2/2] xfs_refcount: Preventing integer overflow,
Andrey Shumilin
- [GIT PULL] xfs: Bug fixes for 6.9,
Chandan Babu R
- [PATCH] xfs_repair: Dump both inode details in Phase 6 duplicate file check,
Srikanth C S
- assertion failure in v6.7, Matthew Wilcox
- XFS: shrink capability status,
SCOTT FIELDS
- [syzbot] Monthly xfs report (Mar 2024), syzbot
- Storing bdev request_queue limits in xfs_buftarg, John Garry
- [PATCH RFC] xfs_repair: Dump both inode details in Phase 6 duplicate file check,
Srikanth C S
- [PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof,
Zhang Yi
- [PATCH v4 2/9] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional, Zhang Yi
- [PATCH v4 1/9] xfs: match lock mode in xfs_buffered_write_iomap_begin(), Zhang Yi
- [PATCH v4 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks, Zhang Yi
- [PATCH v4 5/9] iomap: drop the write failure handles when unsharing and zeroing, Zhang Yi
- [PATCH v4 7/9] iomap: use a new variable to handle the written bytes in iomap_write_iter(), Zhang Yi
- [PATCH v4 3/9] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset, Zhang Yi
- [PATCH v4 9/9] iomap: do some small logical cleanup in buffered write, Zhang Yi
- [PATCH v4 8/9] iomap: make iomap_write_end() return a boolean, Zhang Yi
- [PATCH v4 6/9] iomap: don't increase i_size if it's not a write operation, Zhang Yi
- Re: [PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof, Chandan Babu R
- Re: (subset) [PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof, Christian Brauner
- [PATCH] xfs: compile out v4 support if disabled,
Christoph Hellwig
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one, syzbot
- [PATCH 0/5] xfs: fix discontiguous metadata block recovery,
Dave Chinner
- [PATCH v3 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof,
Zhang Yi
- [PATCH v2] xfs: allow sunit mount option to repair bad primary sb stripe values,
Dave Chinner
- [PATCH v2 0/4] xfs: recycle inactive inodes immediately,
Dave Chinner
- [PATCH v2 0/2] xfs: drop SB_I_VERSION support,
Dave Chinner
- [PATCH v2 0/9] xfs: use large folios for buffers,
Dave Chinner
- [PATCH 5/9] xfs: buffer items don't straddle pages anymore, Dave Chinner
- [PATCH 3/9] xfs: convert buffer cache to use high order folios, Dave Chinner
- [PATCH 9/9] xfs: rename bp->b_folio_count, Dave Chinner
- [PATCH 6/9] xfs: map buffers in xfs_buf_alloc_folios, Dave Chinner
- [PATCH 1/9] xfs: unmapped buffer item size straddling mismatch, Dave Chinner
- [PATCH 7/9] xfs: walk b_addr for buffer I/O, Dave Chinner
- [PATCH 4/9] xfs: kill XBF_UNMAPPED, Dave Chinner
- [PATCH 8/9] xfs: use vmalloc for multi-folio buffers, Dave Chinner
- [PATCH 2/9] xfs: use folios in the buffer cache, Dave Chinner
- Re: [PATCH v2 0/9] xfs: use large folios for buffers, Christoph Hellwig
- [PATCH v2] xfs: don't use current->journal_info, Dave Chinner
- [PATCHBOMB v13] xfs: parent pointers,
Darrick J. Wong
- [PATCHSET v13.0 1/2] xfs: Parent Pointers, Darrick J. Wong
- [PATCH 01/23] xfs: Expose init_xattrs in xfs_create_tmpfile, Darrick J. Wong
- [PATCH 02/23] xfs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 03/23] xfs: define parent pointer ondisk extended attribute format, Darrick J. Wong
- [PATCH 04/23] xfs: add parent pointer validator functions, Darrick J. Wong
- [PATCH 05/23] xfs: extend transaction reservations for parent attributes, Darrick J. Wong
- [PATCH 06/23] xfs: parent pointer attribute creation, Darrick J. Wong
- [PATCH 07/23] xfs: add parent attributes to link, Darrick J. Wong
- [PATCH 08/23] xfs: add parent attributes to symlink, Darrick J. Wong
- [PATCH 09/23] xfs: remove parent pointers in unlink, Darrick J. Wong
- [PATCH 10/23] xfs: Add parent pointers to rename, Darrick J. Wong
- [PATCH 11/23] xfs: Add parent pointers to xfs_cross_rename, Darrick J. Wong
- [PATCH 12/23] xfs: Filter XFS_ATTR_PARENT for getfattr, Darrick J. Wong
- [PATCH 13/23] xfs: pass the attr value to put_listent when possible, Darrick J. Wong
- [PATCH 14/23] xfs: add a libxfs header file for staging new ioctls, Darrick J. Wong
- [PATCH 15/23] xfs: Add parent pointer ioctl, Darrick J. Wong
- [PATCH 16/23] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res, Darrick J. Wong
- [PATCH 17/23] xfs: drop compatibility minimum log size computations for reflink, Darrick J. Wong
- [PATCH 18/23] xfs: don't remove the attr fork when parent pointers are enabled, Darrick J. Wong
- [PATCH 19/23] xfs: Add the parent pointer support to the superblock version 5., Darrick J. Wong
- [PATCH 20/23] xfs: only clear some log incompat bits at unmount, Darrick J. Wong
- [PATCH 21/23] xfs: allow adding multiple log incompat feature bits, Darrick J. Wong
- [PATCH 22/23] xfs: make XFS_SB_FEAT_INCOMPAT_LOG_XATTRS sticky for parent pointers, Darrick J. Wong
- [PATCH 23/23] xfs: make XFS_SB_FEAT_INCOMPAT_LOG_EXCHMAPS sticky for parent pointers, Darrick J. Wong
- [PATCHSET v13.0 2/2] xfs: fsck for parent pointers, Darrick J. Wong
- [PATCH 01/23] xfs: check dirents have parent pointers, Darrick J. Wong
- [PATCH 02/23] xfs: deferred scrub of dirents, Darrick J. Wong
- [PATCH 03/23] xfs: create a parent pointer walk function for scrubbers, Darrick J. Wong
- [PATCH 04/23] xfs: scrub parent pointers, Darrick J. Wong
- [PATCH 05/23] xfs: deferred scrub of parent pointers, Darrick J. Wong
- [PATCH 06/23] xfs: walk directory parent pointers to determine backref count, Darrick J. Wong
- [PATCH 07/23] xfs: add raw parent pointer apis to support repair, Darrick J. Wong
- [PATCH 08/23] xfs: set child file owner in xfs_da_args when changing parent pointers, Darrick J. Wong
- [PATCH 09/23] xfs: check parent pointer xattrs when scrubbing, Darrick J. Wong
- [PATCH 10/23] xfs: salvage parent pointers when rebuilding xattr structures, Darrick J. Wong
- [PATCH 11/23] xfs: replace namebuf with parent pointer in directory repair, Darrick J. Wong
- [PATCH 12/23] xfs: repair directories by scanning directory parent pointers, Darrick J. Wong
- [PATCH 13/23] xfs: implement live updates for directory repairs, Darrick J. Wong
- [PATCH 14/23] xfs: replay unlocked parent pointer updates that accrue during xattr repair, Darrick J. Wong
- [PATCH 15/23] xfs: replace namebuf with parent pointer in parent pointer repair, Darrick J. Wong
- [PATCH 16/23] xfs: repair directory parent pointers by scanning for dirents, Darrick J. Wong
- [PATCH 17/23] xfs: implement live updates for parent pointer repairs, Darrick J. Wong
- [PATCH 18/23] xfs: remove pointless unlocked assertion, Darrick J. Wong
- [PATCH 19/23] xfs: split xfs_bmap_add_attrfork into two pieces, Darrick J. Wong
- [PATCH 20/23] xfs: actually rebuild the parent pointer xattrs, Darrick J. Wong
- [PATCH 21/23] xfs: adapt the orphanage code to handle parent pointers, Darrick J. Wong
- [PATCH 22/23] xfs: repair link count of nondirectories after rebuilding parent pointers, Darrick J. Wong
- [PATCH 23/23] xfs: inode repair should ensure there's an attr fork to store parent pointers, Darrick J. Wong
- [ANNOUNCE] xfs-linux: for-next updated to 0c6ca06aad84, Chandan Babu R
- [RFC PATCH] xfs_io: add linux madvise advice codes,
Darrick J. Wong
- [PATCHBOMB v5.3] fs-verity support for XFS,
Darrick J. Wong
- [PATCHSET v5.3] fs-verity support for XFS, Darrick J. Wong
- [PATCH 01/40] fsverity: remove hash page spin lock, Darrick J. Wong
- [PATCH 02/40] xfs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 03/40] xfs: define parent pointer ondisk extended attribute format, Darrick J. Wong
- [PATCH 04/40] xfs: add parent pointer validator functions, Darrick J. Wong
- [PATCH 05/40] fs: add FS_XFLAG_VERITY for verity files, Darrick J. Wong
- [PATCH 06/40] fsverity: pass tree_blocksize to end_enable_verity(), Darrick J. Wong
- [PATCH 07/40] fsverity: support block-based Merkle tree caching, Darrick J. Wong
- [PATCH 08/40] fsverity: add per-sb workqueue for post read processing, Darrick J. Wong
- [PATCH 09/40] fsverity: add tracepoints, Darrick J. Wong
- [PATCH 10/40] fsverity: fix "support block-based Merkle tree caching", Darrick J. Wong
- [PATCH 11/40] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block, Darrick J. Wong
- [PATCH 12/40] fsverity: pass the new tree size and block size to ->begin_enable_verity, Darrick J. Wong
- [PATCH 13/40] fsverity: expose merkle tree geometry to callers, Darrick J. Wong
- [PATCH 14/40] fsverity: rely on cached block callers to retain verified state, Darrick J. Wong
- [PATCH 15/40] fsverity: box up the write_merkle_tree_block parameters too, Darrick J. Wong
- [PATCH 16/40] fsverity: pass the zero-hash value to the implementation, Darrick J. Wong
- [PATCH 17/40] fsverity: report validation errors back to the filesystem, Darrick J. Wong
- [PATCH 18/40] iomap: integrate fs-verity verification into iomap's read path, Darrick J. Wong
- [PATCH 19/40] xfs: add attribute type for fs-verity, Darrick J. Wong
- [PATCH 20/40] xfs: add fs-verity ro-compat flag, Darrick J. Wong
- [PATCH 21/40] xfs: add inode on-disk VERITY flag, Darrick J. Wong
- [PATCH 22/40] xfs: initialize fs-verity on file open and cleanup on inode destruction, Darrick J. Wong
- [PATCH 23/40] xfs: don't allow to enable DAX on fs-verity sealed inode, Darrick J. Wong
- [PATCH 24/40] xfs: disable direct read path for fs-verity files, Darrick J. Wong
- [PATCH 25/40] xfs: widen flags argument to the xfs_iflags_* helpers, Darrick J. Wong
- [PATCH 26/40] xfs: add fs-verity support, Darrick J. Wong
- [PATCH 27/40] xfs: create a per-mount shrinker for verity inodes merkle tree blocks, Darrick J. Wong
- [PATCH 28/40] xfs: create an icache tag for files with cached merkle tree blocks, Darrick J. Wong
- [PATCH 29/40] xfs: shrink verity blob cache, Darrick J. Wong
- [PATCH 30/40] xfs: clean up stale fsverity metadata before starting, Darrick J. Wong
- [PATCH 31/40] xfs: better reporting and error handling in xfs_drop_merkle_tree, Darrick J. Wong
- [PATCH 32/40] xfs: make scrub aware of verity dinode flag, Darrick J. Wong
- [PATCH 33/40] xfs: add fs-verity ioctls, Darrick J. Wong
- [PATCH 34/40] xfs: advertise fs-verity being available on filesystem, Darrick J. Wong
- [PATCH 35/40] xfs: teach online repair to evaluate fsverity xattrs, Darrick J. Wong
- [PATCH 36/40] xfs: don't store trailing zeroes of merkle tree blocks, Darrick J. Wong
- [PATCH 37/40] xfs: create separate name hash function for xattrs, Darrick J. Wong
- [PATCH 38/40] xfs: use merkle tree offset as attr hash, Darrick J. Wong
- [PATCH 39/40] xfs: don't bother storing merkle tree blocks for zeroed data blocks, Darrick J. Wong
- [PATCH 40/40] xfs: enable ro-compat fs-verity flag, Darrick J. Wong
- Re: [PATCHSET v5.3] fs-verity support for XFS, Eric Biggers
- [PATCHSET v5.3] fs-verity support for XFS, Darrick J. Wong
- [PATCH 01/20] xfsprogs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 02/20] xfsprogs: define parent pointer xattr format, Darrick J. Wong
- [PATCH 03/20] xfsprogs: Add xfs_verify_pptr, Darrick J. Wong
- [PATCH 04/20] fs: add FS_XFLAG_VERITY for verity files, Darrick J. Wong
- [PATCH 05/20] xfs: add attribute type for fs-verity, Darrick J. Wong
- [PATCH 06/20] xfs: add fs-verity ro-compat flag, Darrick J. Wong
- [PATCH 07/20] xfs: add inode on-disk VERITY flag, Darrick J. Wong
- [PATCH 08/20] xfs: add fs-verity support, Darrick J. Wong
- [PATCH 09/20] xfs: advertise fs-verity being available on filesystem, Darrick J. Wong
- [PATCH 10/20] xfs: create separate name hash function for xattrs, Darrick J. Wong
- [PATCH 11/20] xfs: use merkle tree offset as attr hash, Darrick J. Wong
- [PATCH 12/20] xfs: enable ro-compat fs-verity flag, Darrick J. Wong
- [PATCH 13/20] libfrog: add fsverity to xfs_report_geom output, Darrick J. Wong
- [PATCH 14/20] xfs_db: introduce attr_modify command, Darrick J. Wong
- [PATCH 15/20] xfs_db: make attr_set/remove/modify be able to handle fs-verity attrs, Darrick J. Wong
- [PATCH 16/20] man: document attr_modify command, Darrick J. Wong
- [PATCH 17/20] xfs_db: dump verity features and metadata, Darrick J. Wong
- [PATCH 18/20] xfs_db: dump merkle tree data, Darrick J. Wong
- [PATCH 19/20] xfs_repair: junk fsverity xattrs when unnecessary, Darrick J. Wong
- [PATCH 20/20] mkfs.xfs: add verity parameter, Darrick J. Wong
- [PATCHSET v5.3] fstests: fs-verity support for XFS, Darrick J. Wong
- Re: [PATCHBOMB v5.3] fs-verity support for XFS, Christoph Hellwig
- [PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers,
Thomas Weißschuh
- [PATCH 01/11] stackleak: don't modify ctl_table argument, Thomas Weißschuh
- [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields, Thomas Weißschuh
- [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions, Thomas Weißschuh
- [PATCH 04/11] utsname: constify ctl_table arguments of utility function, Thomas Weißschuh
- [PATCH 05/11] neighbour: constify ctl_table arguments of utility function, Thomas Weißschuh
- [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions, Thomas Weißschuh
- [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers, Thomas Weißschuh
- [PATCH 10/11] sysctl: constify ctl_table arguments of utility function, Thomas Weißschuh
- [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions, Thomas Weißschuh
- [PATCH 07/11] ipv6/addrconf: constify ctl_table arguments of utility functions, Thomas Weißschuh
- [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function, Thomas Weißschuh
- [PATCH v2 00/10] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof,
Zhang Yi
- [PATCH v2 02/10] xfs: allow xfs_bmapi_convert_delalloc() to pass NULL seq, Zhang Yi
- [PATCH v2 05/10] xfs: convert delayed extents to unwritten when zeroing post eof blocks, Zhang Yi
- [PATCH v2 04/10] xfs: drop xfs_convert_blocks(), Zhang Yi
- [PATCH v2 03/10] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset, Zhang Yi
- [PATCH v2 07/10] iomap: don't increase i_size if it's not a write operation, Zhang Yi
- [PATCH v2 01/10] xfs: match lock mode in xfs_buffered_write_iomap_begin(), Zhang Yi
- [PATCH v2 06/10] iomap: drop the write failure handles when unsharing and zeroing, Zhang Yi
- [PATCH v2 08/10] iomap: use a new variable to handle the written bytes in iomap_write_iter(), Zhang Yi
- [PATCH v2 10/10] iomap: do some small logical cleanup in buffered write, Zhang Yi
- [PATCH v2 09/10] iomap: make block_write_end() return a boolean, Zhang Yi
- [PATCH] xfs: quota radix tree allocations need to be NOFS on insert,
Dave Chinner
- [PATCH] Remove duplicate definitions in xfsprogs,
Matthew Wilcox
- [PATCH v2] xfs: allow cross-linking special files without project quota,
Andrey Albershteyn
- [syzbot] [xfs?] possible deadlock in xfs_ilock, syzbot
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqget_cache_insert, syzbot
- fix log sector size detection v3,
Christoph Hellwig
- [PATCH] xfs/558: scale blk IO size based on the filesystem blksz, Pankaj Raghav (Samsung)
- [PATCHSET v5.2] fs-verity support for XFS,
Darrick J. Wong
- [PATCH 01/29] fsverity: remove hash page spin lock, Darrick J. Wong
- [PATCH 03/29] xfs: define parent pointer ondisk extended attribute format, Darrick J. Wong
- [PATCH 04/29] xfs: add parent pointer validator functions, Darrick J. Wong
- [PATCH 05/29] fs: add FS_XFLAG_VERITY for verity files, Darrick J. Wong
- [PATCH 07/29] fsverity: support block-based Merkle tree caching, Darrick J. Wong
- [PATCH 08/29] fsverity: add per-sb workqueue for post read processing, Darrick J. Wong
- [PATCH 09/29] fsverity: add tracepoints, Darrick J. Wong
- [PATCH 10/29] fsverity: fix "support block-based Merkle tree caching", Darrick J. Wong
- [PATCH 11/29] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block, Darrick J. Wong
- [PATCH 12/29] fsverity: pass the new tree size and block size to ->begin_enable_verity, Darrick J. Wong
- [PATCH 14/29] xfs: add attribute type for fs-verity, Darrick J. Wong
- [PATCH 16/29] xfs: add inode on-disk VERITY flag, Darrick J. Wong
- [PATCH 17/29] xfs: initialize fs-verity on file open and cleanup on inode destruction, Darrick J. Wong
- [PATCH 18/29] xfs: don't allow to enable DAX on fs-verity sealed inode, Darrick J. Wong
- [PATCH 19/29] xfs: disable direct read path for fs-verity files, Darrick J. Wong
- [PATCH 21/29] xfs: add fs-verity support, Darrick J. Wong
- [PATCH 22/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks, Darrick J. Wong
- [PATCH 23/29] xfs: create an icache tag for files with cached merkle tree blocks, Darrick J. Wong
- [PATCH 24/29] xfs: shrink verity blob cache, Darrick J. Wong
- [PATCH 25/29] xfs: clean up stale fsverity metadata before starting, Darrick J. Wong
- [PATCH 26/29] xfs: better reporting and error handling in xfs_drop_merkle_tree, Darrick J. Wong
- [PATCH 27/29] xfs: make scrub aware of verity dinode flag, Darrick J. Wong
- [PATCH 28/29] xfs: add fs-verity ioctls, Darrick J. Wong
- [PATCH 29/29] xfs: enable ro-compat fs-verity flag, Darrick J. Wong
- [PATCH 02/29] xfs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 13/29] iomap: integrate fs-verity verification into iomap's read path, Darrick J. Wong
- [PATCH 06/29] fsverity: pass tree_blocksize to end_enable_verity(), Darrick J. Wong
- [PATCH 15/29] xfs: add fs-verity ro-compat flag, Darrick J. Wong
- [PATCH 20/29] xfs: widen flags argument to the xfs_iflags_* helpers, Darrick J. Wong
- [PATCH v3 00/11] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]