linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-13 15:59:51 to 2016-12-21 17:04:15 UTC [more...]

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2016-12-21 17:03 UTC  (28+ messages)
` [RFC PATCH v1 01/30] lustre: don't set f_version in ll_readdir
` [RFC PATCH v1 02/30] ecryptfs: remove unnecessary i_version bump
` [RFC PATCH v1 03/30] ceph: remove the bump of i_version
` [RFC PATCH v1 04/30] f2fs: don't bother setting i_version
` [RFC PATCH v1 05/30] hpfs: don't bother with the i_version counter
` [RFC PATCH v1 06/30] jfs: remove initialization of "
` [RFC PATCH v1 07/30] nilfs2: remove inode->i_version initialization
` [RFC PATCH v1 08/30] orangefs: remove initialization of i_version
` [RFC PATCH v1 09/30] reiserfs: remove unneeded i_version bump
` [RFC PATCH v1 10/30] ntfs: remove i_version handling
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 12/30] fat: convert to new i_version API
` [RFC PATCH v1 13/30] affs: "
` [RFC PATCH v1 14/30] afs: "
` [RFC PATCH v1 15/30] btrfs: "
` [RFC PATCH v1 16/30] exofs: switch "
` [RFC PATCH v1 17/30] ext2: convert "
` [RFC PATCH v1 19/30] nfs: "
` [RFC PATCH v1 20/30] nfsd: "
` [RFC PATCH v1 21/30] ocfs2: "
` [RFC PATCH v1 22/30] ufs: use "
` [RFC PATCH v1 23/30] xfs: convert to "
` [RFC PATCH v1 24/30] IMA: switch IMA over "
` [RFC PATCH v1 25/30] fs: add a "force" parameter to inode_inc_iversion
` [RFC PATCH v1 26/30] fs: only set S_VERSION when updating times if it has been queried
` [RFC PATCH v1 27/30] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [RFC PATCH v1 28/30] btrfs: only dirty the inode in btrfs_update_time if something was changed

[PATCH] xfs_quota: Fix test for wrapped id from GETNEXTQUOTA
 2016-12-21 16:09 UTC  (2+ messages)

[PATCH v2 0/6] xfs_io: fix up command iteration
 2016-12-21  9:38 UTC  (15+ messages)
` [PATCH 1/6] libxcmd: check CMD_FLAG_GLOBAL inside args_command()
` [PATCH 2/6] libxcmd: rename args_command to command_iterator
` [PATCH 3/6] libxcmd: merge command() and iterate_command()
` [PATCH 4/6] libxcmd: don't check generic library commands
` [PATCH 5/6] xfs_io: make various commands one-shot only
` [PATCH 6/6] libxcmd: add non-iterating user commands

[PATCH] xfs_repair: junk leaf attribute if count == 0
 2016-12-21  8:25 UTC  (5+ messages)

[ANNOUNCE] xfs-documentation: master branch updated to fc7cfa0
 2016-12-21  7:17 UTC 

[ANNOUNCE] xfsprogs: for-next branch updated to ebd6aa8
 2016-12-21  5:53 UTC  (2+ messages)

[PATCH 1/3] xfs_repair: fix some potential null pointer deferences
 2016-12-21  4:26 UTC  (12+ messages)
` [PATCH 2/3] xfs_repair: fix bogus rmapbt record owner check
` [PATCH 3/3] xfs_io: fix the minimum arguments to the reflink command
` [PATCH 4/3] xfs_io: fix some documentation problems

[PATCH] xfs_repair: change null check to assertion
 2016-12-21  3:09 UTC 

XFS_IOC_FSEMAP requirements
 2016-12-21  1:48 UTC  (2+ messages)

[PATCH v2] xfs: use the actual AG length when reserving blocks
 2016-12-21  0:10 UTC 

[PATCH] xfs: use the actual AG length when reserving blocks
 2016-12-20 23:28 UTC  (3+ messages)

minleft fixes
 2016-12-20 21:45 UTC  (29+ messages)
` [PATCH 1/4] xfs: fix bogus minleft manipulations
` [PATCH 2/4] xfs: calculate minleft correctly for bmap allocations
` [PATCH 3/4] xfs: adjust allocation length in xfs_alloc_space_available
` [PATCH 4/4] xfs: don't rely on ->total "

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-20 21:39 UTC  (31+ messages)
` [PATCH 1/9] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
  ` [PATCH 2/9 v2] "
` [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/9] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 9/9] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
  ` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about

[PATCH] xfs_io: prefix dedupe command error messages consistently
 2016-12-20 20:24 UTC  (3+ messages)

[PATCH v2] xfs_io: implement 'utimes' command
 2016-12-20 20:23 UTC  (2+ messages)

[RFC][PATCH 11/11] xfs: use common file type conversion
 2016-12-20 14:07 UTC 

Switching from group to project quota's
 2016-12-19 23:52 UTC  (5+ messages)

[PATCH] docs: enumerate possible directory ftype values
 2016-12-19 22:12 UTC 

[PATCH 1/1] xfs: silent -Wformat-security warning
 2016-12-19 16:05 UTC  (2+ messages)

[PATCH] xfs_quota: handle wrapped id from GETNEXTQUOTA
 2016-12-19 10:26 UTC  (2+ messages)

[PATCH] xfs: don't wrap ID in xfs_dq_get_next_id
 2016-12-19 10:26 UTC  (2+ messages)

[PATCH] xfs_repair: don't indicate dirtiness if FSGEOMETRY fails
 2016-12-19 10:24 UTC  (3+ messages)

xfs_file_splice_read: possible circular locking dependency detected
 2016-12-18 22:49 UTC  (20+ messages)
        ` [RFC][CFT] splice_read reworked
          ` [PATCH 04/11] splice: lift pipe_lock out of splice_to_pipe()
                  ` [PATCH 04/12] "

[PATCH] xfs_io: implement 'utimes' command
 2016-12-18 19:37 UTC  (4+ messages)

[LSF/MM ATTEND] filesystems / xfs
 2016-12-16 15:37 UTC 

[LSF/MM ATTEND] filesystems / xfs
 2016-12-16 12:30 UTC 

[PATCH] duperemove: test presence of dedupe ioctl
 2016-12-16  7:53 UTC  (6+ messages)

[PATCH v2] duperemove: test presence of dedupe ioctl
 2016-12-16  7:53 UTC  (2+ messages)

[PATCH 0/6] xfs_io: fix up command iteration
 2016-12-16  4:21 UTC  (9+ messages)
` [PATCH 5/6] xfs_io: make various commands one-shot only
` [PATCH 6/6] libxcmd: add non-iterating user commands

[PATCH v2] xfs_io: implement 'set_encpolicy' and 'get_encpolicy' commands
 2016-12-16  3:03 UTC  (2+ messages)

[bug report] xfs: connect refcount adjust functions to upper layers
 2016-12-16  1:46 UTC  (2+ messages)

[PATCH] xfs_io: implement 'set_encpolicy' and 'get_encpolicy' commands
 2016-12-15 21:48 UTC  (8+ messages)

[PATCH 1/1 linux-next] xfs: remove unnecessary return
 2016-12-15 17:53 UTC  (3+ messages)

[PATCH] xfs: during log recovery, destroy the unlinked inodes even for read-only mount
 2016-12-15 11:36 UTC  (4+ messages)

[PATCH v2] xfs_io: Improvements to copy_range return code handling
 2016-12-15 11:26 UTC  (2+ messages)

[GIT PULL] xfs: updates for 4.10-rc1
 2016-12-15  5:46 UTC  (2+ messages)

[PATCH] fstests: xfs_fsr SWAPEXT fails when temp forkoff smaller than target
 2016-12-14 16:49 UTC  (4+ messages)

[PATCH] xfs: handle error if xfs_btree_get_bufs fails
 2016-12-14 10:44 UTC  (3+ messages)

[PATCH] xfs: nuke unused tracepoint definitions
 2016-12-14 10:45 UTC  (2+ messages)

[GIT PULL] Block core changes for 4.10
 2016-12-13 23:31 UTC 


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