messages from 2013-11-08 12:47:48 to 2013-11-13 20:53:51 UTC [more...]
[PATCH] xfs: remove unused "verbose" argument from xfs_setsize_buftarg path
2013-11-13 20:53 UTC (4+ messages)
` [PATCH V2] xfs: simplify xfs_setsize_buftarg callchain; remove unused arg
Files not touched in weeks got truncated after a crash
2013-11-13 20:39 UTC (3+ messages)
[PATCH RFC] xfs: set block device logical sector size on xfs_buftarg
2013-11-13 19:08 UTC (3+ messages)
[PATCH v2 00/11] xfs: introduce the free inode btree
2013-11-13 17:55 UTC (16+ messages)
` [PATCH v2 01/11] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
` [PATCH v2 02/11] xfs: reserve v5 superblock read-only compat. feature bit for finobt
` [PATCH v2 03/11] xfs: support the XFS_BTNUM_FINOBT free inode btree type
` [PATCH v2 04/11] xfs: update inode allocation/free transaction reservations for finobt
` [PATCH v2 05/11] xfs: insert newly allocated inode chunks into the finobt
` [PATCH v2 06/11] xfs: use and update the finobt on inode allocation
` [PATCH v2 07/11] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
` [PATCH v2 08/11] xfs: update the finobt on inode free
` [PATCH v2 09/11] xfs: add finobt support to growfs
` [PATCH v2 10/11] xfs: report finobt status in fs geometry
` [PATCH v2 11/11] xfs: enable the finobt feature on v5 superblocks
[PATCH 00/36 V5] xfsprogs: CRC write support for xfs_db +
2013-11-13 16:10 UTC (41+ messages)
` [PATCH 01/36] xfsprogs: fix automatic dependency generation
` [PATCH 02/36] xfs: fix some minor sparse warnings
` [PATCH 03/36] xfs: create a shared header file for format-related information
` [PATCH 04/36] xfs: split dquot buffer operations out
` [PATCH 05/36] xfs: decouple inode and bmap btree header files
` [PATCH 06/36] libxfs: unify xfs_btree.c with kernel code
` [PATCH 07/36] libxfs: bmap btree owner swap support
` [PATCH 08/36] libxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c
` [PATCH 09/36] libxfs: bring across inode buffer readahead verifier changes
` [PATCH 10/36] libxfs: Minor cleanup and bug fix sync
` [PATCH 11/36] xfs: remove newlines from strings passed to __xfs_printk
` [PATCH 12/36] xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()
` [PATCH 13/36] xfs: fix node forward in xfs_node_toosmall
` [PATCH 14/36] xfs: don't emit corruption noise on fs probes
` [PATCH 15/36] libxfs: fix root inode handling inconsistencies
` [PATCH 16/36] libxfs: stop caching inode structures
` [PATCH 17/36] db: separate out straight buffer IO from map based IO
` [PATCH 18/36] db: rewrite bbmap to use xfs_buf_map
` [PATCH 19/36] libxfs: refactor libxfs_buf_read_map for xfs_db
` [PATCH 20/36] db: rewrite IO engine to use libxfs
` [PATCH 21/36] db: introduce verifier support into set_cur
` [PATCH 22/36] db: indicate if the CRC on a buffer is correct or not
` [PATCH 23/36] db: verify and calculate inode CRCs
` [PATCH 24/36] db: verify and calculate dquot CRCs
` [PATCH 25/36] db: add a special directory buffer verifier
` [PATCH 26/36] db: add a special attribute "
` [PATCH 27/36] db: re-enable write support for v5 filesystems
` [PATCH 28/36] xfs_db: use inode cluster buffers for inode IO
` [PATCH 29/36] xfs_db: avoid libxfs buffer lookup warnings
` [PATCH 30/36] libxfs: work around do_div() not handling 32 bit numerators
` [PATCH 31/36] db: enable metadump on CRC filesystems
` [PATCH 32/36] xfs: support larger inode clusters on v5 filesystems
` [PATCH 33/36] xfsprogs: kill experimental warnings for "
` [PATCH 34/36] repair: prefetching is turned off unnecessarily
` [PATCH 35/36] repair: Increase default repair parallelism on large filesystems
` [PATCH 36/36] repair: fix leaf node directory data check
[PATCH v2 00/20] xfsprogs: introduce the free inode btree
2013-11-13 15:56 UTC (21+ messages)
` [PATCH v2 01/20] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
` [PATCH v2 02/20] xfs: reserve v5 superblock read-only compat. feature bit for finobt
` [PATCH v2 03/20] xfs: support the XFS_BTNUM_FINOBT free inode btree type
` [PATCH v2 04/20] xfs: update inode allocation/free transaction reservations for finobt
` [PATCH v2 05/20] xfs: insert newly allocated inode chunks into the finobt
` [PATCH v2 06/20] xfs: use and update the finobt on inode allocation
` [PATCH v2 07/20] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
` [PATCH v2 08/20] xfs: update the finobt on inode free
` [PATCH v2 09/20] xfs: report finobt status in fs geometry
` [PATCH v2 10/20] xfs: enable the finobt feature on v5 superblocks
` [PATCH v2 11/20] xfsprogs/mkfs: finobt mkfs support
` [PATCH v2 12/20] xfsprogs/db: finobt support
` [PATCH v2 13/20] xfsprogs/repair: account for finobt in ag 0 geometry pre-calculation
` [PATCH v2 14/20] xfsprogs/repair: phase 2 finobt scan
` [PATCH v2 15/20] xfsprogs/repair: pass btree block magic as param to build_ino_tree()
` [PATCH v2 16/20] xfsprogs/repair: pull the build_agi() call up out of the inode tree build
` [PATCH v2 17/20] xfsprogs/repair: helpers for finding in-core inode records w/ free inodes
` [PATCH v2 18/20] xfsprogs/repair: reconstruct the finobt in phase 5
` [PATCH v2 19/20] xfsprogs/growfs: report finobt status in fs geometry (xfs_info)
` [PATCH v2 20/20] xfsprogs/db: add finobt support to metadump
[PATCH RFC] xfsprogs: suggest "-d" option for repair of RO mount
2013-11-13 12:59 UTC (2+ messages)
[PATCH RESEND] xfstests: fix compile error of src/fssum.c on bigendian host
2013-11-13 11:25 UTC (3+ messages)
[PATCH] xfstest generic/280: wait for setquota to finish before umount
2013-11-13 8:04 UTC (2+ messages)
[PATCH 00/37 V4] xfsprogs: CRC write support for xfs_db + more
2013-11-13 7:55 UTC (7+ messages)
` [PATCH 36/37] repair: Increase default repair parallelism on large filesystems
[RFC PATCH 0/4] xfs: parallel quota check
2013-11-13 7:32 UTC (6+ messages)
Fwd: Affrontare 309946
2013-11-13 5:07 UTC
[PATCH v3] xfstests generic/320: heavy rm workload test
2013-11-13 3:41 UTC (3+ messages)
[PATCH v2] xfstests: _filter_mkfs should consume input from stdin for non-xfs fs
2013-11-13 3:34 UTC (3+ messages)
[PATCH] xfststs: add a helper to get the minimum dio size
2013-11-13 3:33 UTC (6+ messages)
[PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage
2013-11-13 2:12 UTC (3+ messages)
[PATCH 0/5] xfs: more patches for 3.13
2013-11-13 1:16 UTC (11+ messages)
` [PATCH 5/5] xfs: increase inode cluster size for v5 filesystems
[PATCH] xfstests: stop special casing nfs and udf
2013-11-12 20:13 UTC (6+ messages)
xfs: update maintainers file
2013-11-12 19:30 UTC (26+ messages)
` XFS leadership and a new co-maintainer candidate
` [PATCH] update xfs maintainers
[PATCH v4] xfs: fix unlock in xfs_bmap_add_attrfork
2013-11-12 17:36 UTC (2+ messages)
[PATCH] xfs_repair: suggest reboot after dangerous repair
2013-11-12 17:14 UTC
[PATCH v3] xfstests: add regression test for running btrfs balance and defrag concurrently
2013-11-12 14:12 UTC (2+ messages)
[RFC PATCH 4/4] xfs: implement parallism quota check
2013-11-12 9:30 UTC
[RFC PATCH 3/4] xfs: introduce a new helper xfs_bulkstat_ag_ichunk()
2013-11-12 9:30 UTC
[RFC PATCH 2/4] xfs: introduce a new helper xfs_inobt_lookup_grab_ichunk()
2013-11-12 9:30 UTC
[RFC PATCH 1/4] xfs: introduce a new helper xfs_inobt_reada_chunk()
2013-11-12 9:29 UTC
[PATCH v2 RESEND] xfstests generic/320: heavy rm workload test
2013-11-12 6:26 UTC (3+ messages)
[PATCH RESEND] xfstests: _filter_mkfs should consume input from stdin first to avoid EPIPE
2013-11-12 4:55 UTC (2+ messages)
ag selection
2013-11-11 20:55 UTC (7+ messages)
[PATCH] xfstests: tests/generic: added -P option to df
2013-11-11 16:10 UTC (4+ messages)
` [PATCH V2] xfstests: added -P option to $DF_PROG
Avoid of using /proc/cpuinfo in generic tests
2013-11-11 16:06 UTC (9+ messages)
` [PATCH 2/2] xfstests: generic/273: do not use /proc/cpuinfo
` [PATCH] xfstests: generic/273: use src/feature -o
XFS leadership and a new co-maintainer candidate
2013-11-11 11:34 UTC (2+ messages)
Setting project quotas on special files
2013-11-11 8:26 UTC (6+ messages)
xfstest failures
2013-11-10 20:34 UTC (10+ messages)
[PATCH V2] xfstests: src/feature.c: print a number of online CPUs
2013-11-10 1:20 UTC (4+ messages)
` [PATCH V3] "
[PATCH] xfstest: fix filtering in 206 for ftype and projid32bit
2013-11-10 1:09 UTC (2+ messages)
[PATCH] xfstests: posix_memalign and io_submit do not set errno
2013-11-10 1:07 UTC (2+ messages)
[PATCH] xfsprogs: add generated crc files to .gitignore
2013-11-10 1:04 UTC (2+ messages)
How to feel the real time feature of XFS from userspace
2013-11-09 18:24 UTC (8+ messages)
xfs Warnings in syslog
2013-11-08 12:47 UTC (3+ 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