linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-16 03:36:37 to 2022-09-23 02:10:21 UTC [more...]

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-23  2:10 UTC  (54+ messages)
` [PATCH v2 01/18] fsdax: Wait on @page not @page->_refcount
` [PATCH v2 02/18] fsdax: Use dax_page_idle() to document DAX busy page checking
` [PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
` [PATCH v2 09/18] fsdax: Rework dax_insert_entry() calling convention
` [PATCH v2 10/18] fsdax: Manage pgmap references at entry insertion and deletion
` [PATCH v2 11/18] devdax: Minor warning fixups
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core
` [PATCH v2 13/18] dax: Prep mapping helpers for compound pages
` [PATCH v2 14/18] devdax: add PUD support to the DAX mapping infrastructure
` [PATCH v2 15/18] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH v2 16/18] mm/memremap_pages: Support initializing pages to a zero reference count
` [PATCH v2 17/18] fsdax: Delete put_devmap_managed_page_refs()
` [PATCH v2 18/18] mm/gup: Drop DAX pgmap accounting

[PATCH v1 0/1] parent pointer tests
 2022-09-23  0:53 UTC  (6+ messages)
` [PATCH v1 1/1] xfstests: Add parent pointer test

[RFC PATCH 0/2] iomap/xfs: fix data corruption due to stale cached iomaps
 2022-09-23  0:04 UTC  (9+ messages)
` [PATCH 1/2] iomap: write iomap validity checks
` [PATCH 2/2] xfs: use iomap_valid method to detect stale cached iomaps

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-22 20:18 UTC  (33+ messages)

[PATCH v3 00/26] Parent Pointers
 2022-09-22 16:55 UTC  (28+ messages)
` [PATCH v3 01/26] xfs: Add new name to attri/d
` [PATCH v3 02/26] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v3 03/26] xfs: Hold inode locks in xfs_ialloc
` [PATCH v3 04/26] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v3 05/26] xfs: Hold inode locks in xfs_rename
` [PATCH v3 06/26] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v3 07/26] xfs: get directory offset when adding directory name
` [PATCH v3 08/26] xfs: get directory offset when removing "
` [PATCH v3 09/26] xfs: get directory offset when replacing a "
` [PATCH v3 10/26] xfs: add parent pointer support to attribute code
` [PATCH v3 11/26] xfs: define parent pointer xattr format
` [PATCH v3 12/26] xfs: Add xfs_verify_pptr
` [PATCH v3 13/26] xfs: extend transaction reservations for parent attributes
` [PATCH v3 14/26] xfs: parent pointer attribute creation
` [PATCH v3 15/26] xfs: add parent attributes to link
` [PATCH v3 16/26] xfs: add parent attributes to symlink
` [PATCH v3 17/26] xfs: remove parent pointers in unlink
` [PATCH v3 18/26] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v3 19/26] xfs: Indent xfs_rename
` [PATCH v3 20/26] xfs: Add parent pointers to rename
` [PATCH v3 21/26] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v3 22/26] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v3 23/26] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v3 24/26] xfs: Add parent pointer ioctl
` [PATCH v3 25/26] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v3 26/26] xfs: drop compatibility minimum log size computations for reflink

[PATCH 5.15 v2 0/3] xfs stable candidate patches (part 5)
 2022-09-22 15:50 UTC  (5+ messages)
` [PATCH 5.15 v2 1/3] xfs: reorder iunlink remove operation in xfs_ifree
` [PATCH 5.15 v2 2/3] xfs: fix xfs_ifree() error handling to not leak perag ref
` [PATCH 5.15 v2 3/3] xfs: validate inode fork size against fork format

[PATCH 5.10 0/2] re-send two xfs stable patches for 5.10.y (from v5.18+)
 2022-09-22 15:47 UTC  (3+ messages)
` [PATCH 5.10 1/2] xfs: reorder iunlink remove operation in xfs_ifree
` [PATCH 5.10 2/2] xfs: validate inode fork size against fork format

[PATCH 5.10] xfs: fix up non-directory creation in SGID directories
 2022-09-22 15:21 UTC  (2+ messages)

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-22 14:45 UTC  (22+ messages)
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines

[PATCH 5.4 00/17] xfs stable patches for 5.4.y (from v5.5)
 2022-09-22 10:04 UTC  (22+ messages)
` [PATCH 5.4 01/17] MAINTAINERS: add Chandan as xfs maintainer for 5.4.y
` [PATCH 5.4 02/17] iomap: iomap that extends beyond EOF should be marked dirty
` [PATCH 5.4 03/17] xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
` [PATCH 5.4 04/17] xfs: slightly tweak an assert in xfs_fs_map_blocks
` [PATCH 5.4 05/17] xfs: add missing assert in xfs_fsmap_owner_from_rmap
` [PATCH 5.4 06/17] xfs: range check ri_cnt when recovering log items
` [PATCH 5.4 07/17] xfs: attach dquots and reserve quota blocks during unwritten conversion
` [PATCH 5.4 08/17] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
` [PATCH 5.4 09/17] xfs: convert EIO to EFSCORRUPTED when log contents are invalid
` [PATCH 5.4 10/17] xfs: constify the buffer pointer arguments to error functions
` [PATCH 5.4 11/17] xfs: always log corruption errors
` [PATCH 5.4 12/17] xfs: fix some memory leaks in log recovery
` [PATCH 5.4 13/17] xfs: stabilize insert range start boundary to avoid COW writeback race
` [PATCH 5.4 14/17] xfs: use bitops interface for buf log item AIL flag check
` [PATCH 5.4 15/17] xfs: refactor agfl length computation function
` [PATCH 5.4 16/17] xfs: split the sunit parameter update into two parts
` [PATCH 5.4 17/17] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures

[PATCH] xfs: take shared inode lock on single page buffered writes
 2022-09-22  9:55 UTC 

[PATCH v2] xfs: add LARP state transition diagram
 2022-09-22  5:53 UTC  (2+ messages)

[PATCH] xfsdump: fix memory leak
 2022-09-22  3:02 UTC 

[PATCH v2] Documentation: filesystems: correct possessive "its"
 2022-09-21 20:07 UTC  (2+ messages)

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2022-09-21 11:20 UTC  (14+ messages)

[PATCH v3] generic: new test to verify selinux label of whiteout inode
 2022-09-21  7:08 UTC  (3+ messages)
` [PATCH v4] "

fs/xfs/Kconfig points at oss.sgi.com which is toast
 2022-09-21  2:52 UTC 

[PATCH 5.4 CANDIDATE V2 00/17] xfs stable candidate patches for 5.4.y (from v5.5)
 2022-09-21  2:13 UTC  (20+ messages)
` [PATCH 5.4 CANDIDATE V2 01/17] MAINTAINERS: add Chandan as xfs maintainer for 5.4.y
` [PATCH 5.4 CANDIDATE V2 02/17] iomap: iomap that extends beyond EOF should be marked dirty
` [PATCH 5.4 CANDIDATE V2 03/17] xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
` [PATCH 5.4 CANDIDATE V2 04/17] xfs: slightly tweak an assert in xfs_fs_map_blocks
` [PATCH 5.4 CANDIDATE V2 05/17] xfs: add missing assert in xfs_fsmap_owner_from_rmap
` [PATCH 5.4 CANDIDATE V2 06/17] xfs: range check ri_cnt when recovering log items
` [PATCH 5.4 CANDIDATE V2 07/17] xfs: attach dquots and reserve quota blocks during unwritten conversion
` [PATCH 5.4 CANDIDATE V2 08/17] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
` [PATCH 5.4 CANDIDATE V2 09/17] xfs: convert EIO to EFSCORRUPTED when log contents are invalid
` [PATCH 5.4 CANDIDATE V2 10/17] xfs: constify the buffer pointer arguments to error functions
` [PATCH 5.4 CANDIDATE V2 11/17] xfs: always log corruption errors
` [PATCH 5.4 CANDIDATE V2 12/17] xfs: fix some memory leaks in log recovery
` [PATCH 5.4 CANDIDATE V2 13/17] xfs: stabilize insert range start boundary to avoid COW writeback race
` [PATCH 5.4 CANDIDATE V2 14/17] xfs: use bitops interface for buf log item AIL flag check
` [PATCH 5.4 CANDIDATE V2 15/17] xfs: refactor agfl length computation function
` [PATCH 5.4 CANDIDATE V2 16/17] xfs: split the sunit parameter update into two parts
` [PATCH 5.4 CANDIDATE V2 17/17] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-09-21  0:58 UTC  (10+ messages)
` [PATCH v8 0/3] "
  ` [PATCH 3/3] "

[PATCH v2] xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
 2022-09-21  0:53 UTC  (2+ messages)

[PATCH v2] xfs: trim the mapp array accordingly in xfs_da_grow_inode_int
 2022-09-21  0:48 UTC  (2+ messages)

[PATCH 5.15 CANDIDATE 0/3] xfs stable candidate patches (part 5)
 2022-09-21  0:36 UTC  (5+ messages)
` [PATCH 5.15 CANDIDATE 1/3] xfs: reorder iunlink remove operation in xfs_ifree
` [PATCH 5.15 CANDIDATE 2/3] xfs: fix xfs_ifree() error handling to not leak perag ref
` [PATCH 5.15 CANDIDATE 3/3] xfs: validate inode fork size against fork format

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-09-20  2:38 UTC  (14+ messages)

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-09-20  1:32 UTC  (5+ messages)

[PATCH v2] xfsdump: Judge the return value of malloc function
 2022-09-19  9:42 UTC  (2+ messages)

[PATCH 5.4 CANDIDATE 00/18] xfs stable candidate patches for 5.4.y (from v5.5)
 2022-09-19  4:32 UTC  (3+ messages)

[ANNOUNCE] xfs: for-next branch has been updated to dc256418235a
 2022-09-19  2:06 UTC  (2+ messages)

[PATCH] xfsrestore: fix inventory unpacking
 2022-09-18  1:50 UTC  (3+ messages)

[ANNOUNCE] xfsprogs updated to 6.0.0-rc0
 2022-09-16  9:54 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).