linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-04-24 00:13:18 to 2007-04-29 16:10:05 UTC [more...]

[RFC] TileFS - a proposal for scalable integrity checking
 2007-04-29 16:34 UTC  (8+ messages)

[RFC][PATCH] ChunkFS: fs fission for faster fsck
 2007-04-28 10:03 UTC  (30+ messages)

Testing framework
 2007-04-28  9:35 UTC  (4+ messages)

[RFC][PATCH] sys_fallocate() system call
 2007-04-27 20:42 UTC  (21+ messages)
    ` Interface for the new fallocate() "
                    ` [PATCH 0/5] fallocate "
                      ` [PATCH 1/5] fallocate() implementation in i86, x86_64 and powerpc
                      ` [PATCH 2/5] fallocate() on s390
                      ` [PATCH 3/5] ext4: Extent overlap bugfix
                      ` [PATCH 4/5] ext4: fallocate support in ext4
                      ` [PATCH 5/5] ext4: write support for preallocated blocks/extents

Ext2/3 block remapping tool
 2007-04-27 18:09 UTC  (2+ messages)

[patch 00/44] Buffered write deadlock fix and new aops for 2.6.21-rc6-mm1
 2007-04-27 16:11 UTC  (61+ messages)
` [patch 01/44] mm: revert KERNEL_DS buffered write optimisation
` [patch 02/44] Revert 81b0c8713385ce1b1b9058e916edcf9561ad76d6
` [patch 03/44] Revert 6527c2bdf1f833cc18e8f42bd97973d583e4aa83
` [patch 04/44] mm: clean up buffered write code
` [patch 05/44] mm: debug write deadlocks
` [patch 06/44] mm: trim more holes
` [patch 07/44] mm: buffered write cleanup
` [patch 08/44] mm: write iovec cleanup
` [patch 09/44] mm: fix pagecache write deadlocks
` [patch 10/44] mm: buffered write iterator
` [patch 11/44] fs: fix data-loss on error
` [patch 12/44] fs: introduce write_begin, write_end, and perform_write aops
` [patch 13/44] mm: restore KERNEL_DS optimisations
` [patch 14/44] implement simple fs aops
` [patch 15/44] block_dev convert to new aops
` [patch 16/44] rd "
` [patch 17/44] ext2 "
` [patch 18/44] ext3 "
` [patch 19/44] ext4 "
` [patch 20/44] xfs "
` [patch 21/44] fs: new cont helpers
` [patch 22/44] fat convert to new aops
` [patch 23/44] adfs "
` [patch 24/44] affs "
` [patch 25/44] hfs "
` [patch 26/44] hfsplus "
` [patch 27/44] hpfs "
` [patch 28/44] bfs "
` [patch 29/44] qnx4 "
` [patch 30/44] nfs "
` [patch 31/44] smb "
` [patch 32/44] ocfs2: "
` [patch 33/44] gfs2 "
` [patch 34/44] fs: no AOP_TRUNCATED_PAGE for writes
` [patch 35/44] ecryptfs convert to new aops
` [patch 36/44] fuse "
` [patch 37/44] hostfs "
` [patch 38/44] jffs2 "
` [patch 39/44] cifs "
` [patch 40/44] ufs "
` [patch 41/44] udf "
` [patch 42/44] sysv "
` [patch 43/44] minix "
` [patch 44/44] jfs "

[patch 00/10] mount ownership and unprivileged mount syscall (v5)
 2007-04-27 12:04 UTC  (11+ messages)
` [patch 01/10] unprivileged mounts: add user mounts to the kernel
` [patch 02/10] unprivileged mounts: allow unprivileged umount
` [patch 03/10] unprivileged mounts: account user mounts
` [patch 04/10] unprivileged mounts: propagate error values from clone_mnt
` [patch 05/10] unprivileged mounts: allow unprivileged bind mounts
` [patch 06/10] unprivileged mounts: put declaration of put_filesystem() in fs.h
` [patch 07/10] unprivileged mounts: allow unprivileged mounts
` [patch 08/10] unprivileged mounts: allow unprivileged fuse mounts
` [patch 09/10] unprivileged mounts: propagation: inherit owner from parent
` [patch 10/10] unprivileged mounts: add "no submounts" flag

[patch] unprivileged mounts update
 2007-04-27  7:01 UTC  (24+ messages)

VFAT: slow fs corruption? [long]
 2007-04-26 17:37 UTC  (2+ messages)

[RFC][PATCH 4/4] ext4_locality_group bug fix
 2007-04-26 12:14 UTC 

[RFC][PATCH 3/4] Online defrag command
 2007-04-26 12:13 UTC 

[RFC][PATCH 2/4] Move the file data to the new blocks
 2007-04-26 12:13 UTC 

[RFC][PATCH 1/4] Allocate new contiguous blocks
 2007-04-26 12:12 UTC 

ext4 online defrag (ver 0.4)
 2007-04-26 12:11 UTC 

[PATCH 00/16] AF_RXRPC socket family and AFS rewrite [try #3]
 2007-04-25 20:02 UTC  (17+ messages)
  ` [PATCH 01/16] AF_RXRPC: Move generic skbuff stuff from XFRM code to generic code "
  ` [PATCH 02/16] cancel_delayed_work: use del_timer() instead of del_timer_sync() "
  ` [PATCH 03/16] AF_RXRPC: Key facility changes for AF_RXRPC "
  ` [PATCH 04/16] AF_RXRPC: Make it possible to merely try to cancel timers from a module "
  ` [PATCH 07/16] AF_RXRPC: Add an interface to the AF_RXRPC module for the AFS filesystem to use "
  ` [PATCH 10/16] AFS: Handle multiple mounts of an AFS superblock correctly "
  ` [PATCH 11/16] AFS: Add security support "
  ` [PATCH 12/16] AFS: Update the AFS fs documentation "
  ` [PATCH 13/16] commit ad495d7b6cfcd1bc2eaf06c42699be0bb5d84234 "
  ` [PATCH 14/16] AFS: Add support for the CB.GetCapabilities operation "
  ` [PATCH 15/16] AFS: Implement the CB.InitCallBackState3 "
  ` [PATCH 16/16] AFS: Add "directory write" support "

[PATCH 00/16] AF_RXRPC socket family and AFS rewrite [try #4]
 2007-04-25 15:50 UTC  (13+ messages)
` [PATCH 01/16] AF_RXRPC: Move generic skbuff stuff from XFRM code to generic code "
` [PATCH 02/16] cancel_delayed_work: use del_timer() instead of del_timer_sync() "
` [PATCH 03/16] AF_RXRPC: Key facility changes for AF_RXRPC "
` [PATCH 04/16] AF_RXRPC: Make it possible to merely try to cancel timers from a module "
` [PATCH 07/16] AF_RXRPC: Add an interface to the AF_RXRPC module for the AFS filesystem to use "
` [PATCH 10/16] AFS: Handle multiple mounts of an AFS superblock correctly "
` [PATCH 11/16] AFS: Add security support "
` [PATCH 12/16] AFS: Update the AFS fs documentation "
` [PATCH 13/16] commit ad495d7b6cfcd1bc2eaf06c42699be0bb5d84234 "
` [PATCH 14/16] AFS: Add support for the CB.GetCapabilities operation "
` [PATCH 15/16] AFS: Implement the CB.InitCallBackState3 "
` [PATCH 16/16] AFS: Add "directory write" support "

ChunkFS - measuring cross-chunk references
 2007-04-25 10:23 UTC  (13+ messages)

[patch 0/8] mount ownership and unprivileged mount syscall (v4)
 2007-04-25  9:23 UTC  (5+ messages)

review: don't block non-blocking writes when frozen
 2007-04-24 14:55 UTC 

BUG: Dentry still in use during umount in 2.6.21-rc5-git6
 2007-04-24 11:11 UTC  (3+ messages)

2.6.21-rc7 new aops patchset
 2007-04-24  0:42 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).