linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-22 03:12:12 to 2010-10-28 01:36:07 UTC [more...]

[PATCH] reiserfs: Fix locking in reiserfs_quota_on()
 2010-10-28  1:36 UTC  (3+ messages)

How do I add yaffs file system to mainline?
 2010-10-28  0:08 UTC 

fs: break out inode LRU operations from inode_lock V2
 2010-10-27 23:02 UTC  (5+ messages)
` [PATCH 1/4] fs: protect inode->i_state with inode->i_lock
` [PATCH 2/4] fs: factor inode disposal
` [PATCH 3/4] fs: Lock the inode LRU list separately
` [PATCH 4/4] fs: remove inode_lock from iput_final and prune_icache

fs: break out inode LRU operations from node_lock
 2010-10-27 22:24 UTC  (20+ messages)
` [PATCH 1/4] fs: protect inode->i_state with inode->i_lock
` [PATCH 2/4] fs: factor inode disposal
` [PATCH 3/4] fs: Lock the inode LRU list separately
` [PATCH 4/4] fs: remove inode_lock from iput_final and prune_icache

[PATCH 00/19] quota: RFC SMP improvements for generic quota V2
 2010-10-27 19:31 UTC  (22+ 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

A few concerns about fanotify implementation
 2010-10-27 15:58 UTC  (7+ messages)
` [malware-list] "

[PATCH 01/11] IMA: use rbtree instead of radix tree for inode information cache
 2010-10-27 13:35 UTC  (34+ messages)
` [PATCH 02/11] IMA: drop the inode opencount since it isn't needed for operation
` [PATCH 03/11] IMA: use unsigned int instead of long for counters
` [PATCH 04/11] IMA: convert internal flags from long to char
` [PATCH 05/11] IMA: use inode->i_lock to protect read and write counters
` [PATCH 06/11] IMA: use i_writecount rather than a private counter
` [PATCH 07/11] IMA: move read counter into struct inode
` [PATCH 08/11] IMA: only allocate iint when needed
` [PATCH 09/11] IMA: drop refcnt from ima_iint_cache since it isn't needed
` [PATCH 10/11] IMA: explicit IMA i_flag to remove global lock on inode_delete
` [PATCH 11/11] IMA: fix the ToMToU logic

[PATCH] fs: add bdi_start_writeback(), bdi_start_writeback_if_idle()
 2010-10-27 11:59 UTC 

[PATCH] FS: hfsplus, fix lock imbalance
 2010-10-27 11:52 UTC  (2+ messages)

Add yaffs file system to mainline
 2010-10-27  3:47 UTC 

***IMPORTANT NOTICE***
 2010-10-27  3:36 UTC 

[git pull] vfs, part 1
 2010-10-27  3:19 UTC  (2+ messages)
` fix braino in fs: do not assign default i_ino in new_inode

Yours Faithfully
 2010-10-27  0:55 UTC 

Yours Faithfully
 2010-10-27  0:19 UTC 

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

[PATCH 1/4] fs: do not drop inode_lock in dispose_list
 2010-10-26 19:18 UTC  (15+ 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

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

[PATCH 0/4] read-only remount fixes
 2010-10-26 14:16 UTC  (5+ messages)
` [PATCH 1/4] vfs: ignore error on forced remount
` [PATCH 2/4] vfs: keep list of mounts for each superblock
` [PATCH 3/4] vfs: protect remounting superblock read-only
` [PATCH 4/4] vfs: fs_may_remount_ro: turn unnecessary check into a WARN_ON

[PATCH 0/8 v4] overlay filesystem prototype
 2010-10-26 10:50 UTC  (9+ messages)
` [PATCH 1/8 v4] vfs: implement open "forwarding"
` [PATCH 2/8 v4] vfs: make i_op->permission take a dentry instead of an inode
` [PATCH 3/8 v4] vfs: introduce s_op->is_same_inode()
` [PATCH 4/8 v4] vfs: export do_splice_direct() to modules
` [PATCH 5/8 v4] export security_inode_permission to allow overlayfs to be modular
` [PATCH 6/8 v4] overlay filesystem prototype
` [PATCH 7/8 v4] overlayfs: add statfs support
` [PATCH 8/8 v4] overlay: overlay filesystem documentation

[PATCH] vfs: fix possible use after free in finish_open()
 2010-10-26 10:28 UTC  (2+ messages)

[PATCH] fs/buffer.c: call __block_write_begin() if we have page
 2010-10-26  8:06 UTC  (5+ messages)
` [PATCH UPDATED] "
  ` [PATCH RESEND] "

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

[PATCH 11/18] fs: Introduce per-bucket inode hash locks
 2010-10-26  0:12 UTC  (17+ messages)

[GIT PULL] exofs: few changes for the 2.6.37 merge window
 2010-10-25 17:05 UTC 

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

[PATCH 2/2] Squashfs: fix function prototype
 2010-10-25  0:06 UTC 

[PATCH 0/2] Squashfs: a couple of sparse fixes
 2010-10-25  0:01 UTC 

[PATCH 1/2] Squashfs: fix use of __le64 annotated variable
 2010-10-25  0:05 UTC 

Inode Lock Scalability V6
 2010-10-24 20:36 UTC  (29+ messages)
` [PATCH 04/21] fs: Implement lazy LRU updates for inodes
` [PATCH 16/21] fs: Protect inode->i_state with the inode->i_lock
` Inode Lock Scalability V7 (was V6)

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 -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  (4+ messages)

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

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 

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  (12+ messages)

[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  (13+ messages)
` [PATCH 16/17] fs: Convert nr_inodes to a per-cpu counter
              ` [PATCH] percpu_counter : add percpu_counter_add_fast()


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