linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-30 19:13:55 to 2013-06-06 07:23:10 UTC [more...]

mmotm 2013-06-05-17-24 uploaded
 2013-06-06  7:23 UTC  (3+ messages)

[PATCH v10 00/35] kmemcg shrinkers
 2013-06-06  7:18 UTC  (71+ messages)
` [PATCH v10 02/35] super: fix calculation of shrinkable objects for small numbers
` [PATCH v10 05/35] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v10 20/35] drivers: convert shrinkers to new count/scan API
  ` [PATCH v10 01/35] fs: bump inode and dentry counters to long
  ` [PATCH v10 03/35] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v10 04/35] dentry: move to per-sb LRU locks
  ` [PATCH v10 06/35] mm: new shrinker API
  ` [PATCH v10 07/35] shrinker: convert superblock shrinkers to new API
  ` [PATCH v10 08/35] list: add a new LRU list type
  ` [PATCH v10 09/35] inode: convert inode lru list to generic lru list code
  ` [PATCH v10 10/35] dcache: convert to use new lru list infrastructure
  ` [PATCH v10 11/35] list_lru: per-node "
  ` [PATCH v10 12/35] shrinker: add node awareness
  ` [PATCH v10 13/35] vmscan: per-node deferred work
  ` [PATCH v10 14/35] list_lru: per-node API
  ` [PATCH v10 15/35] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v10 16/35] xfs: convert buftarg LRU to generic code
  ` [PATCH v10 17/35] xfs: rework buffer dispose list tracking
  ` [PATCH v10 18/35] xfs: convert dquot cache lru to list_lru
  ` [PATCH v10 19/35] fs: convert fs shrinkers to new scan/count API
  ` [PATCH v10 21/35] i915: bail out earlier when shrinker cannot acquire mutex
  ` [PATCH v10 22/35] shrinker: convert remaining shrinkers to count/scan API
  ` [PATCH v10 23/35] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v10 24/35] shrinker: Kill old ->shrink API
  ` [PATCH v10 25/35] vmscan: also shrink slab in memcg pressure
  ` [PATCH v10 26/35] memcg,list_lru: duplicate LRUs upon kmemcg creation
  ` [PATCH v10 27/35] lru: add an element to a memcg list
  ` [PATCH v10 28/35] list_lru: per-memcg walks
  ` [PATCH v10 29/35] memcg: per-memcg kmem shrinking
  ` [PATCH v10 30/35] memcg: scan cache objects hierarchically
  ` [PATCH v10 32/35] super: targeted memcg reclaim
  ` [PATCH v10 33/35] memcg: move initialization to memcg creation
  ` [PATCH v10 34/35] vmpressure: in-kernel notifications
  ` [PATCH v10 35/35] memcg: reap dead memcgs upon global memory pressure
` [PATCH v10 31/35] vmscan: take at least one pass with shrinkers

[PATCH 0/3] scsi: More detailed I/O errors
 2013-06-06  6:58 UTC  (6+ messages)
` [PATCH 1/3] scsi: Document enhanced error codes
` [PATCH 2/3] scsi: Return ENOSPC on thin provisioning failure
` [PATCH 3/3] scsi: Return ENODATA on medium error

[PATCH 0/3 v3] dcache: make it more scalable on large system
 2013-06-06  3:48 UTC  (8+ messages)

[RFC] corner cases of open() on procfs symlinks
 2013-06-06  2:40 UTC  (4+ messages)

[RFC] RCU Judy array with distributed locking for FS extents
 2013-06-05 23:48 UTC  (9+ messages)

[PATCH v1 00/11] locks: scalability improvements for file locking
 2013-06-05 12:59 UTC  (39+ messages)
` [PATCH v1 01/11] cifs: use posix_unblock_lock instead of locks_delete_block
` [PATCH v1 02/11] locks: make generic_add_lease and generic_delete_lease static
` [PATCH v1 04/11] locks: make "added" in __posix_lock_file a bool
` [PATCH v1 05/11] locks: encapsulate the fl_link list handling
` [PATCH v1 07/11] locks: only pull entries off of blocked_list when they are really unblocked
` [PATCH v1 08/11] locks: convert fl_link to a hlist_node
  ` [PATCH v1 03/11] locks: comment cleanups and clarifications
  ` [PATCH v1 06/11] locks: convert to i_lock to protect i_flock list
  ` [PATCH v1 09/11] locks: turn the blocked_list into a hashtable
  ` [PATCH v1 10/11] locks: add a new "lm_owner_key" lock operation
  ` [PATCH v1 11/11] locks: give the blocked_hash its own spinlock

[PATCH v4 00/20] change invalidatepage prototype to accept length
 2013-06-05 10:04 UTC  (4+ messages)
` [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

[f2fs-dev] [RFC 0/5] Enable f2fs support inline data
 2013-06-05  7:13 UTC  (12+ messages)
` [RFC 1/5] f2fs: Add helper functions and flag to "
` [f2fs-dev] [RFC 2/5] f2fs: Handle inline data read and write
` [f2fs-dev] [RFC 3/5] f2fs: Key functions to handle inline data
` [f2fs-dev] [RFC 4/5] f2fs: Add Kconfig interface for inline data support
` [f2fs-dev] [RFC 5/5] f2fs: add tracepoints to debug inline data operations
` [RFC 0/5] Enable f2fs support inline data

[f2fs-dev] [PATCH 1/2] f2fs: add remount_fs callback support
 2013-06-05  4:34 UTC  (3+ messages)

[PATCH] ext4: Reduce object size when !CONFIG_PRINTK
 2013-06-05  2:55 UTC 

[PATCH] jfs: Convert jfs_error to jfs_sb_err
 2013-06-04 23:00 UTC 

Reply
 2013-06-03 12:42 UTC 

[ 112/184] epoll: prevent missed events on EPOLL_CTL_MOD
 2013-06-04 17:23 UTC 

[LSF/MM TOPIC (expanded) 0/8] New API's for better exporting of VFS from user-mode daemons
 2013-06-04 15:52 UTC  (7+ messages)
` Re: [1/8] readdir-plus system call - LSF/MM follow up
    `  "
        `  "
            ` [Lsf-pc] "

[PATCH v7 00/34] kmemcg shrinkers
 2013-06-04  9:10 UTC  (5+ messages)
` [PATCH v7 19/34] drivers: convert shrinkers to new count/scan API

[GIT PULL] fuse bugfixes for 3.10-rc5
 2013-06-04  8:01 UTC 

[PATCH v3] jbd2: Fix block tag checksum verification brokenness
 2013-06-04  3:32 UTC  (4+ messages)

[patch 00/10] mm: thrash detection-based file cache sizing
 2013-06-03 18:52 UTC  (10+ messages)
` [patch 10/10] mm: workingset: keep shadow entries in check

[PATCHv4 00/39] Transparent huge page cache
 2013-06-03 16:09 UTC  (6+ messages)
` [PATCHv4 23/39] thp: wait_split_huge_page(): serialize over i_mmap_mutex too

block: Allow merging of tail pages into the last segment
 2013-06-03 13:30 UTC  (3+ messages)

pipe->mutex & sig->cred_guard_mutex - possible circular locking dependency detected
 2013-06-03 11:36 UTC 

WalB: a wrapper block device driver for efficient backup and replication
 2013-06-03  8:30 UTC 

[PATCH] writeback: make local functions as static
 2013-06-03  4:05 UTC  (4+ messages)
    ` [PATCH] writeback: make wb_do_writeback() "

nfsv4 mount with noexec
 2013-06-02 23:05 UTC  (2+ messages)

[f2fs-dev] [PATCH 2/2] f2fs: reorganise the function get_victim_by_default
 2013-06-01  7:20 UTC 

AIO refactoring/performance improvements/cancellation
 2013-05-31 22:52 UTC  (13+ messages)
` [PATCH 04/21] Generic percpu refcounting
` [PATCH 21/21] block: Bio cancellation

Froe e71bf1d708e1294b3bae64d04f03228b3625f2a3 Mon Sep 17 00:00:00 2001
 2013-05-31 21:12 UTC  (4+ messages)
` [PATCH 05/13] NFSv4.2: Added NFS v4.2 support to the NFS client

[PATCH 00/13] lnfs: 3.10-rc2 release
 2013-05-31 21:11 UTC  (3+ messages)

[git pull] assorted fixes
 2013-05-31 20:24 UTC 

f2fs: handle errors from get_node_page calls
 2013-05-31 17:45 UTC 

getdents and dentry cache
 2013-05-31 17:10 UTC  (2+ messages)

testing stable pages being modified
 2013-05-31 14:34 UTC  (6+ 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).