public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-29 16:07:39 to 2013-08-05 18:17:27 UTC [more...]

[PATCH 00/48] xfsprogs: CRC support
 2013-08-05 18:17 UTC  (28+ messages)
` [PATCH 22/48] xfsprogs: Add verifiers to libxfs buffer interfaces
` [PATCH 23/48] xfsprogs: introduce CRC support into mkfs.xfs
` [PATCH 24/48] xfsprogs: add crc format support to repair
` [PATCH 25/48] xfs_repair: update for dir/attr crc format changes
` [PATCH 26/48] xfsprogs: disable xfs_check for CRC enabled filesystems
` [PATCH 27/48] xfs_db: disable modification for CRC enabled filessytems
` [PATCH 28/48] libxfs: determine inode size from version number, not struct xfs_dinode
` [PATCH 29/48] xfsdb: support version 5 superblock in versionnum command
` [PATCH 30/48] xfsprogs: add crc format support to db
` [PATCH 31/48] xfs_repair: always use incore header for directory block checks
` [PATCH 32/48] xfs_db: convert directory parsing to use libxfs structure
` [PATCH 33/48] xfs_db: factor some common dir2 field parsing code
` [PATCH 34/48] xfs_db: update field printing for dir crc format changes

[PATCH 00/49] xfsprogs: patches for crc-dev branch
 2013-08-05 15:24 UTC  (46+ 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 04/49] libxfs: fix directory/attribute format issues
` [PATCH 05/49] libxfs: ensure btree root split sets blkno correctly
` [PATCH 06/49] libxfs: fix byte swapping on constants
` [PATCH 07/49] libxfs: sync xfs_da_btree.c
` [PATCH 08/49] libxfs: update xfs_alloc to current kernel version
` [PATCH 09/49] libxfs: sync attr code with kernel
` [PATCH 10/49] libxfs: sync dir2 kernel differences
` [PATCH 11/49] libxfs: sync xfs_ialloc.c to the kernel code
` [PATCH 12/49] xfsprogs: define min/max once and use them everywhere
` [PATCH 13/49] libxfs: fix compile warnings
` [PATCH 14/49] xfs: remove local fork format handling from xfs_bmapi_write()
` [PATCH 15/49] libxfs: local to remote format support of remote symlinks
` [PATCH 16/49] xfs: separate out log format definitions
` [PATCH 17/49] xfs: split out inode log item format definition
` [PATCH 18/49] xfs: split out buf log item format definitions
` [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 21/49] xfs: separate icreate log format definitions from xfs_icreate_item.h
` [PATCH 22/49] xfs: split out on-disk transaction definitions

[PATCH] xfstests btrfs/309: test btrfs-convert
 2013-08-04 20:12 UTC 

[PATCH 2/3] xfs: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-04  8:29 UTC  (9+ messages)

[RFC][PATCH 00/10 v2] xfstests: Add support for config section
 2013-08-03  0:14 UTC  (21+ messages)
` [PATCH 01/10 v2] xfstests: Run all tests when nothing is specified
` [PATCH 02/10 v2] xfstests: Export all important variables in common/config
` [PATCH 03/10 v2] xfstests: Refactor code for obtaining test list
` [PATCH 04/10 v2] xfstests: Allow to recheck options in common/rc
` [PATCH 05/10 v2] xfstests: Allow to re-read configuration
` [PATCH 06/10 v2] xfstests: Allow to specify RESULT_BASE directory
` [PATCH 07/10 v2] xfstests: Prepare for config section
` [PATCH 08/10 v2] xfstests: Add support for sections in config file
` [PATCH 09/10 v2] xfstests: Allow to recreate TEST_DEV
` [PATCH 10/10 v2] xfstests: Remount file system if MOUNT_OPTIONS changed

Performance decrease over time
 2013-08-02 23:00 UTC  (5+ messages)

[PATCH 0/2] xfsprogs: Allow pquota and gquota to be used together
 2013-08-02 20:40 UTC  (5+ messages)
` [PATCH 1/2] xfsprogs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
` [PATCH 2/2] xfsprogs: Start using pquotaino from on-disk superblock

[PATCH v8 7/7] enable building user namespace with xfs
 2013-08-02  2:48 UTC  (3+ messages)

[PATCH v8 6/7] xfs: add capability check to free eofblocks ioctl
 2013-08-02  2:47 UTC  (4+ messages)

[PATCH v8 3/7] xfs: ioctl check for capabilities in the current user namespace
 2013-08-02  2:47 UTC  (3+ messages)

[PATCH 1/3] fs: Introduce new flag FALLOC_FL_COLLAPSE_RANGE
 2013-08-02  2:37 UTC  (12+ messages)

[PATCH 00/49] current patch queue for 3.12
 2013-08-02  1:44 UTC  (18+ messages)
` [PATCH 02/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 43/49] xfs: return log item size in IOP_SIZE
` [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

unscribe
 2013-08-02  0:00 UTC 

Subject: [PATCH] xfstests: Test all 3 quotas simultaneously
 2013-08-01 19:52 UTC 

[PATCH v7 7/7] enable building user namespace with xfs
 2013-08-01 16:17 UTC  (12+ messages)

[PATCH v8 5/7] xfs: create internal eofblocks structure with kuid_t types
 2013-08-01 15:30 UTC 

[PATCH v8 4/7] xfs: convert kuid_t to/from uid_t for internal structures
 2013-08-01 15:30 UTC 

[PATCH v8 0/7] userns: Convert xfs to use kuid_t/kgid_t where appropriate
 2013-08-01 15:29 UTC 

[PATCH v8 2/7] xfs: convert kuid_t to/from uid_t in ACLs
 2013-08-01 15:30 UTC 

[PATCH v8 1/7] xfs: create wrappers for converting kuid_t to/from uid_t
 2013-08-01 15:29 UTC 

[pcp] Suggestions for SGI ICE where we need to get quota information
 2013-08-01 15:11 UTC  (2+ messages)

[PATCH] xfsprogs: fix agcnts leak in xfs_repair's scan_ags
 2013-08-01 14:56 UTC  (2+ messages)

[PATCH] xfsprogs: fix unint var in repair phase6
 2013-08-01 14:50 UTC  (2+ messages)

[PATCH] xfsprogs: fix buffer leak in xlog_print_find_oldest
 2013-08-01 14:21 UTC  (2+ messages)

[PATCH] xfs: avoid double-free in xfs_attr_node_addname
 2013-08-01 14:18 UTC  (2+ messages)

[PATCH] xfs:free bp in xlog_find_tail() error path
 2013-08-01 14:11 UTC  (2+ messages)

[PATCH] xfs: free bp in xlog_find_zeroed() error path
 2013-08-01 14:10 UTC  (2+ messages)

[PATCH 1/2] direct-io: Implement generic deferred AIO completions
 2013-08-01  8:17 UTC  (3+ messages)

[PATCH 3/3] ext4: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-01  6:23 UTC  (3+ messages)

how to use fstrim?
 2013-08-01  0:08 UTC  (6+ messages)
` [xfs-masters] "

[PATCH v2] xfs: introduce object readahead to log recovery
 2013-07-31 23:11 UTC  (8+ messages)

[PATCH V2] xfstest: add a test for btrfs device replace operation
 2013-07-31 15:52 UTC 

[PATCH] xfstest: add a test for btrfs device replace operation
 2013-07-31 15:52 UTC  (3+ messages)

[PATCH 0/3] fs: New flag FALLOC_FL_COLLAPSE_RANGE for fallocate
 2013-07-31 14:40 UTC 

[PATCH v3] xfs: introduce object readahead to log recovery
 2013-07-31  8:42 UTC 

[PATCH v7 6/7] xfs: add capable check to free eofblocks ioctl
 2013-07-31  7:14 UTC  (5+ messages)

[PATCH v7 5/7] xfs: create internal eofblocks structure with kuid_t types
 2013-07-31  7:09 UTC  (3+ messages)

[PATCH v7 4/7] xfs: convert kuid_t to/from uid_t for internal structures
 2013-07-31  7:00 UTC  (2+ messages)

[PATCH v7 2/7] xfs: convert kuid_t to/from uid_t in ACLs
 2013-07-31  6:51 UTC  (2+ messages)

[PATCH v7 1/7] xfs: create wrappers for converting kuid_t to/from uid_t
 2013-07-31  6:36 UTC  (2+ messages)

[PATCH v7 0/7] userns: Convert xfs to use kuid_t/kgid_t where appropriate
 2013-07-31  6:30 UTC  (2+ messages)

XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358
 2013-07-31  6:11 UTC  (4+ messages)
  ` XFS undeletable files. (3.11rc3)

[PATCH v7 3/7] xfs: ioctl check for capabilities in the current user namespace
 2013-07-31  4:16 UTC  (2+ messages)

[PATCH] xfs: fix an assertion failure
 2013-07-31  1:32 UTC  (8+ messages)

The results of your email commands
 2013-07-31  1:01 UTC 

The results of your email commands
 2013-07-31  1:00 UTC 

unscribe linux-xfs
 2013-07-31  0:59 UTC  (2+ messages)

[PATCH 44/49] xfs: Reduce allocations during CIL insertion
 2013-07-30 22:19 UTC  (13+ messages)

[PATCH] xfstests: generic/315: allow a little tolerance for our used check
 2013-07-30 18:51 UTC  (3+ messages)

[PATCH 7/9] xfs: WQ_NON_REENTRANT is meaningless and going away
 2013-07-30 18:13 UTC  (2+ messages)

[XFS updates] XFS development tree branch, for-next, updated. for-linus-v3.11-rc1-2-12119-g7a378c9
 2013-07-30 18:12 UTC 

[XFS updates] XFS development tree branch, master, updated. for-linus-v3.11-rc1-2-12119-g7a378c9
 2013-07-30 18:12 UTC 

[PATCH review 05/16] xfs: Update xfs_ioctl_setattr to handle projids in any user namespace
 2013-07-30  4:04 UTC  (4+ messages)

[PATCH] xfstests: generic/315: add one more sync and more output
 2013-07-29 18:25 UTC  (4+ messages)

A short digression on FOSS (Re: understanding speculative preallocation)
 2013-07-29 18:15 UTC  (8+ messages)

A short digression on FOSS (Re: understanding speculative preallocation)
 2013-07-29 17:05 UTC  (2+ messages)

[Fwd: Re: A short digression on FOSS (Re: understanding speculative preallocation)]
 2013-07-29 16:55 UTC  (3+ messages)


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