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

fs: Inode cache scalability V3
 2010-10-24 18:06 UTC  (6+ messages)
` [PATCH 06/18] exofs: use iput() for inode reference count decrements

[PATCH 1/4] fs: do not drop inode_lock in dispose_list
 2010-10-24 17:40 UTC  (4+ messages)
` [PATCH 2/4] fs: fold invalidate_list into invalidate_inodes
` [PATCH 3/4] fs: skip I_FREEING inodes in writeback_sb_inodes
` [PATCH 4/4] fs: kill I_WILL_FREE

Inode Lock Scalability V6
 2010-10-24 16:21 UTC  (55+ 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 11/18] fs: Introduce per-bucket inode hash locks
 2010-10-24 15:44 UTC  (12+ messages)

[PATCH -V21 00/12] Generic name to handle and open by handle syscalls
 2010-10-24 15:03 UTC  (2+ messages)

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

[PATCH 1/6] IMA: move read/write counters into struct inode
 2010-10-24  6:52 UTC  (14+ messages)
` [PATCH 4/6] IMA: only allocate iint when needed
` [PATCH 5/6] IMA: use rbtree instead of radix tree for inode information cache

[PATCH] fs: kill get_new_inode{,_fast}
 2010-10-24  0:07 UTC  (2+ messages)

[PATCH 0/9] read-only remount fixes
 2010-10-23 21:42 UTC  (9+ messages)
` [PATCH 7/9] vfs: protect remounting superblock read-only
        ` [PATCH 7/9 updated] "

A question on block_prepare_write()
 2010-10-23 18:00 UTC  (3+ messages)

[PATCH] fs/buffer.c: change buffer_busy() to use logical-OR expression
 2010-10-23 17:49 UTC  (3+ messages)

[PATCH] fs: fix buffer invalidation in invalidate_list
 2010-10-23 17:07 UTC 

[PATCH] fs/buffer.c: call __block_write_begin() if we have page
 2010-10-23 16:11 UTC  (2+ messages)
` [PATCH UPDATED] "

Results of my VFS scaling evaluation
 2010-10-23  0:00 UTC  (3+ messages)
` VFS scaling evaluation results, redux

[PATCH 5/6] [RFC] Checkpoint/restart unlinked files
 2010-10-22 23:43 UTC  (2+ messages)

[PATCH] [9p] Add datasync to client side TFSYNC/RFSYNC for dotl
 2010-10-22 19:14 UTC 

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

[PATCH 00/19] quota: RFC SMP improvements for generic quota V2
 2010-10-22 17:35 UTC  (20+ messages)
` [PATCH 01/19] quota: protect getfmt call with dqonoff_mutex lock
` [PATCH 02/19] quota: Wrap common expression to helper function
` [PATCH 03/19] quota: mode quota internals from sb to quota_info
` [PATCH 04/19] quota: Convert dq_state_lock to per-sb dq_state_lock
` [PATCH 05/19] quota: add quota format lock
` [PATCH 06/19] quota: make dquot lists per-sb
` [PATCH 07/19] quota: make per-sb hash array
` [PATCH 08/19] quota: remove global dq_list_lock
` [PATCH 09/19] quota: rename dq_lock
` [PATCH 10/19] quota: make per-sb dq_data_lock
` [PATCH 11/19] quota: protect dquot mem info with object's lock
` [PATCH 12/19] quota: drop dq_data_lock where possible
` [PATCH 13/19] quota: relax dq_data_lock dq_lock locking consistency
` [PATCH 14/19] quota: protect dqget() from parallels quotaoff via RCU
` [PATCH 15/19] quota: remove dq_state_lock
` [PATCH 16/19] fs: add unlocked helpers
` [PATCH 17/19] quota: Some stylistic cleanup for dquot interface
` [PATCH 18/19] quota: remove dqptr_sem
` [PATCH 19/19] quota: redesign dquot reference counting

[PATCH 0/8] Reduce latencies and improve overall reclaim efficiency v2
 2010-10-22 12:29 UTC  (4+ messages)

[GIT PULL] BKL work in file systems
 2010-10-22 11:15 UTC 

[PATCH 0/17] fs: Inode cache scalability
 2010-10-22  4:12 UTC  (22+ 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] 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  (16+ messages)
` [Ksummit-2010-discuss] [v2] "
    ` [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/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  (18+ messages)
` [patch 19/35] fs: icache remove redundant i_sb_list umount locking
` [patch 31/35] fs: icache per-zone inode LRU

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


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