Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-02 20:48:26 to 2022-09-12 14:47:35 UTC [more...]

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-12 14:47 UTC  (73+ messages)

[RESEND PATCH v3 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-09-12 14:32 UTC  (6+ messages)
` [RESEND PATCH v3 1/5] xfs_quota: separate quota info acquisition into get_dquot()
  ` [RESEND PATCH v3 2/5] xfs_quota: separate get_dquot() and dump_file()
  ` [RESEND PATCH v3 3/5] xfs_quota: separate get_dquot() and report_mount()
  ` [RESEND PATCH v3 4/5] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
  ` [RESEND PATCH v3 5/5] xfs_quota: apply -L/-U range limits in uid/gid/pid loops

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

[PATCH] xfs: remove the redundant check in xfs_bmap_first_unused
 2022-09-12  6:39 UTC  (4+ messages)

[PATCH] xfs: fix up the comment in xfs_dir2_isleaf
 2022-09-12  5:00 UTC  (4+ messages)

[PATCH v2] xfs: fix uaf when leaf dir bestcount not match with dir data blocks
 2022-09-12  1:31 UTC  (2+ messages)

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-09-12  0:54 UTC  (10+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 8/8] xfs: support STATX_DIOALIGN

[PATCH] xfs: eliminate the potential overflow risk in xfs_da_grow_inode_int
 2022-09-11 22:38 UTC  (2+ messages)

[PATCH] xfs: port to vfs{g,u}id_t and associated helpers
 2022-09-10  9:13 UTC  (3+ messages)

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-09-09 13:01 UTC  (10+ messages)

[PATCH] xfs: remove xfs_setattr_time() declaration
 2022-09-09  7:42 UTC  (2+ messages)

[PATCH v5 0/8] vfs/nfsd: clean up handling of the i_version counter
 2022-09-08 17:24 UTC  (9+ messages)
` [PATCH v5 1/8] iversion: clarify when the i_version counter must be updated
` [PATCH v5 2/8] ext4: fix i_version handling in ext4
` [PATCH v5 3/8] ext4: unconditionally enable the i_version counter
` [PATCH v5 4/8] vfs: plumb i_version handling into struct kstat
` [PATCH v5 5/8] nfs: report the inode version in getattr if requested
` [PATCH v5 6/8] ceph: "
` [PATCH v5 7/8] nfsd: use the getattr operation to fetch i_version
` [RFC PATCH v5 8/8] nfsd: take inode_lock when querying for NFSv4 GETATTR

Request to cherry-pick 01ea173e103edd5ec41acec65b9261b87e123fc2 to v5.10
 2022-09-08 12:02 UTC  (7+ messages)
` [PATCH] xfs: fix up non-directory creation in SGID directories

[PATCH v2] Documentation: filesystems: correct possessive "its"
 2022-09-08  2:00 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH -next] xfs: rmap: only XFS_DATA_FORK field would be set shared
 2022-09-07 14:55 UTC  (2+ messages)

[PATCH 0/9 v2] xfs: byte-base grant head reservation tracking
 2022-09-07 14:12 UTC  (13+ 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 v4 0/6] vfs: clean up i_version behavior and expose it via statx
 2022-09-07 11:33 UTC  (7+ messages)
` [PATCH v4 1/6] iversion: update comments with info about atime updates
` [PATCH v4 2/6] ext4: fix i_version handling in ext4
` [PATCH v4 3/6] ext4: unconditionally enable the i_version counter
` [PATCH v4 4/6] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v4 5/6] nfs: report the inode version in statx if requested
` [PATCH v4 6/6] ceph: fill in the change attribute in statx requests

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

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-07  8:50 UTC  (23+ messages)
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages

[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
 2022-09-06 19:55 UTC  (8+ messages)

generic/650 makes v6.0-rc client unusable
 2022-09-06 15:50 UTC  (3+ messages)

[man-pages RFC PATCH v3] statx, inode: document the STATX_INO_VERSION field
 2022-09-06 13:29 UTC 

Creating written extents beyond EOF
 2022-09-06  6:55 UTC  (3+ messages)

[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
 2022-09-05 14:45 UTC  (9+ messages)
` [PATCH 1/4] xfs: Quiet notify_failure EOPNOTSUPP cases
` [PATCH 2/4] xfs: Fix SB_BORN check in xfs_dax_notify_failure()
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails

[Bug 205833] New: fsfreeze blocks close(fd) on xfs sometimes
 2022-09-05 14:29 UTC  (2+ messages)
` [Bug 205833] "

[PATCH 0/2] xfsprogs: fix covscan issues
 2022-09-05  7:05 UTC  (4+ messages)
` [PATCH 1/2] xfs_repair: Fix check_refcount() error path

[PATCHSET v2 0/3] fstests: fix some hangs in crash recovery
 2022-09-04 13:18 UTC  (2+ messages)

[xfs] 1aa91d9c99: xfstests.generic.471.fail
 2022-09-04 10:52 UTC 

[PATCH fstests] xfs/554: xfs add illegal bestfree array size inject for leaf dir
 2022-09-04  0:55 UTC  (6+ messages)

all cel/for-rc (1197eb59 lockd: fix nlm_close_files) results
 2022-09-03 15: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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).