public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-04 15:58:05 to 2022-08-12 09:13:45 UTC [more...]

[PATCH V2 0/2] xfsdump: Remove remaining 'slave' wording from xfsdump
 2022-08-12  9:13 UTC  (2+ messages)
` [PATCH 1/2] Remove trailing white spaces from xfsdump.html

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

[PATCHSET v2 0/2] xfsprogs: random fixes for 5.19
 2022-08-11 22:15 UTC  (7+ messages)
` [PATCH 1/2] xfs_repair: fix printf format specifiers on 32-bit platforms
` [PATCH 2/2] xfs_repair: retain superblock buffer to avoid write hook deadlock

[GIT PULL] iomap: new code for 5.20/6.0, part 2
 2022-08-11 21:32 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 031d166f968e
 2022-08-11 16:04 UTC 

[PATCH AUTOSEL 5.19 054/105] iomap: skip pages past eof in iomap_do_writepage()
 2022-08-11 15:27 UTC 

[PATCH v2] xfsdump: remove BMV_IF_NO_DMAPI_READ flag
 2022-08-11 13:02 UTC  (2+ messages)

[PATCH 0/2] xfsdump: Remove remaining 'slave' wording from xfsdump
 2022-08-11 12:58 UTC  (6+ messages)
` [PATCH 1/2] Remove trailing white spaces from xfsdump.html
` [PATCH 2/2] Rename worker threads from xfsdump's documentation

[PATCHSET v2 0/2] fstests: enhance fail_make_request
 2022-08-11 12:36 UTC  (3+ messages)
` [PATCH 1/2] common: refactor fail_make_request boilerplate

[PATCHSET v2 0/3] fstests: refactor ext4-specific code
 2022-08-11 12:32 UTC  (7+ messages)
` [PATCH 1/3] common/rc: move ext4-specific helpers into a separate common/ext4 file
` [PATCH 2/3] common/rc: move XFS-specific parts of _scratch_options into common/xfs
` [PATCH 3/3] common/ext4: provide custom ext4 scratch fs options

[PATCHSET 0/1] fstests: fix tests for kernel 5.19
 2022-08-11 12:30 UTC  (3+ messages)
` [PATCH 1/1] xfs/{015,042,076}: fix mkfs failures with nrext64=1

[Bug 216343] New: XFS: no space left in xlog cause system hang
 2022-08-11  7:04 UTC  (2+ messages)
` [Bug 216343] "

remove iomap_writepage v2
 2022-08-11  5:58 UTC  (9+ messages)

[PATCHSET v2 00/14] xfs: design documentation for online fsck
 2022-08-11  1:17 UTC  (18+ messages)
` [PATCH 01/14] xfs: document the motivation for online fsck design
` [PATCH 02/14] xfs: document the general theory underlying "
` [PATCH 03/14] xfs: document the testing plan for online fsck
` [PATCH 04/14] xfs: document the user interface "
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 09/14] xfs: document online file metadata repair code
` [PATCH 10/14] xfs: document full filesystem scans for online fsck
` [PATCH 11/14] xfs: document metadata file repair
` [PATCH 12/14] xfs: document directory tree repairs
` [PATCH 13/14] xfs: document the userspace fsck driver program
` [PATCH 14/14] xfs: document future directions of online fsck

[PATCH] fs/xfs: Use atomic64_try_cmpxchg in xlog_grant_{add,sub}_space
 2022-08-10 22:56 UTC  (5+ messages)

[PATCH 0/9 v2] xfs: byte-base grant head reservation tracking
 2022-08-10 17:08 UTC  (12+ messages)
` [PATCH 1/9] xfs: move and xfs_trans_committed_bulk
` [PATCH 2/9] xfs: AIL doesn't need manual pushing
` [PATCH 3/9] xfs: background AIL push targets physical space, not grant space
` [PATCH 4/9] xfs: ensure log tail is always up to date
` [PATCH 5/9] xfs: l_last_sync_lsn is really AIL state
` [PATCH 6/9] xfs: collapse xlog_state_set_callback in caller
` [PATCH 7/9] xfs: track log space pinned by the AIL
` [PATCH 8/9] xfs: pass the full grant head to accounting functions
` [PATCH 9/9] xfs: grant heads track byte counts, not LSNs

[PATCH 5.10 v2 0/3] xfs stable patches for 5.10.y (from v5.15)
 2022-08-10 14:15 UTC  (4+ messages)
` [PATCH 5.10 v2 1/3] mm: Add kvrealloc()
` [PATCH 5.10 v2 2/3] xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
` [PATCH 5.10 v2 3/3] xfs: fix I_DONTCACHE

[RFC PATCH 0/4] vfs: allow querying i_version via statx
 2022-08-10 10:35 UTC  (19+ messages)
` [RFC PATCH 1/4] vfs: report change attribute in statx for IS_I_VERSION inodes
` [RFC PATCH 2/4] nfs: report the change attribute if requested
` [RFC PATCH 3/4] afs: fill out change attribute in statx replies
` [RFC PATCH 4/4] ceph: fill in the change attribute in statx requests

[PATCH v1] libxfs: fix inode reservation space for removing transaction
 2022-08-10  6:29 UTC 

[PATCH v1] libxfs: fix inode reservation space for removing transaction
 2022-08-10  2:50 UTC  (3+ messages)
    `  "

[PATCHSET v3 0/1] dmerror: support external log and rt devices
 2022-08-09 21:01 UTC  (2+ messages)
` [PATCH 1/1] dmerror: support external log and realtime devices

[PATCH] xfs_io: add support for mnt_id and change_attr statx fields
 2022-08-09 18:26 UTC 

[PATCH 5.10 CANDIDATE 0/4] xfs stable candidate patches for 5.10.y (from v5.15)
 2022-08-09 16:29 UTC  (7+ messages)
` [PATCH 5.10 CANDIDATE 1/4] xfs: remove support for disabling quota accounting on a mounted file system
` [PATCH 5.10 CANDIDATE 2/4] mm: Add kvrealloc()
` [PATCH 5.10 CANDIDATE 3/4] xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
` [PATCH 5.10 CANDIDATE 4/4] xfs: fix I_DONTCACHE

[RFC PATCH] libxfs: stop overriding MAP_SYNC in publicly exported header files
 2022-08-08 17:37 UTC  (8+ messages)

[PATCHSET 0/3] fstests: refactor ext4-specific code
 2022-08-08 15:13 UTC  (7+ messages)
` [PATCH 3/3] common/ext4: provide custom ext4 scratch fs options
  ` [PATCH v1.3 "

[PATCHSET 0/2] dmerror: support external log and rt devices
 2022-08-08  5:32 UTC  (3+ messages)
` [PATCH 1/2] common/rc: wait for udev before creating dm targets

[PATCHSET 0/2] xfs: random fixes for 6.0
 2022-08-07 22:33 UTC  (8+ messages)
` [PATCH 1/2] xfs: check return codes when flushing block devices
` [PATCH 2/2] xfs: fix intermittent hang during quotacheck

[ANNOUNCE] xfs-linux: for-next updated to d62113303d69
 2022-08-07 18:36 UTC 

SpringBook "THE FALL IN THE PRICE OF BITCOIN WILL MAKE YOU A BILLIONAIRE"
 2022-08-06 23:16 UTC 

THE WORLD FINANCIAL CRISIS CAN MAKE YOU VERY RICH!
 2022-08-06  7:00 UTC 

BITCOIN WILL MAKE YOU A BILLIONAIRE
 2022-08-06 13:17 UTC 

CRYPTOCURRENCY DROP WILL MAKE YOU A BILLIONAIRE
 2022-08-06  9:33 UTC 

[PATCH v2] xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork
 2022-08-06  0:34 UTC 

[ANNOUNCE] xfsprogs 5.19.0-rc1 released
 2022-08-05 22:29 UTC 

[PATCH] generic: new test to verify selinux label of whiteout inode
 2022-08-05 17:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 1/1] xfs/018: fix LARP testing for small block sizes
 2022-08-05 16:35 UTC  (3+ messages)

[Bug 216329] New: kernel crash and hung up while umounting
 2022-08-05 12:36 UTC  (2+ messages)
` [Bug 216329] "

[PATCH] xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork
 2022-08-05  8:39 UTC  (4+ messages)
` [PATCH V2] "

[GIT PULL] xfs: new code for 6.0, part 1
 2022-08-05  3:26 UTC  (2+ messages)

[PATCHSET v4 0/2] xfs_repair: enable upgrading to nrext64
 2022-08-05  2:52 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: check filesystem geometry before allowing upgrades

[PATCHSET v2 0/1] xfsprogs: random fixes for 5.19
 2022-08-05  2:41 UTC  (5+ messages)
` [PATCH 1/1] mkfs: complain about impossible log size constraints
` [PATCH 3/1] xfs_repair: fix printf format specifiers on 32-bit platforms
` [PATCH 4/1] xfs_repair: retain superblock buffer to avoid write hook deadlock

[PATCHSET 0/3] fstests: random fixes for v2022.07.31
 2022-08-05  1:38 UTC  (6+ messages)
` [PATCH 2/3] xfs/291: convert open-coded _scratch_xfs_repair usage
` [PATCH 3/3] xfs/533: fix golden output for this test
  ` [PATCH v1.1 3/3] xfs/533: fix false negatives "

s_bmap and flags explanation
 2022-08-04 22:55 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox