public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-10-01 00:20:01 to 2008-10-13 06:30:16 UTC [more...]

TAKE 988140 - Use struct inodes instead of vnodes to kill vn_grab
 2008-10-13  6:31 UTC 

TAKE 988140 - split out two helpers from xfs_syncsub
 2008-10-13  6:29 UTC 

Stale XFS mount for Kernel 2.6.25.14
 2008-10-13  3:59 UTC  (2+ messages)

[PATCH] xfsdump: don't put null inode
 2008-10-12 23:32 UTC  (3+ messages)
` [PATCH] xfs_db: "

[PATCH] fix remount rw with unrecognized options
 2008-10-12 22:21 UTC  (4+ messages)

[PATCH] update xfsqa 189 to check for writeable fs after remount rw
 2008-10-12 12:31 UTC 

exception Emask 0x0 SAct 0x1 / SErr 0x0 action 0x2 frozen
 2008-10-10 19:27 UTC  (2+ messages)

[PATCH] fix barrier fail detection in XFS
 2008-10-10 18:07 UTC  (3+ messages)

[PATCH] fix barrier fail detection
 2008-10-10  9:23 UTC  (9+ messages)

[RFC, PATCH 0/7] XFS: dynamic busy extent tracking
 2008-10-10  7:11 UTC  (14+ messages)
` [PATCH 1/7] XFS: rename xfs_get_perag
` [PATCH 2/7] XFS: replace fixed size busy extent array with an rbtree
` [PATCH 3/7] XFS: Don't immediately reallocate busy extents
` [PATCH 4/7] XFS: Don't use log forces when busy extents are allocated
` [PATCH 5/7] XFS: Do not classify freed allocation btree blocks as busy
` [PATCH 6/7] XFS: Avoid busy extent ranges rather than the entire extent
` [PATCH 7/7] XFS: Simplify transaction busy extent tracking

[PATCH V2] Re-dirty pages on ENOSPC when converting delayed allocations
 2008-10-10  7:45 UTC  (4+ messages)

TAKE 988146 - Move XFS_BMAP_SANITY_CHECK out of line
 2008-10-10  6:24 UTC 

PARTIAL TAKE 988146 - Always use struct xfs_btree_block instead of short / longform structures
 2008-10-10  6:19 UTC 

TAKE 988149 - fix barrier fail detection
 2008-10-10  5:30 UTC 

PARTIAL TAKE 988146 - Always use struct xfs_btree_block instead of short / longform structures
 2008-10-10  5:18 UTC 

TAKE 988139 - xfsidbg update for mount inode list
 2008-10-10  5:11 UTC 

PATIAL TAKE 988147 - cleanup btree record / key / ptr addressing macros
 2008-10-10  5:09 UTC 

TAKE 988139 - remove the mount inode list
 2008-10-10  5:05 UTC 

PARTIAL TAKE 988146 - Cleanup maxrecs calculation
 2008-10-10  5:03 UTC 

TAKE 988139 - Traverse inode trees when releasing dquots
 2008-10-10  4:59 UTC 

TAKE 988139 - Use the inode tree for finding dirty inodes
 2008-10-10  4:56 UTC 

PARTIAL TAKE 988146 - make xfsidbg independent of the main btree implementation
 2008-10-10  4:49 UTC 

TAKE 988147 - don't block in xfs_qm_dqflush() during async writeback
 2008-10-10  4:17 UTC 

TAKE 988139 - Traverse inode trees when releasing dquots
 2008-10-10  4:12 UTC 

TAKE 988139 - Use the inode tree for finding dirty inodes
 2008-10-10  4:09 UTC 

TAKE 988139 - Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
 2008-10-10  4:05 UTC 

TAKE 988139 - move xfssyncd code to xfs_sync.c
 2008-10-10  3:55 UTC 

TAKE 988139 - move sync code to its own file
 2008-10-10  3:49 UTC 

[PATCH] XFS: don't block in xfs_qm_dqflush() during async writeback
 2008-10-10  1:16 UTC  (2+ messages)

[PATCH 3/3] kill XFS_DINODE_VERSION_ defines
 2008-10-09 18:55 UTC 

[PATCH 2/3] kill xfs_dinode_core_t
 2008-10-09 18:54 UTC 

[PATCH 1/3] kill xfs_ialloc_log_di
 2008-10-09 18:54 UTC 

[PATCH 3/3] Add timeout feature
 2008-10-09 10:18 UTC  (11+ messages)

[PATCH 0/5] Combine the XFS and Linux inode structures V2
 2008-10-09  8:07 UTC  (9+ messages)
` [PATCH 1/5] XFS: factor xfs_iget_core() into hit and miss cases
` [PATCH 2/5] XFS: Never call mark_inode_dirty_sync() directly
` [PATCH 3/5] Inode: Allow external initialisers
` [PATCH 4/5] Inode: Allow external list initialisation
` [PATCH 5/5] XFS: Combine the XFS and Linux inodes V3
` [PATCH 6/5]: XFS: Prevent use-after-free caused by synchronous inode reclaim

[PATCH 1/3] kill XFS_LITINO
 2008-10-09  7:24 UTC  (3+ messages)

xfsaild centisecs /proc wakeup control?
 2008-10-09  0:15 UTC  (4+ messages)

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

[PATCH 0/6] XFS: replace the mount inode list with radix tree traversals
 2008-10-08 23:59 UTC  (9+ 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 3/3] kill xfs_dinode_core_t
 2008-10-08 13:22 UTC  (3+ messages)

xfs file system corruption
 2008-10-08  0:15 UTC  (6+ messages)

[PATCH 0/8] XFS: AIL cleanup and bug fixes
 2008-10-07 22:13 UTC  (9+ 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] XFS: remove i_gen from incore inode
 2008-10-07 22:12 UTC 

[PATCH] XFS: Account for allocated blocks when expanding directories
 2008-10-07 21:58 UTC 

[PATCH] XFS: Check for valid transaction headers in recovery
 2008-10-07 21:57 UTC 

[PATCH 0/10] XFS: clean up sync code
 2008-10-07 21:43 UTC  (11+ 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 2/3] kill xfs_ialloc_log_di
 2008-10-07 22:24 UTC  (4+ messages)

TAKE 957103 - Merge up to 2.6.27-rc8
 2008-10-07 21:14 UTC  (6+ messages)

[PATCH 3/3] use inode_change_ok for setattr permission checking
 2008-10-07 20:30 UTC  (2+ messages)

[PATCH 2/3] Remove restricted_chown parameter
 2008-10-07 20:29 UTC  (3+ messages)

[REVIEW] Fix two mkfs.xfs bugs
 2008-10-07  4:51 UTC  (2+ messages)

Adding attr, inode reference query
 2008-10-07  1:51 UTC  (6+ messages)

XFS: "slow at directory traversal .. after 3 years of use"
 2008-10-06 22:31 UTC  (2+ messages)

XFS Regression Issue in kernel 2.6.26.3
 2008-10-06 22:25 UTC  (4+ messages)

[PATCH] remove exports of inline functions
 2008-10-06 18:16 UTC 

PARTIAL TAKE 987159 - Fix extent list corruption in xfs_iext_irec_compact_full()
 2008-10-06 17:24 UTC  (5+ messages)

[PATCH] XFS: Check for valid transaction headers in recovery
 2008-10-06  4:14 UTC  (4+ messages)

xfs_admin -U generate
 2008-10-06  0:58 UTC 

implementing trees
 2008-10-04 12:59 UTC 

what is the FS size limit for xfs_repair ?
 2008-10-04  0:22 UTC  (4+ messages)

how to determine version of XFS
 2008-10-03 21:01 UTC  (2+ messages)

XFS on 2.6.25.17 kernel issue
 2008-10-03  9:34 UTC  (3+ messages)

Which XFS-options for best performance in my case?
 2008-10-02 15:54 UTC  (2+ messages)

Which XFS-options for best performance in my case?
 2008-10-02 14:28 UTC 

TAKE 987785 - Consolidate btree block handling for xfs_db
 2008-10-02  6:34 UTC 

XFS filesystem corruption on the arm(el) architecture
 2008-10-02  1:42 UTC  (4+ messages)

RAID5/6 writes
 2008-10-02  0:32 UTC  (6+ messages)

XFS status update for September 2008
 2008-10-01 20:40 UTC 

[PATCH 5/6] always use struct xfs_btree_block instead of short / longform structures
 2008-10-01 15:22 UTC  (2+ messages)

TAKE 986557 - Update libxfs and xfsprogs to latest kernel interfaces and implementation
 2008-10-01  3:55 UTC 

TAKE 987246 - Show buffer address with debug hexdump on corruption
 2008-10-01  2:32 UTC 

TAKE 987683 - Check AGF agf_btreeblks when reading the AGF with lazy-counters
 2008-10-01  2:11 UTC 

TAKE 986558 - Update kernel headers for user-space libxfs build support
 2008-10-01  2:03 UTC 

XFS website remiss
 2008-10-01  0:20 UTC 


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