linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-19 03:59:12 to 2010-10-22 02:20:12 UTC [more...]

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

[PATCH 0/17] fs: Inode cache scalability
 2010-10-22  2:14 UTC  (21+ messages)
` [PATCH 16/17] fs: Convert nr_inodes to a per-cpu counter
              ` [PATCH] percpu_counter : add percpu_counter_add_fast()

[patch 00/14] reworked minimal inode_lock breaking series
 2010-10-22  1:05 UTC  (18+ messages)
` [patch 01/14] fs: icache begin inode_lock lock breaking
` [patch 02/14] fs: icache lock i_count
` [patch 03/14] fs: icache lock inodes icache state
` [patch 04/14] fs: icache unmount code cleanup
` [patch 05/14] fs: icache lock s_inodes list
` [patch 06/14] fs: icache lock inode hash
` [patch 07/14] fs: icache lock lru/writeback lists
` [patch 08/14] fs: icache make nr_inodes and nr_unused atomic
` [patch 09/14] fs: inode atomic last_ino, iunique lock
` [patch 10/14] fs: icache remove inode_lock
` [patch 11/14] fs: icache factor hash lock into functions
` [patch 12/14] fs: icache lazy inode lru
` [patch 13/14] fs: icache split IO and LRU lists
` [patch 14/14] fs: icache split writeback and lru locks

[PATCH 1/3] IMA: move read/write counters into struct inode
 2010-10-21 16:15 UTC  (25+ messages)

[PATCH] mm: Fix comment at truncate_setsize()
 2010-10-21 15:30 UTC  (4+ messages)

Remaining BKL users, what to do
 2010-10-21 15:22 UTC  (33+ messages)
` [v2] "
  ` [Ksummit-2010-discuss] "
    ` [PATCH 1/2] BKL: remove BKL from qnx4
    ` [PATCH 2/2] BKL: remove BKL from freevxfs

[RFC][PATCH 0/3] Coda: remove BKL
 2010-10-21 15:20 UTC  (7+ messages)
` [RFC][PATCH 1/3] Coda: add spin lock to protect accesses to struct coda_inode_info
` [RFC][PATCH 2/3] Coda: push BKL regions into coda_upcall()
` [RFC][PATCH 3/3] Coda: replace BKL with mutex

[PATCH 01/16] pramfs: documentation
 2010-10-21 10:51 UTC  (3+ messages)

[PATCH] fs: return error on error condition
 2010-10-21  9:20 UTC  (3+ messages)

[GIT PULL] Ceph updates and RBD for 2.6.37-rc1
 2010-10-21  4:39 UTC 

[GIT PULL] hfsplus updates
 2010-10-21  3:26 UTC 

[PATCH 1/6] IMA: move read/write counters into struct inode
 2010-10-21  2:17 UTC  (15+ 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

[PATCH 1/2] writeback: sync quota after inodes writeback
 2010-10-20 15:11 UTC  (4+ messages)

[patch 00/35] my inode scaling series for review
 2010-10-20 13:59 UTC  (46+ messages)
` [patch 03/35] mm: implement per-zone shrinker
` [patch 07/35] fs: icache lock i_state
` [patch 08/35] fs: icache lock i_count
` [patch 19/35] fs: icache remove redundant i_sb_list umount locking
` [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 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 31/35] fs: icache per-zone inode LRU
` [patch 33/35] fs: icache introduce inode_get/inode_get_ilock

[PATCH 1/2] [fs/9p] Add file_operations for cached mode in dotl protocol
 2010-10-20 12:57 UTC  (3+ messages)
` [PATCH 2/2] [9p] Introduce client side TFSYNC/RFSYNC for dotl

[PATCH] fs: add sync_inode_metadata
 2010-10-20 10:02 UTC  (2+ messages)

fs: Inode cache scalability V2
 2010-10-20  3:11 UTC  (13+ messages)
` [PATCH 11/18] fs: Introduce per-bucket inode hash locks

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

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

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

Inode Lock Scalability V5
 2010-10-19 19:38 UTC  (3+ messages)
` [PATCH 06/20] fs: Clean up inode reference counting

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] "


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