messages from 2013-07-31 21:11:20 to 2013-08-07 14:41:58 UTC [more...]
[PATCH 00/12] xfs: a chunk of comment fixes
2013-08-07 14:41 UTC (17+ messages)
` [PATCH 01/12] xfs: fix the comment of xfs_check_sizes()
` [PATCH 02/12] xfs: fix the comment of xfs_buf_free()
` [PATCH 03/12] xfs: fix the comment of xfs_btree_lookup()
` [PATCH 04/12] xfs: fix the comment of xfs_mod_incore_sb_unlocked()
` [PATCH 05/12] xfs: fix the comment of xlog_write_setup_copy()
` [PATCH 06/12] xfs: remove one blank line in xfs_btree_make_block_unfull()
` [PATCH 07/12] xfs: fix the comment of xfs_iroot_realloc()
` [PATCH 08/12] xfs: fix the comment of xfs_btree_get_iroot()
` [PATCH 09/12] xfs: remove two unused macro definitions in xfs_linux.h
` [PATCH 10/12] xfs: fix the comment of xlog_recover_buffer_pass2()
` [PATCH 11/12] xfs: fix the comment of xlog_find_head()
` [PATCH 12/12] xfs: rename bio_add_buffer() to xfs_bio_add_buffer()
[PATCH v3] xfs: introduce object readahead to log recovery
2013-08-07 14:04 UTC (2+ messages)
[PATCH] mkfs.xfs: fix protofile name create block reservation
2013-08-07 6:00 UTC
[PATCH 0/3] Add a new quotactl command to support 3 quota types in XFS
2013-08-06 22:27 UTC (4+ messages)
` [PATCH 1/3] quota: Add a new quotactl command Q_XGETQSTATV
` [PATCH 2/3] xfs: Add support for the Q_XGETQSTATV
` [PATCH 3/3] gfs2: "
[PATCH 00/48] xfsprogs: CRC support
2013-08-06 21:41 UTC (84+ messages)
` [PATCH 03/48] libxfs: add crc format changes to generic btrees
` [PATCH 03a/48] xfs: don't verify bmbt reads twice
` [PATCH 04/48] xfsprogs: add crc format chagnes to ag headers
` [PATCH 07/48] libxfs: add version 3 inode support
` [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 35/48] xfs_repair: convert directory parsing to use libxfs structure
` [PATCH 36/48] xfs_repair: make directory freespace table CRC format aware
` [PATCH 37/48] xfs_db: add CRC information to dquot output
` [PATCH 38/48] xfs_db: add CRC support for attribute fork structures
` [PATCH 39/48] mkfs.xfs: validate options for CRCs up front
` [PATCH 40/48] xfsprogs: support CRC enabled filesystem detection
` [PATCH 41/48] xfs_mdrestore: recalculate sb CRC before writing
` [PATCH 42/48] xfs_metadump: requires some object CRC recalculation
` [PATCH 43/48] xfs_repair: drop buffer reference on symlink error
` [PATCH 44/48] xfs_db: add support for CRC format remote symlinks
` [PATCH 45/48] xfs_repair: fix btree block magic number mapping
` [PATCH 46/48] libxfs: fix dir3 freespace block corruption
` [PATCH 47/48] xfs_repair: support CRC enabled remote symlinks
` [PATCH 00/12] xfsprogs: add recent kernel CRC fixes
` [PATCH 01/12] xfs: fix da node magic number mismatches
` [PATCH 02/12] xfs: Remote attr validation fixes and optimisations
` [PATCH 03/12] xfs: xfs_attr_shortform_allfit() does not handle attr3 format
` [PATCH 04/12] xfs: remote attribute lookups require the value length
` [PATCH 05/12] xfs: remote attribute allocation may be contiguous
` [PATCH 06/12] xfs: remote attribute read too short
` [PATCH 07/12] xfs: remote attribute tail zeroing does too much
` [PATCH 08/12] xfs: correctly map remote attr buffers during removal
` [PATCH 09/12] xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalance
` [PATCH 10/12] xfs: fully initialise temp leaf in xfs_attr3_leaf_compact
` [PATCH 11/12] xfs: rework remote attr CRCs
` [PATCH 12/12] xfs: don't emit v5 superblock warnings on write
[PATCH 00/49] xfsprogs: patches for crc-dev branch
2013-08-06 21:13 UTC (92+ 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 23/49] xfs: introduce xfs_rtalloc_defs.h
` [PATCH 24/49] xfs: introduce xfs_quota_defs.h
` [PATCH 25/49] libxfs: introduce xfs_trans_resv.c
` [PATCH 26/49] libxfs: move transaction code to trans.c
` [PATCH 27/49] xfs: move inode fork definitions to a new header file
` [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 32/49] xfs: create xfs_bmap_util.[ch]
` [PATCH 33/49] xfsprogs: sync minor kernel header differences
` [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 38/49] xfs: remove __KERNEL__ check from xfs_dir2_leaf.c
` [PATCH 39/49] xfs: move kernel specific type definitions to xfs.h
` [PATCH 40/49] xfs: make struct xfs_perag kernel only
` [PATCH 41/49] xfs: Introduce a new structure to hold transaction reservation items
` [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 46/49] xfs: Add xfs_log_rlimit.c
` [PATCH 47/49] xfs: Add read-only support for dirent filetype field
[PATCH v2 0/2] xfstest btrfs/316: test send / receive (was: btrfs/314)
2013-08-06 20:43 UTC (5+ messages)
` [PATCH v2 1/2] xfstests: add fssum tool
` [PATCH v2 2/2] xfstests btrfs/316: test send / receive
[PATCH] xftests: renumber existing btrfs tests to start with 1
2013-08-06 18:47 UTC (2+ messages)
Cifs client sockoption tcp_nodelay?
2013-08-06 17:46 UTC
[PATCH v7 7/7] enable building user namespace with xfs
2013-08-06 15:11 UTC (11+ messages)
[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 (10+ 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
unscribe
2013-08-02 0:00 UTC
Subject: [PATCH] xfstests: Test all 3 quotas simultaneously
2013-08-01 19:52 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 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 (4+ messages)
` [xfs-masters] "
[PATCH v2] xfs: introduce object readahead to log recovery
2013-07-31 23:11 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox