public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-12 18:51:40 to 2013-07-19 06:45:52 UTC [more...]

[PATCH 00/49] xfsprogs: patches for crc-dev branch
 2013-07-19  6:45 UTC  (33+ messages)
` [PATCH 01/49] xfsprogs: introduce xfs_icreate.h
` [PATCH 02/49] xfsprogs: port inode create transaction changes
` [PATCH 03/49] xfsprogs: teach logprint about icreate transaction
` [PATCH 05/49] libxfs: ensure btree root split sets blkno correctly
` [PATCH 06/49] libxfs: fix byte swapping on constants
` [PATCH 08/49] libxfs: update xfs_alloc to current kernel version
` [PATCH 10/49] libxfs: sync dir2 kernel differences
` [PATCH 16/49] xfs: separate out log format definitions
` [PATCH 18/49] xfs: split out buf log item "
` [PATCH 19/49] xfs: split out inode log item format definition
` [PATCH 20/49] xfs: separate dquot on disk format definitions out of xfs_quota.h
` [PATCH 22/49] xfs: split out on-disk transaction definitions
` [PATCH 23/49] xfs: introduce xfs_rtalloc_defs.h
` [PATCH 24/49] xfs: introduce xfs_quota_defs.h
` [PATCH 26/49] libxfs: move transaction code to trans.c
` [PATCH 28/49] xfs: move unrealted definitions out of xfs_inode.h
` [PATCH 29/49] xfs: introduce xfs_inode_buf.c for inode buffer operations
` [PATCH 30/49] xfs: split out the remote symlink handling
` [PATCH 31/49] libxfs: switch over to xfs_sb.c and remove xfs_mount.c
` [PATCH 32/49] xfs: create xfs_bmap_util.[ch]
` [PATCH 34/49] xfs: don't special case shared superblock mounts
` [PATCH 35/49] xfs: move swap extent code to xfs_extent_ops
` [PATCH 36/49] xfs: kill __KERNEL__ check for debug code in allocation code
` [PATCH 37/49] xfs: remove __KERNEL__ from debug code
` [PATCH 39/49] xfs: move kernel specific type definitions to xfs.h
` [PATCH 40/49] xfs: make struct xfs_perag kernel only
` [PATCH 42/49] xfs: Introduce tr_fsyncts to m_reservation
` [PATCH 43/49] xfs: Make writeid transaction use tr_writeid
` [PATCH 44/49] xfs: refactor xfs_trans_reserve() interface
` [PATCH 45/49] xfs: Get rid of all XFS_XXX_LOG_RES() macro
` [PATCH 47/49] xfs: Add read-only support for dirent filetype field
` [PATCH 48/49] xfs: Add write "

[PATCH 00/49] current patch queue for 3.12
 2013-07-19  6:25 UTC  (50+ messages)
` [PATCH 01/49] xfs: separate out log format definitions
` [PATCH 02/49] xfs: split out inode log item format definition
` [PATCH 03/49] xfs: split out buf log item format definitions
` [PATCH 04/49] xfs: split out inode log item format definition
` [PATCH 05/49] xfs: separate dquot on disk format definitions out of xfs_quota.h
` [PATCH 06/49] xfs: separate icreate log format definitions from xfs_icreate_item.h
` [PATCH 07/49] xfs: split out on-disk transaction definitions
` [PATCH 08/49] xfs: introduce xfs_rtalloc_defs.h
` [PATCH 09/49] xfs: introduce xfs_quota_defs.h
` [PATCH 10/49] xfs: sync minor header differences needed by userspace
` [PATCH 11/49] xfs: split out transaction reservation code
` [PATCH 12/49] xfs: move inode fork definitions to a new header file
` [PATCH 13/49] xfs: move unrealted definitions out of xfs_inode.h
` [PATCH 14/49] xfs: introduce xfs_inode_buf.c for inode buffer operations
` [PATCH 15/49] xfs: move getdents code into it's own file
` [PATCH 16/49] xfs: reshuffle dir2 definitions around for userspace
` [PATCH 17/49] xfs: split out attribute listing code into separate file
` [PATCH 18/49] xfs: split out attribute fork truncation "
` [PATCH 19/49] xfs: split out the remote symlink handling
` [PATCH 20/49] xfs: introduce xfs_sb.c for sharing with libxfs
` [PATCH 21/49] xfs: create xfs_bmap_util.[ch]
` [PATCH 22/49] xfs: minor cleanups
` [PATCH 23/49] xfs: fix issues that cause userspace warnings
` [PATCH 24/49] xfs: kill xfs_vnodeops.[ch]
` [PATCH 25/49] xfs: consolidate xfs_rename.c
` [PATCH 26/49] xfs: consolidate xfs_utils.c
` [PATCH 27/49] xfs: consolidate extent swap code
` [PATCH 28/49] xfs: don't special case shared superblock mounts
` [PATCH 29/49] xfs: kill __KERNEL__ check for debug code in allocation code
` [PATCH 30/49] xfs: remove __KERNEL__ from debug code
` [PATCH 31/49] xfs: remove __KERNEL__ check from xfs_dir2_leaf.c
` [PATCH 32/49] xfs: xfs_filestreams.h doesn't need __KERNEL__
` [PATCH 33/49] xfs: move kernel specific type definitions to xfs.h
` [PATCH 34/49] xfs: make struct xfs_perag kernel only
` [PATCH 35/49] xfs: Introduce a new structure to hold transaction reservation items
` [PATCH 36/49] xfs: Introduce tr_fsyncts to m_reservation
` [PATCH 37/49] xfs: Make writeid transaction use tr_writeid
` [PATCH 38/49] xfs: refactor xfs_trans_reserve() interface
` [PATCH 39/49] xfs: Get rid of all XFS_XXX_LOG_RES() macro
` [PATCH 40/49] xfs: Refactor xfs_ticket_alloc() to extract a new helper
` [PATCH 41/49] xfs: Add xfs_log_rlimit.c
` [PATCH 42/49] xfs: Validate log space at mount time
` [PATCH 43/49] xfs: return log item size in IOP_SIZE
` [PATCH 44/49] xfs: Reduce allocations during CIL insertion
` [PATCH 45/49] xfs: avoid CIL allocation during insert
` [PATCH 46/49] xfs: Combine CIL insert and prepare passes
` [PATCH 47/49] xfs: split the CIL lock
` [PATCH 48/49] xfs: Add read-only support for dirent filetype field
` [PATCH 49/49] xfs: Add write "

[PATCH v4 6/7] xfs: check that eofblocks ioctl caller can write matched inodes
 2013-07-19  6:02 UTC  (2+ messages)

[PATCH v4 5/7] xfs: create internal eofblocks structure with kuid_t types
 2013-07-19  5:46 UTC  (2+ messages)

[PATCH v4 4/7] xfs: convert kuid_t to/from uid_t for internal structures
 2013-07-19  5:35 UTC  (2+ messages)

[PATCH v4 3/7] xfs: ioctl check for capabilities in the current user namespace
 2013-07-19  5:29 UTC  (2+ messages)

[PATCH v4 2/7] xfs: convert kuid_t to/from uid_t in ACLs
 2013-07-19  5:20 UTC  (2+ messages)

[PATCH v4 1/7] xfs: create wrappers for converting kuid_t to/from uid_t
 2013-07-19  5:19 UTC  (2+ messages)

xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Structure needs cleaning
 2013-07-19  3:37 UTC  (7+ messages)

splice vs execve lockdep trace
 2013-07-18 22:49 UTC  (24+ messages)

[PATCH] xfs: Fix a deadlock in xfs_log_commit_cil() code path
 2013-07-18 19:54 UTC  (5+ messages)

[regression 3.11-rc1] unmount hanging purging quotas
 2013-07-18 16:33 UTC  (4+ messages)

[PATCH] xfs: Initialize all quota inodes to be NULLFSINO
 2013-07-18  3:43 UTC  (6+ messages)

[PATCH v4 7/7] enable building user namespace with xfs
 2013-07-17 15:47 UTC 

[PATCH v4 0/7] userns: Convert xfs to use kuid_t/kgid_t where appropriate
 2013-07-17 15:47 UTC 

XFS errors on 3TB HDD that is identified of size 2TB only
 2013-07-17  1:36 UTC  (6+ messages)

[PATCH 1/2] direct-io: Implement generic deferred AIO completions
 2013-07-16 21:00 UTC  (3+ messages)

[PATCH RESEND] xfs: fix assertion failure in xfs_vm_write_failed()
 2013-07-16  5:11 UTC 

[PATCH v2] xfs: fix dead loop at xfs_vm_writepage()
 2013-07-16  5:08 UTC 

[PATCH] xfs_metadump: manpage fix regarding frozen fs
 2013-07-16  2:16 UTC 

XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358
 2013-07-16  2:01 UTC  (7+ messages)

[XFS updates] XFS development tree branch, for-next, updated. for-linus-v3.11-rc1-2-12113-gad81f05
 2013-07-15 22:40 UTC 

[XFS updates] XFS development tree branch, master, updated. for-linus-v3.11-rc1-2-12113-gad81f05
 2013-07-15 22:40 UTC 

[PATCH V4] xfstests: generic/314, test sgid inheritance on subdirs
 2013-07-15 21:27 UTC  (3+ messages)

Linux Plumbers IO & File System Micro-conference
 2013-07-15 21:22 UTC  (3+ messages)

[PATCH] xfsprogs/io: add getdents command
 2013-07-15 18:38 UTC  (2+ messages)

Corruption of root fs during git bisect of drm system hang
 2013-07-15  6:47 UTC  (11+ messages)

XFS filesystem triggering assert in _repair 3.1.11
 2013-07-15  4:41 UTC  (5+ messages)

Lockdep for 3.10.0+ for rm of kernel git
 2013-07-15  1:24 UTC  (2+ messages)

specify agsize?
 2013-07-15  1:22 UTC  (13+ messages)

Take part in our Customer Satisfaction Survey and win 60$ credit to your account!
 2013-07-14 23:44 UTC 

specify agsize?
 2013-07-14 22:18 UTC  (2+ messages)

XFS formatted partition is shown as 2TB but should be 3TB
 2013-07-14 10:04 UTC  (2+ messages)

Hi, I'm intereted in XFS filesystem.. i have a question
 2013-07-13  7:55 UTC  (2+ messages)

[PATCH] xfs: Start using pquotaino from the superblock
 2013-07-13  2:17 UTC  (4+ messages)

[PATCH] xfstests: generic/313, test sgid inheritance on subdirs
 2013-07-12 19:21 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH V3] xfstests: generic/314, "

[GIT PULL] XFS update (#2) for 3.11-rc1
 2013-07-12 19:08 UTC 


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