public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-10 08:41:15 to 2010-12-21 21:40:48 UTC [more...]

[PATCH 00/34] xfs: scalability patchset for 2.6.38
 2010-12-21 21:42 UTC  (39+ messages)
` [PATCH 01/34] xfs: provide a inode iolock lockdep class
` [PATCH 02/34] xfs: use KM_NOFS for allocations during attribute list operations
` [PATCH 03/34] lib: percpu counter add unless less than functionality
` [PATCH 04/34] xfs: use generic per-cpu counter infrastructure
` [PATCH 05/34] xfs: demultiplex xfs_icsb_modify_counters()
` [PATCH 06/34] xfs: dynamic speculative EOF preallocation
` [PATCH 07/34] xfs: don't truncate prealloc from frequently accessed inodes
` [PATCH 08/34] xfs: rcu free inodes
` [PATCH 09/34] xfs: convert inode cache lookups to use RCU locking
` [PATCH 10/34] xfs: convert pag_ici_lock to a spin lock
` [PATCH 11/34] xfs: convert xfsbud shrinker to a per-buftarg shrinker
` [PATCH 12/34] xfs: add a lru to the XFS buffer cache
` [PATCH 13/34] xfs: connect up buffer reclaim priority hooks
` [PATCH 14/34] xfs: fix EFI transaction cancellation
` [PATCH 15/34] xfs: Pull EFI/EFD handling out from under the AIL lock
` [PATCH 16/34] xfs: clean up xfs_ail_delete()
` [PATCH 17/34] xfs: bulk AIL insertion during transaction commit
` [PATCH 18/34] xfs: reduce the number of AIL push wakeups
` [PATCH 19/34] xfs: consume iodone callback items on buffers as they are processed
` [PATCH 20/34] xfs: remove all the inodes on a buffer from the AIL in bulk
` [PATCH 22/34] xfs: use AIL bulk delete function to implement single delete
` [PATCH 23/34] xfs: convert log grant ticket queues to list heads
` [PATCH 24/34] xfs: fact out common grant head/log tail verification code
` [PATCH 25/34] xfs: rework log grant space calculations
` [PATCH 26/34] xfs: combine grant heads into a single 64 bit integer
` [PATCH 27/34] xfs: use wait queues directly for the log wait queues
` [PATCH 28/34] xfs: make AIL tail pushing independent of the grant lock
` [PATCH 29/34] xfs: convert l_last_sync_lsn to an atomic variable
` [PATCH 30/34] xfs: convert l_tail_lsn "
` [PATCH 31/34] xfs: convert log grant heads to atomic variables
` [PATCH 32/34] xfs: introduce new locks for the log grant ticket wait queues
` [PATCH 33/34] xfs: convert grant head manipulations to lockless algorithm
` [PATCH 34/34] xfs: kill useless spinlock_destroy macro

Issue on kernel 2.6.35.9 vanilla
 2010-12-21 21:31 UTC  (2+ messages)

[PATCH] xfsqa: make hole tests independent of speculative allocation patterns
 2010-12-21 16:46 UTC  (2+ messages)

[PATCH] Add test 248: Check filesystem FITRIM implementation
 2010-12-21 15:04 UTC  (7+ messages)

XFS status update for November 2010
 2010-12-21 11:32 UTC  (2+ messages)

xfs: grant lock scaling and removal V3
 2010-12-21  1:27 UTC  (24+ messages)
` [PATCH 01/12] xfs: convert log grant ticket queues to list heads
` [PATCH 02/12] xfs: fact out common grant head/log tail verification code
` [PATCH 03/12] xfs: rework log grant space calculations
` [PATCH 04/12] xfs: combine grant heads into a single 64 bit integer
` [PATCH 05/12] xfs: use wait queues directly for the log wait queues
` [PATCH 06/12] xfs: make AIL tail pushing independent of the grant lock
` [PATCH 07/12] xfs: convert l_last_sync_lsn to an atomic variable
` [PATCH 08/12] xfs: convert l_tail_lsn "
` [PATCH 09/12] xfs: convert log grant heads to atomic variables
` [PATCH 10/12] xfs: introduce new locks for the log grant ticket wait queues
` [PATCH 11/12] xfs: convert grant head manipulations to lockless algorithm
` [PATCH 12/12] xfs: kill useless spinlock_destroy macro

[PATCH] xfs: use KM_NOFS for allocations during attribute list operations
 2010-12-21  0:56 UTC 

xfs_efi_item slab leak
 2010-12-21  0:54 UTC  (4+ messages)

[PATCH 0/7] xfs: serialise unaligned direct IOs
 2010-12-21  0:51 UTC  (15+ messages)
` [PATCH 1/7] xfs: ensure sync write errors are returned
` [PATCH 2/7] xfs: factor common post-write isize handling code
` [PATCH 4/7] xfs: split direct IO write path from xfs_file_aio_write
` [PATCH 5/7] xfs: split buffered "
` [PATCH 6/7] xfs: factor common write setup code
` [PATCH 7/7] xfs: serialise unaligned direct IOs

Question regarding xfs_repair / memory requirement
 2010-12-20 22:26 UTC  (3+ messages)

[PATCH 0/4] log recovery cleanups
 2010-12-20 11:28 UTC  (5+ messages)
` [PATCH 3/4] xfs: refactor xlog_recover_commit_trans

Problem with XFS on USB 2TB HD
 2010-12-20  9:55 UTC  (10+ messages)

xfs: AIL lock contention reduction V3
 2010-12-20  1:00 UTC  (18+ messages)
` [PATCH 1/9] xfs: fix EFI transaction cancellation
` [PATCH 2/9] xfs: Pull EFI/EFD handling out from under the AIL lock
` [PATCH 3/9] xfs: clean up xfs_ail_delete()
` [PATCH 4/9] xfs: bulk AIL insertion during transaction commit
` [PATCH 5/9] xfs: reduce the number of AIL push wakeups
` [PATCH 6/9] xfs: consume iodone callback items on buffers as they are processed
` [PATCH 7/9] xfs: remove all the inodes on a buffer from the AIL in bulk
` [PATCH 9/9] xfs: use AIL bulk delete function to implement single delete

xfs - fixing wrong xfs size
 2010-12-19 17:27 UTC  (8+ messages)
  ` Fwd: "

Another questionable lock order bug
 2010-12-18  2:05 UTC  (3+ messages)

[PATCH 0/2] xfs: dynamic speculative allocation beyond EOF V4
 2010-12-16 15:46 UTC  (5+ messages)
` [PATCH 1/2] xfs: dynamic speculative EOF preallocation
` [PATCH 2/2] xfs: don't truncate prealloc from frequently accessed inodes

[PATCH 0/3] Use generic percpu counters in XFS V2
 2010-12-16 15:38 UTC  (6+ messages)
` [PATCH 1/3] lib: percpu counter add unless less than functionality
` [PATCH 2/3] xfs: use generic per-cpu counter infrastructure
` [PATCH 3/3] xfs: demultiplex xfs_icsb_modify_counters()

xfstests: filter spaces in xfs_quota output in test case 108
 2010-12-16 11:56 UTC  (2+ messages)

[PATCH v4] xfstests: pwrite hang when writing from mmaped buffer of the same page
 2010-12-16 10:13 UTC  (3+ messages)

[PATCH 00/10] writeback updates V2
 2010-12-16  8:42 UTC  (4+ messages)
` [PATCH 01/10] xfs: improve mapping type check in xfs_vm_writepage

[PATCH v3] xfstests: pwrite hang when writing from mmaped buffer of the same page
 2010-12-16  2:22 UTC  (5+ messages)

XFS in LINUX embedded environment
 2010-12-15 23:04 UTC  (2+ messages)

[PATCH] xfs: provide a inode iolock lockdep class
 2010-12-15 22:57 UTC  (3+ messages)

[PATCH 0/2] xfs: RCU inode freeing and lookups V3
 2010-12-15  8:05 UTC  (14+ messages)
` [PATCH 1/3] xfs: rcu free inodes
` [PATCH 2/3] xfs: convert inode cache lookups to use RCU locking
` [PATCH 3/3] xfs: convert pag_ici_lock to a spin lock

xfstests: ignore absolute address in filename in test case 237
 2010-12-14 19:18 UTC  (2+ messages)

xfstests: fix 108 through config mechanism
 2010-12-14 19:17 UTC  (4+ messages)

inode64 mount option added after data exists
 2010-12-14  7:19 UTC  (3+ messages)

[PATCH v2] xfstests: pwrite hang when writing from mmaped buffer of the same page
 2010-12-14  4:42 UTC  (2+ messages)

[PATCH] xfstests: pwrite hang when writing from mmaped buffer of the same page
 2010-12-13 16:19 UTC  (2+ messages)

[PATCH] xfs: prevent NMI timeouts in cmn_err
 2010-12-13  3:44 UTC  (2+ messages)

[PATCH] xfs: prevent NMI timeouts in cmn_err
 2010-12-13  0:30 UTC  (4+ messages)

[GIT PULL] Please pull xyzzy fixes
 2010-12-12  3:22 UTC 

[GIT PULL] XFS update for 2.6.37-rc6
 2010-12-10 17:55 UTC 

[PATCH] xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helper
 2010-12-10 15:04 UTC 

[PATCH] xfs: clean up xfs_alloc_ag_vextent_exact
 2010-12-10 15:03 UTC 

xfstests: ignore absolute address in filename in test case 237
 2010-12-10 14:35 UTC  (3+ messages)

[PATCH] xfstests: fix 108 golden output
 2010-12-10 10:06 UTC  (3+ messages)


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