linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-02 21:46:08 to 2013-04-08 08:11:21 UTC [more...]

[PATCH v2 00/28] memcg-aware slab shrinking
 2013-04-08  8:11 UTC  (25+ messages)
` [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v2 05/28] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v2 06/28] mm: new shrinker API
` [PATCH v2 08/28] list: add a new LRU list type
` [PATCH v2 21/28] vmscan: also shrink slab in memcg pressure

[PATCH] f2fs: write checkpoint before starting FG_GC
 2013-04-08  8:09 UTC 

[PATCH] hfs: add error checking for hfs_find_init()
 2013-04-08  6:08 UTC  (9+ 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()

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

Fwd:
 2013-04-07 14:14 UTC  (11+ messages)
  ` 
    ` hfsplus volume suddenly inaccessable after 'hfs: recoff %d too large'

[PATCHv3, RFC 00/34] Transparent huge page cache
 2013-04-07  0:40 UTC  (36+ messages)
` [PATCHv3, RFC 01/34] mm: drop actor argument of do_generic_file_read()
` [PATCHv3, RFC 02/34] block: implement add_bdi_stat()
` [PATCHv3, RFC 03/34] mm: implement zero_huge_user_segment and friends
` [PATCHv3, RFC 04/34] radix-tree: implement preload for multiple contiguous elements
` [PATCHv3, RFC 05/34] memcg, thp: charge huge cache pages
` [PATCHv3, RFC 06/34] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv3, RFC 07/34] thp, mm: basic defines for transparent huge page cache
` [PATCHv3, RFC 08/34] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv3, RFC 09/34] thp: represent file thp pages in meminfo and friends
` [PATCHv3, RFC 10/34] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv3, RFC 11/34] mm: trace filemap: dump page order
` [PATCHv3, RFC 12/34] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [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 18/34] thp, mm: naive support of thp in generic read/write routines
` [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 24/34] ramfs: enable transparent huge page cache
` [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, RFC 00/16] Transparent huge page cache
 2013-04-07  0:26 UTC  (9+ 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 resend] fs/proc: Move kfree outside pde_unload_lock
 2013-04-05 21:00 UTC  (8+ messages)

[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 v4 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-04-05 18:11 UTC  (9+ 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

[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  (27+ messages)
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements
` [PATCHv2, RFC 05/30] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv2, RFC 07/30] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv2, RFC 11/30] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv2, RFC 12/30] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv2, RFC 20/30] ramfs: enable transparent huge page cache

[PATCH] f2fs: introduce a new global lock scheme
 2013-04-05  1:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-04-04 17:45 UTC  (7+ messages)
` [PATCH v3 6/7] NFSv4: Add O_DENY* open flags support

Word-at-a-time dcache name accesses (was Re: .. anybody know of any filesystems that depend on the exact VFS 'namehash' implementation?)
 2013-04-04 16:50 UTC  (9+ messages)

[PATCH] To add NULL pointer check
 2013-04-04  5:28 UTC  (9+ messages)

Re-Activate Your Account
 2013-04-04  2:38 UTC 

[PATCH 00/19] lnfs: 3.9-rc5 release
 2013-04-03 19:57 UTC  (10+ messages)
` [PATCH 01/19] Security: Add hook to calculate context based on a negative dentry
` [PATCH 04/19] SELinux: Add new labeling type native labels
` [PATCH 05/19] NFSv4: Add label recommended attribute and NFSv4 flags
` [PATCH 07/19] NFSv4: Extend fattr bitmaps to support all 3 words
` [PATCH 09/19] NFS: Add label lifecycle management
` [PATCH 10/19] NFS: Client implementation of Labeled-NFS
` [PATCH 15/19] NFSv4.2: Added NFS v4.2 support to the NFS client

[GIT PULL] Reiserfs fix for 3.9-rc6
 2013-04-03 15:43 UTC 

EXT4 nodelalloc => back to stone age
 2013-04-02 13:46 UTC  (2+ messages)

[RFC PATCH 1/1] vfs: Filemash fs
 2013-04-03  9:16 UTC 

[PATCH 1/9] f2fs: do not use duplicate names in a macro
 2013-04-03  8:27 UTC  (22+ messages)
` [PATCH 2/9] f2fs: introduce TOTAL_SECS macro
` [PATCH 3/9] f2fs: remove redundant lock_page calls
    ` [PATCH 3/9 v2] "
` [PATCH 4/9] f2fs: allocate new segment aligned with sections
` [PATCH 5/9] f2fs: change GC bitmaps to apply the section granularity
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] f2fs: check completion of foreground GC
` [PATCH 7/9] f2fs: allocate remained free segments in the LFS mode
` [PATCH 8/9] f2fs: avoid race for summary information
` [PATCH 9/9] f2fs: fix the bitmap consistency of dirty segments

[PATCH] autofs - remove autofs dentry mount check
 2013-04-03  3:10 UTC 

[PATCH] autofs - fix sparse warning for autofs4_d_manage()
 2013-04-03  3:09 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).