messages from 2011-05-05 13:59:02 to 2011-05-09 23:04:11 UTC [more...]
[PATCHSET v3.1 0/7] data integrity: Stabilize pages during writeback for various fses
2011-05-09 23:04 UTC (8+ messages)
` [PATCH 1/7] mm: Wait for writeback when grabbing pages to begin a write
` [PATCH 2/7] fs: block_page_mkwrite should wait for writeback to finish
` [PATCH 3/7] mm: Provide stub page_mkwrite functionality to stabilize pages during writes
` [PATCH 4/7] ext4: Clean up some wait_on_page_writeback calls
` [PATCH 5/7] ext4: Wait for writeback to complete while making pages writable
` [PATCH 6/7] ext2: Lock buffer_head during metadata update
` [PATCH 7/7] fat: Lock buffer_head during metadata updates
apmE
2011-05-09 22:53 UTC
[PATCH 13/14] HPFS: Move declaration up, so that there are no out-of-scope pointers
2011-05-09 22:29 UTC (4+ messages)
` Please don't hijack patches - even trivial ones (was: Re: [PATCH 13/14] HPFS: Move declaration up, so that there are no out-of-scope pointers=
[Bugme-new] [Bug 34732] New: BUG: unable to handle kernel NULL pointer dereference at 00000020
2011-05-09 21:48 UTC (2+ messages)
[PATCH 0/7] Network namespace manipulation with file descriptors
2011-05-09 20:55 UTC (32+ messages)
` [PATCH 1/7] ns: proc files for namespace naming policy
` [PATCH 2/7] ns: Introduce the setns syscall
` [PATCH 6/7] net: Allow setting the network namespace by fd
` [PATCH 3/7] ns proc: Add support for the network namespace
` [PATCH 4/7] ns proc: Add support for the uts namespace
` [PATCH 5/7] ns proc: Add support for the ipc namespace
` [PATCH 7/7] ns: Wire up the setns system call
[PATCH 0/6] overlay filesystem
2011-05-09 19:14 UTC (2+ messages)
[BUG] fatal hang untarring 90GB file, possibly writeback related
2011-05-09 18:16 UTC (18+ messages)
[PATCH -next] fs/partitions: fix printk format warning
2011-05-09 17:38 UTC
[PATCH 00/17] writeback fixes and cleanups for 2.6.40
2011-05-09 16:54 UTC (31+ 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
your mail
2011-05-09 15:23 UTC (13+ messages)
` [RFC][PATCH] Do not accept a new handle when the F.S is frozen
` [PATCH] Adding support to freeze and unfreeze a journal
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/3] blkdev: Submit discard bio in batches in blkdev_issue_discard()
2011-05-09 14:30 UTC (9+ messages)
` [PATCH] blkdev: Do not return -EOPNOTSUPP if discard is supported
mounting ext3 with another superblock doesn't work?
2011-05-09 14:08 UTC (11+ messages)
[PATCH] fs: kill default_llseek
2011-05-09 14:06 UTC (4+ messages)
overlayfs patches for ovl_copy_up & ovl_rename
2011-05-09 6:38 UTC (3+ messages)
Is it possible for the ext4/btrfs file system to pass some context related info to low level block driver?
2011-05-09 5:50 UTC (7+ messages)
Congratulation Western Union Alert !!!
2011-05-09 1:32 UTC
[PATCH 11/14] HPFS: Fix endianity. Make hpfs work on big-endian machines
2011-05-08 18:44 UTC
[PATCH 7/14] HPFS: When marking or clearing the dirty bit, sync the filesystem
2011-05-08 18:43 UTC
[PATCH 14/14] HPFS: Remove unused variable
2011-05-08 18:44 UTC
[PATCH 12/14] HPFS: Fix some unaligned accesses
2011-05-08 18:44 UTC
[PATCH 10/14] HPFS: Implement fsync for hpfs
2011-05-08 18:44 UTC
[PATCH 9/14] HPFS: Fix a bug that filesystem was not marked dirty when remounting it
2011-05-08 18:44 UTC
[PATCH 8/14] HPFS: Restrict uid and gid to 16-bit values
2011-05-08 18:44 UTC
[PATCH 6/14] HPFS: Use types with defined width
2011-05-08 18:43 UTC
[PATCH 5/14] HPFS: Remove mark_inode_dirty
2011-05-08 18:43 UTC
[PATCH 4/14] HPFS: Remove CR/LF conversion option
2011-05-08 18:43 UTC
[PATCH 3/14] HPFS: Remove remaining locks
2011-05-08 18:43 UTC
[PATCH 2/14] HPFS: Introduce a global mutex and lock it on every callback from VFS
2011-05-08 18:42 UTC
[PATCH 1/14] HPFS: Make HPFS compile on preempt and SMP
2011-05-08 18:42 UTC
[PATCH 0/14] Fix HPFS
2011-05-08 18:42 UTC
[PATCH] fs/9p: Fix invalid mount options/args
2011-05-08 17:51 UTC (2+ messages)
` [V9fs-developer] "
[PATCH] fs: avoid unecessary smp_wmb() in dup_fd()
2011-05-08 14:26 UTC (2+ messages)
memcg: fix fatal livelock in kswapd
2011-05-07 22:00 UTC (9+ messages)
[PATCH 1/1] coredump: use task comm instead of (unknown)
2011-05-07 15:37 UTC (8+ messages)
[PATCH] fs: add FD_CLOFORK and O_CLOFORK
2011-05-07 12:32 UTC (9+ messages)
[RFC][PATCH 0/13] Per-container dcache management (and a bit more)
2011-05-07 0:01 UTC (4+ messages)
mmotm 2011-05-06-16-39 uploaded
2011-05-06 23:39 UTC
[PATCH 0/6] writeback: moving expire targets for background/kupdate works v2
2011-05-06 23:06 UTC (10+ messages)
` [PATCH 6/6] writeback: refill b_io iff empty
` [RFC][PATCH] writeback: limit number of moved inodes in queue_io()
` [RFC][PATCH v2] "
dd if=/dev/scd0 of=cd.iso kernel BUG
2011-05-06 14:19 UTC
[PATCH] 9p: Clean up get_protocol_version to use strcmp
2011-05-06 13:05 UTC
McAfee GroupShield Alert
2011-05-06 8:08 UTC
Hello;
2011-05-03 7:29 UTC
MTCN Numbers: 6096147516
2011-05-05 19:38 UTC
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
[PATCH 1/2 v2] fs: add SEEK_HOLE and SEEK_DATA flags
2011-05-05 19:35 UTC (6+ messages)
[PATCH 0/6] writeback fixes and trace events
2011-05-05 17:26 UTC (4+ messages)
` [PATCH 5/6] writeback: trace event writeback_queue_io
` [PATCH 5/6] writeback: trace event writeback_queue_io (v2)
[RFC] block integrity: Fix write after checksum calculation problem
2011-05-05 15:26 UTC (11+ messages)
` [RFC v2] block integrity: Stabilize(?) pages during writeback
` [PATCH v3 0/3] data integrity: Stabilize pages during writeback for ext4
[PATCH 0/3] sync livelock fixes v2
2011-05-05 14:34 UTC (13+ messages)
` [PATCH 1/3] writeback: introduce wbc.tagged_sync for the WB_SYNC_NONE sync stage
` [PATCH 3/3] writeback: avoid extra sync work at enqueue time
[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 (12+ messages)
[PATCH] writeback: remove .nonblocking and .encountered_congestion
2011-05-05 13:59 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).