public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-09 22:49:33 to 2013-12-12 18:28:04 UTC [more...]

[PATCH 0/5] xfs_repair: scalability inmprovements
 2013-12-12 18:28 UTC  (9+ messages)
` [PATCH 1/5] repair: translation lookups limit scalability
` [PATCH 2/5] repair: per AG locks contend for cachelines
` [PATCH 3/5] repair: phase 6 is trivially parallelisable
` [PATCH 4/5] libxfs: buffer cache hashing is suboptimal
` [PATCH 5/5] repair: limit auto-striding concurrency apprpriately

[PATCH 0/5] splice: locking changes and code refactoring
 2013-12-12 18:15 UTC  (6+ messages)
` [PATCH 1/5] splice: move balance_dirty_pages_ratelimited into pipe_to_file
` [PATCH 2/5] splice: nest i_mutex outside pipe_lock
` [PATCH 3/5] splice: use splice_from_pipe in generic_file_splice_write
` [PATCH 4/5] xfs: fix splice_write locking
` [PATCH 5/5] splice: stop exporting splice_from_pipe implementation details

[PATCH 00/10] Add tmpfs filesystem support
 2013-12-12 18:01 UTC  (27+ messages)
` [PATCH 01/10] xfstests: Add tmpfs support
` [PATCH 02/10] xfstests: use mount point instead of device name
` [PATCH 03/10] xfstests: _scratch_mkfs_sized() for tmpfs
` [PATCH 04/10] xfstests: increase tmpfs memory size
` [PATCH 05/10] xfstests: do not unmount tmpfs during remount
` [PATCH 06/10] xfstests: fix generic/225 to check fiemap support
` [PATCH 07/10] xfstests: fix generic/127 to call _cleanup() only once
` [PATCH 08/10] xfstests: check O_DIRECT support before testing direct I/O
` [PATCH 09/10] xfstests: add executable permission to tests
` [PATCH 10/10] xfstests: skip parts of tests which cannot work on tmpfs

[PATCH] xfs_metadump: Make -F (force) optional
 2013-12-12 17:47 UTC 

[PATCH 0/6] xfs: fixes for 3.13-rc4
 2013-12-12 16:36 UTC  (10+ messages)
` [PATCH 1/6] xfs: don't try to mark uncached buffers stale on error
` [PATCH 2/6] xfs: prevent spurious "head behind tail" warnings
` [PATCH 3/6] xfs: prevent spurious "space > BBTOB(tail_blocks)" warnings
` [PATCH 4/6] xfs: swalloc doesn't align allocations properly
` [PATCH 5/6] xfs: xlog_recover_process_data leaks like a sieve
` [PATCH 6/6] xfs: abort metadata writeback on permanent errors

[PATCH 00/10] decouple the in-memory from the on-disk log format V2
 2013-12-12 16:25 UTC  (11+ messages)
` [PATCH 01/10] xfs: remove duplicate code in xlog_cil_insert_format_items
` [PATCH 06/10] xfs: format log items write directly into the linear CIL buffer
  ` [PATCH 06/10 v2] "
    ` [PATCH 06/10 v3] "

XFS: Internal error XFS_WANT_CORRUPTED_RETURN
 2013-12-12 16:20 UTC  (7+ messages)

nfs vs xfstests 193
 2013-12-12 16:01 UTC  (12+ messages)
        ` [PATCH] nfsd: revoking of suid/sgid bits after chown() in a consistent way

[PATCH 0/4 v3] fiemap: introduce EXTENT_DATA_COMPRESSED flag
 2013-12-12 15:25 UTC  (2+ messages)
` [PATCH 2/4 v3] fiemap: add "

[PATCH 0/3] xfs: dquot modification scalability
 2013-12-12 10:25 UTC  (5+ messages)
` [PATCH 1/3] xfs: remote dquot hints
` [PATCH 2/3] xfs: dquot refcounting by atomics
` [PATCH 3/3] xfs: xfs_trans_dqresv() can be made lockless
` [PATCH 4/3] xfs: xfs_qm_dqrele mostly doesn't need locking

[PATCH v2 8/8] xfs: use xfs_icluster_size_fsb in xfs_imap
 2013-12-12  7:39 UTC 

[PATCH v2 7/8] xfs: use xfs_icluster_size_fsb in xfs_ifree_cluster
 2013-12-12  7:38 UTC 

[PATCH v2 6/8] xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init
 2013-12-12  7:38 UTC 

[PATCH v2 5/8] xfs: use xfs_icluster_size_fsb in xfs_bulkstat
 2013-12-12  7:38 UTC 

[PATCH v2 4/8] xfs: introduce a common helper xfs_icluster_size_fsb
 2013-12-12  7:38 UTC 

[PATCH v2 3/8] xfs: get rid of XFS_IALLOC_BLOCKS macros
 2013-12-12  7:38 UTC 

[PATCH v2 2/8] xfs: get rid of XFS_INODE_CLUSTER_SIZE macros
 2013-12-12  7:38 UTC 

[PATCH v2 1/8] xfs: get rid of XFS_IALLOC_INODES macros
 2013-12-12  7:37 UTC 

[PATCH v2 0/8] xfs: Introduce a common helper to calculate the number of blocks per cluster
 2013-12-12  7:37 UTC 

FAST paper on ffsck
 2013-12-12  5:30 UTC 

[PATCH] xfs: return ENOSPC when trying to set more ACLs than XFS_ACL_MAX_ENTRIES
 2013-12-12  3:26 UTC  (5+ messages)

[PATCH 5/5] xfs: use xfs_ialloc_blks_per_cluster in xfs_imap
 2013-12-12  3:16 UTC  (3+ messages)

[PATCH 4/5] xfs: use xfs_ialloc_blks_per_cluster in xfs_ifree_cluster
 2013-12-12  3:06 UTC  (3+ messages)

[PATCH 2/5] xfs: use xfs_ialloc_blks_per_cluster in xfs_bulkstat
 2013-12-12  3:00 UTC  (3+ messages)

[PATCH 1/5] xfs: introduce xfs_ialloc_blks_per_cluster
 2013-12-12  2:22 UTC  (3+ messages)

[RFC, PATCH 00/15] mkfs: sanitise input parameters
 2013-12-11 23:57 UTC  (7+ messages)
` [PATCH 04/15] mkfs: validate all input values

XFS: possible memory allocation deadlock in kmem_alloc (mode:0x250)
 2013-12-11 23:53 UTC  (6+ messages)

[PATCH 3/5] xfs: use xfs_ialloc_blks_per_cluster in xfs_ialloc_inode_init
 2013-12-11 23:29 UTC  (2+ messages)

[PATCH 00/12] run more generic tests on TEST_DIR
 2013-12-11 22:50 UTC  (14+ messages)
` [PATCH 01/12] 062: use TEST_DIR instead of a SCRATCH_DEV
` [PATCH 02/12] 069: "
` [PATCH 03/12] 079: "
` [PATCH 04/12] 100: "
` [PATCH 05/12] 105: "
` [PATCH 06/12] 117: "
` [PATCH 07/12] 124: "
` [PATCH 08/12] 130: "
` [PATCH 09/12] 132: "
` [PATCH 10/12] 141: "
` [PATCH 11/12] 225: "
` [PATCH 12/12] 319: "

[XFS updates] XFS development tree branch, for-next, updated. v3.12-11685-gf9b395a
 2013-12-11 21:29 UTC 

[XFS updates] XFS development tree branch, master, updated. v3.12-11685-gf9b395a
 2013-12-11 21:29 UTC 

Filesystem writes on RAID5 too slow
 2013-12-11 19:09 UTC  (10+ messages)

[PATCH 2/2] xfs: free the efi AIL entry on log recovery failure
 2013-12-11 17:25 UTC  (4+ messages)
` [PATCH v3] "

[PATCH V2] generic: require filesize to be greater than fs block size in generic/240
 2013-12-11 15:11 UTC  (3+ messages)

[PATCH v2] xfs_repair: fix process_bmbt_reclist_int
 2013-12-11 15:01 UTC  (3+ messages)

[PATCH] xfs_repair: suggest reboot after dangerous repair
 2013-12-11 15:00 UTC  (2+ messages)

[PATCH 0/5] xfs: introduce a common helper to calculate the number of blocks per cluster
 2013-12-11 13:47 UTC 

[PATCH] xfs: prevent range.len underflow in xfs_ioc_trim()
 2013-12-11 13:25 UTC  (4+ messages)

[PATCH 00/18] Consolidate Posix ACL implementation V2
 2013-12-11 10:52 UTC  (19+ messages)
` [PATCH 01/18] reiserfs: prefix ACL symbols with reiserfs_
` [PATCH 02/18] fs: add get_acl helper
` [PATCH 03/18] fs: add a set_acl inode operation
` [PATCH 05/18] fs: make posix_acl_chmod more useful
` [PATCH 06/18] fs: make posix_acl_create "
` [PATCH 07/18] btrfs: use generic posix ACL infrastructure
` [PATCH 08/18] ext2/3/4: "
` [PATCH 09/18] f2fs: "
` [PATCH 10/18] hfsplus: "
` [PATCH 11/18] jffs2: "
` [PATCH 12/18] ocfs2: "
` [PATCH 13/18] reiserfs: "
` [PATCH 14/18] xfs: "
` [PATCH 15/18] jfs: "
` [PATCH 16/18] gfs2: "
  ` [Cluster-devel] "
` [PATCH 17/18] nfs: use generic posix ACL infrastructure for v3 Posix ACLs
` [PATCH 18/18] fs: remove generic_acl

XFS security fix never sent to -stable?
 2013-12-11  8:27 UTC  (15+ messages)

[PATCH] generic: require filesize to be greater than fs block size in generic/240
 2013-12-11  6:55 UTC  (2+ messages)

Q: about xfs pre-allocation
 2013-12-11  4:12 UTC  (4+ messages)

XFS umount with IO errors seems to lead to memory corruption
 2013-12-11  0:40 UTC  (4+ messages)

where/how is 'xattr' type=security enforced? (security attr stripped?)
 2013-12-11  0:15 UTC  (3+ messages)

[PATCH v2] xfs: fix calculation of freed inode cluster blocks
 2013-12-10 21:03 UTC  (2+ messages)

[PATCH] MAINTAINERS: fix incorrect mail address of XFS maintainer
 2013-12-10 21:02 UTC  (2+ messages)

[PATCH] xfsdump: don't assume getdents exists
 2013-12-10 19:50 UTC  (3+ messages)

[GIT PULL] XFS bugfixes for 3.13-rc4
 2013-12-10 19:53 UTC 

[PATCH] xfs: require 64-bit sector_t
 2013-12-10 16:20 UTC  (2+ messages)

[PATCH 00/11] extent list locking fixes V3
 2013-12-10 16:13 UTC  (6+ messages)
` [PATCH 04/11] xfs: add xfs_ilock_attr_map_shared

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.13-rc1-2-13376-gdf8052e
 2013-12-10 15:40 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.13-rc1-2-13376-gdf8052e
 2013-12-10 15:40 UTC 

Fwd: Sudden File System Corruption
 2013-12-10  8:45 UTC  (13+ messages)
          `  "

[PATCH v2 2/3] xfs: fix infinite loop by detaching the group/project hints from user dquot
 2013-12-09 23:07 UTC  (9+ messages)


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