public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-09-05 14:35:21 to 2013-09-15 03:27:35 UTC [more...]

[PATCH 00/55] xfsprogs: bring code up to date with kernel
 2013-09-15  3:27 UTC  (124+ messages)
` [PATCH 01/55] xfsprogs: introduce xfs_icreate.h
` [PATCH 02/55] xfsprogs: port inode create transaction changes
` [PATCH 03/55] xfsprogs: teach logprint about icreate transaction
` [PATCH 04/55] libxfs: fix directory/attribute format issues
` [PATCH 05/55] libxfs: ensure btree root split sets blkno correctly
` [PATCH 06/55] libxfs: fix byte swapping on constants
` [PATCH 07/55] libxfs: sync xfs_da_btree.c
` [PATCH 08/55] libxfs: update xfs_alloc to current kernel version
` [PATCH 09/55] libxfs: sync attr code with kernel
` [PATCH 10/55] libxfs: sync dir2 kernel differences
` [PATCH 11/55] libxfs: sync xfs_ialloc.c to the kernel code
` [PATCH 12/55] xfsprogs: define min/max once and use them everywhere
` [PATCH 13/55] libxfs: fix compile warnings
` [PATCH 14/55] xfs: remove local fork format handling from xfs_bmapi_write()
` [PATCH 15/55] libxfs: local to remote format support of remote symlinks
` [PATCH 16/55] xfs: separate out log format definitions
` [PATCH 17/55] xfs: split out inode log item format definition
` [PATCH 18/55] xfs: split out buf log item format definitions
` [PATCH 19/55] xfs: split out inode log item format definition
` [PATCH 20/55] xfs: separate dquot on disk format definitions out of xfs_quota.h
` [PATCH 21/55] xfs: separate icreate log format definitions from xfs_icreate_item.h
` [PATCH 22/55] xfs: split out on-disk transaction definitions
` [PATCH 23/55] xfs: introduce xfs_rtalloc_defs.h
` [PATCH 24/55] xfs: introduce xfs_quota_defs.h
` [PATCH 25/55] libxfs: introduce xfs_trans_resv.c
` [PATCH 26/55] libxfs: move transaction code to trans.c
` [PATCH 27/55] xfs: move inode fork definitions to a new header file
` [PATCH 28/55] xfs: move unrealted definitions out of xfs_inode.h
` [PATCH 29/55] xfs: introduce xfs_inode_buf.c for inode buffer operations
` [PATCH 30/55] xfs: split out the remote symlink handling
` [PATCH 31/55] libxfs: switch over to xfs_sb.c and remove xfs_mount.c
        ` [PATCH 31/55 V2] "
            ` [PATCH 31/55 V3] "
` [PATCH 32/55] xfs: create xfs_bmap_util.[ch]
` [PATCH 33/55] xfsprogs: sync minor kernel header differences
` [PATCH 34/55] xfs: don't special case shared superblock mounts
` [PATCH 35/55] xfs: move swap extent code to xfs_extent_ops
` [PATCH 36/55] xfs: kill __KERNEL__ check for debug code in allocation code
` [PATCH 37/55] xfs: remove __KERNEL__ from debug code
` [PATCH 38/55] xfs: remove __KERNEL__ check from xfs_dir2_leaf.c
` [PATCH 39/55] xfs: move kernel specific type definitions to xfs.h
` [PATCH 40/55] xfs: make struct xfs_perag kernel only
` [PATCH 41/55] xfs: Introduce a new structure to hold transaction reservation items
` [PATCH 42/55] xfs: Introduce tr_fsyncts to m_reservation
` [PATCH 43/55] xfs: Make writeid transaction use tr_writeid
` [PATCH 44/55] xfs: refactor xfs_trans_reserve() interface
` [PATCH 45/55] xfs: Get rid of all XFS_XXX_LOG_RES() macro
` [PATCH 46/55] xfs: Add xfs_log_rlimit.c
` [PATCH 47/55] xfs: Add read-only support for dirent filetype field
  ` [PATCH 47/55 V2] "
` [PATCH 48/55] xfs: Add write "
` [PATCH 49/55] xfsprogs: add dtype support to mkfs and db
` [PATCH 50/55] xfs: di_flushiter considered harmful
` [PATCH 51/55] xfs: fix calculation of the number of node entries in a dir3 node
` [PATCH 52/55] xfs: btree block LSN escaping to disk uninitialised
` [PATCH 53/55] xfs: inode log reservations are too small
` [PATCH 55/55] xfsprogs: cleanup miscellaneous merge faults

[PATCH] xfstests: btrfs/011 improvement for compressed filesystems
 2013-09-13 10:27 UTC 

[PATCH] xfs: Make the incore inode di_size to xfs_ufsize_t
 2013-09-13 10:06 UTC  (3+ messages)

Time for an xfsprogs "alpha1" release?
 2013-09-13  1:58 UTC  (6+ messages)

XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/xfs/xfs_trans_buf.c, line: 568
 2013-09-12 23:51 UTC  (2+ messages)

[GIT PULL] XFS updates #2 for 3.12-rc1
 2013-09-12 22:14 UTC 

[PATCH] xfs_repair: test for bad level in dir2 node
 2013-09-12 21:17 UTC  (10+ messages)
` [PATCH V2] "
` [PATCH V3] "

[PATCH] xfs_check: fix test for too-high level in v2 dir node
 2013-09-12 21:00 UTC 

[patch] xfs: = vs == typo in ASSERT()
 2013-09-12 14:50 UTC  (4+ messages)

[PATCH] xfs: remove dead code from xlog_recover_inode_pass2
 2013-09-12 14:50 UTC  (2+ messages)

[deadlock] AGI vs AGF ordering deadlocks
 2013-09-12 13:46 UTC  (4+ messages)

xfs: recovery of swap extents operations for CRC filesystems
 2013-09-11 22:44 UTC  (3+ messages)

[PATCH] xfstests: generic/311: add a few more test cases
 2013-09-11 19:47 UTC 

[PATCH] [RFC] xfs: increase inode cluster size for v5 filesystems
 2013-09-11 16:21 UTC  (5+ messages)

[PATCH] xfs: change the immutable in xfs_open_by_handle
 2013-09-11 15:50 UTC  (6+ messages)

[PATCH] xfs: don't leak root inode reference
 2013-09-10 23:11 UTC  (5+ messages)
  ` [PATCH v2] "

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc1-11-g74ffa79
 2013-09-10 22:49 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc1-11-g74ffa79
 2013-09-10 22:49 UTC 

[PATCH 0/2] xfs: log recovery buffer fixes
 2013-09-10 22:41 UTC  (2+ messages)

[PATCH 0/2] xfs: fix some new memory allocation failures
 2013-09-10 22:40 UTC  (6+ messages)
` [PATCH 1/2] xfs: fix memory allocation failures with ACLs
` [PATCH 2/2] xfs: factor all the kmalloc-or-vmalloc fallback allocations

[PATCH 0/2] xfs: more shutdown-related fixes
 2013-09-10 22:39 UTC  (6+ messages)
` [PATCH 1/2] xfs: aborted buf items can be in the AIL
` [PATCH 2/2] xfs: don't assert fail on bad inode numbers

[PATCH] xfs: v2 change the immutable in xfs_open_by_handle
 2013-09-10 22:36 UTC 

[PATCH 0/2] xfs: defrag support for v5 filesystems
 2013-09-10 17:51 UTC  (12+ messages)
` [PATCH 1/2] xfs: swap extents operations for CRC filesystems
` [PATCH 2/2] xfs: recovery of "

[PATCH, RFC] xfs: don't break from growfs ag update loop on error
 2013-09-10 15:23 UTC  (5+ messages)

[PATCH] xfstests: generic/274 increase scratch fs size to 2g
 2013-09-10 13:39 UTC 

[PATCH 0/4] xfs: Allow user to change project id in un-init userns
 2013-09-10  1:20 UTC  (4+ messages)

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc1-3-g0f295a2
 2013-09-09 22:54 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc1-3-g0f295a2
 2013-09-09 22:54 UTC 

[PATCH] xfs: check magic numbers in dir3 leaf verifier first
 2013-09-09 22:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] xfs: fix some sparse warnings
 2013-09-09 22:50 UTC  (8+ messages)
` [PATCH 1/2] xfs: fix endian warning in xlog_recover_get_buf_lsn()
` [PATCH 2/2] xfs: fix some minor sparse warnings
      ` [PATCH 2/2 v2] "

[PATCH, RFC] xfs: don't verify checksum on non-V5 superblocks
 2013-09-09 21:16 UTC  (8+ messages)
    ` [PATCH, RFC] xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields
      ` [PATCH V2] "

[GIT PULL] XFS updates for 3.12-rc1
 2013-09-09 17:40 UTC 

[PATCH] [RFC] xfs: lookaside cache for xfs_buf_find
 2013-09-09 15:39 UTC  (3+ messages)

[PATCH] [RFC] xfs: support larger inode clusters on v5 filesystems
 2013-09-09  8:34 UTC 

[RFC PATCH 00/11] xfs: introduce the free inode btree
 2013-09-09  2:34 UTC  (36+ messages)
` [RFC PATCH 03/11] xfs: support the XFS_BTNUM_FINOBT free inode btree type
` [RFC PATCH 04/11] xfs: update inode allocation transaction reservations for finobt
` [RFC PATCH 06/11] xfs: use correct transaction reservations in xfs_inactive()
` [RFC PATCH 07/11] xfs: retry trans reservation on ENOSPC "
` [RFC PATCH 09/11] xfs: use and update the finobt on inode allocation
` [RFC PATCH 10/11] xfs: update the finobt on inode free
              ` Better numbers "

[PATCH v3 7/7] manpage: update FALLOC_FL_COLLAPSE_RANGE flag in fallocate
 2013-09-08 13:43 UTC 

[PATCH v3 6/7] xfstest: Add test case to test multiple collapse range call
 2013-09-08 13:42 UTC 

[PATCH v3 5/7] xfstest: Add test case to check various corner cases for collapsing range
 2013-09-08 13:42 UTC 

[PATCH v3 4/7] xfsprogs: xfsio: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-08 13:42 UTC 

[PATCH v3 3/7] ext4: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-08 13:42 UTC 

[PATCH v3 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-09-08 13:41 UTC 

[PATCH v3 1/7] fs: add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-08 13:41 UTC 

[PATCH v3 0/7] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2013-09-08 13:40 UTC 

[PATCH 0/3] xfs: more code movement for userspace
 2013-09-06 21:55 UTC  (6+ messages)
` [PATCH 1/3] xfs: move buf_ops externs to a xfs_format.h

[PATCH 2/2] xfstests: Add JFS support to _scratch_mkfs_sized
 2013-09-06 20:59 UTC 

[PATCH 1/2] xfstests: Add JFS _scratch_mkfs external journal support
 2013-09-06 20:59 UTC 

[PATCH][RESEND] xfstests: only run generic/300 on filesystems supporting
 2013-09-06 19:51 UTC  (2+ messages)

[PATCH] xfstests: fix device lookup in btrfs/003
 2013-09-06 14:41 UTC  (2+ messages)

[PATCH] xfstests btrfs/309: test btrfs-convert
 2013-09-05 18:44 UTC  (2+ messages)

SGID inheritance in different file-systems
 2013-09-05 14:42 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox