messages from 2013-10-25 19:20:59 to 2013-11-04 09:05:58 UTC [more...]
[PATCH 00/30 V3] xfsprogs: CRC write support for xfs_db
2013-11-04 9:05 UTC (60+ messages)
` [PATCH 01/30] xfsprogs: fix automatic dependency generation
` [PATCH 02/30] xfs: fix some minor sparse warnings
` [PATCH 03/30] xfs: create a shared header file for format-related information
` [PATCH 04/30] xfs: split dquot buffer operations out
` [PATCH 05/30] xfs: decouple inode and bmap btree header files
` [PATCH 06/30] libxfs: unify xfs_btree.c with kernel code
` [PATCH 07/30] libxfs: bmap btree owner swap support
` [PATCH 08/30] libxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c
` [PATCH 09/30] libxfs: bring across inode buffer readahead verifier changes
` [PATCH 10/30] libxfs: Minor cleanup and bug fix sync
` [PATCH 11/30] xfs: remove newlines from strings passed to __xfs_printk
` [PATCH 12/30] xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()
` [PATCH 13/30] xfs: fix node forward in xfs_node_toosmall
` [PATCH 14/30] xfs: don't emit corruption noise on fs probes
` [PATCH 15/30] db: separate out straight buffer IO from map based IO
` [PATCH 16/30] db: rewrite bbmap to use xfs_buf_map
` [PATCH 17/30] db: rewrite IO engine to use libxfs
` [PATCH 18/30] db: introduce verifier support into set_cur
` [PATCH 19/30] db: indicate if the CRC on a buffer is correct or not
` [PATCH 20/30] db: verify and calculate inode CRCs
` [PATCH 21/30] db: verify and calculate dquot CRCs
` [PATCH 22/30] db: add a special directory buffer verifier
` [PATCH 23/30] db: add a special attribute "
` [PATCH 24/30] db: re-enable write support for v5 filesystems
` [PATCH 25/30] libxfs: fix root inode handling inconsistencies
` [PATCH 25/30 V2] "
` [PATCH 26/30] xfs_db: avoid libxfs buffer lookup warnings
` [PATCH 27/30] libxfs: work around do_div() not handling 32 bit numerators
` [PATCH 28/30] db: enable metadump on CRC filesystems
` [PATCH 29/30] xfs: support larger inode clusters on v5 filesystems
` [PATCH 30/30] xfsprogs: kill experimental warnings for "
How to use increased number of ACL entries?
2013-11-04 5:52 UTC (6+ messages)
[PATCH] xfs: simplify kmem_{zone_}zalloc
2013-11-04 2:26 UTC (3+ messages)
128 bits extent bmap for file format 2
2013-11-03 5:20 UTC (3+ messages)
[PATCH] xfstests: _filter_mkfs should consume input from stdin first to avoid EPIPE
2013-11-01 16:08 UTC
[PATCH 0/5] xfs: more patches for 3.13
2013-11-01 4:27 UTC (6+ messages)
` [PATCH 1/5] xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering
` [PATCH 2/5] xfs: open code inc_inode_iversion when logging an inode
` [PATCH 3/5] xfs: trace AIL manipulations
` [PATCH 4/5] xfs: add tracepoints to AGF/AGI read operations
` [PATCH 5/5] xfs: increase inode cluster size for v5 filesystems
[PATCH v2] xfs: fix the extent count when allocating an new indirection array entry
2013-10-31 21:36 UTC (2+ messages)
[patch] xfs: underflow bug in xfs_attrlist_by_handle()
2013-10-31 21:34 UTC (2+ messages)
[PATCH 04/23] block: Abstract out bvec iterator
2013-10-31 17:14 UTC (3+ messages)
[PATCH] xfs: fix possible NULL dereference
2013-10-31 16:15 UTC (14+ messages)
[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-44-g10e6e65
2013-10-31 15:57 UTC
[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-44-g10e6e65
2013-10-31 15:57 UTC
[PATCH] xfs:xfs_dir2_node.c: pointer use before check for null
2013-10-31 15:56 UTC (4+ messages)
` [PATCH v2] "
[PATCH, RFC] xfs: don't verify checksum on non-V5 superblocks
2013-10-31 15:51 UTC (6+ messages)
` [PATCH, RFC] xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields
` [PATCH V2] "
[PATCH] libxfs: stop caching inode structures
2013-10-31 15:43 UTC (2+ messages)
xfstests 317
2013-10-31 15:40 UTC (6+ messages)
` [PATCH] xfstests: generic/317 use relative paths to avoid traversal permission problems
[PATCH] xfstests: fix mkfs filter on xfs/096
2013-10-31 12:13 UTC (3+ messages)
[PATCH] xfstests: fix compile error of src/fssum.c on bigendian host
2013-10-31 12:12 UTC (3+ messages)
[PATCH] xfstests: fix _filter_ro_mount and make xfs/200 pass with old mount
2013-10-31 11:15 UTC (2+ messages)
[PATCH v3] xfstests: add regression test for running btrfs balance and defrag concurrently
2013-10-31 9:34 UTC
[PATCH v2] xfstests: add regression test for running btrfs balance and defrag concurrently
2013-10-31 2:31 UTC (3+ messages)
[PATCH 00/15] xfs: patches for 3.13
2013-10-30 23:15 UTC (31+ messages)
` [PATCH 01/15] xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering
` [PATCH 02/15] xfs: open code inc_inode_iversion when logging an inode
` [PATCH 03/15] xfs: abstract the differences in dir2/dir3 via an ops vector
` [PATCH 04/15] xfs: vectorise remaining shortform dir2 ops
` [PATCH 05/15] xfs: vectorise directory data operations
` [PATCH 06/15] xfs: vectorise directory data operations part 2
` [PATCH 07/15] xfs: vectorise directory leaf operations
` [PATCH 08/15] xfs: vectorise DA btree operations
` [PATCH 09/15] xfs: vectorise encoding/decoding directory headers
` [PATCH 10/15] xfs: vectorise directory leaf operations
` [PATCH 11/15] xfs: convert directory vector functions to constants
` [PATCH 11/15 V2] "
` [PATCH 12/15] xfs: make dir2 ftype offset pointers explicit
` [PATCH 13/15] xfs: validity check the directory block leaf entry count
` [PATCH 14/15] xfs: prevent stack overflows from page cache allocation
` [PATCH 15/15] xfs: fix static and extern sparse warnings
agsize and performance
2013-10-30 20:31 UTC (5+ messages)
[XFS updates] XFS development tree branch, for-next, updated. xfs-for-linus-v3.12-rc3-40-g632b89e
2013-10-30 19:19 UTC
[XFS updates] XFS development tree branch, master, updated. xfs-for-linus-v3.12-rc3-40-g632b89e
2013-10-30 19:18 UTC
[PATCH] xfstests: add regression test for running btrfs balance and defrag concurrently
2013-10-30 11:12 UTC (2+ messages)
[PATCH] xfstests ext4/306: regression test for ext4 resize with non-extent files
2013-10-30 9:45 UTC (2+ messages)
[PATCH V2] xfstests: add fsstress/recovery test for XFS
2013-10-30 4:02 UTC (2+ messages)
XFS real-time allocator
2013-10-30 1:26 UTC (3+ messages)
linux-3.12 userspace
2013-10-29 22:05 UTC (7+ messages)
` linux-3.12 userspace Take 2
xfs_repair fatal error -- name create failed in lost+found, filesystem may be out of space
2013-10-29 20:52 UTC (4+ messages)
[patch 0/3] xfstests: for btrfs publishing/export patchset (v4)
2013-10-29 19:26 UTC (4+ messages)
` [patch 1/3] xfstests: btrfs/021: test global metadata reservation reporting
` [patch 2/3] xfstests: btrfs/022: test sysfs exports of allocation and device membership info
` [patch 3/3] xfstests: btrfs/023, 024, 025: test feature ioctl and sysfs interfaces
[PATCH] xfstests: generic/317 318 need procfs uid_map/gid_map support
2013-10-29 17:55 UTC (2+ messages)
[PATCH 1/2] xfstests: implemented _no_of_online_cpus() function
2013-10-29 10:03 UTC (10+ messages)
` [PATCH] xfstests: src/feature.c: print a number of online CPUs
` [PATCH V2] "
` [PATCH V3] "
[PATCH] xfstests: tests/generic: added -P option to df
2013-10-29 9:25 UTC (4+ messages)
` [PATCH V2] xfstests: added -P option to $DF_PROG
[patch 0/3] xfstests: for btrfs publishing/export patchset (v3)
2013-10-28 20:47 UTC (4+ messages)
` [patch 1/3] xfstests: btrfs/021: test global metadata reservation reporting
` [patch 2/3] xfstests: btrfs/022: test sysfs exports of allocation and device membership info
` [patch 3/3] xfstests: btrfs/023, 024, 025: test feature ioctl and sysfs interfaces
[PATCH 0/3] xfstests: for btrfs publishing/export patchset (v2)
2013-10-28 20:17 UTC (5+ messages)
` [PATCH 1/3] xfstests: btrfs/021: test global metadata reservation reporting
` [PATCH 2/3] xfstests: btrfs/022: test sysfs exports of allocation and device membership info
` [PATCH 3/3] xfstests: btrfs/023, 024, 025: test feature ioctl and sysfs interfaces
[patch 0/3] xfstests: tests for btrfs publishing/export patchset
2013-10-28 19:55 UTC (9+ messages)
` [patch 1/3] [PATCH 1/3] xfstests: add test for global metadata reservation publishing
` [patch 2/3] [PATCH 2/3] xfstests: add test for sysfs publication of btrfs info
` [patch 3/3] [PATCH 3/3] xfstests: add tests for new feature ioctl and sysfs interfaces
[PATCH] xfstests: add generic/320 to test fsync() on directories V2
2013-10-28 15:49 UTC
[PATCH] xfs: prevent stack overflows from page cache allocation
2013-10-28 9:49 UTC (9+ messages)
[PATCH 00/19 V2] xfs: patches for 3.13
2013-10-27 23:01 UTC (16+ messages)
` [PATCH 13/19] xfs: vectorise directory data operations
` [PATCH 17/19] xfs: vectorise encoding/decoding directory headers
` [PATCH 18/19] xfs: vectorise directory leaf operations
` [PATCH 19/19] xfs: convert directory vector functions to constants
[PATCH] xfstest: fix filtering in 206 for ftype and projid32bit
2013-10-27 9:11 UTC (4+ messages)
Questions about XFS
2013-10-27 3:29 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