Linux XFS
[Prev Page][Next Page]
- [PATCH] xfs: quotacheck failure can race with background inode inactivation,
Dave Chinner
- [syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin,
syzbot
- [ANNOUNCE] xfs-linux: for-next updated to 6e2985c938e8, Darrick J. Wong
- [PATCH v2 RESEND] Remove several implicit function declarations,
Arjun Shankar
- [PATCH v2] xfs: fix hung when transaction commit fail in xfs_inactive_ifree,
Long Li
- [RFCv3 0/3] iomap: Add support for subpage dirty state tracking to improve write performance,
Ritesh Harjani (IBM)
- Re: [Syzkaller & bisect] There is "xfs_dquot_alloc" related BUG in v6.2 in guest,
Helge Deller
- [ANNOUNCE] xfsprogs: for-next updated to d6642ab8c, Carlos Maiolino
- [PATCH] xfs: restore old agirotor behavior,
Darrick J. Wong
- [GIT PULL] xfs: new code for 6.3, part 1,
Darrick J. Wong
- [GIT PULL] iomap: new code for 6.3,
Darrick J. Wong
- [PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind,
Shiyang Ruan
- xfs: system fails to boot up due to Internal error xfs_trans_cancel,
shrikanth hegde
- [ANNOUNCE] xfs-documentation: master updated to 858b0667, Darrick J. Wong
- [PATCHSET 0/5] xfsprogs: random fixes for 6.2,
Darrick J. Wong
- [RFC DELUGE v9r2d1] xfs: Parent Pointers,
Darrick J. Wong
- [PATCHSET v9r2d1 00/28] xfs: Parent Pointers, Darrick J. Wong
- [PATCH 01/28] xfs: Add new name to attri/d, Darrick J. Wong
- [PATCH 02/28] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5, Darrick J. Wong
- [PATCH 03/28] xfs: Increase XFS_QM_TRANS_MAXDQS to 5, Darrick J. Wong
- [PATCH 04/28] xfs: Hold inode locks in xfs_ialloc, Darrick J. Wong
- [PATCH 05/28] xfs: Hold inode locks in xfs_trans_alloc_dir, Darrick J. Wong
- [PATCH 06/28] xfs: Hold inode locks in xfs_rename, Darrick J. Wong
- [PATCH 07/28] xfs: Expose init_xattrs in xfs_create_tmpfile, Darrick J. Wong
- [PATCH 08/28] xfs: get directory offset when adding directory name, Darrick J. Wong
- [PATCH 09/28] xfs: get directory offset when removing directory name, Darrick J. Wong
- [PATCH 10/28] xfs: get directory offset when replacing a directory name, Darrick J. Wong
- [PATCH 11/28] xfs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 12/28] xfs: define parent pointer xattr format, Darrick J. Wong
- [PATCH 13/28] xfs: Add xfs_verify_pptr, Darrick J. Wong
- [PATCH 14/28] xfs: extend transaction reservations for parent attributes, Darrick J. Wong
- [PATCH 15/28] xfs: parent pointer attribute creation, Darrick J. Wong
- [PATCH 16/28] xfs: add parent attributes to link, Darrick J. Wong
- [PATCH 17/28] xfs: add parent attributes to symlink, Darrick J. Wong
- [PATCH 18/28] xfs: remove parent pointers in unlink, Darrick J. Wong
- [PATCH 19/28] xfs: Indent xfs_rename, Darrick J. Wong
- [PATCH 20/28] xfs: Add parent pointers to rename, Darrick J. Wong
- [PATCH 21/28] xfs: Add parent pointers to xfs_cross_rename, Darrick J. Wong
- [PATCH 22/28] xfs: Add the parent pointer support to the superblock version 5., Darrick J. Wong
- [PATCH 23/28] xfs: Add helper function xfs_attr_list_context_init, Darrick J. Wong
- [PATCH 24/28] xfs: Filter XFS_ATTR_PARENT for getfattr, Darrick J. Wong
- [PATCH 25/28] xfs: Add parent pointer ioctl, Darrick J. Wong
- [PATCH 26/28] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res, Darrick J. Wong
- [PATCH 27/28] xfs: drop compatibility minimum log size computations for reflink, Darrick J. Wong
- [PATCH 28/28] xfs: add xfs_trans_mod_sb tracing, Darrick J. Wong
- [PATCHSET v9r2d1 0/3] xfs: bug fixes for parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 0/4] xfs: rework the GETPARENTS ioctl, Darrick J. Wong
- [PATCHSET v9r2d1 00/23] xfs: online fsck support patches, Darrick J. Wong
- [PATCH 01/23] xfs: manage inode DONTCACHE status at irele time, Darrick J. Wong
- [PATCH 02/23] xfs: make checking directory dotdot entries more reliable, Darrick J. Wong
- [PATCH 03/23] xfs: xfs_iget in the directory scrubber needs to use UNTRUSTED, Darrick J. Wong
- [PATCH 04/23] xfs: always check the existence of a dirent's child inode, Darrick J. Wong
- [PATCH 05/23] xfs: remove the for_each_xbitmap_ helpers, Darrick J. Wong
- [PATCH 06/23] xfs: drop the _safe behavior from the xbitmap foreach macro, Darrick J. Wong
- [PATCH 07/23] xfs: convert xbitmap to interval tree, Darrick J. Wong
- [PATCH 08/23] xfs: port xbitmap_test, Darrick J. Wong
- [PATCH 09/23] xfs: ignore stale buffers when scanning the buffer cache, Darrick J. Wong
- [PATCH 10/23] xfs: create a big array data structure, Darrick J. Wong
- [PATCH 11/23] xfs: wrap ilock/iunlock operations on sc->ip, Darrick J. Wong
- [PATCH 12/23] xfs: port scrub inode scan from djwong-dev, Darrick J. Wong
- [PATCH 13/23] xfs: allow scrub to hook metadata updates in other writers, Darrick J. Wong
- [PATCH 14/23] xfs: allow blocking notifier chains with filesystem hooks, Darrick J. Wong
- [PATCH 15/23] xfs: streamline the directory iteration code for scrub, Darrick J. Wong
- [PATCH 16/23] xfs: track file link count updates during live nlinks fsck, Darrick J. Wong
- [PATCH 17/23] xfs: connect in-memory btrees to xfiles, Darrick J. Wong
- [PATCH 18/23] xfs: create temporary files and directories for online repair, Darrick J. Wong
- [PATCH 19/23] xfs: hide private inodes from bulkstat and handle functions, Darrick J. Wong
- [PATCH 20/23] xfs: create a blob array data structure, Darrick J. Wong
- [PATCH 21/23] xfs: repair extended attributes, Darrick J. Wong
- [PATCH 22/23] xfs: online repair of directories, Darrick J. Wong
- [PATCH 23/23] xfs: create an xattr iteration function for scrub, Darrick J. Wong
- [PATCHSET v9r2d1 0/7] xfs: online repair of directories, Darrick J. Wong
- [PATCHSET v9r2d1 0/2] xfs: online checking of parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 0/3] xfs: online checking of parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 0/2] xfs: online checking of directories, Darrick J. Wong
- [PATCHSET v9r2d1 0/5] xfs: encode parent pointer name in xattr key, Darrick J. Wong
- [PATCH 1/5] xfs: load secure hash algorithm for parent pointers, Darrick J. Wong
- [PATCH 2/5] xfs: replace parent pointer diroffset with sha512 hash of name, Darrick J. Wong
- [PATCH 3/5] xfs: skip the sha512 namehash when possible, Darrick J. Wong
- [PATCH 4/5] xfs: make the ondisk parent pointer record a flex array, Darrick J. Wong
- [PATCH 5/5] xfs: use parent pointer xattr space more efficiently, Darrick J. Wong
- Re: [PATCHSET v9r2d1 0/5] xfs: encode parent pointer name in xattr key, Amir Goldstein
- Re: [PATCHSET v9r2d1 0/5] xfs: encode parent pointer name in xattr key, Darrick J. Wong
- [PATCHSET v9r2d1.1 00/13] xfs: remove parent pointer hashing, Darrick J. Wong
- [PATCH 01/13] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE, Darrick J. Wong
- [PATCH 02/13] xfs: allow xattr matching on value for local/sf attrs, Darrick J. Wong
- [PATCH 03/13] xfs: preserve VLOOKUP in xfs_attr_set, Darrick J. Wong
- [PATCH 04/13] xfs: log VLOOKUP xattr removal operations, Darrick J. Wong
- [PATCH 05/13] xfs: log VLOOKUP xattr setting operations, Darrick J. Wong
- [PATCH 06/13] xfs: refactor extracting attri ops from alfi_op_flags, Darrick J. Wong
- [PATCH 07/13] xfs: overlay alfi_nname_len atop alfi_name_len for NVREPLACE, Darrick J. Wong
- [PATCH 08/13] xfs: rename nname to newname, Darrick J. Wong
- [PATCH 09/13] xfs: log VLOOKUP xattr nvreplace operations, Darrick J. Wong
- [PATCH 10/13] xfs: log old xattr values for NVREPLACEXXX operations, Darrick J. Wong
- [PATCH 11/13] xfs: use VLOOKUP mode to avoid hashing parent pointer names, Darrick J. Wong
- [PATCH 12/13] xfs: turn NVREPLACEXXX into NVREPLACE, Darrick J. Wong
- [PATCH 13/13] xfs: revert "load secure hash algorithm for parent pointers", Darrick J. Wong
- [PATCHSET v9r2d1 0/3] xfs: use flex arrays for XFS_IOC_GETPARENTS, Darrick J. Wong
- [PATCHSET v9r2d1 00/25] xfsprogs: Parent Pointers, Darrick J. Wong
- [PATCH 01/25] xfsprogs: Fix default superblock attr bits, Darrick J. Wong
- [PATCH 02/25] xfsprogs: Add new name to attri/d, Darrick J. Wong
- [PATCH 03/25] xfsprogs: Increase XFS_DEFER_OPS_NR_INODES to 5, Darrick J. Wong
- [PATCH 04/25] xfsprogs: get directory offset when adding directory name, Darrick J. Wong
- [PATCH 05/25] xfsprogs: get directory offset when removing directory name, Darrick J. Wong
- [PATCH 06/25] xfsprogs: get directory offset when replacing a directory name, Darrick J. Wong
- [PATCH 07/25] xfsprogs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 08/25] xfsprogs: define parent pointer xattr format, Darrick J. Wong
- [PATCH 09/25] xfsprogs: Add xfs_verify_pptr, Darrick J. Wong
- [PATCH 10/25] xfsprogs: extend transaction reservations for parent attributes, Darrick J. Wong
- [PATCH 11/25] xfsprogs: parent pointer attribute creation, Darrick J. Wong
- [PATCH 12/25] xfsprogs: add parent attributes to link, Darrick J. Wong
- [PATCH 13/25] xfsprogs: add parent attributes to symlink, Darrick J. Wong
- [PATCH 14/25] xfsprogs: remove parent pointers in unlink, Darrick J. Wong
- [PATCH 15/25] xfsprogs: Add parent pointers to rename, Darrick J. Wong
- [PATCH 16/25] xfsprogs: Add the parent pointer support to the superblock version 5., Darrick J. Wong
- [PATCH 17/25] xfsprogs: Add parent pointer ioctl, Darrick J. Wong
- [PATCH 18/25] xfsprogs: fix unit conversion error in xfs_log_calc_max_attrsetm_res, Darrick J. Wong
- [PATCH 19/25] xfsprogs: drop compatibility minimum log size computations for reflink, Darrick J. Wong
- [PATCH 20/25] xfsprogs: Add parent pointer flag to cmd, Darrick J. Wong
- [PATCH 21/25] xfsprogs: Print pptrs in ATTRI items, Darrick J. Wong
- [PATCH 22/25] xfs_db: report parent bit on xattrs, Darrick J. Wong
- [PATCH 23/25] xfsprogs: implement the upper half of parent pointers, Darrick J. Wong
- [PATCH 24/25] xfsprogs: Add parent pointers during protofile creation, Darrick J. Wong
- [PATCH 25/25] xfsprogs: Add i, n and f flags to parent command, Darrick J. Wong
- [PATCHSET v9r2d1 0/6] xfsprogs: bug fixes before parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 0/6] xfsprogs: tool fixes for parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 00/10] xfsprogs: actually use getparent ioctl, Darrick J. Wong
- [PATCH 01/10] xfs_scrub: revert unnecessary code from "implement the upper half of parent pointers", Darrick J. Wong
- [PATCH 02/10] xfs_io: print path in path_print, Darrick J. Wong
- [PATCH 03/10] xfs_io: move parent pointer filtering and formatting flags out of libhandle, Darrick J. Wong
- [PATCH 04/10] libfrog: remove all the parent pointer code from libhandle, Darrick J. Wong
- [PATCH 05/10] libfrog: fix indenting errors in xfss_pptr_alloc, Darrick J. Wong
- [PATCH 06/10] libfrog: return positive errno in pptrs.c, Darrick J. Wong
- [PATCH 07/10] libfrog: only walk one parent pointer at a time in handle_walk_parent_path_ptr, Darrick J. Wong
- [PATCH 08/10] libfrog: trim trailing slashes when printing pptr paths, Darrick J. Wong
- [PATCH 09/10] xfs_io: parent command is not experts-only, Darrick J. Wong
- [PATCH 10/10] xfs_scrub: use parent pointers when possible to report file operations, Darrick J. Wong
- [PATCHSET v9r2d1 0/4] xfsprogs: offline fsck support patches, Darrick J. Wong
- [PATCHSET v9r2d1 0/3] xfsprogs: online repair of directories, Darrick J. Wong
- [PATCHSET v9r2d1 0/1] xfsprogs: online checking of parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 0/2] xfsprogs: online checking of parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 0/8] xfs_repair: support parent pointers, Darrick J. Wong
- [PATCHSET v9r2d1 0/6] xfsprogs: encode parent pointer name in xattr key, Darrick J. Wong
- [PATCHSET v9r2d1 0/3] xfsprogs: use flex arrays for XFS_IOC_GETPARENTS, Darrick J. Wong
- [PATCHSET v9r2d1 0/3] xfsprogs: turn on all available features, Darrick J. Wong
- [PATCHSET 00/14] fstests: adjust tests for xfs parent pointers, Darrick J. Wong
- [PATCH 01/14] xfs/122: update for parent pointers, Darrick J. Wong
- [PATCH 02/14] populate: create hardlinks for parent pointers, Darrick J. Wong
- [PATCH 03/14] xfs/021: adapt golden output files for parent pointers, Darrick J. Wong
- [PATCH 04/14] generic/050: adapt for parent pointers, Darrick J. Wong
- [PATCH 05/14] xfs/018: disable parent pointers for this test, Darrick J. Wong
- [PATCH 06/14] xfs/306: fix formatting failures with parent pointers, Darrick J. Wong
- [PATCH 07/14] common: add helpers for parent pointer tests, Darrick J. Wong
- [PATCH 08/14] xfs: add parent pointer test, Darrick J. Wong
- [PATCH 09/14] xfs: add multi link parent pointer test, Darrick J. Wong
- [PATCH 10/14] xfs: add parent pointer inject test, Darrick J. Wong
- [PATCH 11/14] common/parent: add license and copyright, Darrick J. Wong
- [PATCH 12/14] common/parent: don't _fail on missing parent pointer components, Darrick J. Wong
- [PATCH 13/14] common/parent: check xfs_io parent command paths, Darrick J. Wong
- [PATCH 14/14] xfs/851: test xfs_io parent -p too, Darrick J. Wong
- [PATCHSET v9r2 0/4] fstests: encode parent pointer name in xattr key, Darrick J. Wong
- [PATCHSET v9r2 0/1] fstests: use flex arrays for XFS_IOC_GETPARENTS, Darrick J. Wong
- Re: [RFC DELUGE v9r2d1] xfs: Parent Pointers, Allison Henderson
- [ANNOUNCE] xfs-linux: for-next updated to 60b730a40c43, Darrick J. Wong
- [PATCH 5.4 00/25] xfs stable candidate patches for 5.4.y (from v5.10),
Chandan Babu R
- [PATCH 5.4 07/25] xfs: turn dfp_intent into a xfs_log_item, Chandan Babu R
- [PATCH 5.4 17/25] xfs: change the order in which child and parent defer ops are finished, Chandan Babu R
- [PATCH 5.4 23/25] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks, Chandan Babu R
- [PATCH 5.4 21/25] xfs: fix missing CoW blocks writeback conversion retry, Chandan Babu R
- [PATCH 5.4 12/25] xfs: xfs_defer_capture should absorb remaining block reservations, Chandan Babu R
- [PATCH 5.4 10/25] xfs: fix finobt btree block recovery ordering, Chandan Babu R
- [PATCH 5.4 11/25] xfs: proper replay of deferred ops queued during log recovery, Chandan Babu R
- [PATCH 5.4 15/25] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering, Chandan Babu R
- [PATCH 5.4 03/25] xfs: remove the xfs_inode_log_item_t typedef, Chandan Babu R
- [PATCH 5.4 25/25] xfs: sync lazy sb accounting on quiesce of read-only mounts, Chandan Babu R
- [PATCH 5.4 06/25] xfs: merge the ->diff_items defer op into ->create_intent, Chandan Babu R
- [PATCH 5.4 05/25] xfs: merge the ->log_item defer op into ->create_intent, Chandan Babu R
- [PATCH 5.4 04/25] xfs: factor out a xfs_defer_create_intent helper, Chandan Babu R
- [PATCH 5.4 08/25] xfs: refactor xfs_defer_finish_noroll, Chandan Babu R
- [PATCH 5.4 02/25] xfs: remove the xfs_efd_log_item_t typedef, Chandan Babu R
- [PATCH 5.4 09/25] xfs: log new intent items created as part of finishing recovered intent items, Chandan Babu R
- [PATCH 5.4 22/25] xfs: ensure inobt record walks always make forward progress, Chandan Babu R
- [PATCH 5.4 19/25] xfs: expose the log push threshold, Chandan Babu R
- [PATCH 5.4 18/25] xfs: periodically relog deferred intent items, Chandan Babu R
- [PATCH 5.4 13/25] xfs: xfs_defer_capture should absorb remaining transaction reservation, Chandan Babu R
- [PATCH 5.4 16/25] xfs: fix an incore inode UAF in xfs_bui_recover, Chandan Babu R
- [PATCH 5.4 24/25] xfs: prevent UAF in xfs_log_item_in_current_chkpt, Chandan Babu R
- [PATCH 5.4 01/25] xfs: remove the xfs_efi_log_item_t typedef, Chandan Babu R
- [PATCH 5.4 20/25] xfs: only relog deferred intent items if free space in the log gets low, Chandan Babu R
- [PATCH 5.4 14/25] xfs: clean up bmap intent item recovery checking, Chandan Babu R
- Re: [PATCH 5.4 00/25] xfs stable candidate patches for 5.4.y (from v5.10), Greg KH
- [PATCHSET v2 00/14] fstests: improve junit xml reporting,
Darrick J. Wong
- [PATCH 01/14] check: generate section reports between tests, Darrick J. Wong
- [PATCH 02/14] report: derive an xml schema for the xunit report, Darrick J. Wong
- [PATCH 03/14] report: capture the time zone in the test report timestamp, Darrick J. Wong
- [PATCH 04/14] report: clarify the meaning of the timestamp attribute, Darrick J. Wong
- [PATCH 05/14] report: record fstests start and report generation timestamps, Darrick J. Wong
- [PATCH 06/14] report: encode cdata sections correctly, Darrick J. Wong
- [PATCH 07/14] report: encode the kernel log as a separate xml element, Darrick J. Wong
- [PATCH 08/14] report: sort properties by name, Darrick J. Wong
- [PATCH 09/14] report: pass property value to _xunit_add_property, Darrick J. Wong
- [PATCH 10/14] report: encode xml entities in property values, Darrick J. Wong
- [PATCH 11/14] report: collect basic information about a test run, Darrick J. Wong
- [PATCH 12/14] report: record xfs-specific information about a test run, Darrick J. Wong
- [PATCH 13/14] report: record ext*-specific information about a test run, Darrick J. Wong
- [PATCH 14/14] report: allow test runners to inject arbitrary values, Darrick J. Wong
- [GIT PULL] xfs: per-ag centric allocation algorithms,
Dave Chinner
- [PATCH 5.15 00/10] xfs backports for 5.15.y,
Leah Rumancik
- [PATCH 5.15 07/10] xfs: don't assert fail on perag references on teardown, Leah Rumancik
- [PATCH 5.15 05/10] xfs: validate v5 feature fields, Leah Rumancik
- [PATCH 5.15 06/10] xfs: avoid unnecessary runtime sibling pointer endian conversions, Leah Rumancik
- [PATCH 5.15 02/10] xfs: fix potential log item leak, Leah Rumancik
- [PATCH 5.15 09/10] xfs: purge dquots after inode walk fails during quotacheck, Leah Rumancik
- [PATCH 5.15 01/10] xfs: zero inode fork buffer at allocation, Leah Rumancik
- [PATCH 5.15 08/10] xfs: assert in xfs_btree_del_cursor should take into account error, Leah Rumancik
- [PATCH 5.15 03/10] xfs: detect self referencing btree sibling pointers, Leah Rumancik
- [PATCH 5.15 10/10] xfs: don't leak btree cursor when insrec fails after a split, Leah Rumancik
- [PATCH 5.15 04/10] xfs: set XFS_FEAT_NLINK correctly, Leah Rumancik
- Re: [PATCH 5.15 00/10] xfs backports for 5.15.y, Darrick J. Wong
- Re: [PATCH 5.15 00/10] xfs backports for 5.15.y, Sasha Levin
- [PATCH 0/3] xfs, iomap: fix writeback failure handling,
Dave Chinner
- [Bug 217030] New: [Syzkaller & bisect] There is "xfs_bmapi_convert_delalloc" WARNING in v6.2-rc7 kernel,
bugzilla-daemon
- [PATCH 5.4 CANDIDATE 00/25] xfs stable candidate patches for 5.4.y (from v5.10),
Chandan Babu R
- [PATCH 5.4 CANDIDATE 01/25] xfs: remove the xfs_efi_log_item_t typedef, Chandan Babu R
- [PATCH 5.4 CANDIDATE 02/25] xfs: remove the xfs_efd_log_item_t typedef, Chandan Babu R
- [PATCH 5.4 CANDIDATE 03/25] xfs: remove the xfs_inode_log_item_t typedef, Chandan Babu R
- [PATCH 5.4 CANDIDATE 04/25] xfs: factor out a xfs_defer_create_intent helper, Chandan Babu R
- [PATCH 5.4 CANDIDATE 05/25] xfs: merge the ->log_item defer op into ->create_intent, Chandan Babu R
- [PATCH 5.4 CANDIDATE 06/25] xfs: merge the ->diff_items defer op into ->create_intent, Chandan Babu R
- [PATCH 5.4 CANDIDATE 07/25] xfs: turn dfp_intent into a xfs_log_item, Chandan Babu R
- [PATCH 5.4 CANDIDATE 08/25] xfs: refactor xfs_defer_finish_noroll, Chandan Babu R
- [PATCH 5.4 CANDIDATE 09/25] xfs: log new intent items created as part of finishing recovered intent items, Chandan Babu R
- [PATCH 5.4 CANDIDATE 10/25] xfs: fix finobt btree block recovery ordering, Chandan Babu R
- [PATCH 5.4 CANDIDATE 11/25] xfs: proper replay of deferred ops queued during log recovery, Chandan Babu R
- [PATCH 5.4 CANDIDATE 12/25] xfs: xfs_defer_capture should absorb remaining block reservations, Chandan Babu R
- [PATCH 5.4 CANDIDATE 13/25] xfs: xfs_defer_capture should absorb remaining transaction reservation, Chandan Babu R
- [PATCH 5.4 CANDIDATE 14/25] xfs: clean up bmap intent item recovery checking, Chandan Babu R
- [PATCH 5.4 CANDIDATE 15/25] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering, Chandan Babu R
- [PATCH 5.4 CANDIDATE 16/25] xfs: fix an incore inode UAF in xfs_bui_recover, Chandan Babu R
- [PATCH 5.4 CANDIDATE 17/25] xfs: change the order in which child and parent defer ops are finished, Chandan Babu R
- [PATCH 5.4 CANDIDATE 18/25] xfs: periodically relog deferred intent items, Chandan Babu R
- [PATCH 5.4 CANDIDATE 19/25] xfs: expose the log push threshold, Chandan Babu R
- [PATCH 5.4 CANDIDATE 20/25] xfs: only relog deferred intent items if free space in the log gets low, Chandan Babu R
- [PATCH 5.4 CANDIDATE 21/25] xfs: fix missing CoW blocks writeback conversion retry, Chandan Babu R
- [PATCH 5.4 CANDIDATE 22/25] xfs: ensure inobt record walks always make forward progress, Chandan Babu R
- [PATCH 5.4 CANDIDATE 23/25] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks, Chandan Babu R
- [PATCH 5.4 CANDIDATE 24/25] xfs: prevent UAF in xfs_log_item_in_current_chkpt, Chandan Babu R
- [PATCH 5.4 CANDIDATE 25/25] xfs: sync lazy sb accounting on quiesce of read-only mounts, Chandan Babu R
- Re: [PATCH 5.4 CANDIDATE 00/25] xfs stable candidate patches for 5.4.y (from v5.10), Darrick J. Wong
- [PATCH] xfs: fix a UAF when inode item push,
Long Li
- [PATCH] xfs: fix uninitialized variable access, Darrick J. Wong
- [ANNOUNCE] xfs-linux: for-next updated to dd07bb8b6baf, Darrick J. Wong
- [syzbot] [xfs?] KMSAN: uninit-value in xfs_getfsmap_helper, syzbot
- [syzbot] [xfs?] KASAN: use-after-free Read in xfs_inode_item_push, syzbot
- [syzbot] [xfs?] KASAN: slab-out-of-bounds Read in __xfs_xattr_put_listent, syzbot
- [PATCH v3 00/42] xfs: per-ag centric allocation alogrithms,
Dave Chinner
- [PATCH 28/42] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker, Dave Chinner
- [PATCH 26/42] xfs: fold xfs_alloc_ag_vextent() into callers, Dave Chinner
- [PATCH 29/42] xfs: convert trim to use for_each_perag_range, Dave Chinner
- [PATCH 25/42] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno(), Dave Chinner
- [PATCH 09/42] xfs: convert xfs_imap() to take a perag, Dave Chinner
- [PATCH 05/42] xfs: t_firstblock is tracking AGs not blocks, Dave Chinner
- [PATCH 08/42] xfs: rework the perag trace points to be perag centric, Dave Chinner
- [PATCH 01/42] xfs: fix low space alloc deadlock, Dave Chinner
- [PATCH 13/42] xfs: perags need atomic operational state, Dave Chinner
- [PATCH 02/42] xfs: prefer free inodes at ENOSPC over chunk allocation, Dave Chinner
- [PATCH 38/42] xfs: track an active perag reference in filestreams, Dave Chinner
- [PATCH 14/42] xfs: introduce xfs_for_each_perag_wrap(), Dave Chinner
- [PATCH 11/42] xfs: inobt can use perags in many more places than it does, Dave Chinner
- [PATCH 39/42] xfs: use for_each_perag_wrap in xfs_filestream_pick_ag, Dave Chinner
- [PATCH 07/42] xfs: active perag reference counting, Dave Chinner
- [PATCH 42/42] xfs: refactor the filestreams allocator pick functions, Dave Chinner
- [PATCH 20/42] xfs: use xfs_alloc_vextent_first_ag() where appropriate, Dave Chinner
- [PATCH 18/42] xfs: use xfs_alloc_vextent_this_ag() where appropriate, Dave Chinner
- [PATCH 19/42] xfs: factor xfs_bmap_btalloc(), Dave Chinner
- [PATCH 22/42] xfs: introduce xfs_alloc_vextent_near_bno(), Dave Chinner
- [PATCH 15/42] xfs: rework xfs_alloc_vextent(), Dave Chinner
- [PATCH 21/42] xfs: use xfs_alloc_vextent_start_bno() where appropriate, Dave Chinner
- [PATCH 23/42] xfs: introduce xfs_alloc_vextent_exact_bno(), Dave Chinner
- [PATCH 17/42] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent, Dave Chinner
- [PATCH 16/42] xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags(), Dave Chinner
- [PATCH 41/42] xfs: return a referenced perag from filestreams allocator, Dave Chinner
- [PATCH 34/42] xfs: merge filestream AG lookup into xfs_filestream_select_ag(), Dave Chinner
- [PATCH 33/42] xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c, Dave Chinner
- [PATCH 31/42] xfs: get rid of notinit from xfs_bmap_longest_free_extent, Dave Chinner
- [PATCH 06/42] xfs: don't assert fail on transaction cancel with deferred ops, Dave Chinner
- [PATCH 04/42] xfs: drop firstblock constraints from allocation setup, Dave Chinner
- [PATCH 30/42] xfs: factor out filestreams from xfs_bmap_btalloc_nullfb, Dave Chinner
- [PATCH 03/42] xfs: block reservation too large for minleft allocation, Dave Chinner
- [PATCH 10/42] xfs: use active perag references for inode allocation, Dave Chinner
- [PATCH 12/42] xfs: convert xfs_ialloc_next_ag() to an atomic, Dave Chinner
- [PATCH 24/42] xfs: introduce xfs_alloc_vextent_prepare(), Dave Chinner
- [PATCH 27/42] xfs: move the minimum agno checks into xfs_alloc_vextent_check_args, Dave Chinner
- [PATCH 32/42] xfs: use xfs_bmap_longest_free_extent() in filestreams, Dave Chinner
- [PATCH 35/42] xfs: merge new filestream AG selection into xfs_filestream_select_ag(), Dave Chinner
- [PATCH 36/42] xfs: remove xfs_filestream_select_ag() longest extent check, Dave Chinner
- [PATCH 37/42] xfs: factor out MRU hit case in xfs_filestream_select_ag, Dave Chinner
- [PATCH 40/42] xfs: pass perag to filestreams tracing, Dave Chinner
- Re: [PATCH v3 00/42] xfs: per-ag centric allocation alogrithms, Darrick J. Wong
- BUG: kernel NULL pointer dereference, address: 0000000000000042,
Avi Kivity
- [PATCH v9 00/28] Parent Pointers,
allison . henderson
- [PATCH v9 01/28] xfs: Add new name to attri/d, allison . henderson
- [PATCH v9 02/28] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5, allison . henderson
- [PATCH v9 04/28] xfs: Hold inode locks in xfs_ialloc, allison . henderson
- [PATCH v9 03/28] xfs: Increase XFS_QM_TRANS_MAXDQS to 5, allison . henderson
- [PATCH v9 05/28] xfs: Hold inode locks in xfs_trans_alloc_dir, allison . henderson
- [PATCH v9 06/28] xfs: Hold inode locks in xfs_rename, allison . henderson
- [PATCH v9 07/28] xfs: Expose init_xattrs in xfs_create_tmpfile, allison . henderson
- [PATCH v9 08/28] xfs: get directory offset when adding directory name, allison . henderson
- [PATCH v9 10/28] xfs: get directory offset when replacing a directory name, allison . henderson
- [PATCH v9 09/28] xfs: get directory offset when removing directory name, allison . henderson
- [PATCH v9 11/28] xfs: add parent pointer support to attribute code, allison . henderson
- [PATCH v9 12/28] xfs: define parent pointer xattr format, allison . henderson
- [PATCH v9 13/28] xfs: Add xfs_verify_pptr, allison . henderson
- [PATCH v9 16/28] xfs: add parent attributes to link, allison . henderson
- [PATCH v9 15/28] xfs: parent pointer attribute creation, allison . henderson
- [PATCH v9 14/28] xfs: extend transaction reservations for parent attributes, allison . henderson
- [PATCH v9 17/28] xfs: add parent attributes to symlink, allison . henderson
- [PATCH v9 18/28] xfs: remove parent pointers in unlink, allison . henderson
- [PATCH v9 19/28] xfs: Indent xfs_rename, allison . henderson
- [PATCH v9 20/28] xfs: Add parent pointers to rename, allison . henderson
- [PATCH v9 21/28] xfs: Add parent pointers to xfs_cross_rename, allison . henderson
- [PATCH v9 22/28] xfs: Add the parent pointer support to the superblock version 5., allison . henderson
- [PATCH v9 23/28] xfs: Add helper function xfs_attr_list_context_init, allison . henderson
- [PATCH v9 24/28] xfs: Filter XFS_ATTR_PARENT for getfattr, allison . henderson
- [PATCH v9 25/28] xfs: Add parent pointer ioctl, allison . henderson
- [PATCH v9 26/28] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res, allison . henderson
- [PATCH v9 27/28] xfs: drop compatibility minimum log size computations for reflink, allison . henderson
- [PATCH v9 28/28] xfs: add xfs_trans_mod_sb tracing, allison . henderson
- Re: [PATCH v9 00/28] Parent Pointers, Darrick J. Wong
- run more tests in the auto group,
Christoph Hellwig
- [PATCH 1/7] btrfs: add 198 and 219 to the auto group, Christoph Hellwig
- [PATCH 2/7] btrfs: add 125 to the auto and quick groups, Christoph Hellwig
- [PATCH 4/7] generic: add 042 to the auto and quick groups, Christoph Hellwig
- [PATCH 3/7] btrfs: add 185 to the auto and quick groups, Christoph Hellwig
- [PATCH 5/7] generic: add 125 to the auto group, Christoph Hellwig
- [PATCH 6/7] generic: add 251 to the auto group, Christoph Hellwig
- [PATCH 7/7] xfs: add 080 to the auto and quick groups, Christoph Hellwig
- Re: run more tests in the auto group, Zorro Lang
- Re: run more tests in the auto group, Darrick J. Wong
- Re: run more tests in the auto group, Anand Jain
- [PATCH v1 1/2] xfs: fix typo from filesystes to filesystems,
Xiaole He
- [PATCH] xfs: make kobj_type structures constant,
Thomas Weißschuh
- [PATCH] xfs_io: fix bmap command not detecting realtime files with xattrs,
Darrick J. Wong
- [bug report][arch linux][6.1.9-zen1-1-zen] xfs corruption, Wojciech Jablonski
- [PATCH 5.15 CANDIDATE 00/10] more xfs fixes for 5.15,
Leah Rumancik
- [PATCH 5.15 CANDIDATE 01/10] xfs: zero inode fork buffer at allocation, Leah Rumancik
- [PATCH 5.15 CANDIDATE 02/10] xfs: fix potential log item leak, Leah Rumancik
- [PATCH 5.15 CANDIDATE 03/10] xfs: detect self referencing btree sibling pointers, Leah Rumancik
- [PATCH 5.15 CANDIDATE 04/10] xfs: set XFS_FEAT_NLINK correctly, Leah Rumancik
- [PATCH 5.15 CANDIDATE 05/10] xfs: validate v5 feature fields, Leah Rumancik
- [PATCH 5.15 CANDIDATE 06/10] xfs: avoid unnecessary runtime sibling pointer endian conversions, Leah Rumancik
- [PATCH 5.15 CANDIDATE 07/10] xfs: don't assert fail on perag references on teardown, Leah Rumancik
- [PATCH 5.15 CANDIDATE 08/10] xfs: assert in xfs_btree_del_cursor should take into account error, Leah Rumancik
- [PATCH 5.15 CANDIDATE 09/10] xfs: purge dquots after inode walk fails during quotacheck, Leah Rumancik
- [PATCH 5.15 CANDIDATE 10/10] xfs: don't leak btree cursor when insrec fails after a split, Leah Rumancik
- Re: [PATCH 5.15 CANDIDATE 00/10] more xfs fixes for 5.15, Amir Goldstein
- [PATCH 0/3] Prevent ->map_pages from sleeping,
Matthew Wilcox (Oracle)
- [PATCH v2] Remove several implicit function declarations,
Arjun Shankar
- [PATCH v2] xfs_db: make flist_find_ftyp() to check for field existance on disk, Andrey Albershteyn
- [PATCH] Remove several implicit function declarations,
Arjun Shankar
- [syzbot] general protection fault in iomap_dio_bio_iter, syzbot
- [PATCH v3] xfs: allow setting full range of panic tags,
Donald Douwsma
- [PATCH v1] libxfs: fix reservation space for removing transaction,
Xiaole He
- [ANNOUNCE] xfs-linux: for-next updated to c85007e2e394, Darrick J. Wong
- [RESEND PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind,
Shiyang Ruan
- [ANNOUNCE] xfsprogs: for-next updated to e9f142486, Carlos Maiolino
- [syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good,
syzbot
- [PATCH v2] fsdax: dax_unshare_iter() should return a valid length, Shiyang Ruan
- [RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim,
Yosry Ahmed
- [PATCH] fsdax: dax_unshare_iter() should return a valid length,
Shiyang Ruan
- [LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] Storage: REQ_OP_VERIFY support for block layer and device drivers, Chaitanya Kulkarni
- [PATCH] xfs_db: make flist_find_ftyp() to check for field existance on disk,
Andrey Albershteyn
- xfs_repair: fatal error -- couldn't map inode 13199169, err = 117,
Panagiotis Papadakos
- [PATCHSET 0/2] fstests: random fixes for v2023.01.22,
Darrick J. Wong
- [RFCv2 0/3] iomap: Add support for subpage dirty state tracking to improve write performance,
Ritesh Harjani (IBM)
- xfs_repair on filesystem stuck in "rebuild AG headers and trees"?,
Libor Klepáč
- [PATCH v2] xfs: allow setting full range of panic tags,
Donald Douwsma
- [PATCH v2 0/2] xfs_admin: get/set label of mounted filesystems,
Catherine Hoang
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]