messages from 2013-04-05 11:58:25 to 2013-04-08 23:28:03 UTC [more...]
[PATCH v2 00/28] memcg-aware slab shrinking
2013-04-08 23:28 UTC (24+ messages)
` [PATCH v2 02/28] vmscan: take at least one pass with shrinkers
` [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v2 08/28] list: add a new LRU list type
` [PATCH v2 10/28] dcache: convert to use new lru list infrastructure
[PATCH resend] fs/proc: Move kfree outside pde_unload_lock
2013-04-08 23:20 UTC (21+ messages)
` hangs on boot in 9984d7394618df9
[LSF/MM TOPIC (expanded) 0/8] New API's for better exporting of VFS from user-mode daemons
2013-04-08 21:33 UTC (29+ messages)
` [1/8] readdir-plus system call
` [Nfs-ganesha-devel] "
` [2/8] Sane locks (UNPOSIX locks)
` [Lsf-pc] "
` [3/8] File delegations, Usermode API of Bruce's pending patches
` [4/8] PNFS ioctls/syscall
` [5/8] syscall_cred() a system call that receives alternate CREDs
` "
` "
` [6/8] Rich ACLs (continued, drive through this time)
` [7/8] Single call interface to getattr/setattr
` [8/8] Fix fsnotify short comings (single fd with recursive notifications)
[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
2013-04-08 20:51 UTC (34+ messages)
` [PATCH v3 03/32] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v3 04/32] dentry: move to per-sb LRU locks
` [PATCH v3 05/32] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v3 01/32] super: fix calculation of shrinkable objects for small numbers
` [PATCH v3 02/32] vmscan: take at least one pass with shrinkers
` [PATCH v3 06/32] mm: new shrinker API
` [PATCH v3 07/32] shrinker: convert superblock shrinkers to new API
` [PATCH v3 10/32] dcache: convert to use new lru list infrastructure
` [PATCH v3 14/32] xfs: convert buftarg LRU to generic code
` [PATCH v3 15/32] xfs: convert dquot cache lru to list_lru
` [PATCH v3 17/32] drivers: convert shrinkers to new count/scan API
` [PATCH v3 19/32] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v3 21/32] vmscan: also shrink slab in memcg pressure
` [PATCH v3 22/32] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v3 24/32] list_lru: also include memcg lists in counts and scans
` [PATCH v3 28/32] memcg: scan cache objects hierarchically
` [PATCH v3 30/32] memcg: shrink dead memcgs upon global memory pressure
` [PATCH v3 32/32] memcg: debugging facility to access dangling memcgs
` [PATCH v3 08/32] list: add a new LRU list type
` [PATCH v3 09/32] inode: convert inode lru list to generic lru list code
` [PATCH v3 11/32] list_lru: per-node list infrastructure
` [PATCH v3 12/32] shrinker: add node awareness
` [PATCH v3 13/32] fs: convert inode and dentry shrinking to be node aware
` [PATCH v3 16/32] fs: convert fs shrinkers to new scan/count API
` [PATCH v3 18/32] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v3 20/32] shrinker: Kill old ->shrink API
` [PATCH v3 23/32] lru: add an element to a memcg list
` [PATCH v3 25/32] list_lru: per-memcg walks
` [PATCH v3 26/32] memcg: per-memcg kmem shrinking
` [PATCH v3 27/32] list_lru: reclaim proportionaly between memcgs and nodes
` [PATCH v3 29/32] memcg: move initialization to memcg creation
` [PATCH v3 31/32] super: targeted memcg reclaim
[PATCHv3, RFC 00/34] Transparent huge page cache
2013-04-08 19:38 UTC (29+ messages)
` [PATCHv3, RFC 02/34] block: implement add_bdi_stat()
` [PATCHv3, RFC 05/34] memcg, thp: charge huge cache pages
` [PATCHv3, RFC 09/34] thp: represent file thp pages in meminfo and friends
` [PATCHv3, RFC 13/34] thp, mm: trigger bug in replace_page_cache_page() on THP
` [PATCHv3, RFC 14/34] thp, mm: locking tail page is a bug
` [PATCHv3, RFC 15/34] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv3, RFC 16/34] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv3, RFC 17/34] thp, mm: implement grab_thp_write_begin()
` [PATCHv3, RFC 19/34] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv3, RFC 20/34] thp: handle file pages in split_huge_page()
` [PATCHv3, RFC 21/34] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv3, RFC 22/34] thp, mm: truncate support for transparent huge page cache
` [PATCHv3, RFC 23/34] thp, mm: split huge page on mmap file page
` [PATCHv3, RFC 25/34] x86-64, mm: proper alignment mappings with hugepages
` [PATCHv3, RFC 26/34] mm: add huge_fault() callback to vm_operations_struct
` [PATCHv3, RFC 27/34] thp: prepare zap_huge_pmd() to uncharge file pages
` [PATCHv3, RFC 28/34] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCHv3, RFC 29/34] thp, mm: basic huge_fault implementation for generic_file_vm_ops
` [PATCHv3, RFC 30/34] thp: extract fallback path from do_huge_pmd_anonymous_page() to a function
` [PATCHv3, RFC 31/34] thp: initial implementation of do_huge_linear_fault()
` [PATCHv3, RFC 32/34] thp: handle write-protect exception to file-backed huge pages
` [PATCHv3, RFC 33/34] thp: call __vma_adjust_trans_huge() for file-backed VMA
` [PATCHv3, RFC 34/34] thp: map file-backed huge pages on fault
[PATCH 2/2 v2][RFC] fsfreeze: replace sb_start_write with sb_start_write_killable
2013-04-08 17:58 UTC (2+ messages)
[PATCH 1/2] fsfreeze: add new internal __sb_start_write_wait
2013-04-08 17:55 UTC (2+ messages)
[PATCH] hfs: add error checking for hfs_find_init()
2013-04-08 16:37 UTC (12+ messages)
` [PATCH 1/2] hfsplus: add error propagation to __hfsplus_ext_write_extent()
` [PATCH 2/2] hfsplus: add printk to log allocation failure in hfs_find_init()
` [PATCH 0/2] hfs/hfsplus: Modernize logging styles
` [PATCH 1/2] hfs/hfsplus: Convert dprint to hfs_dbg
` [PATCH 2/2] hfs/hfsplus: Convert printks to pr_<level>
[PATCH 1/2 v 2][RFC] fsfreeze: add new internal __sb_start_write_wait
2013-04-08 16:22 UTC
[PATCH 0/2 v2][RFC] fsfreeze: from uninterruptible to killable
2013-04-08 16:20 UTC
[PATCH v4 0/7] Add O_DENY* support for VFS and CIFS/NFS
2013-04-08 14:25 UTC (11+ messages)
` [PATCH v4 2/7] CIFS: Add share_access parm to open request
` [PATCH v4 4/7] CIFS: Use NT_CREATE_ANDX command for forcemand mounts
` [PATCH v4 1/7] fcntl: Introduce new O_DENY* open flags
` [PATCH v4 3/7] CIFS: Add O_DENY* open flags support
` [PATCH v4 5/7] NFSv4: "
` [PATCH v4 6/7] NFSD: Pass share reservations flags to VFS
` [PATCH v4 7/7] locks: Disable LOCK_MAND support for MS_SHARELOCK mounts
[alsa-devel] [RFC] revoke(2) and generic handling of things like remove_proc_entry()
2013-04-08 13:16 UTC
[PATCH] f2fs: write checkpoint before starting FG_GC
2013-04-08 8:09 UTC
[RFC PATCH 1/1] vfs: Filemash fs
2013-04-08 3:47 UTC (3+ messages)
af_unix udev startup regression
2013-04-08 2:43 UTC (2+ messages)
hfsplus volume suddenly inaccessable after 'hfs: recoff %d too large'
2013-04-07 14:14 UTC (4+ messages)
hfsplus volume suddenly inaccessable after 'hfs: recoff %d too large'
2013-04-07 13:54 UTC (2+ messages)
Fwd:
2013-04-07 12:05 UTC (5+ messages)
`
` hfsplus volume suddenly inaccessable after 'hfs: recoff %d too large'
[PATCH, RFC 00/16] Transparent huge page cache
2013-04-07 0:26 UTC (5+ messages)
[PATCH 2/4] fsfreeze: manage kill signal when sb_start_write is called
2013-04-06 21:50 UTC (4+ messages)
[PATCH 4/4] fsfreeze: avoid to return zero in __get_user_pages
2013-04-06 17:36 UTC (2+ messages)
[PATCH 0/4] fsfreeze: from uninterruptible to killable waiting
2013-04-06 15:22 UTC (2+ messages)
[PATCH 3/4] fsfreeze: manage kill signal when sb_start_pagefault is called
2013-04-06 15:00 UTC (3+ messages)
[PATCH 1/4] fsfreeze: add new internal __sb_start_write_wait
2013-04-06 10:03 UTC
[PATCH v3 7/7] f2fs: add tracepoints to debug checkpoint request
2013-04-06 5:46 UTC
[PATCH v3 6/7] f2fs: add tracepoints for write page operations
2013-04-06 5:46 UTC
[PATCH v3 5/7] f2fs: add tracepoints to debug the block allocation & fallocate
2013-04-06 5:46 UTC
[PATCH v3 4/7] f2fs: add tracepoints for GC threads
2013-04-06 5:46 UTC
[PATCH v3 3/7] f2fs: add tracepoint for tracing the page i/o operations
2013-04-06 5:46 UTC
[PATCH v3 2/7] f2fs: add tracepoints for truncate operation
2013-04-06 5:45 UTC
[PATCH v3 1/7] f2fs: add tracepoints for sync & Inode operations
2013-04-06 5:45 UTC
[PATCH v3 0/7] f2fs: add tracepoints support in f2fs filesystem
2013-04-06 5:45 UTC
[PATCH] f2fs: fix typo mistakes
2013-04-06 5:44 UTC
[RFC] revoke(2) and generic handling of things like remove_proc_entry()
2013-04-06 5:00 UTC (6+ messages)
Re-Activate Your Account
2013-04-06 3:17 UTC
Hello
2013-04-06 2:31 UTC
[PATCH v2 0/4] dcache: make dcache more scalable on large system
2013-04-05 20:26 UTC (11+ messages)
` [PATCH v2 1/4] dcache: Don't take unnecessary lock in d_count update
` [PATCH RFC v2 2/4] dcache: introduce a new sequence read/write lock type
` [PATCH v2 RFC 3/4] dcache: change rename_lock to a sequence read/write lock
` [PATCH v2 4/4] dcache: don't need to take d_lock in prepend_path()
[PATCH] xfstests: Check concurrently of readdir and read on the same directory fd
2013-04-05 17:32 UTC (3+ messages)
[PATCH v2 0/4] dcache: make dcache more scalable on large system
2013-04-05 16:57 UTC
[PATCH 0/2] vfs: Report a mount r/o if the superblock is
2013-04-05 14:06 UTC (2+ messages)
[PATCHv2, RFC 00/30] Transparent huge page cache
2013-04-05 13:46 UTC (9+ messages)
` [PATCHv2, RFC 20/30] ramfs: enable transparent "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).