linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-03 02:21:00 to 2011-06-09 01:16:09 UTC [more...]

[PATCH 00/15] writeback fixes and cleanups for 3.0 (v5)
 2011-06-09  1:16 UTC  (31+ messages)
` [PATCH 01/15] writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage
` [PATCH 02/15] writeback: update dirtied_when for synced inode to prevent livelock
` [PATCH 03/15] writeback: introduce writeback_control.inodes_cleaned
` [PATCH 04/15] writeback: try more writeback as long as something was written
` [PATCH 05/15] writeback: the kupdate expire timestamp should be a moving target
` [PATCH 06/15] writeback: refill b_io iff empty
` [PATCH 07/15] writeback: split inode_wb_list_lock into bdi_writeback.list_lock
` [PATCH 08/15] writeback: elevate queue_io() into wb_writeback()
` [PATCH 09/15] writeback: avoid extra sync work at enqueue time
` [PATCH 10/15] writeback: add bdi_dirty_limit() kernel-doc
` [PATCH 11/15] writeback: skip balance_dirty_pages() for in-memory fs
` [PATCH 12/15] writeback: remove writeback_control.more_io
` [PATCH 13/15] writeback: remove .nonblocking and .encountered_congestion
` [PATCH 14/15] writeback: trace event writeback_single_inode
` [PATCH 15/15] writeback: trace event writeback_queue_io

[PATCH 0/7] overlay filesystem: request for inclusion
 2011-06-08 22:32 UTC  (2+ messages)

[PATCH v8 00/12] memcg: per cgroup dirty page accounting
 2011-06-08 20:42 UTC  (46+ messages)
` [PATCH v8 01/12] memcg: document cgroup dirty memory interfaces
` [PATCH v8 02/12] memcg: add page_cgroup flags for dirty page tracking
` [PATCH v8 03/12] memcg: add mem_cgroup_mark_inode_dirty()
` [PATCH v8 04/12] memcg: add dirty page accounting infrastructure
` [PATCH v8 05/12] memcg: add kernel calls for memcg dirty page stats
` [PATCH v8 06/12] memcg: add dirty limits to mem_cgroup
` [PATCH v8 07/12] memcg: add cgroupfs interface to memcg dirty limits
` [PATCH v8 08/12] memcg: dirty page accounting support routines
` [PATCH v8 09/12] memcg: create support routines for writeback
` [PATCH v8 10/12] memcg: create support routines for page-writeback
` [PATCH v8 11/12] writeback: make background writeback cgroup aware

Port xfstests 145, 161, 175, 176, 185?
 2011-06-08 18:48 UTC 

overlayfs: mounting overlayfs on top of overlayfs
 2011-06-08 15:06 UTC  (6+ messages)

how to detect foreign renames in inotify
 2011-06-08 14:48 UTC  (4+ messages)

[RFC] breakage in sysfs_readdir() and s_instances abuse in sysfs
 2011-06-07 22:59 UTC  (7+ messages)

[PATCH 00/18] writeback fixes and cleanups for 2.6.40 (v3)
 2011-06-07 21:11 UTC  (9+ messages)
          ` writeback merge status, was "

[PATCH v6 00/20] EVM
 2011-06-07 15:56 UTC  (10+ messages)
` [PATCH v6 04/20] evm: add support for different security.evm data types
` [PATCH v6 08/20] evm: evm_inode_post_init

[PATCH] vfs: make unlink() return ENOENT in preference to EROFS
 2011-06-07 14:16 UTC  (8+ messages)
  ` [PATCH -v2] "
        ` [PATCH -v3] vfs: make unlink() and rmdir() "

[PATCH 1/3] VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()
 2011-06-07 13:09 UTC  (3+ messages)
` [PATCH 2/3] VFS: Remove dentry->d_lock locking "
` [PATCH 3/3] VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock

[git pull] vfs/fs fixes for -rc3
 2011-06-07 13:01 UTC 

A few concerns about fanotify implementation
 2011-06-07 12:35 UTC  (14+ messages)
` [malware-list] "
            ` [malware-list] A few concerns about fanotify implementation ([PATCH] inside)

Fwd: [XFSTEST Add Fallocate Punch Hole Tests 1/3 v4] Add Punch Hole to FSX
 2011-06-07 12:06 UTC  (4+ messages)

[PATCH] PROC: Make proc_dir_entry::name a terminal array rather than a pointer
 2011-06-07  9:58 UTC  (5+ messages)

[PATCH] PROC: Make proc_dir_entry::name a terminal array rather than a pointer [ver #2]
 2011-06-07  9:17 UTC 

[PATCH 1/3 v5] XFS TESTS: Add Punch Hole to FSX
 2011-06-07  1:41 UTC  (3+ messages)

[PATCH 3/3 v5] XFS TESTS: Add ENOSPC Hole Punch Test
 2011-06-06 23:34 UTC 

[PATCH 2/3 v5] XFS TESTS: Expand 252 punch hole test
 2011-06-06 23:33 UTC 

[PATCH 0/3 v5] XFS TESTS: Add Fallocate Punch Hole Tests
 2011-06-06 23:32 UTC 

unlink(nonexistent): EROFS or ENOENT?
 2011-06-06 20:37 UTC  (6+ messages)
      ` [PATCH] vfs: make unlink() return ENOENT in preference to EROFS

XFS status update for May 2011
 2011-06-06 19:34 UTC 

[PATCH 1/3] 9p: add 9P2000.L renameat operation
 2011-06-06 18:01 UTC  (3+ messages)
` [PATCH 2/3] fs/9p: remove rename work around in 9p
` [PATCH 3/3] 9p: add 9P2000.L unlinkat operation

WRITE DMA EXT failures with JM20330 based sata2ide
 2011-06-06 16:16 UTC 

[RFC][PATCH] VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount*()
 2011-06-06 16:09 UTC 

[git pull] more vfs fixes
 2011-06-06 13:28 UTC 

[PATCH RFC] fs: introduce a default_open for simple f_op->open use
 2011-06-06 10:36 UTC  (2+ messages)

[RFC] breakage in sysfs_readdir() and s_instances abuse in sysfs
 2011-06-05 10:37 UTC  (2+ messages)
` [PATCH] get_net_ns_by_fd() oopses if proc_ns_fget() returns an error

Re
 2011-06-04 20:44 UTC 

[PATCH v8 12/12] memcg: check memcg dirty limits in page writeback
 2011-06-05  4:52 UTC  (2+ messages)

(no subject)
 2011-06-04  9:30 UTC 

[PATCH 00/26] Some final dentry_unhash cleanup
 2011-06-05  0:42 UTC  (3+ messages)
` [PATCH 11/26] omfs: remove unnecessary dentry_unhash on rmdir, dir rneame

Google summer of snapshots
 2011-06-04 19:59 UTC 

[PATCH 0/12] Per superblock cache reclaim
 2011-06-04 14:24 UTC  (10+ messages)
` [PATCH 06/12] inode: Make unused inode LRU per superblock
` [PATCH 08/12] superblock: introduce per-sb cache shrinker infrastructure

Quota Implementation
 2011-06-04  6:25 UTC  (2+ messages)

Bilgilendirme
 2011-06-03 12:41 UTC 

PROBLEM: Corrupting d_count of target dentry, when rename directory to the directory which is mount point, or when rename directory which is mount point to the existing directory
 2011-06-03 23:11 UTC  (2+ messages)

[RFC PATCH 0/8] blk-throttle: Throttle buffered WRITE in balance_dirty_pages()
 2011-06-03 21:06 UTC  (9+ messages)
` [PATCH 1/8] blk-throttle: convert wait routines to return jiffies to wait
` [PATCH 2/8] blk-throttle: do not enforce first queued bio check in tg_wait_dispatch
` [PATCH 3/8] blk-throttle: use IO size and direction as parameters to wait routines
` [PATCH 4/8] blk-throttle: Specify number of IOs during dispatch update
` [PATCH 5/8] blk-throttle: Get rid of extend slice trace message
` [PATCH 6/8] blk-throttle: core logic to throttle task while dirtying pages
` [PATCH 7/8] blk-throttle: Do not throttle WRITEs at device level except direct IO
` [PATCH 8/8] blk-throttle: enable throttling of task while dirtying pages

Fwd: Re: [XFSTEST Add Fallocate Punch Hole Tests 3/3 v4] Add ENOSPC Hole Punch Test
 2011-06-03 19:18 UTC 

Fwd: Re: [XFSTEST Add Fallocate Punch Hole Tests 2/3 v4] Expand 252 punch hole test to cover additional corner cases
 2011-06-03 19:17 UTC 

Fwd: Re: [XFSTEST Add Fallocate Punch Hole Tests 1/3 v4] Add Punch Hole to FSX
 2011-06-03 19:16 UTC 

Fwd: XFS TESTS: Add Fallocate Punch Hole Test v4 Changes
 2011-06-03 19:15 UTC 

Fwd: [XFSTEST Add Fallocate Punch Hole Tests 3/3 v4] Add ENOSPC Hole Punch Test
 2011-06-03 19:14 UTC 

Fwd: [XFSTEST Add Fallocate Punch Hole Tests 2/3 v4] Expand 252 punch hole test to cover additional corner cases
 2011-06-03 19:14 UTC 

[PATCH v2] xfstests: add support for ext4dev FSTYP
 2011-06-03 17:21 UTC  (12+ messages)

[PATCH] xfstests: fix hardcoded path in output of 254
 2011-06-03 15:27 UTC  (3+ messages)

Your mailbox has exceeded the storage limit
 2011-06-03 13:44 UTC 

[PATCH 1/2] fs: Do not dispatch FITRIM through separate super_operation
 2011-06-03  4:25 UTC  (12+ messages)

[PATCH v3] xfstests: add support for ext4dev FSTYP
 2011-06-03  3:32 UTC  (2+ 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).