linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 15:20:35 to 2020-02-17 13:48:10 UTC [more...]

[PATCH 0/4] xfsprogs: random fixes
 2020-02-17 13:48 UTC  (11+ messages)
` [PATCH 1/4] libxfs: re-sort libxfs_api_defs.h defines
` [PATCH 2/4] libfrog: remove libxfs.h dependencies in fsgeom.c and linux.c
` [PATCH 3/4] xfs_repair: refactor attr root block pointer check
` [PATCH 4/4] xfs_repair: don't corrupt a attr fork da3 node when clearing forw/back

[PATCH 0/4] xfs: enable per-type quota timers and warn limits
 2020-02-17 13:43 UTC  (12+ messages)
` [PATCH 1/4] xfs: fix up some whitespace in quota code
` [PATCH 2/4] xfs: simplify args to xfs_get_defquota
` [PATCH 3/4] xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
` [PATCH 4/4] xfs: per-type quota timers and warn limits

[PATCH v5 1/4] xfs: Refactor xfs_isilocked()
 2020-02-17 13:35 UTC  (14+ messages)
` [PATCH v5 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v5 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v5 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH] xfs: fix iclog release error check race with shutdown
 2020-02-17 13:33 UTC  (3+ messages)

clean up the attr interface v4
 2020-02-17 12:59 UTC  (32+ messages)
` [PATCH 01/31] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
` [PATCH 02/31] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 03/31] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 04/31] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 05/31] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 06/31] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 07/31] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 08/31] xfs: remove the MAXNAMELEN "
` [PATCH 09/31] xfs: move struct xfs_da_args to xfs_types.h
` [PATCH 10/31] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 11/31] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 12/31] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 13/31] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 14/31] xfs: remove ATTR_KERNOVAL
` [PATCH 15/31] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 16/31] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 17/31] xfs: factor out a xfs_attr_match helper
` [PATCH 18/31] xfs: cleanup struct xfs_attr_list_context
` [PATCH 19/31] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 20/31] xfs: open code ATTR_ENTSIZE
` [PATCH 21/31] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 22/31] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 23/31] xfs: properly type the buffer field in struct xfs_fsop_attrlist_handlereq
` [PATCH 24/31] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 25/31] xfs: lift buffer allocation "
` [PATCH 26/31] xfs: lift cursor copy in/out "
` [PATCH 27/31] xfs: improve xfs_forget_acl
` [PATCH 28/31] xfs: clean up the ATTR_REPLACE checks
` [PATCH 29/31] xfs: clean up the attr flag confusion
` [PATCH 30/31] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 31/31] xfs: embedded the attrlist cursor into struct xfs_attr_list_context

[PATCH V3 1/2] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
 2020-02-17  7:57 UTC  (7+ messages)
` [PATCH V3 2/2] xfs: Fix log reservation calculation for xattr insert operation

A NFS, xfs, reflink and rmapbt story
 2020-02-17  0:36 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] FS Maintainers Don't Scale
 2020-02-17  0:11 UTC  (24+ messages)
` [Lsf-pc] "

[Lsf-pc] [LSF/MM/BPF TOPIC] Atomic Writes
 2020-02-16 21:41 UTC  (4+ messages)

[PATCH 1/2] generic: per-type quota timers set/get test
 2020-02-16 18:16 UTC  (2+ messages)
` [PATCH 2/2] generic: test per-type quota softlimit enforcement timeout

[PATCH v5 00/13] Change readahead API
 2020-02-15  1:15 UTC  (21+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 04/13] mm: Add readahead address space operation
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-14 23:03 UTC  (38+ messages)
` [PATCH v3 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [PATCH v3 04/12] fs/xfs: Clean up DAX support check
` [PATCH v3 05/12] fs: remove unneeded IS_DAX() check
` [PATCH v3 06/12] fs/xfs: Check if the inode supports DAX under lock
` [PATCH v3 07/12] fs: Add locking for a dynamic DAX state

[Bug 206397] New: [xfstests generic/475] XFS: Assertion failed: iclog->ic_state == XLOG_STATE_ACTIVE, file: fs/xfs/xfs_log.c, line: 572
 2020-02-14 18:18 UTC  (6+ messages)
` [Bug 206397] "

[PATCH, RFC] libxfs: use FALLOC_FL_ZERO_RANGE in libxfs_device_zero
 2020-02-14  1:43 UTC  (7+ messages)
` [PATCH V2] "

[PATCH] xfs: add agf freeblocks verify in xfs_agf_verify
 2020-02-13 20:55 UTC  (4+ messages)

Questions about XFS abnormal img mount test
 2020-02-13 17:11 UTC  (4+ messages)

[PATCH 00/12] Change readahead API
 2020-02-13 13:43 UTC  (3+ messages)

[PATCH 00/14] xfs: widen timestamps to deal with y2038
 2020-02-13  5:33 UTC  (23+ messages)
` [PATCH 01/14] xfs: explicitly define inode timestamp range
` [PATCH 02/14] xfs: preserve default grace interval during quotacheck
` [PATCH 03/14] xfs: refactor quota exceeded test
` [PATCH 05/14] xfs: refactor quota expiration timer modification
` [PATCH 06/14] xfs: refactor default quota grace period setting code

XFS reports lchmod failure, but changes file system contents
 2020-02-12 20:38 UTC  (19+ messages)

xfsdump: Building inventory: gcc: fatal error: no input files
 2020-02-12 15:26 UTC 

RFC: hold i_rwsem until aio completes
 2020-02-12  7:37 UTC  (4+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon

[PATCH v4 1/4] xfs: Refactor xfs_isilocked()
 2020-02-12  0:49 UTC  (8+ messages)
` [PATCH v4 2/4] xfs: Fix WS in xfs_isilocked() calls
` [PATCH v4 3/4] xfs: Fix bug when checking diff. locks
` [PATCH v4 4/4] xfs: Replace mrlock_t by rw_semaphore

[PATCH 1/1] xfs: fallback to readonly during recovery
 2020-02-11 20:04 UTC  (7+ messages)

[PATCH v4] xfstests: xfs mount option sanity test
 2020-02-11 15:22 UTC  (2+ messages)

[PATCH 0/5] fstests: random fixes
 2020-02-11 15:20 UTC  (4+ messages)
` [PATCH 3/5] generic/402: skip test if xfs_io can't parse the date value


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).