linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-01-09 09:12:41 to 2008-01-15 21:43:54 UTC [more...]

[RFD] Incremental fsck
 2008-01-15 21:43 UTC  (17+ messages)
            ` [Patch] document ext3 requirements (was Re: [RFD] Incremental fsck)

Leak in nlmsvc_testlock for async GETFL case
 2008-01-15 18:54 UTC  (12+ messages)
        ` file locks: Use wait_event_interruptible_timeout()
        ` file locks: Split flock_find_conflict out of flock_lock_file

[PATCH 00/13] writeback bug fixes and simplifications take 2
 2008-01-15 18:33 UTC  (29+ messages)
  ` [PATCH 01/13] writeback: revert 2e6883bdf49abd0e7f0d9b6297fc3be7ebb2250b
  ` [PATCH 02/13] writeback: clear PAGECACHE_TAG_DIRTY for truncated page in block_write_full_page()
  ` [PATCH 03/13] writeback: introduce writeback_control.more_io
  ` [PATCH 04/13] writeback: introduce super_block.s_more_io_wait
  ` [PATCH 05/13] writeback: merge duplicate code into writeback_some_pages()
  ` [PATCH 06/13] writeback: defer writeback on not-all-pages-written
  ` [PATCH 07/13] writeback: defer writeback on locked inode
  ` [PATCH 08/13] writeback: defer writeback on locked buffers
  ` [PATCH 09/13] writeback: requeue_io() on redirtied inode
  ` [PATCH 10/13] writeback: introduce queue_dirty()
  ` [PATCH 11/13] writeback: queue_dirty() on memory-backed bdi
  ` [PATCH 12/13] writeback: remove redirty_tail()
  ` [PATCH 13/13] writeback: cleanup __sync_single_inode()

[RFC/PATCH 4/8] revoke: core code V7
 2008-01-15 17:27 UTC  (3+ messages)

[ANNOUNCE] Btrfs v0.10 (online growing/shrinking, ext3 conversion, and more)
 2008-01-15 16:55 UTC  (2+ messages)

[patch 0/9] mount ownership and unprivileged mount syscall (v6)
 2008-01-15 14:59 UTC  (53+ messages)
` [patch 1/9] unprivileged mounts: add user mounts to the kernel
` [patch 2/9] unprivileged mounts: allow unprivileged umount
` [patch 3/9] unprivileged mounts: account user mounts
` [patch 4/9] unprivileged mounts: propagate error values from clone_mnt
` [patch 5/9] unprivileged mounts: allow unprivileged bind mounts
` [patch 6/9] unprivileged mounts: allow unprivileged mounts
` [patch 7/9] unprivileged mounts: allow unprivileged fuse mounts
` [patch 8/9] unprivileged mounts: propagation: inherit owner from parent
` [patch 9/9] unprivileged mounts: add "no submounts" flag

[PATCH][RFC] fast file mapping for loop
 2008-01-15 14:04 UTC  (38+ messages)

[UNIONFS] 00/29 Unionfs and related patches pre-merge review (v2)
 2008-01-14 22:10 UTC  (33+ messages)
` [PATCH 01/29] Unionfs: documentation
` [PATCH 02/29] VFS/eCryptfs: use simplified fs_stack API to fsstack_copy_attr_all
` [PATCH 03/29] Makefile: hook to compile unionfs
` [PATCH 04/29] Unionfs: main Makefile
` [PATCH 05/29] Unionfs: fanout header definitions
` [PATCH 06/29] Unionfs: main header file
` [PATCH 07/29] Unionfs: common file copyup/revalidation operations
` [PATCH 08/29] Unionfs: basic file operations
` [PATCH 09/29] Unionfs: lower-level copyup routines
` [PATCH 10/29] Unionfs: dentry revalidation
` [PATCH 11/29] Unionfs: lower-level lookup routines
` [PATCH 12/29] Unionfs: rename method and helpers
` [PATCH 13/29] Unionfs: directory reading file operations
` [PATCH 14/29] Unionfs: readdir helper functions
` [PATCH 15/29] Unionfs: readdir state helpers
` [PATCH 16/29] Unionfs: inode operations
` [PATCH 17/29] Unionfs: unlink/rmdir operations
` [PATCH 18/29] Unionfs: address-space operations
` [PATCH 19/29] Unionfs: mount-time and stacking-interposition functions
` [PATCH 20/29] Unionfs: super_block operations
` [PATCH 21/29] Unionfs: extended attributes operations
` [PATCH 22/29] Unionfs: async I/O queue
` [PATCH 23/29] Unionfs: miscellaneous helper routines
` [PATCH 24/29] Unionfs: debugging infrastructure
` [PATCH 25/29] Unionfs file system magic number
` [PATCH 26/29] Unionfs: common header file for user-land utilities and kernel
` [PATCH 27/29] VFS path get/put ops used by Unionfs
` [PATCH 28/29] VFS: export release_open_intent symbol
` [PATCH 29/29] Put Unionfs and eCryptfs under one layered filesystems menu

projected date for mount.cifs to support DFS junction points
 2008-01-14 21:53 UTC  (12+ messages)
      ` review 1, was "
      ` review 2, "
      ` review 3, "
      ` review 4, "
          ` [linux-cifs-client] "
      ` review 5, "

lockdep warning with LTP dio test (v2.6.24-rc6-125-g5356f66)
 2008-01-14 18:14 UTC  (3+ messages)

[patch] rewrite rd
 2008-01-14 17:21 UTC  (3+ messages)

[ANNOUNCE] autofs 5.0.3 release
 2008-01-14  5:22 UTC 

[PATCH][RFC] fix reservation discarding in affs
 2008-01-14  3:53 UTC  (5+ messages)

[PATCH][RFC] security: call security_file_permission from rw_verify_area
 2008-01-12 11:20 UTC 

[RFD] Incremental fsck
 2008-01-12 10:20 UTC  (2+ messages)

[PATCH][RFC] Simple tamper-proof device filesystem
 2008-01-11 14:46 UTC  (17+ messages)

fsck for... tmpfs?
 2008-01-10 23:36 UTC 

[GIT PULL -mm] 0/4 Unionfs updates/fixes/cleanups
 2008-01-10  2:16 UTC  (5+ messages)
` [PATCH 1/4] Unionfs: merged several printk KERN_CONT together into one pr_debug
` [PATCH 2/4] Unionfs: mmap fixes
` [PATCH 3/4] Unionfs: branch-management related locking fixes
` [PATCH 4/4] Unionfs: ensure we have lower dentries in d_iput

[PATCH][RFC] fast file mapping for loop
 2008-01-09 23:53 UTC 


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).