public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-09-26 14:43:21 to 2013-10-04 00:48:21 UTC [more...]

[PATCH 00/16] xfs: patches for 3.13
 2013-10-04  0:47 UTC  (30+ messages)
` [PATCH 01/16] xfs: create a shared header file for format-related information
` [PATCH 02/16] xfs: unify directory/attribute format definitions
` [PATCH 03/16] xfs: split dquot buffer operations out
` [PATCH 04/16] xfs: decouple log and transaction headers
` [PATCH 05/16] xfs: decouple inode and bmap btree header files
` [PATCH 06/16] xfs: split xfs_rtalloc.c for userspace sanity
` [PATCH 07/16] xfs: abstract the differences in dir2/dir3 via an ops vector
` [PATCH 08/16] xfs: vectorise remaining shortform dir2 ops
` [PATCH 09/16] xfs: vectorise directory data operations
` [PATCH 10/16] xfs: vectorise directory data operations part 2
` [PATCH 11/16] xfs: vectorise directory leaf operations
` [PATCH 12/16] xfs: vectorise DA btree operations
` [PATCH 13/16] xfs: vectorise encoding/decoding directory headers
` [PATCH 14/16] xfs: vectorise directory leaf operations
` [PATCH 15/16] xfs: convert directory vector functions to constants
` [PATCH 16/16] xfs: increase inode cluster size for v5 filesystems

[PATCH] xfsrestore: fix multi stream support
 2013-10-03 23:16 UTC  (14+ messages)
  ` [PATCH] xfsdump: handle large, wholly-sparse files
` [PATCH V2] "

[PATCH] xfs: add the inode directory type support to XFS_IOC_FSGEOM
 2013-10-03 14:37 UTC  (2+ messages)

[PATCH] xfsdump: add locks around the inventory put
 2013-10-03 14:17 UTC  (4+ messages)

[PATCH] xfstests generic/260: get correct trimmed bytes
 2013-10-03 11:57 UTC 

[PATCH 0/2] misc kernel leak patches
 2013-10-02 21:04 UTC  (6+ messages)
` [PATCH 1/2] xfs: fix memory leak in xfs_dir2_node_removename
` [PATCH 2/2] xfs free the list of recovery items on error

xfs_repair segfault
 2013-10-02 10:42 UTC  (4+ messages)

Please confirm your apple account information
 2013-10-02  0:14 UTC 

[PATCH 0/4] xfs: candidate fixes for 3.12-rc4
 2013-10-01 23:04 UTC  (14+ messages)
` [PATCH 1/4] xfs: lockdep needs to know about 3 dquot-deep nesting
` [PATCH 2/4] xfs: dirent dtype presence is dependent on directory magic numbers
` [PATCH 3/4] xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering
` [PATCH 4/4] xfs: open code inc_inode_iversion when logging an inode

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-7-gd948709
 2013-10-01 22:53 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-7-gd948709
 2013-10-01 22:53 UTC 

[PATCH] xfs: don't leak root inode reference
 2013-10-01 22:40 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()
 2013-10-01 22:33 UTC  (2+ messages)

[PATCH] xfs: get rid of count from xfs_iomap_write_allocate()
 2013-10-01 20:58 UTC  (3+ messages)

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-4-gaaaae98
 2013-10-01 15:27 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-4-gaaaae98
 2013-10-01 15:27 UTC 

[PATCH] xfs: Use kmem_free() instead of free()
 2013-10-01 15:22 UTC  (3+ messages)

[PATCH] xfstests/btrfs: do not test btrfs/010 with autodefrag
 2013-10-01 14:40 UTC  (3+ messages)

[PATCH] xfstests: btrfs/015 regression test for prealloc with balance
 2013-10-01 14:25 UTC  (4+ messages)

[PATCH] xfs: fix memory leak in xlog_recover_add_to_trans
 2013-10-01 13:20 UTC  (6+ messages)

Boleto de Cobrança Referente 875623
 2013-10-01  3:23 UTC 

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-3-g519ccb8
 2013-09-30 22:53 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-3-g519ccb8
 2013-09-30 22:53 UTC 

[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-2-g367993e
 2013-09-30 22:51 UTC 

[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-2-g367993e
 2013-09-30 22:51 UTC 

[PATCH] xfsprogs: handle symlinks etc in fs_table_initialise_mounts()
 2013-09-30 17:01 UTC 

xfs hardware RAID alignment over linear lvm
 2013-09-30  8:48 UTC  (13+ messages)

[PATCH] xfsprogs: make log/size consistent for mkfs's -s option
 2013-09-30  5:24 UTC  (11+ messages)
  ` [PATCH v2] "
    ` [PATCH] xfsprogs: cleanup size/log setting flags of mkfs
        ` [PATCH v2] "

[PATCH 01/32] xfsprogs: fix automatic dependency generation
 2013-09-30  3:15 UTC  (32+ messages)
` [PATCH 02/32] libxfs: fix missing filetype updates to xfs_dir2.c
` [PATCH 03/32] xfs: fix some minor sparse warnings
` [PATCH 04/32] xfs: check magic numbers in dir3 leaf verifier first
` [PATCH 05/32] xfs: ensure we copy buffer type in da btree root splits
` [PATCH 06/32] xfs: don't assert fail on bad inode numbers
` [PATCH 07/32] xfs: dirent dtype presence is dependent on directory magic numbers
` [PATCH 08/32] xfs: create a shared header file for format-related information
` [PATCH 09/32] xfs: unify directory/attribute format definitions
` [PATCH 10/32] xfs: split dquot buffer operations out
` [PATCH 11/32] xfs: decouple inode and bmap btree header files
` [PATCH 12/32] libxfs: unify xfs_btree.c with kernel code
` [PATCH 13/32] libxfs: bmap btree owner swap support
` [PATCH 14/32] libxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c
` [PATCH 15/32] libxfs: bring across inode buffer readahead verifier changes
` [PATCH 16/32] libxfs: Minor cleanup and bug fix sync
` [PATCH 17/32] db: separate out straight buffer IO from map based IO
` [PATCH 18/32] db: rewrite bbmap to use xfs_buf_map
` [PATCH 19/32] db: rewrite IO engine to use libxfs
` [PATCH 20/32] db: introduce verifier support into set_cur
` [PATCH 21/32] db: indicate if the CRC on a buffer is correct or not
` [PATCH 22/32] db: verify and calculate inode CRCs
` [PATCH 23/32] db: verify and calculate dquot CRCs
` [PATCH 24/32] db: add a special directory buffer verifier
` [PATCH 25/32] db: add a special attribute "
` [PATCH 26/32] db: re-enable write support for v5 filesystems
` [PATCH 27/32] libxfs: fix root inode handling inconsistencies
` [PATCH 28/32] xfs_db: avoid libxfs buffer lookup warnings
` [PATCH 29/32] libxfs: work around do_div() not handling 32 bit numerators
` [PATCH 30/32] db: enable metadump on CRC filesystems
` [PATCH 31/32] xfs: support larger inode clusters on v5 filesystems
` [PATCH 32/32] xfsprogs: kill experimental warnings for "

[PATCH v3 0/4] xfs: rework xfs_inactive()
 2013-09-30  0:34 UTC  (7+ messages)
` [PATCH v3 1/4] xfs: push down inactive transaction mgmt for remote symlinks
` [PATCH v3 2/4] xfs: push down inactive transaction mgmt for truncate
` [PATCH v3 3/4] xfs: push down inactive transaction mgmt for ifree

[GIT PULL] XFS fixes for 3.12-rc3
 2013-09-28 15:33 UTC 

Xfs options for small files
 2013-09-28 12:35 UTC 

[PATCH] xfs: fix memory leak in xfs_dir2_node_removename
 2013-09-27 20:04 UTC  (8+ messages)

[XFS MAINTAINERS] fs/xfs/xfs_dir2_node.c: xfs: xfs_dir2_leafn_add: Variables Uninitialized
 2013-09-27 18:31 UTC  (3+ messages)

[PATCH] xfstests: btrfs/011 improvement for compressed filesystems
 2013-09-27 16:34 UTC  (2+ messages)

[PATCH] xfstests: btrfs/014: add a regression test for snapshot creation
 2013-09-27 15:52 UTC  (2+ messages)

[XFS updates] XFS development tree branch, for-next, updated. v3.12-rc1-5-g997def2
 2013-09-27 14:19 UTC 

[XFS updates] XFS development tree branch, master, updated. v3.12-rc1-5-g997def2
 2013-09-27 14:18 UTC 

[PATCH] xfs: dirent dtype presence is dependent on directory magic numbers
 2013-09-27 13:14 UTC 

free inodes remaining in 1tb
 2013-09-27 12:47 UTC  (6+ messages)

[PATCH] xfsprogs: fix potential memory leak in verify_set_primary_sb()
 2013-09-27  5:24 UTC  (11+ messages)
  ` [PATCH v2] "
      ` [PATCH v3 1/2] "
        ` [PATCH 2/2] xfsprogs: fix return value of verify_set_primary_sb()

Issues and new to the group
 2013-09-27  2:39 UTC  (12+ messages)

[PATCH] xfstests: add xfs/291 to auto group
 2013-09-26 23:13 UTC  (3+ messages)

[ANNOUNCE] xfsprogs v3.2.0-alpha1
 2013-09-26 22:00 UTC  (2+ messages)

[PATCH v3] xfstests: xfs directory unbalance assert test
 2013-09-26 19:17 UTC 


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