linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-10 00:10:04 to 2020-02-15 01:38:09 UTC [more...]

[PATCH v5 1/4] xfs: Refactor xfs_isilocked()
 2020-02-15  1:38 UTC  (5+ 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 v5 00/13] Change readahead API
 2020-02-15  1:15 UTC  (31+ 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 05/13] mm: Add page_cache_readahead_limit
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [PATCH v5 08/13] erofs: Convert uncompressed files "
` [PATCH v5 09/13] erofs: Convert compressed "
` [PATCH v5 10/13] ext4: Convert "
` [PATCH v5 11/13] f2fs: "
` [PATCH v5 12/13] fuse: "
` [PATCH v5 13/13] iomap: "

[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

[PATCH] xfs: fix iclog release error check race with shutdown
 2020-02-14 19:38 UTC  (2+ messages)

[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] "

[Lsf-pc] [LSF/MM/BPF TOPIC] Atomic Writes
 2020-02-14  4:42 UTC  (2+ messages)

[PATCH 0/4] xfsprogs: random fixes
 2020-02-14  4:24 UTC  (4+ messages)
` [PATCH 3/4] xfs_repair: refactor attr root block pointer check

[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  (5+ messages)

[LSF/MM/BPF TOPIC] FS Maintainers Don't Scale
 2020-02-13 15:46 UTC  (22+ messages)
` [Lsf-pc] "

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

[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 0/4] xfs: enable per-type quota timers and warn limits
 2020-02-11 21:40 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 1/1] xfs: fallback to readonly during recovery
 2020-02-11 20:04 UTC  (9+ 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

[PATCH] xfs_repair: fix bad next_unlinked field
 2020-02-11 14:34 UTC  (6+ messages)

Bug in xfs_repair 5..4.0 / Unable to repair metadata corruption
 2020-02-10 15:35 UTC  (7+ messages)

clean up the attr interface v3
 2020-02-10 14:57 UTC  (13+ messages)
` [PATCH 25/30] xfs: lift cursor copy in/out into xfs_ioc_attr_list
` [PATCH 26/30] xfs: improve xfs_forget_acl
` [PATCH 27/30] xfs: clean up the ATTR_REPLACE checks
` [PATCH 28/30] xfs: clean up the attr flag confusion
` [PATCH 29/30] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 30/30] xfs: embedded the attrlist cursor into struct xfs_attr_list_context

[GIT PULL] New zonefs file system for 5.6-rc1
 2020-02-10  0:10 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).