messages from 2011-05-09 23:03:26 to 2011-05-12 16:48:19 UTC [more...]
[PATCH 0/3] Reduce impact to overall system of SLUB using high-order allocations
2011-05-12 16:48 UTC (32+ messages)
` [PATCH 1/3] mm: slub: Do not wake kswapd for SLUBs speculative "
` [PATCH 2/3] mm: slub: Do not take expensive steps "
` [PATCH 3/3] mm: slub: Default slub_max_order to 0
[PATCH 00/17] writeback fixes and cleanups for 2.6.40 (v2)
2011-05-12 14:56 UTC (20+ messages)
` [PATCH 01/17] writeback: introduce .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 17/17] writeback: trace event writeback_queue_io
[PATCH v2] Adding support to freeze and unfreeze a journal
2011-05-12 14:22 UTC (8+ messages)
` [PATCH v3] "
` [PATCH] Attempt to sync the fsstress writes to a frozen F.S
Unionmount status?
2011-05-12 14:00 UTC (17+ messages)
` [PATCH] tmpfs: implement generic xattr support
[PATCH] Documentation: configfs examples crash fix
2011-05-12 13:59 UTC
mmap vs. ctime bug?
2011-05-12 12:24 UTC (6+ messages)
[PATCH v2 1/3] coredump: use get_task_comm for %e filename format
2011-05-12 10:49 UTC (4+ messages)
` [PATCH v2 2/3] coredump: use task comm instead of (unknown)
` [PATCH v2 3/3] coredump: escape / in hostname and comm
[PATCHSET v3.1 0/7] data integrity: Stabilize pages during writeback for various fses
2011-05-12 9:42 UTC (36+ 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
OOPS in configfs when doing d_delete
2011-05-12 9:34 UTC (5+ messages)
[PATCH 0/3] d_prune
2011-05-12 1:43 UTC (5+ messages)
` [PATCH 1/3] vfs: add d_prune dentry operation
` [PATCH 2/3] ceph: clear parent D_COMPLETE flag when on dentry prune
` [PATCH 3/3] ceph: switch I_COMPLETE to D_COMPLETE
[PATCH -V5 00/24] New ACL format for better NFSv4 acl interoperability
2011-05-11 22:16 UTC (3+ messages)
[PATCH 0/7] Network namespace manipulation with file descriptors
2011-05-11 22:52 UTC (16+ messages)
` [PATCH 1/7] ns: proc files for namespace naming policy
` [PATCH 2/7] ns: Introduce the setns syscall
` [PATCH 3/7] ns proc: Add support for the network namespace
Unionmount fallthru directory entries
2011-05-11 19:28 UTC (2+ messages)
[PATCH 00/18] clean up VFS dentry_hash (mis)behavior
2011-05-11 17:18 UTC (26+ messages)
` [PATCH 01/18] vfs: dentry_unhash immediately prior to rmdir
` [PATCH 02/18] vfs: remove dget() from dentry_unhash()
` [PATCH 03/18] vfs: push dentry_unhash on rmdir into file systems
` [PATCH 04/18] vfs: push dentry_unhash on rename_dir "
` [PATCH 05/18] vfs: update dentry_unhash() comment
` [PATCH 06/18] libfs: drop unneeded dentry_unhash
` [PATCH 07/18] vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems
` [PATCH 08/18] ceph: remove unnecessary dentry_unhash calls
` [PATCH 09/18] xfs: remove unnecessary dentry_unhash from rmdir/rename_dir
` [PATCH 10/18] btrfs: remove unnecessary dentry_unhash in rmdir/rename_dir
` [PATCH 11/18] ext4: remove unnecessary dentry_unhash on rmdir/rename_dir
` [PATCH 12/18] ext3: "
` [PATCH 13/18] ext2: "
` [PATCH 14/18] nfs: "
` [PATCH 15/18] exofs: "
` [PATCH 16/18] ocfs2: "
` [PATCH 17/18] gfs2: "
` [PATCH 18/18] cifs: "
[PATCH 0/3] Rewrite ext4_page_mkwrite, fix fs freezing
2011-05-11 17:03 UTC (11+ messages)
` [PATCH 1/3] fs: Create __block_page_mkwrite() helper passing error values back
` [PATCH 2/3] ext4: Rewrite ext4_page_mkwrite() to return locked page
` [PATCH 3/3] ext4: Block mmapped writes while the fs is frozen
[PATCH 10/14] HPFS: Implement fsync for hpfs
2011-05-11 13:03 UTC (3+ messages)
[PATCH] fs/9p: Fix invalid mount options/args
2011-05-11 4:44 UTC (3+ messages)
` [V9fs-developer] "
[PATCH 00/17] writeback fixes and cleanups for 2.6.40
2011-05-11 14:54 UTC (23+ messages)
` [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 06/17] writeback: sync expired inodes first in background writeback
` [PATCH 14/17] writeback: make writeback_control.nr_to_write straight
[BUG] fatal hang untarring 90GB file, possibly writeback related
2011-05-11 9:16 UTC (25+ messages)
[PATCH v3] Adding support to freeze and unfreeze a journal
2011-05-11 7:46 UTC (4+ messages)
` [PATCH] "
[PATCH 0/6] overlay filesystem
2011-05-10 16:30 UTC (3+ messages)
overlayfs patches for ovl_copy_up & ovl_rename
2011-05-10 16:20 UTC (4+ messages)
[Bugme-new] [Bug 34732] New: BUG: unable to handle kernel NULL pointer dereference at 00000020
2011-05-10 15:53 UTC (3+ messages)
[RFC][PATCH 0/13] Per-container dcache management (and a bit more)
2011-05-10 11:18 UTC (5+ messages)
[PATCH 11/14] HPFS: Fix endianity. Make hpfs work on big-endian machines
2011-05-10 8:04 UTC (2+ messages)
[PATCH 5/14] HPFS: Remove mark_inode_dirty
2011-05-10 8:02 UTC (2+ messages)
[PATCH 2/14] HPFS: Introduce a global mutex and lock it on every callback from VFS
2011-05-10 8:00 UTC (2+ messages)
[PATCH 0/6] writeback: moving expire targets for background/kupdate works v2
2011-05-10 4:53 UTC (8+ messages)
` [PATCH 6/6] writeback: refill b_io iff empty
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).