linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-07 00:09:38 to 2019-12-16 16:35:08 UTC [more...]

[PATCH v2 0/6] xfs_repair: do not trash valid root dirs
 2019-12-16 16:34 UTC  (12+ messages)
` [PATCH 3/6] xfs_repair: enforce that inode btree chunks can't point to AG headers
` [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 v2 00/24] drivers, fs: y2038 updates
 2019-12-16 16:31 UTC  (8+ 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] xfs: fix log reservation overflows when allocating large rt extents
 2019-12-16 12:23 UTC  (5+ 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 0/2] New zonefs file system
 2019-12-16  9:42 UTC  (8+ messages)
` [PATCH 1/2] fs: "
` [PATCH 2/2] zonefs: Add documentation

[PATCH v3] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-16  0:05 UTC 

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

[PATCH v5 00/14] xfs: Delay Ready Attributes
 2019-12-14 19:21 UTC  (27+ messages)
` [PATCH v5 01/14] xfs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v5 02/14] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v5 03/14] xfs: Embed struct xfs_name in xfs_da_args
` [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 10/14] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v5 11/14] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v5 12/14] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v5 13/14] xfs: Add delay ready attr remove routines
` [PATCH v5 14/14] xfs: Add delay ready attr set routines

[ANNOUNCE] xfsprogs for-next updated to 7e8a6edb
 2019-12-13 23:07 UTC 

[PATCH] xfs_restore: Return on error when restoring file or symlink
 2019-12-13 22:25 UTC  (2+ messages)

[PATCH] xfs_restore: Fix compile warnings with strncpy size equal to string size
 2019-12-13 22:09 UTC  (2+ messages)

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

[PATCH 0/3] xfs: hold ilock across insert and collapse range
 2019-12-13 17:12 UTC  (4+ 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: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-13 16:10 UTC  (5+ messages)

[PATCH] xfs: stabilize insert range start boundary to avoid COW writeback race
 2019-12-13 11:37 UTC  (8+ messages)

single aio thread is migrated crazily by scheduler
 2019-12-13  5:32 UTC  (37+ messages)
                      ` [PATCH v2] sched/core: Preempt current task in favour of bound kthread
                        ` [PATCH v3] "
                          ` [PATCH v4] "

[Bug 205833] New: fsfreeze blocks close(fd) on xfs sometimes
 2019-12-12 18:01 UTC  (3+ messages)
` [Bug 205833] "

clean up the attr interface
 2019-12-12 10:54 UTC  (34+ 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 06/33] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 07/33] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 08/33] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 09/33] xfs: factour out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 10/33] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 11/33] xfs: remove the MAXNAMELEN "
` [PATCH 12/33] xfs: move struct xfs_da_args to xfs_types.h
` [PATCH 13/33] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 14/33] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 15/33] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 16/33] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 17/33] xfs: remove ATTR_KERNOVAL
` [PATCH 18/33] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 19/33] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 20/33] xfs: factor out a xfs_attr_match helper
` [PATCH 21/33] xfs: cleanup xfs_attr_list_context
` [PATCH 22/33] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 23/33] xfs: replace ATTR_ENTBASESIZE with offsetoff
` [PATCH 24/33] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 25/33] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 26/33] xfs: lift common check into xfs_ioc_attr_list
` [PATCH 27/33] xfs: lift buffer allocation "
` [PATCH 28/33] xfs: lift cursor copy in/out "
` [PATCH 29/33] xfs: improve xfs_forget_acl
` [PATCH 30/33] xfs: clean up the ATTR_REPLACE checks
` [PATCH 31/33] xfs: clean up the attr flag confusion
` [PATCH 32/33] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 33/33] xfs: embedded the attrlist cursor into struct xfs_attr_list_context

clean up the attr interface
 2019-12-12 10:40 UTC 

[PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode
 2019-12-12 10:42 UTC  (2+ messages)

[PATCH] iomap: Export iomap_page_create and iomap_set_range_uptodate
 2019-12-12  9:55 UTC  (6+ messages)

[PATCH v5 00/14] xfsprogs: Delayed Ready Attributes
 2019-12-12  4:18 UTC  (15+ messages)
` [PATCH v5 01/14] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v5 02/14] xfsprogs: Replace attribute parameters with struct xfs_name
` [PATCH v5 03/14] xfsprogs: Embed struct xfs_name in xfs_da_args
` [PATCH v5 04/14] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v5 05/14] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v5 06/14] xfsprogs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v5 07/14] xfsprogs: Factor out xfs_attr_leaf_addname helper
` [PATCH v5 08/14] xfsprogs: Factor up xfs_attr_try_sf_addname
` [PATCH v5 09/14] xfsprogs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v5 10/14] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v5 11/14] xfsprogs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v5 12/14] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v5 13/14] xfsprogs: Add delay ready attr remove routines
` [PATCH v5 14/14] xfsprogs: Add delay ready attr set routines

[PATCH 0/2] xfs: test xfs_scrub media scan
 2019-12-11  5:38 UTC  (3+ messages)
` [PATCH 1/2] common/dmerror: always try to resume device
` [PATCH 2/2] xfs: test xfs_scrub phase 6 media error reporting

[PATCH v4] mkfs: Break block discard into chunks of 2 GB
 2019-12-10 21:42 UTC  (5+ messages)

[PATCH v3] mkfs: Break block discard into chunks of 2 GB
 2019-12-10 14:20 UTC  (10+ messages)

[LSF/MM TOPIC] The end of the DAX experiment
 2019-12-09 16:20 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH v2 0/2] xfs_admin: unify online/offline fs label setting
 2019-12-09 15:42 UTC  (5+ messages)
` [PATCH 1/2] xfs_admin: support external log devices
` [PATCH 2/2] xfs_admin: enable online label getting and setting

[PATCH] xfs: fix Sphinx documentation warning
 2019-12-09 14:49 UTC  (2+ messages)

[bug] userspace hitting sporadic SIGBUS on xfs (Power9, ppc64le), v4.19 and later
 2019-12-09  8:26 UTC  (3+ messages)

[PATCH v3] generic: test truncating mixed written/unwritten XFS realtime extent
 2019-12-08 17:04 UTC  (3+ messages)

[GIT PULL] iomap: fixes for 5.5
 2019-12-08  1:10 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.5-rc1
 2019-12-08  1: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).