linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-14 10:01:54 to 2016-09-23 19:00:38 UTC [more...]

xfs_file_splice_read: possible circular locking dependency detected
 2016-09-23 19:00 UTC  (20+ messages)
                        ` [RFC][CFT] splice_read reworked

[PATCH v3 0/4] ovl: efficient copy up by reflink
 2016-09-23 18:52 UTC  (22+ messages)
` [PATCH v3 1/4] vfs: allow vfs_clone_file_range() across mount points
` [PATCH v3 2/4] ovl: use vfs_clone_file_range() for copy up if possible
` [PATCH v3 3/4] vfs: allow vfs_copy_file_range() across file systems
` [PATCH v3 4/4] ovl: use vfs_copy_file_range() to copy up file data

[PATCH 0/5] fix log recovery for v5 superblocks
 2016-09-23 17:08 UTC  (6+ messages)
` [PATCH 1/5] xfs: rework log recovery to submit buffers on LSN boundaries

[PATCH] xfs: quiesce the filesystem after recovery on readonly mount
 2016-09-23 16:24 UTC  (3+ messages)

[PATCH] fstests: make some xfs project quota tests generic
 2016-09-23 12:20 UTC  (5+ messages)

[PATCH v4 0/4] ovl: efficient copy up by reflink
 2016-09-23  8:38 UTC  (4+ messages)
` [PATCH v4 1/3] vfs: allow vfs_clone_file_range() across mount points
` [PATCH v4 2/3] vfs: call vfs_clone_file_range() under mnt_want_write()
` [PATCH v4 3/3] ovl: use vfs_clone_file_range() for copy up if possible

[ANNOUNCE] xfsprogs: master branch updated to 4.8.0-rc2
 2016-09-23  0:29 UTC 

restore files from xfs on top of rebuild raid5
 2016-09-22 14:52 UTC  (2+ messages)

manufacturer of metal bed/ Supplier of Wal-Mart
 2016-09-22  7:41 UTC 

restore files from xfs on top of rebuild raid5
 2016-09-22  6:28 UTC 

[PATCH] fstests: test xfs_copy V5 XFS without -d option
 2016-09-21 23:39 UTC  (5+ messages)

[PATCH] xfs: remote attribute blocks aren't really userdata
 2016-09-21 22:46 UTC 

[PATCH] xfs_repair: fix segfault from uninitialized tp in mv_orphanage
 2016-09-21 22:19 UTC  (2+ messages)

[PATCH]remove rcu_lock/unlock around lockless radix_tree_tagged()
 2016-09-21 15:49 UTC 

kernel BUG at fs/xfs/xfs_message.c:113!
 2016-09-21 15:38 UTC  (4+ messages)

Excessive xfs_inode allocations trigger OOM killer
 2016-09-21  8:06 UTC  (9+ messages)

xfs/032 find xfs corruption
 2016-09-21  6:46 UTC  (3+ messages)

xfs/181 trigger xfs corruption on ppc64le
 2016-09-21  3:08 UTC 

Quick way to check if 32bit app can work with inode64
 2016-09-20 21:57 UTC  (2+ messages)

[PATCH] xfs_copy: Fix meta UUID handling on multiple copies
 2016-09-20 16:28 UTC  (2+ messages)

xfs_copy V5 XFS to multi-targets cause targets corruption
 2016-09-20 12:47 UTC  (3+ messages)

[PATCH] [RFC] xfs: make xfs btree stats less huge
 2016-09-20  6:10 UTC  (5+ messages)

XFS reflink and development tip git trees updated
 2016-09-20  4:39 UTC  (4+ messages)

[PATCH 0/2 V2] fix up mount check handling
 2016-09-19 22:11 UTC  (3+ messages)
` [PATCH 1/2] libxfs: move iswritable "fatal" decision to caller
` [PATCH 2/2] libxfs: factor mount checks into helper function

Segfault with xfs_repair
 2016-09-19 21:44 UTC  (2+ messages)

[PATCH] mkfs.xfs: clarify ftype defaults in manpage
 2016-09-19 13:26 UTC  (4+ messages)
` [PATCH V2] "

[RFC] libxfs: cross-compile fixes
 2016-09-19  7:32 UTC  (3+ messages)

[PATCH 0/2] libxfs: fix up mount check handling
 2016-09-19  5:53 UTC  (3+ messages)
` [PATCH 2/2] libxfs: remove ustat() use, factor mount checks into helper function

[ANNOUNCE] xfs: for-next branch updated to 4d50b3b
 2016-09-19  5:08 UTC 

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-09-19  0:11 UTC  (8+ messages)
` [PATCH 2/6] vfs: cap dedupe request structure size at PAGE_SIZE
` [PATCH 4/6] fs: add iomap_file_dirty

[PATCH] xfs_io: allow chattr & chproj on foreign filesystems
 2016-09-17  1:00 UTC 

[PATCH] xfs_quota: fix free command for foreign fs
 2016-09-16 13:32 UTC  (2+ messages)

[PATCH] xfs_quota: un-flag non-foreign-capable commands
 2016-09-16 13:31 UTC  (2+ messages)

[PATCH] xfs_quota: Enable 3 more foreign commands
 2016-09-16 13:30 UTC  (2+ messages)

iomap based DAX path V3
 2016-09-16 11:27 UTC  (13+ messages)
` [PATCH 01/12] iomap: add IOMAP_F_NEW flag
` [PATCH 02/12] iomap: expose iomap_apply outside iomap.c
` [PATCH 03/12] dax: don't pass buffer_head to dax_insert_mapping
` [PATCH 04/12] dax: don't pass buffer_head to copy_user_dax
` [PATCH 05/12] dax: provide an iomap based dax read/write path
` [PATCH 06/12] dax: provide an iomap based fault handler
` [PATCH 07/12] xfs: fix locking for DAX writes
` [PATCH 08/12] xfs: take the ilock shared if possible in xfs_file_iomap_begin
` [PATCH 09/12] xfs: refactor xfs_setfilesize
` [PATCH 10/12] xfs: use iomap to implement DAX
` [PATCH 11/12] ext2: stop passing buffer_head to ext2_get_blocks
` [PATCH 12/12] ext2: use iomap to implement DAX

[PATCH v2 0/3] mm, dax: export dax capabilities and mapping size info to userspace
 2016-09-16 10:47 UTC  (16+ messages)
` [PATCH v2 1/3] mm, dax: add VM_SYNC flag for device-dax VMAs
` [PATCH v2 2/3] mm, dax: add VM_DAX flag for DAX VMAs
` [PATCH v2 3/3] mm, mincore2(): retrieve tlb-size attributes of an address range

?━━能否与“三期妇女、特殊保护期间的员工”协商解除劳/动/合/同,如何规避风险?
 2016-09-16  7:21 UTC 

[PATCH 0/3] xfsprogs: xfs_quota foreign fs path handling modifications
 2016-09-15 20:43 UTC  (16+ messages)
` [PATCH 1/3] xfsprogs: populate fs table with xfs entries first, foreign entries last
` [PATCH 2/3] xfs_quota: print and path output formatting: maintain reverse compatibility
` [PATCH 3/3] xfs_quota: add case for foreign fs, disabled regardless of foreign_allowed
` [PATCH v2 0/3] xfsprogs: xfs_quota foreign fs path handling modifications
  ` [PATCH v2 1/3] xfsprogs: populate fs table with xfs entries first, foreign entries last
  ` [PATCH v2 2/3] xfs_quota: print and path output formatting: maintain reverse compatibility
  ` [PATCH v2 3/3] xfs_quota: add case for foreign fs, disabled regardless of foreign_allowed
    ` [PATCH v3 "

[ANNOUNCE] - Reminder: Mailing list migration to vger.kernel.org​
 2016-09-15 13:31 UTC 

[PATCH V4] xfs: Document error handlers behavior
 2016-09-15  9:18 UTC  (8+ messages)

iomap based DAX path V2
 2016-09-15  6:43 UTC  (19+ messages)
` [PATCH 05/12] dax: provide an iomap based dax read/write path
` [PATCH 06/12] dax: provide an iomap based fault handler
` [PATCH 07/12] xfs: fix locking for DAX writes
` [PATCH 08/12] xfs: take the ilock shared if possible in xfs_file_iomap_begin
` [PATCH 09/12] xfs: refactor xfs_setfilesize
` [PATCH 10/12] xfs: use iomap to implement DAX
` [PATCH 11/12] ext2: stop passing buffer_head to ext2_get_blocks
` [PATCH 12/12] ext2: use iomap to implement DAX

iomap based DAX path
 2016-09-15  5:30 UTC  (7+ messages)
` [PATCH 06/10] dax: provide an iomap based fault handler

[PATCH] vfs: cap dedupe request structure size at PAGE_SIZE
 2016-09-15  3:20 UTC 

[PATCH] vfs: fix return type of ioctl_file_dedupe_range
 2016-09-15  3:20 UTC 

[RFC PATCH 0/6] xfs: sort out the AGFL size mess
 2016-09-14 21:50 UTC  (7+ messages)
` [PATCH 3/6] xfs: detect AGFL size mismatches
` [PATCH 4/6] xfs: automatically fix up AGFL size issues

[PATCH v3] xfs_repair: update the manual content about xfs_repair exit status
 2016-09-14 17:18 UTC  (2+ messages)

[PATCH v3] fstests: test platform_check_ismounted do its work
 2016-09-14 17:16 UTC 

[PATCH v2] fstests: test platform_check_ismounted do its work
 2016-09-14 15:55 UTC 

[PATCH] fstests: test platform_check_ismounted do its work
 2016-09-14 15:15 UTC  (6+ messages)

[PATCH] ovl: use copy_file_range for copy up if possible
 2016-09-14 12:43 UTC  (6+ messages)
` [PATCH v2 0/4] ovl: efficient copy up by reflink
  ` [PATCH v2 4/4] ovl: use vfs_copy_file_range() to copy up file data

[PATCH] xfs_logprint: fix the transcation type string for delaylog-enabled fs
 2016-09-14 11:31 UTC  (6+ messages)
      ` [PATCH] xfs_logprint: remove the printing of transaction type


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