xfs (thread)
[PATCH 00/10] decouple the in-memory from the on-disk log format V2,
Christoph Hellwig,
2013/11/29
- [PATCH 01/10] xfs: remove duplicate code in xlog_cil_insert_format_items, Christoph Hellwig, 2013/11/29
- [PATCH 07/10] xfs: format logged extents directly into the CIL, Christoph Hellwig, 2013/11/29
- [PATCH 08/10] xfs: remove the inode log format from the inode log item, Christoph Hellwig, 2013/11/29
- [PATCH 10/10] xfs: remove the quotaoff log format from the quotaoff log item, Christoph Hellwig, 2013/11/29
- [PATCH 05/10] xfs: introduce xlog_copy_iovec, Christoph Hellwig, 2013/11/29
- [PATCH 09/10] xfs: remove the dquot log format from the dquot log item, Christoph Hellwig, 2013/11/29
- [PATCH 04/10] xfs: refactor xfs_inode_item_format, Christoph Hellwig, 2013/11/29
- [PATCH 06/10] xfs: format log items write directly into the linear CIL buffer, Christoph Hellwig, 2013/11/29
- [PATCH 02/10] xfs: refactor xfs_buf_item_format_segment, Christoph Hellwig, 2013/11/29
- [PATCH 03/10] xfs: refactor xfs_inode_item_size, Christoph Hellwig, 2013/11/29
[RFC, PATCH 00/15] mkfs: sanitise input parameters,
Dave Chinner,
2013/11/28
- [PATCH 02/15] mkfs: sanitise ftype parameter values., Dave Chinner, 2013/11/28
- [PATCH 06/15] mkfs: validate logarithmic parameters sanely, Dave Chinner, 2013/11/28
- [PATCH 08/15] mkfs: getbool is redundant, Dave Chinner, 2013/11/28
- [PATCH 01/15] xfsprogs: use common code for multi-disk detection, Dave Chinner, 2013/11/28
- [PATCH 03/15] mkfs: Sanitise the superblock feature macros, Dave Chinner, 2013/11/28
- [PATCH 10/15] mkfs: add respecification detection to generic parsing, Dave Chinner, 2013/11/28
- [PATCH 14/15] mkfs: add string options to generic parsing, Dave Chinner, 2013/11/28
- [PATCH 05/15] mkfs: factor boolean option parsing, Dave Chinner, 2013/11/28
- [PATCH 04/15] mkfs: validate all input values, Dave Chinner, 2013/11/28
- [PATCH 11/15] mkfs: table based parsing for converted parameters, Dave Chinner, 2013/11/28
- [PATCH 12/15] mkfs: merge getnum, Dave Chinner, 2013/11/28
- [PATCH 09/15] mkfs: use getnum_checked for all ranged parameters, Dave Chinner, 2013/11/28
- [PATCH 13/15] mkfs: encode conflicts into parsing table, Dave Chinner, 2013/11/28
- [PATCH 15/15] mkfs: don't treat files as though they are block devices, Dave Chinner, 2013/11/28
- [PATCH 07/15] mkfs: structify input parameter passing, Dave Chinner, 2013/11/28
Problem with mkfs.xfs on a regular file,
Phil White,
2013/11/26
- Re: Problem with mkfs.xfs on a regular file, Phil White, 2013/11/26
- Re: Problem with mkfs.xfs on a regular file, Nathan Scott, 2013/11/26
- Re: Problem with mkfs.xfs on a regular file, Dave Chinner, 2013/11/26
- Re: Problem with mkfs.xfs on a regular file, Eric Sandeen, 2013/11/27
- Re: Problem with mkfs.xfs on a regular file, Dave Chinner, 2013/11/27
- Re: Problem with mkfs.xfs on a regular file, Eric Sandeen, 2013/11/27
- Re: Problem with mkfs.xfs on a regular file, Dave Chinner, 2013/11/28
- Re: Problem with mkfs.xfs on a regular file, Phil White, 2013/11/28
- Re: Problem with mkfs.xfs on a regular file, Eric Sandeen, 2013/11/28
- Re: Problem with mkfs.xfs on a regular file, Eric Sandeen, 2013/11/28
- Re: Problem with mkfs.xfs on a regular file, Dave Chinner, 2013/11/28
- Re: Problem with mkfs.xfs on a regular file, Dave Chinner, 2013/11/28
[RFC PATCH 0/4] xfs: add O_TMPFILE support,
Zhi Yong Wu,
2013/11/25
- [RFC PATCH 1/4] xfs: adjust the interface of xfs_qm_vop_dqalloc(), Zhi Yong Wu, 2013/11/25
- [RFC PATCH 2/4] xfs: add xfs_create_tmpfile() for O_TMPFILE support, Zhi Yong Wu, 2013/11/25
- [RFC PATCH 3/4] xfs: add a new method xfs_vn_tmpfile(), Zhi Yong Wu, 2013/11/25
- [RFC PATCH 4/4] xfs: allow linkat() on O_TMPFILE files, Zhi Yong Wu, 2013/11/25
- Re: [RFC PATCH 0/4] xfs: add O_TMPFILE support, Christoph Hellwig, 2013/11/28
[PATCH] xfstests,btrfs: add wrong compress type regression test,
Miao Xie,
2013/11/25
- Re: [PATCH] xfstests,btrfs: add wrong compress type regression test, Dave Chinner, 2013/11/25
- [PATCH v2] xfstests,btrfs: add wrong compress type regression test, Miao Xie, 2013/11/26
- Re: [PATCH v2] xfstests,btrfs: add wrong compress type regression test, Dave Chinner, 2013/11/26
- [PATCH v3] xfstests,btrfs: add wrong compress type regression test, Miao Xie, 2013/11/26
- Re: [PATCH v3] xfstests,btrfs: add wrong compress type regression test, Dave Chinner, 2013/11/26
- Re: [PATCH v2] xfstests,btrfs: add wrong compress type regression test, Miao Xie, 2013/11/26
inode_permission NULL pointer dereference in 3.13-rc1,
Christoph Hellwig,
2013/11/24
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/24
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Christoph Hellwig, 2013/11/25
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/26
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Christoph Hellwig, 2013/11/26
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/27
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Christoph Hellwig, 2013/11/27
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Dave Chinner, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Dave Chinner, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Linus Torvalds, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Linus Torvalds, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/28
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/29
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Greg KH, 2013/11/29
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Linus Torvalds, 2013/11/29
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Al Viro, 2013/11/29
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Linus Torvalds, 2013/11/29
- [GIT PULL] Re: inode_permission NULL pointer dereference in 3.13-rc1, Theodore Ts'o, 2013/11/30
- Re: [GIT PULL] Re: inode_permission NULL pointer dereference in 3.13-rc1, Theodore Ts'o, 2013/11/30
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Dave Chinner, 2013/11/27
- Re: inode_permission NULL pointer dereference in 3.13-rc1, Theodore Ts'o, 2013/11/28
[PATCH 0/7] decouple the in-memory from the on-disk log format,
Christoph Hellwig,
2013/11/23
- [PATCH 6/7] xfs: remove efi_next_extent, Christoph Hellwig, 2013/11/23
- [PATCH 2/7] xfs: remove the inode log format from the inode log item, Christoph Hellwig, 2013/11/23
- [PATCH 4/7] xfs: remove the quotaoff log format from the quotaoff log item, Christoph Hellwig, 2013/11/23
- [PATCH 1/7] xfs: let iop_format write directly into the linear buffer, Christoph Hellwig, 2013/11/23
- [PATCH 5/7] xfs: defer EFI and EFD log formatting until iop_format time, Christoph Hellwig, 2013/11/23
- [PATCH 3/7] xfs: remove the dquot log format from the dquot log item, Christoph Hellwig, 2013/11/23
- [PATCH 7/7] xfs: remove opencoded versions of xfs_bmap_cancel, Christoph Hellwig, 2013/11/23
- Re: [PATCH 0/7] decouple the in-memory from the on-disk log format, Dave Chinner, 2013/11/25
Re: ARC-1120 and MD very sloooow,
Stan Hoeppner,
2013/11/22
- Re: ARC-1120 and MD very sloooow, Jimmy Thrasibule, 2013/11/25
- Re: ARC-1120 and MD very sloooow, Stan Hoeppner, 2013/11/25
- Re: ARC-1120 and MD very sloooow, Dave Chinner, 2013/11/25
- Re: ARC-1120 and MD very sloooow, Stan Hoeppner, 2013/11/25
- Re: ARC-1120 and MD very sloooow, Dave Chinner, 2013/11/26
- Re: ARC-1120 and MD very sloooow, Stan Hoeppner, 2013/11/26
- Re: ARC-1120 and MD very sloooow, Jimmy Thrasibule, 2013/11/28
- Re: ARC-1120 and MD very sloooow, Stan Hoeppner, 2013/11/28
Caro Amado,
Adrian Bayford & wife Gillian,
2013/11/21
- Caro Amado, Adrian Bayford & wife Gillian, 2013/11/21
Merhaba,
Meral Candemir,
2013/11/19
- Merhaba, Meral Candemir, 2013/11/19
Re: Filesystem writes on RAID5 too slow,
Eric Sandeen,
2013/11/18
- Re: Filesystem writes on RAID5 too slow, Dave Chinner, 2013/11/18
- Re: Filesystem writes on RAID5 too slow, Martin Boutin, 2013/11/21
- Re: Filesystem writes on RAID5 too slow, Dave Chinner, 2013/11/21
- Re: Filesystem writes on RAID5 too slow, Martin Boutin, 2013/11/21
- Re: Filesystem writes on RAID5 too slow, Martin Boutin, 2013/11/21
- Re: Filesystem writes on RAID5 too slow, Martin Boutin, 2013/11/21
- Re: Filesystem writes on RAID5 too slow, Christoph Hellwig, 2013/11/22
- Re: Filesystem writes on RAID5 too slow, Dave Chinner, 2013/11/21
- Re: Filesystem writes on RAID5 too slow, Christoph Hellwig, 2013/11/22
- Re: Filesystem writes on RAID5 too slow, Dave Chinner, 2013/11/22
- Re: Filesystem writes on RAID5 too slow, Christoph Hellwig, 2013/11/23
- Re: Filesystem writes on RAID5 too slow, Dave Chinner, 2013/11/24
- Re: Filesystem writes on RAID5 too slow, Martin Boutin, 2013/11/22
Hello !,
Miss Waliyah Gaziri,
2013/11/15
[PATCH RFC] xfs: set block device logical sector size on xfs_buftarg,
Eric Sandeen,
2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Christoph Hellwig, 2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Eric Sandeen, 2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Dave Chinner, 2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Eric Sandeen, 2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Dave Chinner, 2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Eric Sandeen, 2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Dave Chinner, 2013/11/13
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Christoph Hellwig, 2013/11/14
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Eric Sandeen, 2013/11/14
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Dave Chinner, 2013/11/14
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Ric Wheeler, 2013/11/22
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Christoph Hellwig, 2013/11/22
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Ric Wheeler, 2013/11/22
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Eric Sandeen, 2013/11/22
- Re: [PATCH RFC] xfs: set block device logical sector size on xfs_buftarg, Eric Sandeen, 2013/11/13
[PATCH v2 00/20] xfsprogs: introduce the free inode btree,
Brian Foster,
2013/11/13
- [PATCH v2 10/20] xfs: enable the finobt feature on v5 superblocks, Brian Foster, 2013/11/13
- [PATCH v2 04/20] xfs: update inode allocation/free transaction reservations for finobt, Brian Foster, 2013/11/13
- [PATCH v2 20/20] xfsprogs/db: add finobt support to metadump, Brian Foster, 2013/11/13
- [PATCH v2 17/20] xfsprogs/repair: helpers for finding in-core inode records w/ free inodes, Brian Foster, 2013/11/13
- [PATCH v2 13/20] xfsprogs/repair: account for finobt in ag 0 geometry pre-calculation, Brian Foster, 2013/11/13
- [PATCH v2 07/20] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper, Brian Foster, 2013/11/13
- [PATCH v2 06/20] xfs: use and update the finobt on inode allocation, Brian Foster, 2013/11/13
- [PATCH v2 05/20] xfs: insert newly allocated inode chunks into the finobt, Brian Foster, 2013/11/13
- [PATCH v2 18/20] xfsprogs/repair: reconstruct the finobt in phase 5, Brian Foster, 2013/11/13
- [PATCH v2 08/20] xfs: update the finobt on inode free, Brian Foster, 2013/11/13
- [PATCH v2 16/20] xfsprogs/repair: pull the build_agi() call up out of the inode tree build, Brian Foster, 2013/11/13
- [PATCH v2 01/20] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers, Brian Foster, 2013/11/13
- [PATCH v2 02/20] xfs: reserve v5 superblock read-only compat. feature bit for finobt, Brian Foster, 2013/11/13
- [PATCH v2 19/20] xfsprogs/growfs: report finobt status in fs geometry (xfs_info), Brian Foster, 2013/11/13
- [PATCH v2 11/20] xfsprogs/mkfs: finobt mkfs support, Brian Foster, 2013/11/13
- [PATCH v2 14/20] xfsprogs/repair: phase 2 finobt scan, Brian Foster, 2013/11/13
- [PATCH v2 15/20] xfsprogs/repair: pass btree block magic as param to build_ino_tree(), Brian Foster, 2013/11/13
- [PATCH v2 12/20] xfsprogs/db: finobt support, Brian Foster, 2013/11/13
- [PATCH v2 03/20] xfs: support the XFS_BTNUM_FINOBT free inode btree type, Brian Foster, 2013/11/13
- [PATCH v2 09/20] xfs: report finobt status in fs geometry, Brian Foster, 2013/11/13
[PATCH v2 00/11] xfs: introduce the free inode btree,
Brian Foster,
2013/11/13
- [PATCH v2 02/11] xfs: reserve v5 superblock read-only compat. feature bit for finobt, Brian Foster, 2013/11/13
- [PATCH v2 04/11] xfs: update inode allocation/free transaction reservations for finobt, Brian Foster, 2013/11/13
- [PATCH v2 03/11] xfs: support the XFS_BTNUM_FINOBT free inode btree type, Brian Foster, 2013/11/13
- [PATCH v2 07/11] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper, Brian Foster, 2013/11/13
- [PATCH v2 08/11] xfs: update the finobt on inode free, Brian Foster, 2013/11/13
- [PATCH v2 06/11] xfs: use and update the finobt on inode allocation, Brian Foster, 2013/11/13
- [PATCH v2 05/11] xfs: insert newly allocated inode chunks into the finobt, Brian Foster, 2013/11/13
- [PATCH v2 10/11] xfs: report finobt status in fs geometry, Brian Foster, 2013/11/13
- [PATCH v2 09/11] xfs: add finobt support to growfs, Brian Foster, 2013/11/13
- [PATCH v2 11/11] xfs: enable the finobt feature on v5 superblocks, Brian Foster, 2013/11/13
- [PATCH v2 01/11] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers, Brian Foster, 2013/11/13
- Re: [PATCH v2 00/11] xfs: introduce the free inode btree, Christoph Hellwig, 2013/11/13
- Re: [PATCH v2 00/11] xfs: introduce the free inode btree, Michael L. Semon, 2013/11/17
[PATCH 00/36 V5] xfsprogs: CRC write support for xfs_db +,
Dave Chinner,
2013/11/13
- [PATCH 01/36] xfsprogs: fix automatic dependency generation, Dave Chinner, 2013/11/13
- [PATCH 26/36] db: add a special attribute buffer verifier, Dave Chinner, 2013/11/13
- [PATCH 35/36] repair: Increase default repair parallelism on large filesystems, Dave Chinner, 2013/11/13
- [PATCH 34/36] repair: prefetching is turned off unnecessarily, Dave Chinner, 2013/11/13
- [PATCH 07/36] libxfs: bmap btree owner swap support, Dave Chinner, 2013/11/13
- [PATCH 33/36] xfsprogs: kill experimental warnings for v5 filesystems, Dave Chinner, 2013/11/13
- [PATCH 27/36] db: re-enable write support for v5 filesystems., Dave Chinner, 2013/11/13
- [PATCH 02/36] xfs: fix some minor sparse warnings, Dave Chinner, 2013/11/13
- [PATCH 03/36] xfs: create a shared header file for format-related information, Dave Chinner, 2013/11/13
- [PATCH 36/36] repair: fix leaf node directory data check, Dave Chinner, 2013/11/13
- [PATCH 04/36] xfs: split dquot buffer operations out, Dave Chinner, 2013/11/13
- [PATCH 30/36] libxfs: work around do_div() not handling 32 bit numerators, Dave Chinner, 2013/11/13
- [PATCH 28/36] xfs_db: use inode cluster buffers for inode IO, Dave Chinner, 2013/11/13
- [PATCH 32/36] xfs: support larger inode clusters on v5 filesystems, Dave Chinner, 2013/11/13
- [PATCH 29/36] xfs_db: avoid libxfs buffer lookup warnings, Dave Chinner, 2013/11/13
- [PATCH 25/36] db: add a special directory buffer verifier, Dave Chinner, 2013/11/13
- [PATCH 22/36] db: indicate if the CRC on a buffer is correct or not, Dave Chinner, 2013/11/13
- [PATCH 18/36] db: rewrite bbmap to use xfs_buf_map, Dave Chinner, 2013/11/13
- [PATCH 23/36] db: verify and calculate inode CRCs, Dave Chinner, 2013/11/13
- [PATCH 24/36] db: verify and calculate dquot CRCs, Dave Chinner, 2013/11/13
- [PATCH 20/36] db: rewrite IO engine to use libxfs, Dave Chinner, 2013/11/13
- [PATCH 11/36] xfs: remove newlines from strings passed to __xfs_printk, Dave Chinner, 2013/11/13
- [PATCH 31/36] db: enable metadump on CRC filesystems, Dave Chinner, 2013/11/13
- [PATCH 05/36] xfs: decouple inode and bmap btree header files, Dave Chinner, 2013/11/13
- [PATCH 19/36] libxfs: refactor libxfs_buf_read_map for xfs_db, Dave Chinner, 2013/11/13
- [PATCH 21/36] db: introduce verifier support into set_cur, Dave Chinner, 2013/11/13
- [PATCH 17/36] db: separate out straight buffer IO from map based IO., Dave Chinner, 2013/11/13
- [PATCH 15/36] libxfs: fix root inode handling inconsistencies, Dave Chinner, 2013/11/13
- [PATCH 14/36] xfs: don't emit corruption noise on fs probes, Dave Chinner, 2013/11/13
- [PATCH 10/36] libxfs: Minor cleanup and bug fix sync, Dave Chinner, 2013/11/13
- [PATCH 09/36] libxfs: bring across inode buffer readahead verifier changes, Dave Chinner, 2013/11/13
- [PATCH 12/36] xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct(), Dave Chinner, 2013/11/13
- [PATCH 13/36] xfs: fix node forward in xfs_node_toosmall, Dave Chinner, 2013/11/13
- [PATCH 06/36] libxfs: unify xfs_btree.c with kernel code, Dave Chinner, 2013/11/13
- [PATCH 08/36] libxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c, Dave Chinner, 2013/11/13
- [PATCH 16/36] libxfs: stop caching inode structures, Dave Chinner, 2013/11/13
- Re: [PATCH 00/36 V5] xfsprogs: CRC write support for xfs_db +, Rich Johnston, 2013/11/14
hello,
graceoromo13,
2013/11/11
RE: Hi,
Anders Kathy,
2013/11/10
xfs: update maintainers file,
Ben Myers,
2013/11/07
- Re: xfs: update maintainers file, Mark Tinguely, 2013/11/07
- [PATCH v2] update maintainers file, Ben Myers, 2013/11/07
- Re: xfs: update maintainers file, Ric Wheeler, 2013/11/07
- Re: xfs: update maintainers file, Zhi Yong Wu, 2013/11/07
- Re: xfs: update maintainers file, Jeff Liu, 2013/11/07
- XFS leadership and a new co-maintainer candidate, Ric Wheeler, 2013/11/08
- Re: XFS leadership and a new co-maintainer candidate, Ben Myers, 2013/11/08
- Re: XFS leadership and a new co-maintainer candidate, Ric Wheeler, 2013/11/08
- Re: XFS leadership and a new co-maintainer candidate, Ben Myers, 2013/11/08
- Re: XFS leadership and a new co-maintainer candidate, Christoph Hellwig, 2013/11/08
- Re: XFS leadership and a new co-maintainer candidate, Ric Wheeler, 2013/11/08
- Re: XFS leadership and a new co-maintainer candidate, Ben Myers, 2013/11/08
- Re: XFS leadership and a new co-maintainer candidate, Ric Wheeler, 2013/11/08
- [PATCH] update xfs maintainers, Ben Myers, 2013/11/08
- Re: [PATCH] update xfs maintainers, Ric Wheeler, 2013/11/08
- Re: [PATCH] update xfs maintainers, Ben Myers, 2013/11/08
- Re: [PATCH] update xfs maintainers, Ric Wheeler, 2013/11/08
- Re: [PATCH] update xfs maintainers, Ben Myers, 2013/11/09
- Re: [PATCH] update xfs maintainers, Zhi Yong Wu, 2013/11/08
- Re: [PATCH] update xfs maintainers, NeilBrown, 2013/11/08
- Re: [PATCH] update xfs maintainers, Ben Myers, 2013/11/09
- Re: [PATCH] update xfs maintainers, Ben Myers, 2013/11/09
- Re: [PATCH] update xfs maintainers, Stan Hoeppner, 2013/11/09
- Re: [PATCH] update xfs maintainers, Dave Chinner, 2013/11/10
- Re: [PATCH] update xfs maintainers, Dave Chinner, 2013/11/10
- Re: [PATCH] update xfs maintainers, Ben Myers, 2013/11/10
- Re: [PATCH] update xfs maintainers, Dave Chinner, 2013/11/14
- Re: [PATCH] update xfs maintainers, Ben Myers, 2013/11/14
- Re: [PATCH] update xfs maintainers, Alex Elder, 2013/11/14
- Re: [PATCH] update xfs maintainers, Alex Elder, 2013/11/14
- Re: XFS leadership and a new co-maintainer candidate, Christoph Hellwig, 2013/11/12
- Re: XFS leadership and a new co-maintainer candidate, Ben Myers, 2013/11/12
Re: [PATCH 0/5] xfs: more patches for 3.13,
Ben Myers,
2013/11/06
- Re: [PATCH 0/5] xfs: more patches for 3.13, Dave Chinner, 2013/11/06
- Re: [PATCH 0/5] xfs: more patches for 3.13, Eric Sandeen, 2013/11/12
- Re: [PATCH 0/5] xfs: more patches for 3.13, Dave Chinner, 2013/11/13
- Re: [PATCH 0/5] xfs: more patches for 3.13, Eric Sandeen, 2013/11/15
- Re: [PATCH 0/5] xfs: more patches for 3.13, Eric Sandeen, 2013/11/15
- Re: [PATCH 0/5] xfs: more patches for 3.13, Dave Chinner, 2013/11/17
- Re: [PATCH 0/5] xfs: more patches for 3.13, Eric Sandeen, 2013/11/18
- Re: [PATCH 0/5] xfs: more patches for 3.13, Ben Myers, 2013/11/18
xfstest failures,
Christoph Hellwig,
2013/11/06
- Re: xfstest failures, Ben Myers, 2013/11/06
- Re: xfstest failures, Eric Sandeen, 2013/11/06
- Re: xfstest failures, Christoph Hellwig, 2013/11/07
- Re: xfstest failures, Eric Sandeen, 2013/11/07
- Re: xfstest failures, Christoph Hellwig, 2013/11/07
- Re: xfstest failures, Eric Sandeen, 2013/11/07
- Re: xfstest failures, Christoph Hellwig, 2013/11/07
- Re: xfstest failures, Ben Myers, 2013/11/07
- Re: xfstest failures, Dave Chinner, 2013/11/10
- Re: xfstest failures, Dave Chinner, 2013/11/10
- Re: xfstest failures, Dave Chinner, 2013/11/06
- Re: xfstest failures, Mark Tinguely, 2013/11/06
- Re: xfstest failures, Christoph Hellwig, 2013/11/07
- Re: xfstest failures, Mark Tinguely, 2013/11/07
- Re: xfstest failures, Eric Sandeen, 2013/11/07
- Re: xfstest failures, Christoph Hellwig, 2013/11/07
- Re: xfstest failures, Eric Sandeen, 2013/11/07
- Re: xfstest failures, Christoph Hellwig, 2013/11/07
- Re: xfstest failures, Christoph Hellwig, 2013/11/07
[PATCH 00/37 V4] xfsprogs: CRC write support for xfs_db + more,
Dave Chinner,
2013/11/05
- [PATCH 02/37] xfs: fix some minor sparse warnings, Dave Chinner, 2013/11/05
- [PATCH 01/37] xfsprogs: fix automatic dependency generation, Dave Chinner, 2013/11/05
- [PATCH 06/37] libxfs: unify xfs_btree.c with kernel code, Dave Chinner, 2013/11/05
- [PATCH 04/37] xfs: split dquot buffer operations out, Dave Chinner, 2013/11/05
- [PATCH 34/37] xfsprogs: kill experimental warnings for v5 filesystems, Dave Chinner, 2013/11/05
- [PATCH 14/37] xfs: don't emit corruption noise on fs probes, Dave Chinner, 2013/11/05
- [PATCH 07/37] libxfs: bmap btree owner swap support, Dave Chinner, 2013/11/05
- [PATCH 05/37] xfs: decouple inode and bmap btree header files, Dave Chinner, 2013/11/05
- [PATCH 24/37] db: verify and calculate dquot CRCs, Dave Chinner, 2013/11/05
- [PATCH 26/37] db: add a special attribute buffer verifier, Dave Chinner, 2013/11/05
- [PATCH 03/37] xfs: create a shared header file for format-related information, Dave Chinner, 2013/11/05
- [PATCH 20/37] db: rewrite IO engine to use libxfs, Dave Chinner, 2013/11/05
- [PATCH 37/37] repair: fix leaf node directory data check, Dave Chinner, 2013/11/05
- [PATCH 17/37] db: separate out straight buffer IO from map based IO., Dave Chinner, 2013/11/05
- [PATCH 32/37] db: enable metadump on CRC filesystems, Dave Chinner, 2013/11/05
- [PATCH 36/37] repair: Increase default repair parallelism on large filesystems, Dave Chinner, 2013/11/05
- [PATCH 21/37] db: introduce verifier support into set_cur, Dave Chinner, 2013/11/05
- [PATCH 35/37] repair: prefetching is turned off unnecessarily, Dave Chinner, 2013/11/05
- [PATCH 27/37] db: re-enable write support for v5 filesystems., Dave Chinner, 2013/11/05
- [PATCH 23/37] db: verify and calculate inode CRCs, Dave Chinner, 2013/11/05
- [PATCH 30/37] libxfs: work around do_div() not handling 32 bit numerators, Dave Chinner, 2013/11/05
- [PATCH 19/37] libxfs: refactor libxfs_buf_read_map for xfs_db, Dave Chinner, 2013/11/05
- [PATCH 28/37] xfs_db: avoid libxfs buffer lookup warnings, Dave Chinner, 2013/11/05
- [PATCH 31/37] db: Unwind the IO stack on exit, Dave Chinner, 2013/11/05
- [PATCH 25/37] db: add a special directory buffer verifier, Dave Chinner, 2013/11/05
- [PATCH 22/37] db: indicate if the CRC on a buffer is correct or not, Dave Chinner, 2013/11/05
- [PATCH 18/37] db: rewrite bbmap to use xfs_buf_map, Dave Chinner, 2013/11/05
- [PATCH 16/37] libxfs: stop caching inode structures, Dave Chinner, 2013/11/05
- [PATCH 13/37] xfs: fix node forward in xfs_node_toosmall, Dave Chinner, 2013/11/05
- [PATCH 12/37] xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct(), Dave Chinner, 2013/11/05
- [PATCH 29/37] xfs_db: avoid libxfs buffer lookup warnings, Dave Chinner, 2013/11/05
- [PATCH 09/37] libxfs: bring across inode buffer readahead verifier changes, Dave Chinner, 2013/11/05
- [PATCH 33/37] xfs: support larger inode clusters on v5 filesystems, Dave Chinner, 2013/11/05
- [PATCH 15/37] libxfs: fix root inode handling inconsistencies, Dave Chinner, 2013/11/05
- [PATCH 11/37] xfs: remove newlines from strings passed to __xfs_printk, Dave Chinner, 2013/11/05
- [PATCH 10/37] libxfs: Minor cleanup and bug fix sync, Dave Chinner, 2013/11/05
- [PATCH 08/37] libxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c, Dave Chinner, 2013/11/05
- Re: [PATCH 00/37 V4] xfsprogs: CRC write support for xfs_db + more, Christoph Hellwig, 2013/11/06
- Re: [PATCH 00/37 V4] xfsprogs: CRC write support for xfs_db + more, Rich Johnston, 2013/11/09
How to use increased number of ACL entries?,
Kasparek Tomas,
2013/11/03
- Re: How to use increased number of ACL entries?, Dave Chinner, 2013/11/03
- Re: How to use increased number of ACL entries?, Eric Sandeen, 2013/11/03
- Re: How to use increased number of ACL entries?, Michael L. Semon, 2013/11/03
- Re: How to use increased number of ACL entries?, Jeff Liu, 2013/11/03
- Re: How to use increased number of ACL entries?, Michael L. Semon, 2013/11/03
- Re: How to use increased number of ACL entries?, Kasparek Tomas, 2013/11/04
- Re: How to use increased number of ACL entries?, Eric Sandeen, 2013/11/04
- Re: How to use increased number of ACL entries?, Kasparek Tomas, 2013/11/04
- Re: How to use increased number of ACL entries?, Dave Chinner, 2013/11/04
- Re: How to use increased number of ACL entries?, Michael L. Semon, 2013/11/05
- Re: How to use increased number of ACL entries?, Ben Myers, 2013/11/05
- Re: How to use increased number of ACL entries?, Dave Chinner, 2013/11/04
slow ls -l,
Qing Chang,
2013/11/01
- Re: slow ls -l, Stan Hoeppner, 2013/11/04
- Re: slow ls -l, Qing Chang, 2013/11/12
- Re: slow ls -l -- could use a little help to finish this one up, Stan Hoeppner, 2013/11/12
- Re: slow ls -l -- could use a little help to finish this one up, Jay Ashworth, 2013/11/12
- Re: slow ls -l -- could use a little help to finish this one up, Peter Grandi, 2013/11/12
- Re: slow ls -l, Nathaniel W. Turner, 2013/11/12
- Re: slow ls -l, Peter Grandi, 2013/11/12
- Re: slow ls -l, Peter Grandi, 2013/11/12
- Re: slow ls -l, Dave Chinner, 2013/11/12
- Re: slow ls -l, Qing Chang, 2013/11/13