public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-09-03 23:11:16 to 2008-09-19 15:01:49 UTC [more...]

REVIEW: Fix for incore extent corruption
 2008-09-19 15:03 UTC  (16+ messages)

[PATCH 0/8] XFS: AIL cleanup and bug fixes
 2008-09-19  9:28 UTC  (17+ messages)
` [PATCH 1/8] XFS: Allocate the struct xfs_ail
` [PATCH 2/8] XFS: Use a cursor for AIL traversal
` [PATCH 3/8] XFS: move the AIl traversal over to a consistent interface
` [PATCH 4/8] XFS: Allow 64 bit machines to avoid the AIL lock during flushes
` [PATCH 5/8] XFS: Move the AIL lock into the struct xfs_ail
` [PATCH 6/8] XFS: Given the log a pointer to the AIL
` [PATCH 7/8] XFS: Add ail pointer into log items
` [PATCH 8/8] XFS: Finish removing the mount pointer from the AIL API

[PATCH] Unlock inode before calling xfs_idestroy()
 2008-09-19  7:26 UTC  (3+ messages)

[PATCH] xail idbg command doesn't increment count in each loop
 2008-09-19  4:19 UTC  (2+ messages)

[PATCH V2] Fix buffer flag definitions for xbp idbg command
 2008-09-19  3:40 UTC  (2+ messages)

[GIT PULL] XFS update for 2.6.27
 2008-09-18  7:58 UTC 

TAKE 987086 - Fix use-after-free with log and quotas
 2008-09-18  7:36 UTC 

read only remount not so happy
 2008-09-18  5:29 UTC  (5+ messages)

2.6.27-rc6: lockdep warning: iprune_mutex at shrink_icache_memory+0x38/0x1a8
 2008-09-17 18:33 UTC  (5+ messages)

[PATCH 5/6] always use struct xfs_btree_block instead of short / longform structures
 2008-09-17  0:59 UTC  (4+ messages)

[PATCH 4/6] cleanup btree record / key / ptr addressing macros
 2008-09-17  0:57 UTC  (4+ messages)

[PATCH 3/6] cleanup maxrecs calculation
 2008-09-16 17:29 UTC  (3+ messages)

[PATCH 6/6] move XFS_BMAP_SANITY_CHECK out of line
 2008-09-16  6:31 UTC  (2+ messages)

[PATCH] Fix use-after-free with log and quotas
 2008-09-16  6:36 UTC  (6+ messages)

[PATCH] Re-dirty pages on I/O error
 2008-09-16  6:30 UTC  (10+ messages)

[PATCH 1/6] fix up btree headers for userspace
 2008-09-16  5:12 UTC  (2+ messages)

sanitize xlog_in_core_t definition
 2008-09-16  5:11 UTC  (2+ messages)

[PATCH 0/5] XFS: Track reclaimable inodes in inode cache V2
 2008-09-16  5:06 UTC  (6+ messages)
` [PATCH 1/5] XFS: move inode reclaim functions to xfs_sync.c
` [PATCH 2/5] XFS: rename inode reclaim functions
` [PATCH 3/5] XFS: mark inodes for reclaim via a tag in the inode radix tree
` [PATCH 4/5] XFS: use the inode radix tree for reclaiming inodes
` [PATCH 5/5] XFS: kill deleted inodes list

[PATCH 0/3] XFS: Combine Linux and XFS inodes
 2008-09-16  4:47 UTC  (6+ messages)
` [PATCH 1/3] Inode: Allow external initialisers
` [PATCH 2/3] Inode: Allow external list initialisation
` [PATCH 3/3] XFS: Combine the XFS and Linux inodes V2

[PATCH 0/6] XFS: Track reclaimable inodes in inode cache
 2008-09-16  4:27 UTC  (14+ messages)
` [PATCH 1/6] XFS: move inode reclaim functions to xfs_sync.c
` [PATCH 2/6] XFS: mark inodes for reclaim via a tag in the inode radix tree
` [PATCH 3/6] XFS: rename inode reclaim functions
` [PATCH 4/6] XFS: use the inode radix tree for reclaiming inodes
` [PATCH 5/6] XFS: kill deleted inodes list
` [PATCH 6/6] XFS: use is_bad_inode() directly in xfs_reclaim_inode()

[PATCH 0/3] XFS: Prepare for combining the XFS and Linux inodes
 2008-09-16  4:21 UTC  (8+ messages)
` [PATCH 1/3] XFS: factor xfs_iget_core() into hit and miss cases
` [PATCH 2/3] XFS: Make use of the init-once slab optimisation
` [PATCH 3/3] XFS: Never call mark_inode_dirty_sync() directly

Bug#499076: Physical walk no longer ignores all symlinks
 2008-09-16  1:07 UTC 

XFS does not recognise mount options in 2.6.27-rc6
 2008-09-15 14:22 UTC  (5+ messages)

[PATCH 4/4] add support for large btree blocks with CRCs and additional RAS information
 2008-09-15  1:03 UTC 

[PATCH 3/4] Add a mount feature bit for CRC enabled filesystems
 2008-09-15  1:03 UTC 

[PATCH 2/4] Add copy_uuid_helper
 2008-09-15  1:03 UTC 

[PATCH 1/4] add pre-io callback to struct xfs_buf
 2008-09-15  1:03 UTC 

[PATCH 0/4] add crcs for btree blocks
 2008-09-15  1:03 UTC 

[PATCH 2/6] make xfsidbg independent of the main btree implementation
 2008-09-15  0:46 UTC 

[PATCH 0/6] btree cleanups
 2008-09-15  0:46 UTC 

[PATCH 0/10] XFS: clean up sync code
 2008-09-14 13:24 UTC  (17+ messages)
` [PATCH 01/10] XFS: split out two helpers from xfs_syncsub
` [PATCH 02/10] XFS: Use struct inodes instead of vnodes to kill vn_grab
` [PATCH 03/10] XFS: use xfs_sync_inodes rather than xfs_syncsub
` [PATCH 04/10] XFS: kill xfs_syncsub
` [PATCH 05/10] XFS: xfssyncd: don't call xfs_sync
` [PATCH 06/10] XFS: make SYNC_ATTR no longer use xfs_sync
` [PATCH 07/10] XFS: make SYNC_DELWRI no longer use xfs_sync V2
` [PATCH 08/10] XFS: Kill SYNC_CLOSE
` [PATCH 09/10] XFS: Kill xfs_sync()
` [PATCH 10/10] XFS: Move remaining quiesce code

[PATCH 0/6] XFS: replace the mount inode list with radix tree traversals V4
 2008-09-14 13:22 UTC  (8+ messages)
` [PATCH 1/6] XFS: move sync code to its own file
` [PATCH 2/6] XFS: move xfssyncd code to xfs_sync.c
` [PATCH 3/6] XFS: Remove xfs_iflush_all and clean up xfs_finish_reclaim_all() V3
` [PATCH 4/6] XFS: Use the inode tree for finding dirty inodes V3
` [PATCH 5/6] XFS: Traverse inode trees when releasing dquots V3
` [PATCH 6/6] XFS: remove the mount inode list

[PATCH] XFS: remove i_gen from incore inode
 2008-09-14 13:16 UTC  (2+ messages)

xfs bug/crash on
 2008-09-13  4:08 UTC  (2+ messages)

What happened to my XFS?
 2008-09-12 13:58 UTC  (2+ messages)

Locking Question
 2008-09-12  9:45 UTC 

[PATCH] use generic_file_llseek for directories
 2008-09-12  8:47 UTC 

[PATCH] use proper mnt_want_write calls for handle ioctls
 2008-09-12  8:44 UTC 

(no subject)
 2008-09-12  3:00 UTC  (2+ messages)
` xfs, ubuntu, & xen

[PATCH 1/3] Implement generic freeze feature
 2008-09-11 11:11 UTC  (3+ messages)

[PATCH 1/3] Implement generic freeze feature
 2008-09-11 10:58 UTC  (3+ messages)

[PATCH] log reasons for mount-time sunit/swidth rejection
 2008-09-11  5:51 UTC  (2+ messages)

TAKE 986687 - more acl/attr probs with tree walking and symlinks
 2008-09-10  6:47 UTC 

[PATCH] xfsidbg: decode XFS_IFEXTIREC i_flag
 2008-09-10  3:08 UTC 

[PATCH 3/3] Add timeout feature
 2008-09-08 17:11 UTC  (2+ messages)

[PATCH 2/3] Remove XFS specific ioctl interfaces for freeze feature
 2008-09-08 11:53 UTC 

[PATCH 0/3] freeze feature ver 1.11
 2008-09-08 11:52 UTC 

TAKE 986557 - Update libxfs and xfsprogs to latest kernel interfaces and implementation
 2008-09-08  5:25 UTC 

xfs_growfs fix backport for 2.6.16.y
 2008-09-05 16:29 UTC  (5+ messages)

Filesystem corruption writing out unlinked inodes
 2008-09-05  6:23 UTC  (7+ messages)

xfsprogs 2.10.1 source tarball released
 2008-09-05  4:00 UTC 

TAKE 983683 - Don't do I/O beyond eof when unreserving space
 2008-09-05  3:51 UTC 

TAKE 986494 - xfs_repair - restoring missing ".." entries doesn't work
 2008-09-05  2:29 UTC 

TAKE 983923 - xfs_repair - inode di_size not checked for validity with directories
 2008-09-05  1:55 UTC 

TAKE 986491 - Improve caching in libxfs
 2008-09-05  1:27 UTC 

xfs corruptions
 2008-09-04 23:02 UTC  (2+ messages)

REVIEW: Improve caching in libxfs
 2008-09-04 18:40 UTC  (6+ messages)

REVIEW: Zero rest of superblock sector always
 2008-09-03 23:12 UTC  (2+ messages)


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