public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-20 11:33:02 to 2011-01-04 04:47:04 UTC [more...]

[PATCH 0/8] xfs: prevent corruption due to overlapping AIO DIO V2
 2011-01-04  4:48 UTC  (8+ messages)
` [PATCH 1/8] xfs: ensure sync write errors are returned
` [PATCH 2/8] xfs: factor common post-write isize handling code
` [PATCH 4/8] xfs: introduce xfs_rw_lock() helpers for locking the inode
` [PATCH 5/8] xfs: split direct IO write path from xfs_file_aio_write
` [PATCH 6/8] xfs: split buffered "
` [PATCH 7/8] xfs: factor common write setup code
` [PATCH 8/8] xfs: serialise unaligned direct IOs

[PATCH] xfs: add FITRIM support
 2011-01-04  0:15 UTC  (2+ messages)

xfs: add FITRIM support
 2011-01-03 23:25 UTC  (8+ messages)

Hole Punching V3
 2011-01-03 21:57 UTC  (2+ messages)

XFS status update for December 2010
 2011-01-02  7:34 UTC 

cc6
 2011-01-01  9:53 UTC 

XFS handling of synchronous buffers in case of EIO error
 2010-12-31  6:47 UTC  (3+ messages)

xfssyncd and disk spin down
 2010-12-31  0:13 UTC  (16+ messages)

[PATCH 1/5] percpu_counter: fix test in __percpu_counter_add_unless_lt()
 2010-12-30 22:35 UTC  (5+ messages)

[PATCH 12/12] xfsprogs: Drop a typedef in db/metadump.c
 2010-12-30 20:42 UTC 

[PATCH 11/12] xfsprogs: fix up the nametable code in db/metadump.c
 2010-12-30 20:42 UTC 

[PATCH 10/12] xfsprogs: use printable characters for obfuscated filenames
 2010-12-30 20:42 UTC 

[PATCH 09/12] xfsprogs: don't loop on too many dups
 2010-12-30 20:42 UTC 

[PATCH 08/12] xfsprogs: ensure dup table always has entry for obfuscated name
 2010-12-30 20:41 UTC 

[PATCH 07/12] xfsprogs: use pointers in generate_obfuscated_name()
 2010-12-30 20:41 UTC 

[PATCH: 06 /12] xfsprogs: replace repeated blocks with a loop
 2010-12-30 20:41 UTC 

[PATCH 05/12] xfsprogs: eliminate a pointless loop in generate_obfuscated_name()
 2010-12-30 20:40 UTC 

[PATCH 04/12] xfsprogs: adjust rather than start over when invalid byte found
 2010-12-30 20:40 UTC 

[PATCH 03/12] xfsprogs: drop unneeded use of a random character
 2010-12-30 20:40 UTC 

[PATCH 02/12] xfsprogs: simplify leading '/' handling in generate_obfuscated_name()
 2010-12-30 20:40 UTC 

[PATCH 01/12] xfsprogs: some things aren't all that special
 2010-12-30 20:39 UTC 

[PATCH 00/12] xfsprogs: fixup generate_obfuscated_name()
 2010-12-30 20:39 UTC 

[PATCH 2/5] percpu_counter: avoid potential underflow in add_unless_lt
 2010-12-29 20:56 UTC  (3+ messages)

[PATCH 5/5] percpu_counter: only disable preemption if needed in add_unless_lt()
 2010-12-29 16:29 UTC  (3+ messages)

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

no rw xfs file systems in mtab: /proc/mounts
 2010-12-29 13:09 UTC  (4+ messages)

[PATCH] xfs: use KM_NOFS for allocations during attribute list operations
 2010-12-29 12:54 UTC  (2+ messages)

[PATCH] XFS: Compare, don't assign in ASSERT() in xfs_trans_unreserve_and_mod_sb()
 2010-12-27 14:13 UTC  (2+ messages)

Product Recommended by mike
 2010-12-26  6:55 UTC 

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 

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  (9+ 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 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  (6+ 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

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  (6+ messages)
` [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  (2+ messages)


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