linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-04 11:51:22 to 2019-12-13 05:32:12 UTC [more...]

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

[PATCH] xfs_restore: Fix compile warnings with strncpy size equal to string size
 2019-12-13  0:11 UTC 

[PATCH] xfs_restore: Return on error when restoring file or symlink
 2019-12-12 23:32 UTC 

[PATCH] xfs: fix log reservation overflows when allocating large rt extents
 2019-12-12 23:01 UTC  (3+ messages)

[PATCH v2 0/6] xfs_repair: do not trash valid root dirs
 2019-12-12 22:46 UTC  (18+ messages)
` [PATCH 1/6] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
` [PATCH 2/6] mkfs: check root inode location
` [PATCH 3/6] xfs_repair: enforce that inode btree chunks can't point to AG headers
` [PATCH 4/6] xfs_repair: refactor fixed inode location checks
` [PATCH 5/6] xfs_repair: use libxfs function to calculate root inode location
` [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-12 20:48 UTC  (7+ messages)

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

[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 v5 00/14] xfs: Delay Ready Attributes
 2019-12-12  4:15 UTC  (15+ 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

[PATCH v2] xfstests: xfs mount option sanity test
 2019-12-11  8:33 UTC  (5+ messages)

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

[RFC v4 0/2] xfs: automatic relogging experiment
 2019-12-06 14:56 UTC  (5+ messages)
` [RFC v4 1/2] xfs: automatic log item relog mechanism
` [RFC v4 2/2] xfs: automatically relog the quotaoff start intent

[PATCH] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-06 10:57 UTC  (4+ messages)

[PATCH v5 00/17] xfs: mount API patch series
 2019-12-06  8:27 UTC  (9+ messages)
` [PATCH v5 05/17] xfs: mount-api - refactor suffix_kstrtoint()

[PATCH] xfs/148: sort attribute list output
 2019-12-06  7:08 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: iomap-5.5-merge updated to c275779ff2dd
 2019-12-05 17:15 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 798a9cada469
 2019-12-05 17:15 UTC 

[PATCH] iomap: stop using ioend after it's been freed in iomap_finish_ioend()
 2019-12-05 15:39 UTC  (4+ messages)

KASAN: slab-out-of-bounds Read in iov_iter_alignment
 2019-12-05 14:05 UTC 

[PATCH] xfs: fix sub-page uptodate handling
 2019-12-05  7:44 UTC  (4+ messages)

[Bug 205465] New: [xfstests generic/475]: general protection fault: 0000 [#1] SMP KASAN PTI, RIP: 0010:iter_file_splice_write+0x63f/0xa90
 2019-12-05  6:44 UTC  (4+ messages)
` [Bug 205465] "

[PATCH] xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
 2019-12-04 16:59 UTC  (2+ messages)

[RFC PATCH] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-04 16:51 UTC  (5+ messages)

Transaction log reservation overrun when fallocating realtime file
 2019-12-04 16:31 UTC  (6+ messages)

[Bug 205703] New: [xfstests generic/461]: BUG: KASAN: use-after-free in iomap_finish_ioend+0x58c/0x5c0
 2019-12-04 15:37 UTC  (3+ messages)
` [Bug 205703] "

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

[PATCH RFC 0/4] xfs_repair: do not trash valid root dirs
 2019-12-04 11:51 UTC  (5+ messages)
` [PATCH 2/4] mkfs: check root inode location


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