public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-27 01:50:34 to 2013-08-01 21:21:46 UTC [more...]

[PATCH 00/49] current patch queue for 3.12
 2013-08-01 21:21 UTC  (50+ 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 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 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

Performance decrease over time
 2013-08-01 20:21 UTC 

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

[PATCH 0/2] xfsprogs: Allow pquota and gquota to be used together
 2013-08-01 19:25 UTC  (3+ 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 00/48] xfsprogs: CRC support
 2013-08-01 19:11 UTC  (14+ 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 00/49] xfsprogs: patches for crc-dev branch
 2013-08-01 19:01 UTC  (5+ messages)
` [PATCH 01/49] xfsprogs: introduce xfs_icreate.h
` [PATCH 02/49] xfsprogs: port inode create transaction changes

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

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

[PATCH v8 7/7] enable building user namespace with xfs
 2013-08-01 15:30 UTC 

[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 3/7] xfs: ioctl check for capabilities in the current user namespace
 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 2/3] xfs: Implement FALLOC_FL_COLLAPSE_RANGE
 2013-08-01  8:24 UTC  (6+ 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)

[PATCH 1/3] fs: Introduce new flag FALLOC_FL_COLLAPSE_RANGE
 2013-08-01  5:07 UTC  (11+ 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] 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  (30+ messages)
            ` Purpose of the XFS list -- was: "

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

Vanilla 3.0.78
 2013-07-29 11:02 UTC  (5+ messages)

hello from adoptashot
 2013-07-29  3:34 UTC 

[PATCH] xfs: introduce object readahead to log recovery
 2013-07-29  3:12 UTC  (7+ messages)

understanding speculative preallocation
 2013-07-29  0:04 UTC  (12+ messages)


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