linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-07 20:06:15 to 2011-05-11 19:21:14 UTC [more...]

[PATCH] Adding support to freeze and unfreeze a journal
 2011-05-11  9:05 UTC  (16+ messages)
` [PATCH v2] "
      ` [PATCH v3] "
            ` [PATCH] Attempt to sync the fsstress writes to a frozen F.S

[PATCH 0/7] Network namespace manipulation with file descriptors
 2011-05-11 19:21 UTC  (30+ 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
  ` [PATCH 4/7] ns proc: Add support for the uts namespace
  ` [PATCH 5/7] ns proc: Add support for the ipc namespace
  ` [PATCH 6/7] net: Allow setting the network namespace by fd
  ` [PATCH 7/7] ns: Wire up the setns system call

[PATCHSET v3.1 0/7] data integrity: Stabilize pages during writeback for various fses
 2011-05-11 18:19 UTC  (35+ 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

mmap vs. ctime bug?
 2011-05-11 17:37 UTC  (5+ 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

Unionmount fallthru directory entries
 2011-05-11 17:00 UTC 

[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  (27+ 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 09/17] writeback: elevate queue_io() into wb_writeback()
` [PATCH 10/17] writeback: avoid extra sync work at enqueue time
` [PATCH 14/17] writeback: make writeback_control.nr_to_write straight

[PATCH 0/3] Reduce impact to overall system of SLUB using high-order allocations
 2011-05-11 15:29 UTC  (4+ 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

[BUG] fatal hang untarring 90GB file, possibly writeback related
 2011-05-11  9:16 UTC  (25+ messages)

[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

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=

[PATCH -next] fs/partitions: fix printk format warning
 2011-05-09 17:38 UTC 

[PATCH 1/3] blkdev: Submit discard bio in batches in blkdev_issue_discard()
 2011-05-09 14:30 UTC  (4+ messages)

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)

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  (5+ messages)

Congratulation Western Union Alert !!!
 2011-05-09  1:32 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 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 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 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: 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  (4+ 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).