linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-03 09:30:43 to 2011-05-06 08:42:38 UTC [more...]

[PATCH 0/6] writeback: moving expire targets for background/kupdate works v2
 2011-05-06  8:42 UTC  (15+ messages)
` [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes()
` [PATCH 2/6] writeback: introduce writeback_control.inodes_cleaned
` [PATCH 6/6] writeback: refill b_io iff empty
        ` [RFC][PATCH] writeback: limit number of moved inodes in queue_io()

McAfee GroupShield Alert
 2011-05-06  8:08 UTC 

[BUG] fatal hang untarring 90GB file, possibly writeback related
 2011-05-06  8:07 UTC  (31+ messages)

[PATCH 1/1] coredump: use task comm instead of (unknown)
 2011-05-06  6:01 UTC  (3+ messages)

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

[RFC][PATCH 0/13] Per-container dcache management (and a bit more)
 2011-05-06  1:05 UTC  (15+ messages)
` [PATCH 1/13] vfs: Lighten r/o rename_lock lockers
` [PATCH 2/13] vfs: Factor out rename_lock locking
` [PATCH 3/13] vfs: Make the rename_lock per-sb
` [PATCH 4/13] vfs: Factor out tree (of four) shrinkers code
` [PATCH 5/13] vfs: Make dentry LRU list global
` [PATCH 6/13] vfs: Turn the nr_dentry into percpu_counter
` [PATCH 7/13] vfs: Limit the number of dentries globally
` [PATCH 8/13] vfs: Introduce the dentry mobs
` [PATCH 9/13] vfs: More than one mob management
` [PATCH 10/13] vfs: Routnes for setting mob size and getting stats
` [PATCH 11/13] vfs: Make shrink_dcache_memory prune dcache from all mobs
` [PATCH 12/13] vfs: Mobs creation and mgmt API
` [PATCH 13/13] vfs: Dentry mobs listing in proc

Hello;
 2011-05-03  7:29 UTC 

MTCN Numbers: 6096147516
 2011-05-05 19:38 UTC 

memcg: fix fatal livelock in kswapd
 2011-05-05 21:00 UTC  (7+ messages)

MTCN Numbers: 6096147516
 2011-05-05 19:41 UTC 

[PATCH 1/3 v3] fs: add SEEK_HOLE and SEEK_DATA flags
 2011-05-05 20:16 UTC  (4+ messages)
` [PATCH 2/3 v3] Btrfs: implement our own ->llseek
` [PATCH 3/3 v3] Ext4: handle SEEK_HOLE/SEEK_DATA generically
` [TEST] test the seek_hole/seek_data functionality

Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
 2011-05-05 20:11 UTC  (8+ messages)

[PATCH 1/2 v2] fs: add SEEK_HOLE and SEEK_DATA flags
 2011-05-05 19:35 UTC  (15+ messages)
` [PATCH 2/2 v2] Btrfs: implement our own ->llseek

[PATCH 0/6] writeback fixes and trace events
 2011-05-05 17:26 UTC  (22+ messages)
` [PATCH 1/6] writeback: add bdi_dirty_limit() kernel-doc
` [PATCH 2/6] writeback: skip balance_dirty_pages() for in-memory fs
` [PATCH 3/6] writeback: make nr_to_write a per-file limit
` [PATCH 4/6] writeback: trace event writeback_single_inode
` [PATCH 5/6] writeback: trace event writeback_queue_io
  ` [PATCH 5/6] writeback: trace event writeback_queue_io (v2)
` [PATCH 6/6] writeback: convert to relative older_than_this in trace events

[RFC] block integrity: Fix write after checksum calculation problem
 2011-05-05 15:26 UTC  (26+ messages)
                ` [RFC v2] block integrity: Stabilize(?) pages during writeback
                  ` [PATCH v3 0/3] data integrity: Stabilize pages during writeback for ext4
                  ` [PATCH v3 1/3] ext4: Clean up some wait_on_page_writeback calls
                  ` [PATCH v3 2/3] ext4: Wait for writeback to complete while making pages writable
                  ` [PATCH v3 3/3] mm: Wait for writeback when grabbing pages to begin a write

[PATCH 1/3] blkdev: Submit discard bio in batches in blkdev_issue_discard()
 2011-05-05 15:20 UTC  (6+ messages)
` [PATCH] blkdev: Do not return -EOPNOTSUPP if discard is supported

[PATCH 0/3] sync livelock fixes v2
 2011-05-05 14:34 UTC  (19+ messages)
` [PATCH 1/3] writeback: introduce wbc.tagged_sync for the WB_SYNC_NONE sync stage
` [PATCH 2/3] writeback: update dirtied_when for synced inode to prevent livelock
` [PATCH 3/3] writeback: avoid extra sync work at enqueue time

[PATCH] fs: kill default_llseek
 2011-05-05 14:27 UTC 

[PATCH] jbd2: take j_list_lock when checking b_jlist in do_get_write_access
 2011-05-05 14:14 UTC  (3+ messages)

[RFC][PATCH] Re: [BUG] ext4: cannot unfreeze a filesystem due to a deadlock
 2011-05-05 14:01 UTC  (29+ messages)
                        ` (unknown),
                          ` your mail
                        ` [PATCH] Prevent dirtying a page when ext4 F.S is frozen

[PATCH] writeback: remove .nonblocking and .encountered_congestion
 2011-05-05 13:59 UTC  (3+ messages)

overlayfs patches for ovl_copy_up & ovl_rename
 2011-05-05  9:06 UTC  (2+ messages)

[PATCH v2] fadvise: introduce POSIX_FADV_DONTNEED_FS
 2011-05-04 22:09 UTC  (3+ messages)

[TEST] simple test to make sure seek_hole/seek_data is working right
 2011-05-04 19:27 UTC 

+ writeback-split-inode_wb_list_lock-into-bdi_writebacklist_lock-fix-f ix.patch added to -mm tree
 2011-05-04 18:42 UTC  (2+ messages)

[RFC][PATCH 0/7] File descriptor labeling
 2011-05-04 17:42 UTC  (9+ messages)

XFS status update for April 2011
 2011-05-04 16:01 UTC 

jfs_fsck fails at boot, after upgrade to recent kernel
 2011-05-04 15:09 UTC  (2+ messages)

[PATCH] hfsplus: read support for directory hardlinks
 2011-05-04 15:04 UTC  (9+ messages)
      ` [PATCH] hfsplus: disable rename of "

[RFC][PATCH] Re: [BUG] ext4: cannot unfreeze a filesystem due to a deadlock
 2011-05-04 14:30 UTC  (17+ messages)

[PATCH 1/2] split inode_wb_list_lock into bdi_writeback.list_lock
 2011-05-04 11:17 UTC  (5+ messages)
` [PATCH 2/2] writeback: elevate queue_io() into wb_writeback()

[XFS Tests Punch Hole 1/1 v2] Add Punch Hole Testing to FSX
 2011-05-04  4:50 UTC 

COW page cache for file hole?
 2011-05-04  2:45 UTC 

dd if=/dev/scd0 of=cd.iso kernel BUG
 2011-05-03 15:57 UTC  (3+ messages)

[XFS Punch Hole 1/1] XFS Add Punch Hole Testing to FSX
 2011-05-03 15:36 UTC  (3+ messages)

[PATCH] sys/block: Add discard_support entry
 2011-05-03 11:36 UTC  (9+ messages)

[PATCH 1/3] fs: remove FS_COW_FL
 2011-05-03 11:20 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).