linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-10 02:02:09 to 2010-10-16 07:56:50 UTC [more...]

fs: Inode cache scalability V2
 2010-10-16  7:56 UTC  (47+ messages)
` [PATCH 07/18] exofs: use iput() for inode reference count decrements
` [PATCH 14/18] fs: Protect inode->i_state with th einode->i_lock
` [PATCH 17/18] fs: icache remove inode_lock
` [PATCH 19/18] fs: split __inode_add_to_list

[PATCH 0/17] fs: Inode cache scalability
 2010-10-16  7:56 UTC  (48+ messages)
` [PATCH 01/17] kernel: add bl_list
` [PATCH 02/17] fs: icache lock s_inodes list
` [PATCH 04/17] fs: icache lock i_state
` [PATCH 06/17] fs: icache lock lru/writeback lists
` [PATCH 07/17] fs: icache atomic inodes_stat
` [PATCH 08/17] fs: icache protect inode state
` [PATCH 09/17] fs: Make last_ino, iunique independent of inode_lock
` [PATCH 11/17] fs: Factor inode hash operations into functions
` [PATCH 12/17] fs: Introduce per-bucket inode hash locks
` [PATCH 13/17] fs: Implement lazy LRU updates for inodes
` [PATCH 15/17] fs: inode per-cpu last_ino allocator
          ` [PATCH] "
` [PATCH 16/17] fs: Convert nr_inodes to a per-cpu counter
` [PATCH 17/17] fs: Clean up inode reference counting

[PATCH] fs/buffer.c: remove duplicated assignment on b_private
 2010-10-16  3:40 UTC 

fs: Inode cache scalability V3
 2010-10-16  0:23 UTC  (44+ messages)
` [PATCH 01/18] kernel: add bl_list
` [PATCH 02/18] fs: Convert nr_inodes and nr_unused to per-cpu counters
` [PATCH 03/18] fs: Implement lazy LRU updates for inodes
` [PATCH 04/18] fs: inode split IO and LRU lists
` [PATCH 05/18] fs: Clean up inode reference counting
` [PATCH 06/18] exofs: use iput() for inode reference count decrements
` [PATCH 07/18] fs: rework icount to be a locked variable
` [PATCH 08/18] fs: Factor inode hash operations into functions
` [PATCH 09/18] fs: Introduce per-bucket inode hash locks
` [PATCH 10/18] fs: add a per-superblock lock for the inode list
` [PATCH 11/18] fs: split locking of inode writeback and LRU lists
` [PATCH 12/18] fs: Protect inode->i_state with the inode->i_lock
` [PATCH 13/18] fs: introduce a per-cpu last_ino allocator
` [PATCH 14/18] fs: Make iunique independent of inode_lock
` [PATCH 15/18] fs: icache remove inode_lock
` [PATCH 16/18] fs: Reduce inode I_FREEING and factor inode disposal
` [PATCH 17/18] fs: split __inode_add_to_list
` [PATCH 18/18] fs: do not assign default i_ino in new_inode

fsnotify_unmount_inodes
 2010-10-15 18:02 UTC 

[ABI REVIEW][PATCH 0/8] Namespace file descriptors
 2010-10-15 12:30 UTC  (10+ messages)
` [PATCH 8/8] net: Implement socketat
                ` netns patches WAS( "

Apply For A Guaranteed Loan
 2010-10-14 10:32 UTC 

[patch 2/2] vfs: relax count check in rw_verify_area
 2010-10-14 23:30 UTC  (2+ messages)

[patch 1/2] vfs: fix overflow in direct-io subsystem
 2010-10-14 23:20 UTC  (4+ messages)

[PATCH 0/8] Reduce latencies and improve overall reclaim efficiency v2
 2010-10-14 15:28 UTC  (2+ messages)

[patch 0/2][RFC] vfs: artefact(?) in rw_verify_area
 2010-10-13 20:45 UTC 

introduce dm-snap-mv
 2010-10-13 16:45 UTC  (6+ messages)

[PATCH 00/10] dcache cleanups
 2010-10-13 15:56 UTC  (17+ messages)
` [PATCH 01/10] [PATCH] fs: take dcache_lock inside __d_path
` [PATCH 02/10] fs: simplify __d_free
` [PATCH 03/10] fs: use percpu counter for nr_dentry and nr_dentry_unused
` [PATCH 04/10] fs: improve DCACHE_REFERENCED usage
` [PATCH 05/10] fs: split __shrink_dcache_sb
` [PATCH 06/10] fs: clean up dentry lru modification
` [PATCH 07/10] fs: use RCU read side protection in d_validate
` [PATCH 08/10] exportfs: use dget_parent
` [PATCH 09/10] smbfs: "
` [PATCH 10/10] fsnotify: "

[PATCH 15/16] pramfs: test module
 2010-10-13 11:23 UTC  (5+ messages)

[LogFS] [2.6.36-rc7] Deadlock in logfs_get_wblocks, hold and wait on same lock super->s_write_mutex
 2010-10-13  9:49 UTC 

[LogFS] [2.6.36-rc7] Kernel BUG at lib/btree.c:465!
 2010-10-12 18:44 UTC 

[PATCH -V4 00/11] New ACL format for better NFSv4 acl interoperability
 2010-10-12 15:35 UTC  (4+ messages)

hfsplus updates
 2010-10-12 13:58 UTC  (9+ messages)
` hfsplus: fix oops on mount with corrupted btree extent records
` hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage
` hfsplus: handle more on-disk corruptions without oopsing
` hfsplus: validate btree flags
` hfsplus: fix link corruption
` hfsplus: remove superflous rootflags field in hfsplus_inode_info
` hfsplus: create correct initial catalog entries for device files
` hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers

[PATCH] fs/inode.c cleanup: make destroy_inode static
 2010-10-12 13:47 UTC 

[PATCH] security: move LSM xattrnames to xattr.h
 2010-10-12 13:40 UTC  (6+ messages)

[PATCH 14(16] pramfs: memory protection
 2010-10-12 11:56 UTC  (7+ messages)

[PATCH 00/34] Union mount core for review
 2010-10-12  7:41 UTC  (11+ messages)
` [PATCH 01/34] VFS: Make clone_mnt() and copy_tree() return error codes

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

Linux 2.6.36-rc7
 2010-10-11 22:13 UTC  (5+ messages)
        ` fanotify: disable fanotify syscalls

[Bugme-new] [Bug 19932] New: Getting lots of name_count maxed, losing inode data messages in /var/log/messages
 2010-10-11 21:42 UTC  (2+ messages)

Results of my VFS scaling evaluation
 2010-10-11 18:47 UTC  (12+ messages)

[PATCH 11/16] pramfs: ACL management
 2010-10-11 16:50 UTC  (3+ messages)

[PATCH] quota: workaround IO errors on dquot_initialize
 2010-10-11 16:49 UTC 

[PATCH 0/7 v3] overlay filesystem prototype
 2010-10-11 13:51 UTC  (7+ messages)
` [PATCH 6/7 v3] overlay: hybrid "

[PATCH] lockdep: fixup checking of dir inode annotation
 2010-10-11 13:38 UTC 

[PATCH] quota: fix dquot_disable vs dquot_trasnfer race
 2010-10-11 13:33 UTC  (4+ messages)
  ` [PATCH] quota: fix dquot_disable vs dquot_trasnfer race v2

[LogFS][2.6.36.rc7+] Kernel BUG at readwrite.c:1193
 2010-10-11 12:55 UTC  (2+ messages)

[PATCH 16/16] pramfs Makefile and Kconfig
 2010-10-11  7:09 UTC  (3+ messages)

Your Mailbox Quota Requires Upgrade
 2010-10-11  5:28 UTC 

[PATCH 04/16] pramfs: file operations
 2010-10-10 16:29 UTC 

[PATCH 13/16] pramfs: xattr block descriptors tree
 2010-10-10 16:35 UTC 

[PATCH 12/16] pramfs: extended attributes
 2010-10-10 16:34 UTC 

[PATCH 10/16] pramfs: xip operations
 2010-10-10 16:32 UTC 

[PATCH 02/16] pramfs: super block operations
 2010-10-10 16:28 UTC 

[PATCH 09/16] pramfs: dir operations
 2010-10-10 16:32 UTC 

[PATCH 08/16] pramfs: headers
 2010-10-10 16:31 UTC 

[PATCH 07/16] pramfs: symbolic links
 2010-10-10 16:31 UTC 

[PATCH 06/16] pramfs: inode operations for dirs
 2010-10-10 16:30 UTC 

[PATCH 05/16] pramfs: block allocation
 2010-10-10 16:30 UTC 

[PATCH 00/16] pramfs: persistent and protected RAM Filesystem
 2010-10-10 16:26 UTC 

[PATCH 03/17] pramfs: inode operations
 2010-10-10 16:29 UTC 

[PATCH 01/16] pramfs: documentation
 2010-10-10 16:27 UTC 

(unknown),
 2010-10-10  3:50 UTC  (4+ messages)
` [PATCH 0/11] RFC quota scalability V1


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