linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-14 18:47:15 to 2019-12-25 20:49:36 UTC [more...]

[PATCH v5 00/14] xfs: Delay Ready Attributes
 2019-12-25 20:49 UTC  (24+ messages)
` [PATCH v5 04/14] xfs: Add xfs_has_attr and subroutines
` [PATCH v5 05/14] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v5 06/14] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v5 07/14] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v5 08/14] xfs: Factor up xfs_attr_try_sf_addname
` [PATCH v5 09/14] xfs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v5 11/14] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v5 13/14] xfs: Add delay ready attr remove routines

[PATCH v3 0/2] New zonefs file system
 2019-12-25  8:21 UTC  (10+ messages)
` [PATCH v3 1/2] fs: "
` [PATCH v3 2/2] zonefs: Add documentation

[PATCH v4 0/2] New zonefs file system
 2019-12-25  8:17 UTC  (3+ messages)
` [PATCH v4 1/2] fs: "
` [PATCH v4 2/2] zonefs: Add documentation

[PATCH v2 0/2] New zonefs file system
 2019-12-25  5:02 UTC  (9+ messages)
` [PATCH v2 1/2] fs: "
` [PATCH v2 2/2] zonefs: Add documentation

[PATCH] libxfs: make resync with the userspace libxfs easier
 2019-12-24 21:27 UTC  (5+ messages)

[PATCH] xfs_repair: fix totally broken unit conversion in directory invalidation
 2019-12-24 16:52 UTC  (4+ messages)

[PATCH 0/3] xfs: hold ilock across insert and collapse range
 2019-12-24 16:45 UTC  (23+ messages)
` [PATCH 1/3] xfs: open code insert range extent split helper
` [PATCH 2/3] xfs: rework insert range into an atomic operation
` [PATCH 3/3] xfs: rework collapse "

[PATCH] xfs: fix s_maxbytes computation on 32-bit kernels
 2019-12-24 16:37 UTC  (3+ messages)

[PATCH] xfs: truncate should remove all blocks, not just to the end of the page cache
 2019-12-24 16:30 UTC  (3+ messages)

clean up the attr interface
 2019-12-24 11:59 UTC  (15+ messages)
` [PATCH 01/33] xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 02/33] xfs: reject invalid flags combinations "
` [PATCH 03/33] xfs: also remove cached ACLs when removing the underlying attr
` [PATCH 04/33] xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
` [PATCH 05/33] xfs: remove the ATTR_INCOMPLETE flag

[PATCH 1/3] xfs: rename compat_time_t to old_time32_t
 2019-12-24  8:45 UTC  (5+ messages)
` [PATCH 2/3] xfs: disallow broken ioctls without compat-32-bit-time
` [PATCH 3/3] xfs: quota: move to time64_t interfaces

[PATCH v5 0/3] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-24  8:31 UTC  (9+ messages)
` [PATCH 1/3] xfs: refactor agfl length computation function
` [PATCH 2/3] xfs: split the sunit parameter update into two parts
` [PATCH 3/3] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures

[PATCH] fsx: fix range overlap check
 2019-12-24  4:41 UTC 

[PATCH] xfs: change return value of xfs_inode_need_cow to int
 2019-12-23 17:32 UTC  (2+ messages)

[PATCH V2] fstests: verify that xfs_growfs can operate on mounted device node
 2019-12-23  5:21 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.5-rc3
 2019-12-22 19:10 UTC  (2+ messages)

[PATCH] Polish translation update for xfsprogs 5.4.0
 2019-12-22 18:53 UTC 

[PATCH v3] fs: Fix page_mkwrite off-by-one errors
 2019-12-22  1:59 UTC  (7+ messages)

[ANNOUNCE] xfsprogs v5.4.0 released
 2019-12-20 21:59 UTC 

BUG: unable to handle kernel paging request in xfs_sb_quiet_read_verify
 2019-12-20 19:27 UTC  (4+ messages)

[PATCH next] xfs: Make the symbol 'xfs_rtalloc_log_count' static
 2019-12-20 16:30 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the xfs tree
 2019-12-19 20:48 UTC 

[PATCH 0/2] libfrog: various small fixes
 2019-12-19  1:04 UTC  (7+ messages)
` [PATCH 1/2] libfrog: remove libxfs.h dependencies in fsgeom.c and linux.c
` [PATCH 2/2] libfrog: move topology.[ch] to libxfs

[PATCH] xfs: fix sparse checker warnings on kmem tracepoints
 2019-12-18 23:27 UTC  (3+ messages)

[PATCH] xfs: remove shadow variable in xfs_btree_lshift
 2019-12-18 23:12 UTC  (2+ messages)

[PATCH 0/3] xfsprogs: trivial sparse tidyups
 2019-12-18 23:10 UTC  (7+ messages)
` [PATCH 1/3] xfsprogs: include headers to fix sparse warnings about statics
` [PATCH 2/3] xfsprogs: make a couple of structures static
` [PATCH 3/3] fsr: remove shadow variable in fsr_setup_attr_fork

[PATCH v2] man: list xfs_io lsattr inode flag letters
 2019-12-18 21:05 UTC 

[PATCH] man: list xfs_io lsattr inode flag letters
 2019-12-18 17:33 UTC  (4+ messages)

[PATCH v2 00/24] drivers, fs: y2038 updates
 2019-12-18 16:44 UTC  (15+ messages)
` [PATCH v2 19/24] xfs: rename compat_time_t to old_time32_t
` [PATCH v2 20/24] xfs: disallow broken ioctls without compat-32-bit-time
` [PATCH v2 21/24] xfs: quota: move to time64_t interfaces

[PATCH v4] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-18 12:47 UTC  (2+ messages)

[RFC PATCH] xfs: test sunit/swidth updates
 2019-12-18  4:18 UTC 

[PATCH 0/2] New zonefs file system
 2019-12-18  1:09 UTC  (17+ messages)
` [PATCH 1/2] fs: "
` [PATCH 2/2] zonefs: Add documentation

[ANNOUNCE] xfsprogs for-next updated to a4e8b806 / v5.4.0-rc1
 2019-12-17 22:07 UTC 

[PATCH] xfs: use bitops interface for buf log item AIL flag check
 2019-12-17 21:51 UTC  (3+ messages)

[PATCH v3] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-17 21:40 UTC  (3+ messages)

[PATCH] xfsprogs: don't warn about packed members
 2019-12-17 17:09 UTC  (3+ messages)

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2019-12-17 15:54 UTC  (5+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file
` [PATCH 2/2] Btrfs: make deduplication with range including the last block work

[Bug 205833] New: fsfreeze blocks close(fd) on xfs sometimes
 2019-12-17 12:03 UTC  (4+ messages)
` [Bug 205833] "

[PATCH v2 0/6] xfs_repair: do not trash valid root dirs
 2019-12-17 11:32 UTC  (7+ messages)
` [PATCH 6/6] xfs_repair: check plausibility of root dir pointer before trashing it
    ` [PATCH 6/6] xfs_repair: check plausibility of root dir pointer before trashing it\

[PATCH] xfs: stabilize insert range start boundary to avoid COW writeback race
 2019-12-17  5:59 UTC  (2+ messages)

[PATCH] xfs: fix log reservation overflows when allocating large rt extents
 2019-12-16 18:00 UTC  (6+ messages)

KASAN: use-after-free Read in iov_iter_alignment
 2019-12-16 10:58 UTC  (8+ messages)

[PATCH v2] xfstests: xfs mount option sanity test
 2019-12-16 10:42 UTC  (8+ messages)

[PATCH] mkfs: print newline if discard fails
 2019-12-14 22:24 UTC  (6+ messages)
  ` [PATCH] mkfs: tidy up discard notifications
    ` [PATCH V2] "


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