linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-03 20:20:52 to 2013-07-09 13:30:59 UTC [more...]

[PATCH 00/12] Implement NFSv4 delegations, take 8
 2013-07-09 13:30 UTC  (27+ messages)
` [PATCH 01/12] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 02/12] vfs: don't use PARENT/CHILD lock classes for non-directories
` [PATCH 03/12] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
` [PATCH 04/12] vfs: take i_mutex on renamed file
` [PATCH 05/12] locks: introduce new FL_DELEG lock flag
` [PATCH 06/12] locks: implement delegations
` [PATCH 07/12] namei: minor vfs_unlink cleanup
` [PATCH 08/12] locks: break delegations on unlink
` [PATCH 09/12] locks: helper functions for delegation breaking
` [PATCH 10/12] locks: break delegations on rename
` [PATCH 11/12] locks: break delegations on link
` [PATCH 12/12] locks: break delegations on any attribute modification

[PATCH 1/4] large-fs: fix large_fs space detection
 2013-07-09 11:05 UTC  (4+ messages)
` [PATCH 2/4] large-fs: improve space diversification for ext4
` [PATCH 3/4] ext4: ignore valid errors from defragmentation tests
` [PATCH 4/4] large-fs: fix ext4 "

Some baseline tests on new hardware (was Re: [PATCH] xfs: optimise CIL insertion during transaction commit [RFC])
 2013-07-09  8:26 UTC  (12+ messages)
      ` [BULK] "

[PATCH v6 00/14] Lockless update of reference count protected by spinlock
 2013-07-09  1:10 UTC  (15+ messages)
` [PATCH v6 01/14] spinlock: A new lockref structure for lockless update of refcount
` [PATCH v6 02/14] spinlock: Enable x86 architecture to do lockless refcount update
` [PATCH v6 03/14] dcache: Add a new helper function d_count() to return refcount
` [PATCH v6 04/14] auto-fs: replace direct access of d_count with the d_count() helper
` [PATCH v6 05/14] ceph-fs: "
` [PATCH v6 06/14] coda-fs: "
` [PATCH v6 07/14] config-fs: "
` [PATCH v6 08/14] ecrypt-fs: "
` [PATCH v6 09/14] file locking: "
` [PATCH v6 10/14] nfs: "
` [PATCH v6 11/14] nilfs2: "
` [PATCH v6 12/14] lustre-fs: Use the standard d_count() helper to access refcount
` [PATCH v6 13/14] dcache: rename d_count field of dentry to d_refcount
` [PATCH v6 14/14] dcache: Enable lockless update of refcount in dentry structure

[RFC] F_SETLEASE mess
 2013-07-08 23:19 UTC  (15+ messages)

[PATCH] locks: close potential race between setlease and open
 2013-07-08 19:07 UTC 

[PATCH v3 24/25] sunrpc: Change how dentry's d_lock field is accessed
 2013-07-08 16:53 UTC  (3+ messages)

[PATCH] writeback: Do not sort b_io list only because of block device inode
 2013-07-08 16:06 UTC  (2+ messages)

[GIT PULL] ext3 fix & quota cleanup
 2013-07-08 14:42 UTC 

[PATCH] locks: close potential race between setlease and open
 2013-07-08 14:25 UTC  (3+ messages)

[PATCH v5 00/12] Lockless update of reference count protected by spinlock
 2013-07-08 14:22 UTC  (14+ messages)
` [PATCH v5 01/12] spinlock: A new lockref structure for lockless update of refcount
` [PATCH v5 02/12] spinlock: Enable x86 architecture to do lockless refcount update
` [PATCH v5 03/12] dcache: rename d_count field of dentry to d_refcount

[PATCH v3 00/13] VFS hot tracking
 2013-07-08 12:44 UTC  (6+ messages)

[PATCH 0/2] Add support to aio ring pages migration
 2013-07-08 10:38 UTC 

[PATCH 2/2] fs/aio: Add support to aio ring pages migration
 2013-07-08 10:38 UTC 

[PATCH 1/2] fs/anon_inode: Introduce a new lib function, anon_inode_getfile_private()
 2013-07-08 10:38 UTC 

[git pull] vfs.git, part 3
 2013-07-08 10:07 UTC 

[RFC PATCH 0/7] autofs4 - rename autofs4 to autofs
 2013-07-08  9:11 UTC  (6+ messages)
` [RFC PATCH 7/7] autofs - change CONFIG_AUTOFS4_FS to CONFIG_AUTOFS_FS

[PATCH] [MMOTM] xfs: fix dquot isolation hang
 2013-07-08  6:34 UTC 

[PATCH] vfs: try to unblock evpoll if mounted filesystem is RDONLY
 2013-07-08  2:02 UTC 

[PATCH v10 00/16] kmemcg shrinkers
 2013-07-07 15:56 UTC  (17+ messages)
` [PATCH v10 01/16] memcg: make cache index determination more robust
` [PATCH v10 02/16] memcg: consolidate callers of memcg_cache_id
` [PATCH v10 03/16] vmscan: also shrink slab in memcg pressure
` [PATCH v10 04/16] memcg: move stop and resume accounting functions
` [PATCH v10 05/16] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v10 08/16] memcg: move initialization to memcg creation
` [PATCH v10 10/16] memcg: scan cache objects hierarchically
  ` [PATCH v10 06/16] lru: add an element to a memcg list
  ` [PATCH v10 07/16] list_lru: per-memcg walks
  ` [PATCH v10 09/16] memcg: per-memcg kmem shrinking
  ` [PATCH v10 11/16] vmscan: take at least one pass with shrinkers
  ` [PATCH v10 15/16] memcg: reap dead memcgs upon global memory pressure
` [PATCH v10 12/16] super: targeted memcg reclaim
` [PATCH v10 13/16] memcg: allow kmem limit to be resized down
` [PATCH v10 14/16] vmpressure: in-kernel notifications
` [PATCH v10 16/16] memcg: flush memcg items upon memcg destruction

[PATCH] f2fs: check the search bound earlier in dir.c/room_for_filename
 2013-07-07  9:18 UTC  (2+ messages)

[PATCH v5 11/12] nilfs2: replace direct access of d_count with the d_count() helper
 2013-07-06 10:45 UTC  (2+ messages)

[RFC] simplifying the "is it mounted" checks for nilfs2
 2013-07-06  8:56 UTC  (3+ messages)

[PATCH V4 2/6] fs/ceph: vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
 2013-07-05 17:32 UTC  (3+ messages)
  ` [PATCH V4 3/6] memcg: add per cgroup dirty pages accounting
` [PATCH V4 4/6] memcg: add per cgroup writeback "

[PATCH] mm: strictlimit feature -v3
 2013-07-05 15:53 UTC 

[PATCH] mm: cleanup backing_dev_info foo_stamp fields
 2013-07-05 15:50 UTC 

[PATCH v5 12/12] dcache: Enable lockless update of refcount in dentry structure
 2013-07-05 14:48 UTC 

[PATCH v5 10/12] nfs: replace direct access of d_count with the d_count() helper
 2013-07-05 14:48 UTC 

[PATCH v5 09/12] file locking: replace direct access of d_count with the d_count() helper
 2013-07-05 14:48 UTC 

[PATCH v5 08/12] ecrypt-fs: replace direct access of d_count with the d_count() helper
 2013-07-05 14:48 UTC 

[PATCH v5 07/12] config-fs: replace direct access of d_count with the d_count() helper
 2013-07-05 14:48 UTC 

[PATCH v5 04/12] auto-fs: replace direct access of d_count with the d_count() helper
 2013-07-05 14:47 UTC 

[PATCH v5 06/12] coda-fs: replace direct access of d_count with the d_count() helper
 2013-07-05 14:48 UTC 

[PATCH v5 05/12] ceph-fs: replace direct access of d_count with the d_count() helper
 2013-07-05 14:48 UTC 

the Delivery agent has arrived in Miami International Airport (MIA)
 2013-07-05 14:00 UTC 

[PATCH 16/16] mm: strictlimit feature
 2013-07-05 13:14 UTC  (6+ messages)
` [PATCH] mm: strictlimit feature -v2

[PATCH] f2fs: add proc entry to monitor current usage of segments
 2013-07-05  8:42 UTC 

[f2fs-dev] [PATCH] f2fs: fix readdir incorrectness
 2013-07-05  8:28 UTC  (2+ messages)
` [f2fs-dev] [PATCH v2] "

[PATCH] f2fs: recover date requested by fdatasync
 2013-07-05  5:22 UTC 

[PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
 2013-07-05  3:21 UTC  (14+ messages)
  ` [WiP]: aio support for migrating pages (Re: [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable())

[RFC][PATCH] fs/buffer.c: Revoke LRU when trying to drop buffers
 2013-07-05  2:01 UTC 

[PATCH v4 04/12] auto-fs: rename d_count field of dentry to d_refcount
 2013-07-04 21:50 UTC  (7+ messages)

[PATCH] hpfs: fix warnings when the filesystem fills up
 2013-07-04 18:21 UTC  (5+ messages)
` [PATCH] hpfs: better test for errors
  ` [PATCH] hpfs: use mpage
    ` [PATCH] hpfs: implement prefetch to improve performance

[PATCH v3 23/25] cgroup: Change how dentry's d_lock field is accessed
 2013-07-04 17:01 UTC  (2+ messages)

[PATCH 4/4] fsfreeze: return EINTR from mnt_want_write and mnt_want_write_file
 2013-07-04 16:19 UTC 

[PATCH 3/4] fsfreeze: use sb_start_write_killable instead of sb_start_write
 2013-07-04 16:17 UTC 

[PATCH 2/4] fsfreeze: added new file_start_write_killable
 2013-07-04 16:16 UTC 

[PATCH 1/4] fsfreeze: wait in killable state in __sb_start_write
 2013-07-04 16:15 UTC 

[PATCH] f2fs-tools: add fsck.f2fs and dump.f2fs
 2013-07-04  8:11 UTC 

[f2fs-dev] [PATCH] f2fs: Add description for fsck.f2fs and dump.f2fs
 2013-07-04  8:12 UTC 

[PATCH v3 25/25] selinux: Change how dentry's d_lock field is accessed
 2013-07-04  4:43 UTC  (2+ messages)

[PATCH v4 12/12] dcache: Enable lockless update of refcount in dentry structure
 2013-07-04  3:34 UTC 

[PATCH v4 11/12] nilfs2: rename d_count field of dentry to d_refcount
 2013-07-04  3:34 UTC 

[PATCH v4 10/12] nfs: rename d_count field of dentry to d_refcount
 2013-07-04  3:34 UTC 

[PATCH v4 09/12] file locking: rename d_count field of dentry to d_refcount
 2013-07-04  3:34 UTC 

[PATCH v4 08/12] ecrypt-fs: rename d_count field of dentry to d_refcount
 2013-07-04  3:34 UTC 

[PATCH v4 07/12] config-fs: rename d_count field of dentry to d_refcount
 2013-07-04  3:34 UTC 

[PATCH v4 06/12] coda-fs: rename d_count field of dentry to d_refcount
 2013-07-04  3:33 UTC 

[PATCH v4 05/12] ceph-fs: rename d_count field of dentry to d_refcount
 2013-07-04  3:33 UTC 

[PATCH v4 00/12] Lockless update of reference count protected by spinlock
 2013-07-04  3:32 UTC  (4+ messages)
` [PATCH v4 01/12] spinlock: A new lockref structure for lockless update of refcount
` [PATCH v4 02/12] spinlock: Enable x86 architecture to do lockless refcount update
` [PATCH v4 03/12] dcache: rename d_count field of dentry to d_refcount

[PATCH] seq_file:update file->f_pos when lseek() to m->read_pos
 2013-07-04  2:00 UTC  (4+ messages)

[PATCH 0/4] seqlock: Add new blocking reader type & use rwlock
 2013-07-04  1:52 UTC  (5+ messages)
` [PATCH 1/4] seqlock: Add a new blocking reader type
` [PATCH 2/4] dcache: Use blocking reader seqlock when protected data are not changed
` [PATCH 3/4] seqlock: Allow the use of rwlock in seqlock
` [PATCH 4/4] dcache: Use rwlock as the underlying lock in rename_lock

mmotm 2013-07-02-15-32 uploaded
 2013-07-03 23:04 UTC  (3+ messages)

[PATCH v3 22/25] ocfs2: Change how dentry's d_lock field is accessed
 2013-07-03 22:34 UTC  (2+ messages)

[PATCH v3 00/25] Lockless update of reference count protected by spinlock
 2013-07-03 20:52 UTC  (4+ messages)
` [PATCH v3 03/25] dcache: Enable lockless update of d_count in dentry structure

[PATCH v3 21/25] fsnotify: Change how dentry's d_lock field is accessed
 2013-07-03 20:24 UTC 

[PATCH v3 22/25] ocfs2: Change how dentry's d_lock field is accessed
 2013-07-03 20:22 UTC 

[PATCH v3 20/25] nilfs2: Change how dentry's d_count field is accessed
 2013-07-03 20:21 UTC 

[PATCH v3 19/25] nfs: Change how dentry's d_lock and d_count fields are accessed
 2013-07-03 20:21 UTC 

[PATCH v3 18/25] ncp-fs: Change how dentry's d_lock field is accessed
 2013-07-03 20:21 UTC 

[PATCH v3 17/25] file locking: Change how dentry's d_lock and d_count fields are accessed
 2013-07-03 20:21 UTC 

[PATCH v3 16/25] vfat: Change how dentry's d_lock field is accessed
 2013-07-03 20:21 UTC 

[PATCH v3 15/25] export-fs: Change how dentry's d_lock field is accessed
 2013-07-03 20:21 UTC 

[PATCH v3 14/25] ecrypt-fs: Change how dentry's d_count field is accessed
 2013-07-03 20:21 UTC 

[PATCH v3 13/25] vfs: Change how dentry's d_lock and d_count fields are accessed
 2013-07-03 20:21 UTC 

[PATCH v3 12/25] config-fs: Change how dentry's d_lock and d_count fields are accessed
 2013-07-03 20:21 UTC 

[PATCH v3 11/25] coda-fs: Change how dentry's d_lock and d_count fields are accessed
 2013-07-03 20:21 UTC 

[PATCH v3 10/25] cifs: Change how dentry's d_lock field is accessed
 2013-07-03 20:21 UTC 

[PATCH v3 09/25] ceph-fs: Change how dentry's d_lock and d_count fields are accessed
 2013-07-03 20:20 UTC 

[PATCH v3 06/25] 9p-fs: Change how dentry's d_lock field is accessed
 2013-07-03 20:20 UTC 


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