messages from 2013-05-09 06:06:38 to 2013-05-13 10:36:58 UTC [more...]
[PATCH v6 00/31] kmemcg shrinkers
2013-05-13 10:36 UTC (40+ messages)
` [PATCH v6 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v6 02/31] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v6 03/31] dentry: move to per-sb LRU locks
` [PATCH v6 04/31] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v6 05/31] mm: new shrinker API
` [PATCH v6 06/31] shrinker: convert superblock shrinkers to new API
` [PATCH v6 07/31] list: add a new LRU list type
` [PATCH v6 08/31] inode: convert inode lru list to generic lru list code
` [PATCH v6 09/31] dcache: convert to use new lru list infrastructure
` [PATCH v6 10/31] list_lru: per-node "
` [PATCH v6 11/31] shrinker: add node awareness
` [PATCH v6 12/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v6 13/31] xfs: convert buftarg LRU to generic code
` [PATCH v6 14/31] xfs: convert dquot cache lru to list_lru
` [PATCH v6 15/31] fs: convert fs shrinkers to new scan/count API
` [PATCH v6 16/31] drivers: convert shrinkers to new count/scan API
` [PATCH v6 17/31] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v6 18/31] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v6 19/31] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v6 20/31] shrinker: Kill old ->shrink API
` [PATCH v6 21/31] vmscan: also shrink slab in memcg pressure
` [PATCH v6 22/31] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v6 23/31] lru: add an element to a memcg list
` [PATCH v6 24/31] list_lru: per-memcg walks
` [PATCH v6 25/31] memcg: per-memcg kmem shrinking
` [PATCH v6 26/31] memcg: scan cache objects hierarchically
` [PATCH v6 27/31] vmscan: take at least one pass with shrinkers
` [PATCH v6 28/31] super: targeted memcg reclaim
` [PATCH v6 29/31] memcg: move initialization to memcg creation
` [PATCH v6 30/31] vmpressure: in-kernel notifications
` [PATCH v6 31/31] memcg: reap dead memcgs upon global memory pressure
[PATCH 0/4] Obey mark_page_accessed hint given by filesystems v2
2013-05-13 10:21 UTC (5+ messages)
` [PATCH 1/4] mm: Add tracepoints for LRU activation and insertions
` [PATCH 2/4] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 3/4] mm: Activate !PageLRU pages on mark_page_accessed if page is on local pagevec
` [PATCH 4/4] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API
[PATCH V2 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
2013-05-13 9:19 UTC (7+ messages)
` [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
[PATCH 00/17] lnfs: linux-3.9 release
2013-05-12 21:56 UTC (13+ messages)
` [PATCH 16/17] NFSD: Server implementation of MAC Labeling
[RFC] next cycle fun: ->release() API change
2013-05-12 21:47 UTC (8+ messages)
сувенир выполнен поражать
2013-05-12 18:03 UTC
Tux3 Report: Faster than tmpfs, what?
2013-05-12 4:39 UTC (11+ messages)
[PATCHv4 00/39] Transparent huge page cache
2013-05-12 1:23 UTC (40+ messages)
` [PATCHv4 01/39] mm: drop actor argument of do_generic_file_read()
` [PATCHv4 02/39] block: implement add_bdi_stat()
` [PATCHv4 03/39] mm: implement zero_huge_user_segment and friends
` [PATCHv4 04/39] radix-tree: implement preload for multiple contiguous elements
` [PATCHv4 05/39] memcg, thp: charge huge cache pages
` [PATCHv4 06/39] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv4 07/39] thp, mm: basic defines for transparent huge page cache
` [PATCHv4 08/39] thp: compile-time and sysfs knob for thp pagecache
` [PATCHv4 09/39] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv4 10/39] thp: account anon transparent huge pages into NR_ANON_PAGES
` [PATCHv4 11/39] thp: represent file thp pages in meminfo and friends
` [PATCHv4 12/39] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv4 13/39] mm: trace filemap: dump page order
` [PATCHv4 14/39] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCHv4 15/39] thp, mm: trigger bug in replace_page_cache_page() on THP
` [PATCHv4 16/39] thp, mm: locking tail page is a bug
` [PATCHv4 17/39] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv4 18/39] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv4 19/39] thp, mm: allocate huge pages in grab_cache_page_write_begin()
` [PATCHv4 20/39] thp, mm: naive support of thp in generic read/write routines
` [PATCHv4 21/39] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv4 22/39] thp: handle file pages in split_huge_page()
` [PATCHv4 23/39] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv4 24/39] thp, mm: truncate support for transparent huge page cache
` [PATCHv4 25/39] thp, mm: split huge page on mmap file page
` [PATCHv4 26/39] ramfs: enable transparent huge page cache
` [PATCHv4 27/39] x86-64, mm: proper alignment mappings with hugepages
` [PATCHv4 28/39] thp: prepare zap_huge_pmd() to uncharge file pages
` [PATCHv4 29/39] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCHv4 30/39] thp: do_huge_pmd_anonymous_page() cleanup
` [PATCHv4 31/39] thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
` [PATCHv4 32/39] mm: cleanup __do_fault() implementation
` [PATCHv4 33/39] thp, mm: implement do_huge_linear_fault()
` [PATCHv4 34/39] thp, mm: handle huge pages in filemap_fault()
` [PATCHv4 35/39] mm: decomposite do_wp_page() and get rid of some 'goto' logic
` [PATCHv4 36/39] mm: do_wp_page(): extract VM_WRITE|VM_SHARED case to separate function
` [PATCHv4 37/39] thp: handle write-protect exception to file-backed huge pages
` [PATCHv4 38/39] thp: vma_adjust_trans_huge(): adjust file-backed VMA too
` [PATCHv4 39/39] thp: map file-backed huge pages on fault
[PATCH v2] nilfs2: fix issue of nilfs_set_page_dirty for page at EOF boundary
2013-05-11 7:12 UTC
[PATCH v2] jbd2: Fix block tag checksum verification brokenness
2013-05-11 5:18 UTC (3+ messages)
[PATCH] jbd2: Always set journal superblock checksum when writing out superblock
2013-05-11 4:56 UTC (2+ messages)
[PATCH 0/8] Fix assorted FS-Cache issues [ver #2]
2013-05-10 20:47 UTC (10+ messages)
` [PATCH 1/8] Add wait_on_atomic_t() and wake_up_atomic_t() "
` [PATCH 2/8] fs/fscache: remove spin_lock() from the condition in while() "
` [PATCH 3/8] CacheFiles: name i_mutex lock class explicitly "
` [PATCH 4/8] FS-Cache: Don't sleep in page release if __GFP_FS is not set "
` [PATCH 5/8] FS-Cache: Uninline fscache_object_init() "
` [PATCH 6/8] FS-Cache: Wrap checks on object state "
` [PATCH 7/8] FS-Cache: Fix object state machine to have separate work and wait states "
` [PATCH 8/8] FS-Cache: Simplify cookie retention for fscache_objects, fixing access problems "
[PATCH v4 0/5] nfsd + hfsplus: introduce generalized version of NFSv4 ACLs <-> POSIX ACLs mapping algorithms
2013-05-10 17:28 UTC (8+ messages)
[PATCH] trivial comment fix
2013-05-10 15:22 UTC (2+ messages)
[PATCH] vfs: Fix invalid ida_remove() call
2013-05-10 12:04 UTC
[PATCH v6 0/7] Add O_DENY* support for VFS and CIFS/NFS
2013-05-10 11:09 UTC (3+ messages)
` [PATCH v6 2/7] VFS: Add O_DENYDELETE support for VFS
[PATCH v5 00/31] kmemcg shrinkers
2013-05-10 10:01 UTC (52+ messages)
` [PATCH v5 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v5 02/31] vmscan: take at least one pass with shrinkers
` [PATCH v5 04/31] dentry: move to per-sb LRU locks
` [PATCH v5 06/31] mm: new shrinker API
` [PATCH v5 07/31] shrinker: convert superblock shrinkers to new API
` [PATCH v5 08/31] list: add a new LRU list type
` [PATCH v5 11/31] list_lru: per-node list infrastructure
` [PATCH v5 13/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v5 14/31] xfs: convert buftarg LRU to generic code
` [PATCH v5 15/31] xfs: convert dquot cache lru to list_lru
` [PATCH v5 16/31] fs: convert fs shrinkers to new scan/count API
` [PATCH v5 17/31] drivers: convert shrinkers to new count/scan API
` [PATCH v5 18/31] shrinker: convert remaining shrinkers to "
` [PATCH v5 19/31] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v5 20/31] shrinker: Kill old ->shrink API
` [PATCH v5 21/31] vmscan: also shrink slab in memcg pressure
` [PATCH v5 22/31] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v5 23/31] lru: add an element to a memcg list
` [PATCH v5 24/31] list_lru: per-memcg walks
` [PATCH v5 25/31] memcg: per-memcg kmem shrinking
` [PATCH v5 26/31] memcg: scan cache objects hierarchically
` [PATCH v5 27/31] super: targeted memcg reclaim
` [PATCH v5 28/31] memcg: move initialization to memcg creation
` [PATCH v5 29/31] vmpressure: in-kernel notifications
` [PATCH v5 30/31] memcg: reap dead memcgs upon global memory pressure
` [PATCH v5 31/31] memcg: debugging facility to access dangling memcgs
how is the /proc/[pid] directories created?
2013-05-10 8:54 UTC
mmotm 2013-05-09-15-57 uploaded
2013-05-09 22:58 UTC
[git pull] more vfs.git stuff
2013-05-09 20:46 UTC (6+ messages)
[PATCH v4 2/5] nfsd: introduce generalization of NFSv4 ACLs <-> POSIX ACLs mapping algorithms
2013-05-09 16:38 UTC
[PATCH v4 5/5] hfsplus: integrate of implemented ACLs support into driver
2013-05-09 16:39 UTC
[PATCH v4 4/5] hfsplus: introduce implementation of the ACLs support
2013-05-09 16:38 UTC
[PATCH v4 3/5] hfsplus: add all neccessary declarations for ACLs support
2013-05-09 16:38 UTC
[PATCH v4 1/5] NFSv4: introduce interface of NFSv4 ACLs <-> POSIX ACLs mapping
2013-05-09 16:37 UTC
[PATCH v8] fs: imgdafs: Add IMG DAFS filesystem for metag
2013-05-09 15:14 UTC
[PATCH 02/21] fs: remove inline marking of EXPORT_SYMBOL functions
2013-05-09 8:42 UTC (3+ messages)
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).