linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-01 16:18:53 to 2023-10-09 15:37:57 UTC [more...]

[Bug 205833] New: fsfreeze blocks close(fd) on xfs sometimes
 2023-10-09 15:37 UTC  (2+ messages)
` [Bug 205833] "

[PATCH] xfs: drop experimental warning for FSDAX
 2023-10-09 14:14 UTC  (21+ messages)

[PATCH v2 0/6] xfs: CPU usage optimizations for realtime allocator
 2023-10-09 10:39 UTC  (13+ messages)
` [PATCH v2 1/6] xfs: cache last bitmap block in "
` [PATCH v2 2/6] xfs: invert the realtime summary cache
` [PATCH v2 3/6] xfs: return maximum free size from xfs_rtany_summary()
` [PATCH v2 4/6] xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
` [PATCH v2 5/6] xfs: don't try redundant allocations "
` [PATCH v2 6/6] xfs: don't look for end of extent further than necessary "

handle nimaps=0 from xfs_bmapi_write
 2023-10-09 10:30 UTC  (2+ messages)
` [PATCH] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space

mkfs.xfs with --protofile does not copy extended attributes into the generated filesystem
 2023-10-09  9:59 UTC  (8+ messages)

[PATCH v5] xfs: introduce protection for drop nlink
 2023-10-09  8:45 UTC 

W sprawie samochodu
 2023-10-09  8:15 UTC 

[PATCH v2 0/5] Remove the XFS mrlock
 2023-10-08 22:17 UTC  (13+ messages)
` [PATCH v2 1/5] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
` [PATCH v2 2/5] mm: Use rwsem assertion macros for mmap_lock
` [PATCH v2 3/5] xfs: Replace xfs_isilocked with xfs_assert_locked
` [PATCH v2 4/5] xfs: Remove mrlock wrapper
` [PATCH v2 5/5] fs: Add inode_assert_locked() and inode_assert_locked_excl()

[Bug 217572] New: Initial blocked tasks causing deterioration over hours until (nearly) complete system lockup and data loss with PostgreSQL 13
 2023-10-08 22:13 UTC  (4+ messages)
` [Bug 217572] "

[GIT PULL] xfs: bug fixes for 6.6
 2023-10-07 18:12 UTC  (2+ messages)

[PATCH v3 00/28] fs-verity support for XFS
 2023-10-07  4:02 UTC  (31+ messages)
` [PATCH v3 01/28] xfs: Add new name to attri/d
` [PATCH v3 02/28] xfs: add parent pointer support to attribute code
` [PATCH v3 03/28] xfs: define parent pointer xattr format
` [PATCH v3 04/28] xfs: Add xfs_verify_pptr
` [PATCH v3 05/28] fs: add FS_XFLAG_VERITY for fs-verity sealed inodes
` [PATCH v3 06/28] fsverity: add drop_page() callout
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [PATCH v3 08/28] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v3 09/28] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v3 10/28] fsverity: operate with Merkle tree blocks instead of pages
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 12/28] iomap: allow filesystem to implement read path verification
` [PATCH v3 13/28] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v3 14/28] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
` [PATCH v3 16/28] xfs: add bio_set and submit_io for ioend post-processing
` [PATCH v3 17/28] xfs: add attribute type for fs-verity
` [PATCH v3 18/28] xfs: make xfs_buf_get() to take XBF_* flags
` [PATCH v3 19/28] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer
` [PATCH v3 20/28] xfs: add fs-verity ro-compat flag
` [PATCH v3 21/28] xfs: add inode on-disk VERITY flag
` [PATCH v3 22/28] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v3 23/28] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v3 24/28] xfs: disable direct read path for fs-verity sealed files
` [PATCH v3 25/28] xfs: add fs-verity support
` [PATCH v3 26/28] xfs: make scrub aware of verity dinode flag
` [PATCH v3 27/28] xfs: add fs-verity ioctls
` [PATCH v3 28/28] xfs: enable ro-compat fs-verity flag

[PATCH 00/21] block atomic writes
 2023-10-07  1:21 UTC  (72+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 03/21] fs/bdev: Add atomic write support info to statx
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH 10/21] block: Add fops "
` [PATCH 11/21] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH 13/21] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH 15/21] fs: xfs: Support atomic write for statx
` [PATCH 16/21] fs: iomap: Atomic write support
` [PATCH 18/21] scsi: sd: Support reading atomic properties from block limits VPD
` [PATCH 19/21] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH 21/21] nvme: Support atomic writes

[PATCH v27.1 4/7] xfs: automatic freeing of freshly allocated unwritten space
 2023-10-07  0:55 UTC  (2+ messages)

[RFC PATCH 0/9] xfs: push perags further into allocation routines
 2023-10-06  6:01 UTC  (26+ messages)
` [PATCH 1/9] xfs: split xfs_bmap_btalloc_at_eof()
` [PATCH 2/9] xfs: contiguous EOF allocation across AGs
` [PATCH 3/9] xfs: select the AG with the largest contiguous space
` [PATCH 4/9] xfs: push the perag outwards in initial allocation
` [PATCH 5/9] xfs: aligned EOF allocations don't need to scan AGs anymore
` [PATCH 6/9] xfs: use agno/agbno in xfs_alloc_vextent functions
` [PATCH 7/9] xfs: caller perag always supplied to xfs_alloc_vextent_near_bno
` [PATCH 8/9] xfs: collapse near and exact bno allocation
` [PATCH 9/9] xfs: return -ENOSPC rather than NULLFSBLOCK from allocation functions

[MEGAPATCHSET v27] xfs: online repair, second part of part 1
 2023-10-06  5:18 UTC  (19+ messages)
` [PATCHSET v27.0 0/7] xfs: reserve disk space for online repairs
  ` [PATCH 1/7] xfs: don't append work items to logged xfs_defer_pending objects
  ` [PATCH 2/7] xfs: allow pausing of pending deferred work items
  ` [PATCH 3/7] xfs: remove __xfs_free_extent_later
  ` [PATCH 4/7] xfs: automatic freeing of freshly allocated unwritten space
  ` [PATCH 5/7] xfs: implement block reservation accounting for btrees we're staging
  ` [PATCH 6/7] xfs: log EFIs for all btree blocks being used to stage a btree
  ` [PATCH 7/7] xfs: force small EFIs for reaping btree extents

[PATCHSET 0/6] xfsprogs: minor fixes
 2023-10-05 12:45 UTC  (14+ messages)
` [PATCH 6/6] libxfs: fix atomic64_t detection on x86 32-bit architectures
    ` [PATCH v1.1 "
  ` [PATCH 1/6] libfrog: fix overly sleep workqueues
  ` [PATCH 2/6] libfrog: don't fail on XFS_FSOP_GEOM_FLAGS_NREXT64 in xfrog_bulkstat_single5
  ` [PATCH 3/6] libxfs: use XFS_IGET_CREATE when creating new files
  ` [PATCH 4/6] xfs_scrub: actually return errno from check_xattr_ns_names
  ` [PATCH 5/6] xfs_repair: set aformat and anextents correctly when clearing the attr fork

[ANNOUNCE] xfs-linux: for-next updated to 4e69f490d211
 2023-10-05  5:57 UTC 

[PATCH v1] xfs: allow read IO and FICLONE to run concurrently
 2023-10-05  0:04 UTC  (2+ messages)

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-04 18:53 UTC  (4+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 77/89] xfs: convert "

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH 09/21] block: Add checks to merging of atomic writes
 2023-10-04 11:40 UTC  (4+ messages)

Prezentacja
 2023-10-04  7:55 UTC 

[GIT PULL] xfs: use busy extents for fstrim
 2023-10-04  5:03 UTC  (2+ messages)

[PATCH v3] xfs: introduce protection for drop nlink
 2023-10-03 17:33 UTC  (2+ messages)

[PATCHSET 0/2] xfsprogs: reload the last iunlink item
 2023-10-03 12:34 UTC  (2+ messages)

[PATCH 0/1] Fix cross-compilation issue with randbytes
 2023-10-03 11:15 UTC  (4+ messages)
` [PATCH 1/1] libfrog: "

[PATCHSET 0/3] xfsprogs: adjust defaults for 6.6 LTS kernels
 2023-10-03 11:51 UTC  (2+ messages)

[PATCHSET 0/2] xfs_db: use directio for filesystem access
 2023-10-03 11:47 UTC  (2+ messages)

[PATCHSET v26.2 0/3] xfsprogs: force rebuilding of metadata
 2023-10-03 11:33 UTC  (2+ messages)

[PATCH v15] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
 2023-10-02 11:57 UTC  (3+ messages)

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-10-02  7:57 UTC  (3+ messages)
` [PATCH v4 "

Removal of KM_NOFS
 2023-10-01 22:38 UTC  (3+ messages)

[PATCH 26/29] xfs: move xfs_xattr_handlers to .rodata
 2023-10-01 16:18 UTC  (2+ 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).