public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 13:35:57 to 2022-07-19 21:37:36 UTC [more...]

[PATCHSET v2 0/8] fstests: check file block congruency of file range operations
 2022-07-19 21:37 UTC  (3+ messages)
` [PATCH 1/8] misc: use _get_file_block_size for block (re)mapping tests
` [PATCH 2/8] misc: skip remap/fallocate tests when op length not congruent with file allocation unit

[PATCHSET 0/1] fstests: random fixes
 2022-07-19 21:37 UTC  (2+ messages)
` [PATCH 1/1] generic/275: fix premature enospc errors when fs block size is large

[PATCH] xfs: don't leak memory when attr fork loading fails
 2022-07-19 17:03 UTC 

[PATCH 5.15 CANDIDATE 0/9] xfs stable candidate patches for 5.15.y (part 3)
 2022-07-19 14:44 UTC  (13+ messages)
` [PATCH 5.15 CANDIDATE 1/9] xfs: fix maxlevels comparisons in the btree staging code
` [PATCH 5.15 CANDIDATE 2/9] xfs: fold perag loop iteration logic into helper function
` [PATCH 5.15 CANDIDATE 3/9] xfs: rename the next_agno perag iteration variable
` [PATCH 5.15 CANDIDATE 4/9] xfs: terminate perag iteration reliably on agcount
` [PATCH 5.15 CANDIDATE 5/9] xfs: fix perag reference leak on iteration race with growfs
` [PATCH 5.15 CANDIDATE 6/9] xfs: fix incorrect decoding in xchk_btree_cur_fsbno
` [PATCH 5.15 CANDIDATE 7/9] xfs: fix quotaoff mutex usage now that we don't support disabling it
` [PATCH 5.15 CANDIDATE 8/9] xfs: fix a bug in the online fsck directory leaf1 bestcount check
` [PATCH 5.15 CANDIDATE 9/9] xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-19  8:40 UTC  (22+ messages)
` [PATCH v9 01/14] mm: rename is_pinnable_pages to is_longterm_pinnable_pages
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v9 03/14] mm: add zone device coherent type memory support
` [PATCH v9 04/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v9 05/14] mm: add device coherent vma selection for memory migration
` [PATCH v9 06/14] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v9 07/14] drm/amdkfd: add SPM support for SVM
` [PATCH v9 08/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v9 09/14] lib: test_hmm add module param for "
` [PATCH v9 10/14] lib: add support for device coherent type in test_hmm
` [PATCH v9 11/14] tools: update hmm-test to support device coherent type
` [PATCH v9 12/14] tools: update test_hmm script to support SP config
` [PATCH v9 13/14] tools: add hmm gup tests for device coherent type
` [PATCH v9 14/14] tools: add selftests to hmm for COW in device memory

remove iomap_writepage v2
 2022-07-19  6:56 UTC  (7+ messages)
` [PATCH 1/4] gfs2: stop using generic_writepages in gfs2_ail1_start_one
` [PATCH 2/4] gfs2: remove ->writepage
` [PATCH 3/4] zonefs: "
` [PATCH 4/4] iomap: remove iomap_writepage

[PATCH] xfs: xfs_buf cache destroy isn't RCU safe
 2022-07-19  3:56 UTC  (3+ messages)

[PATCH RESEND] xfs: fix for variable set but not used warning
 2022-07-19  2:01 UTC  (2+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-18 22:56 UTC  (6+ messages)
` [RFC PATCH v6] "

[PATCH v2 00/18] Parent Pointers
 2022-07-18 20:20 UTC  (19+ messages)
` [PATCH v2 01/18] xfs: Fix multi-transaction larp replay
` [PATCH v2 02/18] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v2 03/18] xfs: Hold inode locks in xfs_ialloc
` [PATCH v2 04/18] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v2 05/18] xfs: get directory offset when adding directory name
` [PATCH v2 06/18] xfs: get directory offset when removing "
` [PATCH v2 07/18] xfs: get directory offset when replacing a "
` [PATCH v2 08/18] xfs: add parent pointer support to attribute code
` [PATCH v2 09/18] xfs: define parent pointer xattr format
` [PATCH v2 10/18] xfs: Add xfs_verify_pptr
` [PATCH v2 11/18] xfs: extend transaction reservations for parent attributes
` [PATCH v2 12/18] xfs: parent pointer attribute creation
` [PATCH v2 13/18] xfs: add parent attributes to link
` [PATCH v2 14/18] xfs: remove parent pointers in unlink
` [PATCH v2 15/18] xfs: Add parent pointers to rename
` [PATCH v2 16/18] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v2 17/18] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v2 18/18] xfs: Add parent pointer ioctl

[ANNOUNCE] xfs-documentation: for-next updated to 32259aa
 2022-07-18 17:39 UTC 

[PATCHSET 0/8] fstests: check file block congruency of file range operations
 2022-07-18 17:31 UTC  (19+ messages)
` [PATCH 1/8] misc: use _get_file_block_size for block (re)mapping tests
` [PATCH 2/8] misc: skip remap/fallocate tests when op length not congruent with file allocation unit
` [PATCH 3/8] misc: skip extent size hint tests when hint "
` [PATCH 4/8] misc: avoid tests encoding FIEMAP/BMAP golden output with weird file blocksizes
` [PATCH 5/8] punch: use allocation unit to test punching holes
` [PATCH 6/8] punch: skip fpunch tests when op length not congruent with file allocation unit
` [PATCH 7/8] filter: report data block mappings and od offsets in multiples of allocation units
` [PATCH 8/8] punch: skip fpunch tests when page size not congruent with file allocation unit

[PATCH v2 1/2] xfsdocs: fix inode timestamps lower limit value
 2022-07-18 17:17 UTC  (2+ messages)

[PATCH] xfs: delete unnecessary NULL checks
 2022-07-18 17:16 UTC  (2+ messages)

[PATCH v1] xfs: fix comment for start time value of inode with bigtime enabled
 2022-07-18 17:14 UTC  (2+ messages)

BUG xfs_buf while running tests/xfs/435 (next-20220715)
 2022-07-18 12:40 UTC  (3+ messages)

[ANNOUNCE] xfsprogs for-next updated to 50dba818
 2022-07-15 16:20 UTC 

[PATCH v1 1/2] xfsdocs: fix inode timestamps lower limit value
 2022-07-15 15:39 UTC  (3+ messages)

[PATCH 5.15 v2 0/4] xfs stable candidates for 5.15.y (part 2)
 2022-07-15 14:34 UTC  (6+ messages)
` [PATCH 5.15 v2 1/4] xfs: only run COW extent recovery when there are no live extents
` [PATCH 5.15 v2 2/4] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 5.15 v2 3/4] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
` [PATCH 5.15 v2 4/4] xfs: drop async cache flushes from CIL commits

[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-15 14:12 UTC  (16+ messages)
` [PATCH v8 02/15] mm: move page zone helpers into new header-specific file
      ` [PATCH] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v8 06/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing
        ` [PATCH] "

[ANNOUNCE] xfs-linux: for-next updated to 95ff0363f3f6
 2022-07-14 17:14 UTC 

[GIT PULL] xfs: make attr forks permanent
 2022-07-14 16:43 UTC 

[PATCH] generic: new test to verify selinux label of whiteout inode
 2022-07-14 14:56 UTC 

[GIT PULL] xfs: lockless buffer cache lookups
 2022-07-14  7:16 UTC 

[GIT PULL] xfs: in-memory iunlink log items
 2022-07-14  7:12 UTC 

[xfs] 47a6df7cd3: Assertion_failed
 2022-07-14  2:33 UTC  (5+ messages)

[PATCH 0/6 v3] xfs: lockless buffer lookups
 2022-07-14  2:11 UTC  (8+ messages)
` [PATCH 3/6] xfs: merge xfs_buf_find() and xfs_buf_get_map()

[PATCHSET 0/1] mkfs: stop allowing tiny filesystems
 2022-07-14  2:10 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v1] xfs: correct nlink printf specifier from hd to PRIu32
 2022-07-14  2:07 UTC  (3+ messages)

[PATCHSET 0/4] xfsprogs: random fixes
 2022-07-14  2:03 UTC  (10+ messages)
` [PATCH 1/4] xfs_repair: ignore empty xattr leaf blocks
` [PATCH 2/4] xfs_repair: Search for conflicts in inode_tree_ptrs[] when processing uncertain inodes
` [PATCH 3/4] mkfs: complain about impossible log size constraints
` [PATCH 4/4] mkfs: terminate getsubopt arrays properly

[ANNOUNCE] xfsprogs for-next updated to c1c71781
 2022-07-13 21:44 UTC  (3+ messages)

[PATCH V2 0/6] block: add support for REQ_OP_VERIFY
 2022-07-13 15:43 UTC  (9+ messages)
` [PATCH V2 1/6] "
` [PATCH V2 2/6] nvme: add support for the Verify command
` [PATCH V2 3/6] nvmet: add Verify command support for bdev-ns
` [PATCH V2 4/6] nvmet: add Verify emulation "
` [PATCH V2 5/6] null_blk: add REQ_OP_VERIFY support
` [PATCH V2 6/6] scsi: sd: add support for REQ_OP_VERIFY

[PATCH] xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork
 2022-07-13 10:45 UTC  (2+ messages)
` [PATCH V2] "

[PATCH RESEND] xfs: fix for variable set but not used warning
 2022-07-13  5:51 UTC  (2+ messages)

[PATCHSET v4 0/2] xfs_repair: enable upgrading to nrext64
 2022-07-13  1:10 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: check filesystem geometry before allowing upgrades
` [PATCH 2/2] xfs_repair: Add support for upgrading to large extent counters

[PATCH] xfs: flush inode gc workqueue before clearing agi bucket
 2022-07-12 23:09 UTC  (5+ messages)

[RFC] [PATCH 0/8] xfs: byte-base grant head reservation tracking
 2022-07-12 22:24 UTC  (21+ messages)
` [PATCH 1/8] xfs: AIL doesn't need manual pushing
` [PATCH 3/8] xfs: ensure log tail is always up to date
` [PATCH 4/8] xfs: l_last_sync_lsn is really tracking AIL state
` [PATCH 5/8] xfs: track log space pinned by the AIL
` [PATCH 7/8] xfs: move and xfs_trans_committed_bulk
` [PATCH 8/8] xfs: grant heads track byte counts, not LSNs
  ` [xfs] 65cf4eb83e: xfstests.xfs.011.fail

[PATCH] xfs: fix for variable set but not used warning
 2022-07-12 15:36 UTC  (2+ messages)

[xfs] 5e672cd69f: stress-ng.dir.ops_per_sec 107.3% improvement
 2022-07-12  8:45 UTC 

[PATCHSET v2 0/5] xfs: make attr forks permanent
 2022-07-12  6:25 UTC  (9+ messages)
` [PATCH 1/5] xfs: convert XFS_IFORK_PTR to a static inline helper

remove iomap_writepage
 2022-07-12  4:57 UTC  (4+ messages)
` [PATCH 2/4] gfs2: remove ->writepage

[PATCH 0/9 v4] xfs: introduce in-memory inode unlink log items
 2022-07-12  2:14 UTC  (5+ messages)
` [PATCH 3/9] xfs: refactor xlog_recover_process_iunlinks()
` [PATCH 4/9] xfs: introduce xfs_iunlink_lookup

[PATCH 1/4] gfs2: stop using generic_writepages in gfs2_ail1_start_one
 2022-07-11 14:30 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