xfs (thread)
[PATCH V3 00/13] xfs: remove the xfssyncd mess,
Dave Chinner,
2012/09/27
- [PATCH 02/13] xfs: rationalise xfs_mount_wq users, Dave Chinner, 2012/09/27
- [PATCH 01/13] xfs: xfs_syncd_stop must die, Dave Chinner, 2012/09/27
- [PATCH 03/13] xfs: don't run the sync work if the filesystem is read-only, Dave Chinner, 2012/09/27
- [PATCH 04/13] xfs: sync work is now only periodic log work, Dave Chinner, 2012/09/27
- [PATCH 05/13] xfs: Bring some sanity to log unmounting, Dave Chinner, 2012/09/27
- [PATCH 06/13] xfs: xfs_sync_data is redundant., Dave Chinner, 2012/09/27
- [PATCH 08/13] xfs: xfs_sync_fsdata is redundant, Dave Chinner, 2012/09/27
- [PATCH 07/13] xfs: syncd workqueue is no more, Dave Chinner, 2012/09/27
- [PATCH 10/13] xfs: xfs_quiesce_attr() should quiesce the log like unmount, Dave Chinner, 2012/09/27
- [PATCH 09/13] xfs: move xfs_quiesce_attr() into xfs_super.c, Dave Chinner, 2012/09/27
- [PATCH 12/13] xfs: move inode locking functions to xfs_inode.c, Dave Chinner, 2012/09/27
- [PATCH 11/13] xfs: rename xfs_sync.[ch] to xfs_icache.[ch], Dave Chinner, 2012/09/27
- [PATCH 13/13] xfs: remove xfs_iget.c, Dave Chinner, 2012/09/27
[PATCH v4 0/8] speculative preallocation inode tracking,
Brian Foster,
2012/09/27
- [PATCH v4 1/8] xfs: add EOFBLOCKS inode tagging/untagging, Brian Foster, 2012/09/27
- [PATCH v4 3/8] xfs: create helper to check whether to free eofblocks on inode, Brian Foster, 2012/09/27
- [PATCH v4 7/8] xfs: add enhanced filtering to EOFBLOCKS scan, Brian Foster, 2012/09/27
- [PATCH v4 2/8] xfs: support a tag-based inode_ag_iterator, Brian Foster, 2012/09/27
- [PATCH v4 8/8] xfs: add background scanning to clear EOFBLOCKS inodes, Brian Foster, 2012/09/27
- [PATCH v4 6/8] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl, Brian Foster, 2012/09/27
- [PATCH v4 4/8] xfs: export xfs_free_eofblocks() and return EAGAIN on trylock failure, Brian Foster, 2012/09/27
- [PATCH v4 5/8] xfs: create function to scan and clear EOFBLOCKS inodes, Brian Foster, 2012/09/27
[PATCH 1/6] xfstests: add fio requirement V2,
Dmitry Monakhov,
2012/09/24
- [PATCH 2/6] xfstest: add configurable load factors, Dmitry Monakhov, 2012/09/24
- [PATCH 3/6] xfstest: allow fsstress to use load factor where appropriate, Dmitry Monakhov, 2012/09/24
- [PATCH 4/6] add fallocate/truncate vs AIO/DIO stress test, Dmitry Monakhov, 2012/09/24
- [PATCH 5/6] add fallocate/punch_hole vs AIO/DIO stress test, Dmitry Monakhov, 2012/09/24
- [PATCH 6/6] add defragmentation stress test for ext4, Dmitry Monakhov, 2012/09/24
- Re: [PATCH 1/6] xfstests: add fio requirement V2, Dave Chinner, 2012/09/26
[PATCH 1/6] xfstest: add fio git submodule,
Dmitry Monakhov,
2012/09/23
- [PATCH 2/6] xfstest: add configurable load factors, Dmitry Monakhov, 2012/09/23
- [PATCH 3/6] xfstest: allow fsstress to use load factor where appropriate, Dmitry Monakhov, 2012/09/23
- [PATCH 4/6] xfstest add fallocate/truncate vs AIO/DIO stress test, Dmitry Monakhov, 2012/09/23
- [PATCH 5/6] xfstest: add fallocate/punch_hole vs AIO/DIO stress test, Dmitry Monakhov, 2012/09/23
- [PATCH 6/6] xfstest: add defragmentation stress test for ext4, Dmitry Monakhov, 2012/09/23
- Re: [PATCH 1/6] xfstest: add fio git submodule, Eric Sandeen, 2012/09/23
xfs_repair deleting realtime files.,
Anand Tiwari,
2012/09/20
- Re: xfs_repair deleting realtime files., Eric Sandeen, 2012/09/20
- Re: xfs_repair deleting realtime files., Anand Tiwari, 2012/09/21
- Re: xfs_repair deleting realtime files., Dave Chinner, 2012/09/24
- Re: xfs_repair deleting realtime files., Anand Tiwari, 2012/09/24
- Re: xfs_repair deleting realtime files., Anand Tiwari, 2012/09/25
- Re: xfs_repair deleting realtime files., Dave Chinner, 2012/09/25
- Re: xfs_repair deleting realtime files., Anand Tiwari, 2012/09/25
- Re: xfs_repair deleting realtime files., Dave Chinner, 2012/09/26
- Re: xfs_repair deleting realtime files., Anand Tiwari, 2012/09/27
- Re: xfs_repair deleting realtime files., Dave Chinner, 2012/09/28
- Re: xfs_repair deleting realtime files., Anand Tiwari, 2012/09/29
[PATCH 0/6 V4] inode32/inode64 allocation changes,
Carlos Maiolino,
2012/09/20
- [PATCH 1/6] xfs: Fix m_agirotor reset during AG selection, Carlos Maiolino, 2012/09/20
- [PATCH 2/6] xfs: make inode64 as the default allocation mode, Carlos Maiolino, 2012/09/20
- [PATCH 3/6] xfs: reduce code duplication handling inode32/64 options, Carlos Maiolino, 2012/09/20
- [PATCH 4/6] xfs: Fix mp->m_maxagi update during inode64 remount, Carlos Maiolino, 2012/09/20
- [PATCH 5/6] xfs: add inode64->inode32 transition into xfs_set_inode32(), Carlos Maiolino, 2012/09/20
- [PATCH 6/6] xfs: Make inode32 a remountable option, Carlos Maiolino, 2012/09/20
- Re: [PATCH 0/6 V4] inode32/inode64 allocation changes, Brian Foster, 2012/09/20
- Re: [PATCH 0/6 V4] inode32/inode64 allocation changes, Ben Myers, 2012/09/21
- Re: [PATCH 0/6 V4] inode32/inode64 allocation changes, Ben Myers, 2012/09/26
[PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang,
tinguely,
2012/09/19
- [PATCH 3/3] xfs: zero allocation_args on the kernel stack, tinguely, 2012/09/19
- [PATCH 2/3] xfs: move allocate worker, tinguely, 2012/09/19
- [PATCH 1/3] xfs: restrict allocate worker to x86_64, tinguely, 2012/09/19
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Dave Chinner, 2012/09/19
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Ben Myers, 2012/09/24
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Mark Tinguely, 2012/09/24
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Dave Chinner, 2012/09/24
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Mark Tinguely, 2012/09/25
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Dave Chinner, 2012/09/25
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Mark Tinguely, 2012/09/26
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Dave Chinner, 2012/09/26
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Mark Tinguely, 2012/09/27
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Dave Chinner, 2012/09/27
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Ben Myers, 2012/09/27
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Mark Tinguely, 2012/09/27
- Re: [PATCH 0/3] xfs: allocation worker causes freelist buffer lock hang, Mark Tinguely, 2012/09/27
[PATCH 0/6 V3] inode32/inode64 allocation changes,
Carlos Maiolino,
2012/09/19
- [PATCH 1/6] xfs: Fix m_agirotor reset during AG selection, Carlos Maiolino, 2012/09/19
- [PATCH 2/6] xfs: make inode64 as the default allocation mode, Carlos Maiolino, 2012/09/19
- [PATCH 3/6] xfs: reduce code duplication handling inode32/64 options, Carlos Maiolino, 2012/09/19
- [PATCH 4/6] xfs: Fix mp->m_maxagi update during inode64 remount, Carlos Maiolino, 2012/09/19
- [PATCH 5/6] xfs: add inode64->inode32 transition into xfs_set_inode32(), Carlos Maiolino, 2012/09/19
- [PATCH 6/6] xfs: Make inode32 a remountable option, Carlos Maiolino, 2012/09/19
[PATCH v3 0/8] speculative preallocation inode tracking,
Brian Foster,
2012/09/14
- [PATCH v3 6/8] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl, Brian Foster, 2012/09/14
- [PATCH v3 4/8] xfs: export xfs_free_eofblocks() and return EAGAIN on trylock failure, Brian Foster, 2012/09/14
- [PATCH v3 2/8] xfs: support a tag-based inode_ag_iterator, Brian Foster, 2012/09/14
- [PATCH v3 1/8] xfs: add EOFBLOCKS inode tagging/untagging, Brian Foster, 2012/09/14
- [PATCH v3 8/8] xfs: add background scanning to clear EOFBLOCKS inodes, Brian Foster, 2012/09/14
- [PATCH v3 7/8] xfs: add enhanced filtering to EOFBLOCKS scan, Brian Foster, 2012/09/14
- [PATCH v3 5/8] xfs: create function to scan and clear EOFBLOCKS inodes, Brian Foster, 2012/09/14
- [PATCH v3 3/8] xfs: create helper to check whether to free eofblocks on inode, Brian Foster, 2012/09/14
- Re: [PATCH v3 0/8] speculative preallocation inode tracking, Ben Myers, 2012/09/26
Re: Ubuntu Ext4 regression testing,
Eric Sandeen,
2012/09/12
- Re: Ubuntu Ext4 regression testing, Brad Figg, 2012/09/12
- Re: Ubuntu Ext4 regression testing, Eric Sandeen, 2012/09/12
- Re: Ubuntu Ext4 regression testing, Brad Figg, 2012/09/12
- Re: Ubuntu Ext4 regression testing, Eric Sandeen, 2012/09/12
- Re: Ubuntu Ext4 regression testing, Brad Figg, 2012/09/12
- Re: Ubuntu Ext4 regression testing, Eric Sandeen, 2012/09/12
- Re: Ubuntu Ext4 regression testing, Brad Figg, 2012/09/12
- Re: Ubuntu Ext4 regression testing, Theodore Ts'o, 2012/09/12
[PATCH v2 0/8] speculative preallocation inode tracking,
Brian Foster,
2012/09/10
- [PATCH v2 2/8] xfs: support a tag-based inode_ag_iterator, Brian Foster, 2012/09/10
- [PATCH v2 5/8] xfs: create function to scan and clear EOFBLOCKS inodes, Brian Foster, 2012/09/10
- [PATCH v2 8/8] xfs: add background scanning to clear EOFBLOCKS inodes, Brian Foster, 2012/09/10
- [PATCH v2 1/8] xfs: add EOFBLOCKS inode tagging/untagging, Brian Foster, 2012/09/10
- [PATCH v2 4/8] xfs: export xfs_free_eofblocks() and return EAGAIN on trylock failure, Brian Foster, 2012/09/10
- [PATCH v2 6/8] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl, Brian Foster, 2012/09/10
- [PATCH v2 3/8] xfs: create helper to check whether to free eofblocks on inode, Brian Foster, 2012/09/10
- [PATCH v2 7/8] xfs: add enhanced filtering to EOFBLOCKS scan, Brian Foster, 2012/09/10