xfs (thread)
[PATCH V2 00/13] xfs: remove the xfssyncd mess,
Dave Chinner,
2012/08/30
- [PATCH 03/13] xfs: rationalise xfs_mount_wq users, Dave Chinner, 2012/08/30
- [PATCH 02/13] xfs: rename the xfs_syncd workqueue, Dave Chinner, 2012/08/30
- [PATCH 04/13] xfs: don't run the sync work if the filesyste is read-only, Dave Chinner, 2012/08/30
- [PATCH 01/13] xfs: xfs_syncd_stop must die, Dave Chinner, 2012/08/30
- [PATCH 06/13] xfs: Bring some sanity to log unmounting, Dave Chinner, 2012/08/30
- [PATCH 05/13] xfs: sync work is now only periodic log work, Dave Chinner, 2012/08/30
- [PATCH 09/13] xfs: move xfs_quiesce_attr() into xfs_super.c, Dave Chinner, 2012/08/30
- [PATCH 07/13] xfs: xfs_sync_data is redundant., Dave Chinner, 2012/08/30
- [PATCH 08/13] xfs: xfs_sync_fsdata is redundant, Dave Chinner, 2012/08/30
- [PATCH 10/13] xfs: xfs_quiesce_attr() should quiesce the log like unmount, Dave Chinner, 2012/08/30
- [PATCH 12/13] xfs: move inode locking functions to xfs_inode.c, Dave Chinner, 2012/08/30
- [PATCH 11/13] xfs: rename xfs_sync.[ch] to xfs_icache.[ch], Dave Chinner, 2012/08/30
- [PATCH 13/13] xfs: remove xfs_iget.c, Dave Chinner, 2012/08/30
- Re: [PATCH V2 00/13] xfs: remove the xfssyncd mess, Markus Trippelsdorf, 2012/08/30
- Re: [PATCH V2 00/13] xfs: remove the xfssyncd mess, Mark Tinguely, 2012/08/31
[PATCH 00/13] xfs: remove the xfssyncd mess,
Dave Chinner,
2012/08/30
- [PATCH 01/13] xfs: xfs_syncd_stop must die, Dave Chinner, 2012/08/30
- [PATCH 04/13] xfs: don't run the sync work if the filesyste is read-only, Dave Chinner, 2012/08/30
- [PATCH 03/13] xfs: rationalise xfs_mount_wq users, Dave Chinner, 2012/08/30
- [PATCH 06/13] xfs: Bring some sanity to log unmounting, Dave Chinner, 2012/08/30
- [PATCH 10/13] xfs: xfs_quiesce_attr() should quiesce the log like unmount, Dave Chinner, 2012/08/30
- [PATCH 09/13] xfs: move xfs_quiesce_attr() into xfs_super.c, Dave Chinner, 2012/08/30
- [PATCH 05/13] xfs: sync work is now only periodic log work, Dave Chinner, 2012/08/30
- [PATCH 12/13] xfs: move inode locking functions to xfs_inode.c, Dave Chinner, 2012/08/30
- [PATCH 13/13] xfs: remove xfs_iget.c, Dave Chinner, 2012/08/30
- [PATCH 02/13] xfs: rename the xfs_syncd workqueue, Dave Chinner, 2012/08/30
- [PATCH 07/13] xfs: xfs_sync_data is redundant., Dave Chinner, 2012/08/30
- [PATCH 11/13] xfs: rename xfs_sync.[ch] to xfs_icache.[ch], Dave Chinner, 2012/08/30
- [PATCH 08/13] xfs: xfs_sync_fsdata is redundant, Dave Chinner, 2012/08/30
[PATCH 0/5] Use libtool to install apps and remove relative lib paths,
Rich Johnston,
2012/08/28
- [PATCH 3/5] xftests: Use installed libraries only, Rich Johnston, 2012/08/28
- [PATCH 2/5] xfstests: Use libtool to install applications, Rich Johnston, 2012/08/28
- [PATCH 1/5] xfstests: Use libtool to install lstat64, Rich Johnston, 2012/08/28
- [PATCH 4/5] dmapi: Use installed libraries only, Rich Johnston, 2012/08/28
- [PATCH 5/5] xfsdump: Use installed libraries only, Rich Johnston, 2012/08/28
umount doesn't seem to really unmount,
Stefan Ring,
2012/08/26
- Re: umount doesn't seem to really unmount, Eric Sandeen, 2012/08/26
- Re: umount doesn't seem to really unmount, Stefan Ring, 2012/08/27
- Re: umount doesn't seem to really unmount, Gabriel VLASIU, 2012/08/27
- Re: umount doesn't seem to really unmount, Stefan Ring, 2012/08/27
- Re: umount doesn't seem to really unmount, Gabriel VLASIU, 2012/08/27
- Re: umount doesn't seem to really unmount, Eric Sandeen, 2012/08/27
- Re: umount doesn't seem to really unmount, Stefan Ring, 2012/08/28
- Re: umount doesn't seem to really unmount, Gabriel VLASIU, 2012/08/28
[RFC, PATCH 0/102]: xfs: 3.0.x stable kernel update,
Dave Chinner,
2012/08/23
- [PATCH 002/102] xfs: remove dead ENODEV handling in xfs_destroy_ioend, Dave Chinner, 2012/08/23
- [PATCH 003/102] xfs: defer AIO/DIO completions, Dave Chinner, 2012/08/23
- [PATCH 009/102] xfs: dont ignore error code from xfs_bmbt_update, Dave Chinner, 2012/08/23
- [PATCH 010/102] xfs: fix possible overflow in xfs_ioc_trim(), Dave Chinner, 2012/08/23
- [PATCH 001/102] xfs: don't serialise adjacent concurrent direct IO appending writes, Dave Chinner, 2012/08/23
- [PATCH 007/102] xfs: Check the return value of xfs_buf_get(), Dave Chinner, 2012/08/23
- [PATCH 004/102] xfs: reduce ioend latency, Dave Chinner, 2012/08/23
- [PATCH 006/102] xfs: improve ioend error handling, Dave Chinner, 2012/08/23
- [PATCH 012/102] xfs: Don't allocate new buffers on every call to _xfs_buf_find, Dave Chinner, 2012/08/23
- [PATCH 013/102] xfs: reduce the number of log forces from tail pushing, Dave Chinner, 2012/08/23
- [PATCH 008/102] xfs: Check the return value of xfs_trans_get_buf(), Dave Chinner, 2012/08/23
- [PATCH 005/102] xfs: wait for I/O completion when writing out pages in xfs_setattr_size, Dave Chinner, 2012/08/23
- [PATCH 017/102] xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks, Dave Chinner, 2012/08/23
- [PATCH 015/102] xfs: clean up buffer allocation, Dave Chinner, 2012/08/23
- [PATCH 019/102] xfs: add AIL pushing tracepoints, Dave Chinner, 2012/08/23
- [PATCH 016/102] xfs: clean up xfs_ioerror_alert, Dave Chinner, 2012/08/23
- [PATCH 022/102] xfs: fix allocation length overflow in xfs_bmapi_write(), Dave Chinner, 2012/08/23
- [PATCH 014/102] xfs: optimize fsync on directories, Dave Chinner, 2012/08/23
- [PATCH 011/102] xfs: XFS_TRANS_SWAPEXT is not a valid flag for, Dave Chinner, 2012/08/23
- [PATCH 021/102] xfs: fix force shutdown handling in xfs_end_io, Dave Chinner, 2012/08/23
- [PATCH 025/102] xfs: make sure to really flush all dquots in xfs_qm_quotacheck, Dave Chinner, 2012/08/23
- [PATCH 027/102] xfs: mark the xfssyncd workqueue as non-reentrant, Dave Chinner, 2012/08/23
- [PATCH 023/102] xfs: fix the logspace waiting algorithm, Dave Chinner, 2012/08/23
- [PATCH 018/102] xfs: do not flush data workqueues in xfs_flush_buftarg, Dave Chinner, 2012/08/23
- [PATCH 024/102] xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush, Dave Chinner, 2012/08/23
- [PATCH 026/102] xfs: simplify xfs_qm_detach_gdquots, Dave Chinner, 2012/08/23
- [PATCH 031/102] xfs: always return with the iolock held from, Dave Chinner, 2012/08/23
- [PATCH 020/102] xfs: warn if direct reclaim tries to writeback pages, Dave Chinner, 2012/08/23
- [PATCH 028/102] xfs: make i_flags an unsigned long, Dave Chinner, 2012/08/23
- [PATCH 030/102] xfs: remove the i_new_size field in struct xfs_inode, Dave Chinner, 2012/08/23
- [PATCH 033/102] xfs: pass KM_SLEEP flag to kmem_realloc() in, Dave Chinner, 2012/08/23
- [PATCH 034/102] xfs: show uuid when mount fails due to duplicate uuid, Dave Chinner, 2012/08/23
- [PATCH 029/102] xfs: remove the i_size field in struct xfs_inode, Dave Chinner, 2012/08/23
- [PATCH 038/102] xfs: remove xfs_trans_unlocked_item, Dave Chinner, 2012/08/23
- [PATCH 032/102] xfs: cleanup xfs_file_aio_write, Dave Chinner, 2012/08/23
- [PATCH 036/102] xfs: split tail_lsn assignments from log space wakeups, Dave Chinner, 2012/08/23
- [PATCH 037/102] xfs: do exact log space wakeups in xlog_ungrant_log_space, Dave Chinner, 2012/08/23
- [PATCH 039/102] xfs: cleanup xfs_log_space_wake, Dave Chinner, 2012/08/23
- [PATCH 035/102] xfs: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended, Dave Chinner, 2012/08/23
- [PATCH 043/102] xfs: add xlog_grant_head_wake_all, Dave Chinner, 2012/08/23
- [PATCH 040/102] xfs: remove log space waitqueues, Dave Chinner, 2012/08/23
- [PATCH 047/102] xfs: split and cleanup xfs_log_reserve, Dave Chinner, 2012/08/23
- [PATCH 042/102] xfs: add xlog_grant_head_init, Dave Chinner, 2012/08/23
- [PATCH 041/102] xfs: add the xlog_grant_head structure, Dave Chinner, 2012/08/23
- [PATCH 044/102] xfs: share code for grant head waiting, Dave Chinner, 2012/08/23
- [PATCH 045/102] xfs: share code for grant head wakeups, Dave Chinner, 2012/08/23
- [PATCH 046/102] xfs: share code for grant head availability checks, Dave Chinner, 2012/08/23
- [PATCH 050/102] xfs: do not require an ioend for new EOF calculation, Dave Chinner, 2012/08/23
- [PATCH 048/102] xfs: only take the ILOCK in xfs_reclaim_inode(), Dave Chinner, 2012/08/23
- [PATCH 049/102] xfs: use per-filesystem I/O completion workqueues, Dave Chinner, 2012/08/23
- [PATCH 052/102] xfs: log file size updates at I/O completion time, Dave Chinner, 2012/08/23
- [PATCH 053/102] xfs: log timestamp updates, Dave Chinner, 2012/08/23
- [PATCH 051/102] xfs: log file size updates as part of unwritten extent, Dave Chinner, 2012/08/23
- [PATCH 057/102] xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get, Dave Chinner, 2012/08/23
- [PATCH 054/102] xfs: make xfs_inode_item_size idempotent, Dave Chinner, 2012/08/23
- [PATCH 059/102] xfs: fix deadlock in xfs_rtfree_extent, Dave Chinner, 2012/08/23
- [PATCH 058/102] xfs: fallback to vmalloc for large buffers in xfs_getbmap, Dave Chinner, 2012/08/23
- [PATCH 061/102] xfs: introduce an allocation workqueue, Dave Chinner, 2012/08/23
- [PATCH 055/102] xfs: split in-core and on-disk inode log item fields, Dave Chinner, 2012/08/23
- [PATCH 060/102] xfs: Fix open flag handling in open_by_handle code, Dave Chinner, 2012/08/23
- [PATCH 056/102] xfs: reimplement fdatasync support, Dave Chinner, 2012/08/23
- [PATCH 063/102] xfs: Account log unmount transaction correctly, Dave Chinner, 2012/08/23
- [PATCH 062/102] xfs: trace xfs_name strings correctly, Dave Chinner, 2012/08/23
- [PATCH 067/102] xfs: Ensure inode reclaim can run during quotacheck, Dave Chinner, 2012/08/23
- [PATCH 070/102] xfs: reduce ilock hold times in xfs_setattr_size, Dave Chinner, 2012/08/23
- [PATCH 065/102] xfs: add lots of attribute trace points, Dave Chinner, 2012/08/23
- [PATCH 076/102] xfs: punch new delalloc blocks out of failed writes inside, Dave Chinner, 2012/08/23
- [PATCH 069/102] xfs: reduce ilock hold times in xfs_file_aio_write_checks, Dave Chinner, 2012/08/23
- [PATCH 064/102] xfs: fix fstrim offset calculations, Dave Chinner, 2012/08/23
- [PATCH 066/102] xfs: don't fill statvfs with project quota for a directory, Dave Chinner, 2012/08/23
- [PATCH 068/102] xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach, Dave Chinner, 2012/08/23
- [PATCH 071/102] xfs: push the ilock into xfs_zero_eof, Dave Chinner, 2012/08/23
- [PATCH 072/102] xfs: use shared ilock mode for direct IO writes by default, Dave Chinner, 2012/08/23
- [PATCH 075/102] xfs: page type check in writeback only checks last buffer, Dave Chinner, 2012/08/23
- [PATCH 077/102] xfs: prevent needless mount warning causing test failures, Dave Chinner, 2012/08/23
- [PATCH 073/102] xfs: punch all delalloc blocks beyond EOF on write failure., Dave Chinner, 2012/08/23
- [PATCH 074/102] xfs: using GFP_NOFS for blkdev_issue_flush, Dave Chinner, 2012/08/23
- [PATCH 078/102] xfs: don't assert on delalloc regions beyond EOF, Dave Chinner, 2012/08/23
- [PATCH 080/102] xfs: Use preallocation for inodes with extsz hints, Dave Chinner, 2012/08/23
- [PATCH 079/102] xfs: limit specualtive delalloc to maxioffset, Dave Chinner, 2012/08/23
- [PATCH 082/102] xfs: check for buffer errors before waiting, Dave Chinner, 2012/08/23
- [PATCH 083/102] xfs: fix incorrect b_offset initialisation, Dave Chinner, 2012/08/23
- [PATCH 084/102] xfs: use kmem_zone_zalloc for buffers, Dave Chinner, 2012/08/23
- [PATCH 086/102] xfs: Properly exclude IO type flags from buffer flags, Dave Chinner, 2012/08/23
- [PATCH 081/102] xfs: fix buffer lookup race on allocation failure, Dave Chinner, 2012/08/23
- [PATCH 085/102] xfs: use iolock on XFS_IOC_ALLOCSP calls, Dave Chinner, 2012/08/23
- [PATCH 087/102] xfs: flush outstanding buffers on log mount failure, Dave Chinner, 2012/08/23
- [PATCH 089/102] xfs: fix memory reclaim deadlock on agi buffer, Dave Chinner, 2012/08/23
- [PATCH 088/102] xfs: protect xfs_sync_worker with s_umount semaphore, Dave Chinner, 2012/08/23
- [PATCH 093/102] xfs: fix debug_object WARN at xfs_alloc_vextent(), Dave Chinner, 2012/08/23
- [PATCH 091/102] xfs: switch to proper __bitwise type for KM_... flags, Dave Chinner, 2012/08/23
- [PATCH 090/102] xfs: add trace points for log forces, Dave Chinner, 2012/08/23
- [PATCH 092/102] xfs: xfs_vm_writepage clear iomap_valid when, Dave Chinner, 2012/08/23
- [PATCH 096/102] xfs: kill copy and paste segment checks in xfs_file_aio_read, Dave Chinner, 2012/08/23
- [PATCH 095/102] xfs: make largest supported offset less shouty, Dave Chinner, 2012/08/23
- [PATCH 097/102] xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near, Dave Chinner, 2012/08/23
- [PATCH 100/102] xfs: don't defer metadata allocation to the workqueue, Dave Chinner, 2012/08/23
- [PATCH 098/102] xfs: shutdown xfs_sync_worker before the log, Dave Chinner, 2012/08/23
- [PATCH 094/102] xfs: m_maxioffset is redundant, Dave Chinner, 2012/08/23
- [PATCH 099/102] xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near, Dave Chinner, 2012/08/23
- [PATCH 102/102] xfs: handle EOF correctly in xfs_vm_writepage, Dave Chinner, 2012/08/23
- [PATCH 101/102] xfs: prevent recursion in xfs_buf_iorequest, Dave Chinner, 2012/08/23
- Re: [RFC, PATCH 0/102]: xfs: 3.0.x stable kernel update, Dave Chinner, 2012/08/23
Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level,
Dave Chinner,
2012/08/14
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Mark Tinguely, 2012/08/15
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Mark Tinguely, 2012/08/20
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Dave Chinner, 2012/08/20
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Ben Myers, 2012/08/21
- Message not available
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Ben Myers, 2012/08/22
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Dave Chinner, 2012/08/22
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Ben Myers, 2012/08/23
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Dave Chinner, 2012/08/23
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Ben Myers, 2012/08/28
- Re: [RFC] [PATCH 0/18] xfstests: move tests out of top level, Christoph Hellwig, 2012/08/28
howto keep xfs directory searches fast for a long time,
Michael Monnerie,
2012/08/12
- Re: howto keep xfs directory searches fast for a long time, Stan Hoeppner, 2012/08/12
- Re: howto keep xfs directory searches fast for a long time, Michael Monnerie, 2012/08/13
- Re: howto keep xfs directory searches fast for a long time, Stan Hoeppner, 2012/08/13
- Re: howto keep xfs directory searches fast for a long time, Dave Chinner, 2012/08/13
- Re: howto keep xfs directory searches fast for a long time, Michael Monnerie, 2012/08/14
- Re: howto keep xfs directory searches fast for a long time, Stan Hoeppner, 2012/08/14
- Re: howto keep xfs directory searches fast for a long time, Michael Monnerie, 2012/08/15
- Re: howto keep xfs directory searches fast for a long time, Peter Grandi, 2012/08/12
Re: xfs_growfs / planned resize / performance impact,
Eric Sandeen,
2012/08/02
- Re: xfs_growfs / planned resize / performance impact, Stefan Priebe - Profihost AG, 2012/08/03
- Re: xfs_growfs / planned resize / performance impact, Eric Sandeen, 2012/08/03
- Re: xfs_growfs / planned resize / performance impact, Martin Steigerwald, 2012/08/05
- Re: xfs_growfs / planned resize / performance impact, Stan Hoeppner, 2012/08/05
- Re: xfs_growfs / planned resize / performance impact, Martin Steigerwald, 2012/08/05
- Re: xfs_growfs / planned resize / performance impact, Stan Hoeppner, 2012/08/05
- Re: xfs_growfs / planned resize / performance impact, Stefan Priebe, 2012/08/05
- Re: xfs_growfs / planned resize / performance impact, Michael Monnerie, 2012/08/06
- Re: xfs_growfs / planned resize / performance impact, Dave Chinner, 2012/08/04