linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2006-08-24 16:44:52 to 2006-08-30 01:11:45 UTC [more...]

[PATCH 01/17] BLOCK: Move functions out of buffer code [try #2]
 2006-08-30  1:11 UTC  (47+ messages)
  ` [PATCH 02/17] BLOCK: Remove duplicate declaration of exit_io_context() "
  ` [PATCH 03/17] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() "
  ` [PATCH 04/17] BLOCK: Separate the bounce buffering code from the highmem code "
  ` [PATCH 05/17] BLOCK: Don't call block_sync_page() from AFS "
  ` [PATCH 06/17] BLOCK: Move bdev_cache_init() declaration to headerfile "
  ` [PATCH 07/17] BLOCK: Remove dependence on existence of blockdev_superblock "
  ` [PATCH 08/17] BLOCK: Dissociate generic_writepages() from mpage stuff "
  ` [PATCH 09/17] BLOCK: Move __invalidate_device() to block_dev.c "
  ` [PATCH 10/17] BLOCK: Move the loop device ioctl compat stuff to the loop driver "
  ` [PATCH 11/17] BLOCK: Move common FS-specific ioctls to linux/fs.h "
  ` [PATCH 12/17] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver "
  ` [PATCH 13/17] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 "
  ` [PATCH 14/17] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 "
  ` [PATCH 15/17] BLOCK: Stop CIFS from using EXT2 ioctl numbers directly "
  ` [PATCH 16/17] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver "
  ` [PATCH 17/17] BLOCK: Make it possible to disable the block layer "

[PATCH] Allow file systems to manually d_move() inside of ->rename()
 2006-08-30  0:35 UTC  (2+ messages)

[PATCH 00/19] BLOCK: Permit block layer to be disabled [try #6]
 2006-08-29 21:12 UTC  (22+ messages)
` [PATCH 01/19] BLOCK: Move functions out of buffer code "
` [PATCH 02/19] BLOCK: Remove duplicate declaration of exit_io_context() "
` [PATCH 03/19] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() "
` [PATCH 04/19] BLOCK: Separate the bounce buffering code from the highmem code "
` [PATCH 05/19] BLOCK: Don't call block_sync_page() from AFS "
` [PATCH 06/19] BLOCK: Move extern declarations out of fs/*.c into header files "
` [PATCH 07/19] BLOCK: Remove dependence on existence of blockdev_superblock "
` [PATCH 08/19] BLOCK: Dissociate generic_writepages() from mpage stuff "
` [PATCH 09/19] BLOCK: Move __invalidate_device() to block_dev.c "
` [PATCH 10/19] BLOCK: Move the loop device ioctl compat stuff to the loop driver "
` [PATCH 11/19] BLOCK: Move common FS-specific ioctls to linux/fs.h "
` [PATCH 12/19] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver "
` [PATCH 13/19] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 "
` [PATCH 14/19] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 "
` [PATCH 15/19] BLOCK: Move the msdos device ioctl compat stuff to the msdos "
` [PATCH 16/19] BLOCK: Remove no-longer necessary linux/mpage.h inclusions "
` [PATCH 17/19] BLOCK: Remove no-longer necessary linux/buffer_head.h "
` [PATCH 18/19] BLOCK: Make USB storage depend on SCSI rather than selecting it "
` [PATCH 19/19] BLOCK: Make it possible to disable the block layer "

Cash credit / Home credit
 2006-08-29 21:13 UTC 

The best credit
 2006-08-29 20:51 UTC 

Cash credit / Home credit
 2006-08-29 20:42 UTC 

[PATCH 00/19] BLOCK: Permit block layer to be disabled [try #5]
 2006-08-29 18:28 UTC  (23+ messages)
` [PATCH 01/19] BLOCK: Move functions out of buffer code "
` [PATCH 02/19] BLOCK: Remove duplicate declaration of exit_io_context() "
` [PATCH 03/19] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() "
` [PATCH 04/19] BLOCK: Separate the bounce buffering code from the highmem code "
` [PATCH 05/19] BLOCK: Don't call block_sync_page() from AFS "
` [PATCH 06/19] BLOCK: Move extern declarations out of fs/*.c into header files "
` [PATCH 07/19] BLOCK: Remove dependence on existence of blockdev_superblock "
` [PATCH 08/19] BLOCK: Dissociate generic_writepages() from mpage stuff "
` [PATCH 09/19] BLOCK: Move __invalidate_device() to block_dev.c "
` [PATCH 10/19] BLOCK: Move the loop device ioctl compat stuff to the loop driver "
` [PATCH 11/19] BLOCK: Move common FS-specific ioctls to linux/fs.h "
` [PATCH 12/19] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver "
` [PATCH 13/19] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 "
` [PATCH 14/19] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 "
` [PATCH 15/19] BLOCK: Move the msdos device ioctl compat stuff to the msdos "
` [PATCH 16/19] BLOCK: Remove no-longer necessary linux/mpage.h inclusions "
` [PATCH 17/19] BLOCK: Remove no-longer necessary linux/buffer_head.h "
` [PATCH 18/19] BLOCK: Make USB storage depend on SCSI rather than selecting it "
` [PATCH 19/19] BLOCK: Make it possible to disable the block layer "

[PATCH 00/18] BLOCK: Permit block layer to be disabled [try #4]
 2006-08-29 13:59 UTC  (30+ messages)
` [PATCH 01/18] [PATCH] BLOCK: Move functions out of buffer code "
` [PATCH 02/18] [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() "
` [PATCH 03/18] [PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() "
` [PATCH 04/18] [PATCH] BLOCK: Separate the bounce buffering code from the highmem code "
` [PATCH 05/18] [PATCH] BLOCK: Don't call block_sync_page() from AFS "
` [PATCH 06/18] [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files "
` [PATCH 07/18] [PATCH] BLOCK: Remove dependence on existence of blockdev_superblock "
` [PATCH 08/18] [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff "
` [PATCH 09/18] [PATCH] BLOCK: Move __invalidate_device() to block_dev.c "
` [PATCH 10/18] [PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver "
` [PATCH 11/18] [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h "
` [PATCH 12/18] [PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver "
` [PATCH 13/18] [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 "
` [PATCH 14/18] [PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 "
` [PATCH 15/18] [PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos "
` [PATCH 16/18] [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions "
` [PATCH 17/18] [PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h "
` [PATCH 18/18] [PATCH] BLOCK: Make it possible to disable the block layer "

[patch 0/1] Relative atime
 2006-08-29  0:14 UTC  (5+ messages)
` [patch 1/1] Relative atime - kernel side
` [patch] Relative atime - userspace

[PATCH 1/2] Really ignore kmem_cache_destroy return value
 2006-08-28 21:03 UTC  (2+ messages)

[PATCH] ext2: avoid needless discard of preallocated blocks
 2006-08-28 19:41 UTC  (6+ messages)

New home its simple
 2006-08-28 15:38 UTC 

darwinian
 2006-08-28  7:29 UTC 

[RFC] VFS: FS CoW using redirection
 2006-08-28  2:10 UTC  (6+ messages)

beardsley
 2006-08-27 21:20 UTC 

daddy
 2006-08-27  7:06 UTC 

[ANN] Squashfs 3.1 released
 2006-08-27  2:28 UTC 

[PATCH] Make kmem_cache_destroy() return void
 2006-08-26 15:48 UTC  (3+ messages)
  ` [PATCH 2/2] "

[PATCH 00/18] BLOCK: Permit block layer to be disabled [try #3]
 2006-08-25 14:49 UTC  (19+ messages)
` [PATCH 01/18] [PATCH] BLOCK: Move functions out of buffer code "
` [PATCH 02/18] [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() "
` [PATCH 03/18] [PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() "
` [PATCH 04/18] [PATCH] BLOCK: Separate the bounce buffering code from the highmem code "
` [PATCH 05/18] [PATCH] BLOCK: Don't call block_sync_page() from AFS "
` [PATCH 06/18] [PATCH] BLOCK: Move bdev_cache_init() declaration to headerfile "
` [PATCH 07/18] [PATCH] BLOCK: Remove dependence on existence of blockdev_superblock "
` [PATCH 08/18] [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff "
` [PATCH 09/18] [PATCH] BLOCK: Move __invalidate_device() to block_dev.c "
` [PATCH 10/18] [PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver "
` [PATCH 11/18] [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h "
` [PATCH 12/18] [PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver "
` [PATCH 13/18] [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 "
` [PATCH 14/18] [PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 "
` [PATCH 15/18] [PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos "
` [PATCH 16/18] [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions "
` [PATCH 17/18] [PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h "
` [PATCH 18/18] [PATCH] BLOCK: Make it possible to disable the block layer "

[PATCH] Ban register_filesystem(NULL);
 2006-08-25 14:05 UTC  (2+ messages)

[PATCH] BLOCK: Make it possible to disable the block layer
 2006-08-25 13:40 UTC  (30+ messages)

[PATCH] jbd: use BUILD_BUG_ON in journal init
 2006-08-25 11:46 UTC  (2+ messages)

[PATCH] freevxfs: fix leak on error path
 2006-08-25  6:13 UTC  (2+ messages)

Why generic_fillattr() is not protected with a lock?
 2006-08-25  2:08 UTC 

[PATCH] 9p: fix leak on error path
 2006-08-25  1:01 UTC 

[PATCH] cramfs: make cramfs_uncompress_exit() return void
 2006-08-25  1:00 UTC 

[PATCH] cramfs: rewrite init_cramfs_fs()
 2006-08-25  0:58 UTC 

Good bussines opportunity for the investors
 2006-08-24 22:00 UTC 

Why will NFS client spend so much time on file open?
 2006-08-24 21:36 UTC  (2+ 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).