public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-15 15:36:45 to 2010-12-25 03:34:52 UTC [more...]

xfssyncd and disk spin down
 2010-12-25  3:36 UTC  (9+ messages)

Anyone using XFS in production on > 20TiB volumes?
 2010-12-24  1:01 UTC  (27+ messages)

able to mount a fs, unable to repair it
 2010-12-23 23:47 UTC 

able to mount a fs, unable to repair it
 2010-12-23 21:44 UTC  (5+ messages)

Haakon's Hall
 2010-12-23 18:11 UTC 

no rw xfs file systems in mtab: /proc/mounts
 2010-12-23 17:18 UTC  (3+ messages)

[PATCH 2/5] percpu_counter: avoid potential underflow in add_unless_lt
 2010-12-23  6:39 UTC  (2+ messages)

[PATCH 5/5] percpu_counter: only disable preemption if needed in add_unless_lt()
 2010-12-23  6:31 UTC  (2+ messages)

[PATCH 1/5] percpu_counter: fix test in __percpu_counter_add_unless_lt()
 2010-12-23  6:06 UTC  (2+ messages)

Issue on kernel 2.6.35.9 vanilla
 2010-12-23  5:19 UTC  (5+ messages)

[PATCH 4/5] percpu_counter: tie error bounds more obviously to count values
 2010-12-23  3:56 UTC 

[PATCH 3/5] percpu_counter: fix error bound used in add_unless_lt function
 2010-12-23  3:56 UTC 

[PATCH 0/5] percpu_counter: modifications to __percpu_counter_add_unless_lt()
 2010-12-23  3:56 UTC 

[PATCH 0/4] log recovery cleanups
 2010-12-23  2:06 UTC  (12+ messages)
` [PATCH 1/4] xfs: remove leftovers of old buffer log items in recovery code
` [PATCH 2/4] xfs: use struct list_head for the buf cancel table
` [PATCH 3/4] xfs: refactor xlog_recover_commit_trans
` [PATCH 4/4] xfs: untangle phase1 vs phase2 recovery helpers

xfs: add FITRIM support
 2010-12-23  1:44 UTC  (3+ messages)

[PATCH 00/34] xfs: scalability patchset for 2.6.38
 2010-12-23  1:15 UTC  (46+ 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

XFS hangs
 2010-12-22 16:08 UTC  (7+ messages)

XFS status update for November 2010
 2010-12-21 23:53 UTC  (3+ 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: grant lock scaling and removal V3
 2010-12-21  1:27 UTC  (21+ 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 08/12] xfs: convert l_tail_lsn to an atomic variable
` [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] 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  (11+ messages)
` [PATCH 1/7] xfs: ensure sync write errors are returned
` [PATCH 4/7] xfs: split direct IO write path from xfs_file_aio_write

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

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  (16+ messages)
` [PATCH 1/9] xfs: fix EFI transaction cancellation
` [PATCH 2/9] xfs: Pull EFI/EFD handling out from under the AIL lock
` [PATCH 4/9] xfs: bulk AIL insertion during transaction commit
` [PATCH 5/9] xfs: reduce the number of AIL push wakeups
` [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  (5+ messages)
` [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  (3+ messages)

[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)


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