linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2006-08-18 20:52:43 to 2006-08-29 12:25:12 UTC [more...]

[PATCH 01/17] BLOCK: Move functions out of buffer code [try #2]
 2006-08-29 12:25 UTC  (42+ 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 00/18] BLOCK: Permit block layer to be disabled [try #4]
 2006-08-29 11:57 UTC  (27+ 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  (8+ 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  (37+ 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)

[PATCH 9/9]ext4 super block changes for >32 bit blocks numbers
 2006-08-24  0:28 UTC  (3+ messages)
  ` [Ext2-devel] "

Don't be the "little guy" in the club
 2006-08-23 19:02 UTC 

Delight in If you thought getting more size and girth was impossible, take a look at this
 2006-08-23 22:31 UTC 

re:Hi
 2006-08-23 16:43 UTC 

Diff b/w generic_file_read & do_sync_read
 2006-08-23 15:55 UTC  (2+ messages)

Where does NFS client associate the file handle received from server with inode?
 2006-08-23 13:57 UTC  (3+ messages)

[PATCH 2/2]: ufs: truncate correction
 2006-08-23  6:28 UTC 

[PATCH 1/2]: ufs: write to hole in big file
 2006-08-23  6:28 UTC 

Don't be left out, join millions of men in the revolution
 2006-08-22 21:19 UTC 

generic_file_llseek vs. remote_llseek
 2006-08-22 20:00 UTC  (2+ messages)

Avoid enhancement pills
 2006-08-22  1:39 UTC 

Doctors and Celebrities endorse Anatrim!
 2006-08-21 21:27 UTC 

[PATCH 1/4] NFS: Fix up warnings
 2006-08-21 12:50 UTC  (4+ messages)
` [PATCH 2/4] FS-Cache: AFS: Fix up AFS filesystem caching patch
` [PATCH 3/4] NFS: Fix up "
` [PATCH 4/4] FS-Cache: CacheFiles: Fix up warnings

We offer FREE space for job advertisements
 2006-08-21  7:59 UTC 

Take pleasure from Take your chance to make her adore you. Outrun her ex in terms of size and performance!
 2006-08-21  4:50 UTC 

[PATCH] autofs4 - pending flag not cleared on mount fail
 2006-08-21  4:12 UTC 

[PATCH] autofs4 - autofs4_follow_link false negative fix
 2006-08-21  4:00 UTC 

[PATCH] connectathon special test failure in recent kernels
 2006-08-21  2:05 UTC 

[PATCH 0/5] Forking ext4 filesystem and JBD2
 2006-08-19 21:17 UTC  (7+ messages)

BUGs in mm/rmap.c
 2006-08-19 12:32 UTC  (5+ messages)

Revel in You won't increase your most important muscle in gyms - so this is what you have to try!
 2006-08-19 10:34 UTC 

Enjoy Let's face it, you always wanted it. And with this product you can finally get what you want - better size and its better usage!
 2006-08-19 10:28 UTC 

Generic or Named-Brand We Have It
 2006-08-19 11:57 UTC 

Take pleasure from Now you don't need a huge car or expensive watch to prove that you are not at all size-challenged
 2006-08-19  0:55 UTC 

Open ext3 bugs in the kernel Bugzilla
 2006-08-19  1:04 UTC 

Feel Pleasure from Introducing a great product which will make you a better, more confident man!
 2006-08-19  0:58 UTC 

I_LOCK description?
 2006-08-18 20:52 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).