linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-17 01:53:53 to 2010-10-20 03:20:24 UTC [more...]

[patch 00/35] my inode scaling series for review
 2010-10-20  3:20 UTC  (60+ messages)
` [patch 01/35] bit_spinlock: add required includes
` [patch 02/35] kernel: add bl_list
` [patch 03/35] mm: implement per-zone shrinker
` [patch 04/35] vfs: convert inode and dentry caches to "
` [patch 05/35] fs: icache lock s_inodes list
` [patch 06/35] fs: icache lock inode hash
` [patch 07/35] fs: icache lock i_state
` [patch 08/35] fs: icache lock i_count
` [patch 09/35] fs: icache lock lru/writeback lists
` [patch 10/35] fs: icache atomic inodes_stat
` [patch 11/35] fs: icache lock inode state
` [patch 12/35] fs: inode atomic last_ino, iunique lock
` [patch 13/35] fs: icache remove inode_lock
` [patch 14/35] fs: icache factor hash lock into functions
` [patch 15/35] fs: icache per-bucket inode hash locks
` [patch 16/35] fs: icache lazy inode lru
` [patch 17/35] fs: icache RCU free inodes
` [patch 18/35] fs: avoid inode RCU freeing for pseudo fs
` [patch 19/35] fs: icache remove redundant i_sb_list umount locking
` [patch 20/35] fs: icache rcu walk for i_sb_list
` [patch 21/35] fs: icache per-cpu nr_inodes, non-atomic nr_unused counters
` [patch 22/35] fs: icache per-cpu last_ino allocator
` [patch 23/35] fs: icache use per-CPU lists and locks for sb inode lists
` [patch 24/35] fs: icache use RCU to avoid locking in hash lookups
` [patch 25/35] fs: icache reduce some locking overheads
` [patch 26/35] fs: icache alloc anonymous inode allocation
` [patch 27/35] fs: icache split IO and LRU lists
` [patch 28/35] fs: icache split writeback and lru locks
` [patch 29/35] fs: icache per-bdi writeback list locking
` [patch 30/35] fs: icache lazy LRU avoid LRU locking after IO operation
` [patch 31/35] fs: icache per-zone inode LRU
` [patch 32/35] fs: icache minimise I_FREEING latency
` [patch 33/35] fs: icache introduce inode_get/inode_get_ilock
` [patch 34/35] fs: inode rename i_count to i_refs
` [patch 35/35] fs: icache document more lock orders

[PATCH 1/3] IMA: move read/write counters into struct inode
 2010-10-20  3:15 UTC  (19+ messages)
` [PATCH 2/3] IMA: only allocate iint when needed
` [PATCH 3/3] IMA: use rbtree instead of radix tree for inode information cache

fs: Inode cache scalability V2
 2010-10-20  3:11 UTC  (28+ messages)
` [PATCH 07/18] exofs: use iput() for inode reference count decrements
` [PATCH 11/18] fs: Introduce per-bucket inode hash locks
` [PATCH 13/18] fs: split locking of inode writeback and LRU lists

(unknown),
 2010-10-17 12:54 UTC 

[PATCH 1/6] IMA: move read/write counters into struct inode
 2010-10-20  0:25 UTC  (8+ messages)
` [PATCH 2/6] IMA: drop the inode opencount since it isn't needed for operation
` [PATCH 3/6] IMA: use unsigned int instead of long for counters
` [PATCH 4/6] IMA: only allocate iint when needed
` [PATCH 5/6] IMA: use rbtree instead of radix tree for inode information cache
` [PATCH 6/6] IMA: use i_writecount rather than a private counter

i_size misuses
 2010-10-20  0:09 UTC  (5+ messages)

Results of my VFS scaling evaluation
 2010-10-19 22:03 UTC  (3+ messages)
` Results of my VFS scaling evaluation, redux

Remaining BKL users, what to do
 2010-10-19 20:50 UTC  (27+ messages)
` [v2] "
  ` [Ksummit-2010-discuss] "

introduce dm-snap-mv
 2010-10-19 19:58 UTC  (2+ messages)
` [dm-devel] "

Inode Lock Scalability V5
 2010-10-19 19:38 UTC  (27+ messages)
` [PATCH 01/20] fs: switch bdev inode bdi's correctly
` [PATCH 02/20] kernel: add bl_list
` [PATCH 03/20] fs: Convert nr_inodes and nr_unused to per-cpu counters
` [PATCH 04/20] fs: Implement lazy LRU updates for inodes
` [PATCH 05/20] fs: inode split IO and LRU lists
` [PATCH 06/20] fs: Clean up inode reference counting
` [PATCH 07/20] exofs: use iput() for inode reference count decrements
` [PATCH 08/20] fs: rework icount to be a locked variable
` [PATCH 09/20] fs: Factor inode hash operations into functions
` [PATCH 10/20] fs: Stop abusing find_inode_fast in iunique
` [PATCH 11/20] fs: move i_ref increments into find_inode/find_inode_fast
` [PATCH 12/20] fs: remove inode_add_to_list/__inode_add_to_list
` [PATCH 13/20] fs: Introduce per-bucket inode hash locks
` [PATCH 14/20] fs: add a per-superblock lock for the inode list
` [PATCH 15/20] fs: split locking of inode writeback and LRU lists
` [PATCH 16/20] fs: Protect inode->i_state with the inode->i_lock
` [PATCH 17/20] fs: introduce a per-cpu last_ino allocator
` [PATCH 18/20] fs: icache remove inode_lock
` [PATCH 19/20] fs: Reduce inode I_FREEING and factor inode disposal
` [PATCH 20/20] fs: do not assign default i_ino in new_inode

dm-snap-mv update
 2010-10-19 18:13 UTC 

Česká republika
 2010-10-19 16:10 UTC 

[RFC] training mpath to discern between SCSI errors (was: Re: [PATCHSET block#for-2.6.36-post] block: replace barrier with sequenced flush)
 2010-10-19  4:03 UTC  (8+ messages)
` [RFC] training mpath to discern between SCSI errors
      ` [dm-devel] "

Inode Lock Scalability V4
 2010-10-19  3:54 UTC  (38+ messages)
` [PATCH 03/19] fs: Convert nr_inodes and nr_unused to per-cpu counters
` [PATCH 04/19] fs: Implement lazy LRU updates for inodes
` [PATCH 17/19] fs: Reduce inode I_FREEING and factor inode disposal
` [PATCH 19/19] fs: do not assign default i_ino in new_inode

Odd NFS related SIGBUS (& possible fix)
 2010-10-18 23:43 UTC  (5+ messages)

[PATCH] quota: workaround IO errors on dquot_initialize
 2010-10-18 22:33 UTC  (2+ messages)

[PATCH] exofs: Set i_mapping->backing_dev_info anyway
 2010-10-18 18:34 UTC 

[PATCH 0/17] fs: Inode cache scalability
 2010-10-18 16:12 UTC  (19+ messages)
` [PATCH 02/17] fs: icache lock s_inodes list
` [PATCH 16/17] fs: Convert nr_inodes to a per-cpu counter
              ` [PATCH] percpu_counter : add percpu_counter_add_fast()

epoll_wait - 35 minutes equals infinity?
 2010-10-18 16:20 UTC  (2+ messages)

[PATCH 1/2] net/9p: Return error if we fail to encode protocol data
 2010-10-18 14:40 UTC  (2+ messages)
` [PATCH 2/2] net/9p: Return error on read with NULL buffer

[PATCH 0/8] Reduce latencies and improve overall reclaim efficiency v2
 2010-10-18 13:55 UTC  (3+ messages)

[BUG][PATCH][2.6.36-rc3] fanotify: Do not ignore result of permission decisions
 2010-10-18 11:05 UTC  (4+ messages)

invalidate_inode_buffers call in invalidate_list?
 2010-10-18  2:18 UTC  (3+ messages)

[2.6.36-rc8] ERROR: "dump_write" [fs/binfmt_aout.ko] undefined!
 2010-10-17 18:58 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).