linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-12 20:39:09 to 2012-12-20 23:16:18 UTC [more...]

Are there u32 atomic bitops? (or dealing w/ i_flags)
 2012-12-20 23:10 UTC  (13+ messages)
            ` [RFC PATCH 0/4] Rework mtime and ctime updates on mmaped writes
              ` [RFC PATCH 1/4] mm: Explicitly track when the page dirty bit is transferred from a pte
              ` [RFC PATCH 2/4] mm: Update file times when inodes are written after mmaped writes
              ` [RFC PATCH 3/4] Remove file_update_time from all mkwrite paths
              ` [RFC PATCH 4/4] ext4: Fix an incorrect comment about i_mutex

[vfs:for-jlayton 16/28] fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate'
 2012-12-20 23:11 UTC 

epoll with ONESHOT possibly fails to deliver events
 2012-12-20 22:25 UTC  (14+ messages)

Your ATM CARD Parcel
 2012-12-20 15:37 UTC 

[PATCH RESEND v1 00/16] vfs: hot data tracking
 2012-12-20 14:55 UTC  (18+ messages)
` [PATCH RESEND v1 01/16] vfs: introduce some data structures
` [PATCH RESEND v1 02/16] vfs: add init and cleanup functions
` [PATCH RESEND v1 03/16] vfs: add I/O frequency update function
` [PATCH RESEND v1 04/16] vfs: add two map arrays
` [PATCH RESEND v1 05/16] vfs: add hooks to enable hot tracking
` [PATCH RESEND v1 06/16] vfs: add temp calculation function
` [PATCH RESEND v1 07/16] vfs: add map info update function
` [PATCH RESEND v1 08/16] vfs: add aging function
` [PATCH RESEND v1 09/16] vfs: add one work queue
` [PATCH RESEND v1 10/16] vfs: add FS hot type support
` [PATCH RESEND v1 11/16] vfs: register one shrinker
` [PATCH RESEND v1 12/16] vfs: add one ioctl interface
` [PATCH RESEND v1 13/16] vfs: add debugfs support
` [PATCH RESEND v1 14/16] proc: add two hot_track proc files
` [PATCH RESEND v1 15/16] btrfs: add hot tracking support
` [PATCH RESEND v1 16/16] vfs: add documentation

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2012-12-20 11:45 UTC  (6+ messages)
` [PATCH 05/19] shrinker: convert superblock shrinkers to new API
` [PATCH 09/19] list_lru: per-node list infrastructure

help about ext3 read-only issue on ext3(2.6.16.30)
 2012-12-20 11:32 UTC  (15+ messages)

[PATCH 0/2] handle O_(D)SYNC for AIO
 2012-12-20 11:15 UTC  (5+ messages)
` [PATCH 1/2] [PATCH 1/2] direct-io: implement generic deferred AIO completions

[PATCH 0/2] slightly change shrinker behaviour for very small object sets
 2012-12-20 10:59 UTC  (6+ messages)
` [PATCH 1/2] super: fix calculation of shrinkable objects for small numbers
` [PATCH 2/2] vmscan: take at least one pass with shrinkers

[PATCH RESEND] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
 2012-12-20 10:09 UTC 

[PATCH] f2fs: invalidate the node page if allocation is failed
 2012-12-20  7:22 UTC 

[PATCH 3/3] f2fs: rewrite the f2fs_gc flow
 2012-12-20  2:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH -next] f2fs: add missing #include <linux/prefetch.h>
 2012-12-19 23:55 UTC  (2+ messages)

[PATCH v5 7/8] fat (exportfs): rebuild directory-inode if fat_dget() fails
 2012-12-19 16:10 UTC  (9+ messages)

[PATCH] direct-io: allow file systems to do their own waiting for io V2
 2012-12-19 15:55 UTC  (3+ messages)

[PATCH v2] hfsplus: avoid crash on failed block map free
 2012-12-19 14:15 UTC  (9+ messages)

[PATCH 0/3] retry slab allocation after first failure
 2012-12-19 14:01 UTC  (4+ messages)
` [PATCH 1/3] slab: single entry-point for slab allocation
` [PATCH 2/3] slub: remove slab_alloc wrapper
` [PATCH 3/3] sl[auo]b: retry allocation once in case of failure

[GIT PULL] f2fs: request for tree inclusion
 2012-12-19 13:37 UTC  (4+ messages)

[PATCH] f2fs: do f2fs_balance_fs in front of dir operations
 2012-12-19  8:49 UTC 

[PATCH] f2fs: should recover orphan and fsync data
 2012-12-19  8:49 UTC 

[PATCH] f2fs: fix handling errors got by f2fs_write_inode
 2012-12-19  8:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/26] AIO performance improvements/cleanups, v2
 2012-12-19  6:45 UTC  (11+ messages)

Good day!!!
 2012-12-19  1:17 UTC 

[PATCH] vfs: update atimes over one day in the past or future
 2012-12-18 21:14 UTC  (4+ messages)

[GIT PULL] exofs: 3 changes to exofs & osd
 2012-12-18 11:35 UTC  (5+ messages)

my subject
 2012-12-18  6:24 UTC 

[PATCH v2.3 0/3] mm/fs: Implement faster stable page writes on filesystems
 2012-12-17 23:20 UTC  (20+ messages)
` [PATCH 1/4] bdi: Allow block devices to say that they require stable page writes
` [PATCH 2/4] mm: Only enforce stable page writes if the backing device requires it
` [PATCH 3/4] 9pfs: Fix filesystem to wait for stable page writeback
` [PATCH 4/4] block: Optionally snapshot page contents to provide stable pages during write

(unknown)
 2012-12-17 22:28 UTC 

[PATCH 0/3] Add O_DENY* flags to fcntl and cifs
 2012-12-17 15:36 UTC  (8+ messages)

mmotm 2012-12-14-17-51 uploaded
 2012-12-17 14:45 UTC  (3+ messages)
` -mm git tree for since-3.7 is open (was: mmotm 2012-12-14-17-51 uploaded)

[GIT PULL] ext3, udf, quota fixes
 2012-12-17 14:33 UTC 

3.7: massive slowdown of deletion performance with discard
 2012-12-16 16:31 UTC  (2+ messages)

[PATCH 21/21] documentation: drop vmtruncate
 2012-12-16  0:21 UTC  (2+ messages)

[PATCH 20/21] mm: drop vmtruncate
 2012-12-15 11:00 UTC 

[PATCH 19/21] vfs: drop vmtruncate
 2012-12-15 10:59 UTC 

[PATCH 17/21] nilfs2: drop vmtruncate
 2012-12-15 10:57 UTC 

[PATCH 10/21] hfs: drop vmtruncate
 2012-12-15 10:53 UTC 

[PATCH 09/21] bfs: drop vmtruncate
 2012-12-15 10:52 UTC 

[PATCH 18/21] ntfs: drop vmtruncate
 2012-12-15 10:58 UTC 

[PATCH 06/21] ocfs2: drop vmtruncate
 2012-12-15 10:50 UTC 

[PATCH 16/21] ncpfs: drop vmtruncate
 2012-12-15 10:57 UTC 

[PATCH 15/21] minix: drop vmtruncate
 2012-12-15 10:56 UTC 

[PATCH 14/21] logfs: drop vmtruncate
 2012-12-15 10:55 UTC 

[PATCH 13/21] hfsplus: drop vmtruncate
 2012-12-15 10:55 UTC 

[PATCH 12/21] jfs: drop vmtruncate
 2012-12-15 10:54 UTC 

[PATCH 03/21] reiserfs: drop vmtruncate
 2012-12-15 10:47 UTC 

[PATCH 11/21] hpfs: drop vmtruncate
 2012-12-15 10:53 UTC 

[PATCH 02/21] sysv: drop vmtruncate
 2012-12-15 10:45 UTC 

[PATCH 08/21] affs: drop vmtruncate
 2012-12-15 10:51 UTC 

[PATCH 07/21] adfs: drop vmtruncate
 2012-12-15 10:51 UTC 

[PATCH 05/21] omfs: drop vmtruncate
 2012-12-15 10:49 UTC 

[PATCH 04/21] procfs: drop vmtruncate
 2012-12-15 10:48 UTC 

[PATCH 01/21] ufs: drop vmtruncate
 2012-12-15 10:45 UTC 

[PATCH 00/21 v3] drop vmtruncate
 2012-12-15 10:43 UTC  (3+ messages)
` [PATCH 00/21 v4] "
  ` [PATCH 00/21 v5] "

virtfs handles submounts poorly?
 2012-12-15  1:45 UTC  (2+ messages)
  ` [V9fs-developer] "

[fuse-devel] [PATCH 0/6] fuse: process direct IO asynchronously
 2012-12-14 14:21 UTC  (6+ messages)

[PATCH] direct-io: allow file systems to do their own waiting for io
 2012-12-14 13:44 UTC  (6+ messages)

livelock in __writeback_inodes_wb ?
 2012-12-14  9:13 UTC  (3+ messages)

[PATCH v2] f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number
 2012-12-14  6:42 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH v1 resend hot_track 00/16] vfs: hot data tracking
 2012-12-14  2:46 UTC  (6+ messages)

[PATCH 1/2] autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mount
 2012-12-14  2:23 UTC  (2+ messages)
` [PATCH 2/2] autofs4 - use simple_empty() for empty directory check

Read starvation by sync writes
 2012-12-13 18:03 UTC  (18+ messages)

ticket number (7PWYZ2012) Open The Attached File
 2012-12-13 14:57 UTC 

vfs: Remove useless function prototypes
 2012-12-13 12:37 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.22.2
 2012-12-13 12:31 UTC  (2+ messages)

A huge latency in ext4 and xfs because of stable page write
 2012-12-13  2:30 UTC  (9+ messages)

Reporting disk usage with df on F2FS over loop device
 2012-12-13  1:16 UTC  (4+ messages)

[PATCH] f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number
 2012-12-13  0:14 UTC  (7+ messages)

"attempt to access beyond end of device" on DVD
 2012-12-12 20:39 UTC  (3+ 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).