linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-05-16 14:42:21 to 2008-05-20 23:30:37 UTC [more...]

[patch 00/21] Slab Fragmentation Reduction V12
 2008-05-20 23:30 UTC  (16+ messages)
` [patch 10/21] buffer heads: Support slab defrag

[PATCH 0/4] (RESEND) ext3[34] barrier changes
 2008-05-20 22:26 UTC  (59+ messages)
` [PATCH 1/4] ext3: enable barriers by default
` [PATCH 2/4] ext3: call blkdev_issue_flush on fsync
` [PATCH 3/4] ext4: enable barriers by default
` [PATCH 4/4] ext4: call blkdev_issue_flush on fsync
        ` [PATCH, RFC] ext4: Fix use of write barrier in commit logic

[RFC PATCH] Introduce filesystem type tracking
 2008-05-20 22:22 UTC  (10+ messages)

[patch] brd: fix ramdisk regression
 2008-05-20 21:32 UTC  (5+ messages)
      ` [stable] "

DFS patches - progress
 2008-05-20 20:51 UTC 

[PATCH 0/4] XFS: Case-insensitive support - ASCII only
 2008-05-20 20:50 UTC  (10+ messages)
` [PATCH 3/4] XFS: Return case-insensitive match for dentry cache

Kernel call trace on mount (using autofs)
 2008-05-20 19:44 UTC 

[patch 0/9] file locking fixes + fuse nfs export support (v2)
 2008-05-20 18:47 UTC  (3+ messages)
` [patch 1/9] lockd: dont return EAGAIN for a permanent error

Filesystem fuzzing
 2008-05-20 15:40 UTC  (2+ messages)

[git pull] VFS patches
 2008-05-20 12:04 UTC  (2+ messages)

[PATCH 4/4] flock: remove unused fields from file_lock_operations
 2008-05-20  9:59 UTC 

[PATCH] always set a/c/mtime through ->setattr
 2008-05-20  8:33 UTC  (5+ messages)

[RFC PATCH 1/3] Implement generic freeze feature
 2008-05-20  3:57 UTC 

[Fwd: linux-cifs-client Digest, Vol 54, Issue 21]
 2008-05-19 22:23 UTC 

[PATCH] utimensat() non-conformances and fixes -- version 2
 2008-05-19 13:17 UTC  (7+ messages)

[ANNOUNCE] util-linux-ng 2.14-rc3
 2008-05-19 11:24 UTC 

[patch 00/22] vfs: fixes and cleanups (v3)
 2008-05-19  7:47 UTC  (29+ messages)
` [patch 01/22] nfsd: clean up mnt_want_write calls
` [patch 02/22] cgroup: dont call vfs_mkdir
` [patch 03/22] reiserfs: dont call vfs_rmdir
` [patch 04/22] reiserfs: dont call notify_change
` [patch 05/22] sysfs: "
` [patch 06/22] hpfs: "
` [patch 07/22] fat: "
` [patch 08/22] vfs: immutable inode checking cleanup
` [patch 09/22] vfs: truncate: dont check immutable twice
` [patch 10/22] vfs: create file_truncate() helper
` [patch 11/22] vfs: utimes immutable fix
` [patch 12/22] vfs: utimes cleanup
` [patch 13/22] vfs: add path_create() and path_mknod()
` [patch 14/22] vfs: add path_mkdir()
` [patch 15/22] vfs: add path_rmdir()
` [patch 16/22] vfs: add path_unlink()
` [patch 17/22] vfs: add path_symlink()
` [patch 18/22] vfs: add path_link()
` [patch 19/22] vfs: add path_rename()
` [patch 20/22] vfs: add path_setattr()
` [patch 21/22] vfs: add path_setxattr()
` [patch 22/22] vfs: add path_removexattr()

add parsing to cifs mount option for mounting to shares which support transport encryption
 2008-05-19  7:44 UTC  (7+ messages)

[PATCH 1/67] aufs document
 2008-05-19  2:27 UTC  (66+ messages)
` [PATCH 2/67] aufs manual
  ` [PATCH 3/67] aufs global header file
    ` [PATCH 4/67] aufs configuration
      ` [PATCH 5/67] aufs Makefile
        ` [PATCH 6/67] aufs main header file
          ` [PATCH 7/67] aufs module initialization and module-global
            ` [PATCH 8/67] aufs module global variables and operations
              ` [PATCH 9/67] aufs super_block operations
                ` [PATCH 10/67] aufs mount and "
                  ` [PATCH 11/67] aufs superblock private data
                    ` [PATCH 12/67] aufs branch filesystems and xino for them
                      ` [PATCH 13/67] aufs branch management
                        ` [PATCH 14/67] aufs external inode number translation table and bitmap
                          ` [PATCH 15/67] aufs special handling for inode attributes on FUSE branch
                            ` [PATCH 16/67] aufs lookup functions for NFS branch in linux-2.6.19 and later
                              ` [PATCH 17/67] aufs special handling inode attributes on XFS branch in linux-2.6.24 "
                                ` [PATCH 18/67] aufs sysfs interface and lifetime management, header
                                    ` [PATCH 20/67] aufs mount options/flags, header
                                      ` [PATCH 21/67] aufs mount options/flags, source
                                        ` [PATCH 22/67] aufs workqueue for asynchronous/super-io/delegated operations, header
                                          ` [PATCH 23/67] aufs workqueue for asynchronous/super-io/delegated operations, source
                                            ` [PATCH 24/67] aufs sub-VFS, header
                                              ` [PATCH 25/67] aufs sub-VFS, source
                                                ` [PATCH 26/67] aufs sub-dcache, header
                                                  ` [PATCH 27/67] aufs sub-dcache, source
                                                    ` [PATCH 28/67] aufs copy-up/down functions
                                                      ` [PATCH 29/67] aufs copy-up functions, see wbr_policy.c for copy-down
                                                        ` [PATCH 30/67] aufs whiteout for logical deletion and opaque directory, header
                                                          ` [PATCH 31/67] aufs whiteout for logical deletion and opaque directory, source
                                                            ` [PATCH 32/67] aufs pseudo-link
                                                              ` [PATCH 33/67] aufs policies for selecting one among multiple writable branches
                                                                  ` [PATCH 34/67] aufs lookup and dentry operations, header
                                                                    ` [PATCH 35/67] aufs lookup and dentry operations, source
                                                                      ` [PATCH 36/67] aufs dentry private data
                                                                          ` [PATCH 38/67] aufs handling file/dir, and address_space operation
                                                                            ` [PATCH 39/67] aufs file private data
                                                                              ` [PATCH 40/67] aufs file and vm operations
                                                                                ` [PATCH 41/67] aufs directory operations, header
                                                                                  ` [PATCH 42/67] aufs directory operations, source
                                                                                    ` [PATCH 46/67] aufs inode private data
                                                                                      ` [PATCH 47/67] aufs inode operations (except add/del/rename)
                                                                                        ` [PATCH 48/67] aufs inode operations (add entry)
                                                                                    ` [PATCH 51/67] aufs lower (branch filesystem) inode and setting inotify
                                                                                      ` [PATCH 52/67] aufs inotify handler
                                                                                        ` [PATCH 53/67] aufs sub-routines for vfs in hinotify or dlgt mode
                                                                                    ` [PATCH 58/67] aufs misc functions, header
                                                                                      ` [PATCH 59/67] aufs misc functions, source
                                                                                    ` [PATCH 60/67] aufs debug print functions, header
                                                                                      ` [PATCH 61/67] aufs debug print functions, source
                                                                                    ` [PATCH 64/67] aufs pseudo-link helper
                                                                                      ` [PATCH 65/67] aufs pseudo-link helper for symlink
                                                                                        ` [PATCH 66/67] aufs umount helper

Re:Clarification and Claim
 2008-05-17 15:29 UTC 

where is remount?
 2008-05-17  3:08 UTC  (8+ messages)

[patch 21/21] slab defrag: Obsolete SLAB
 2008-05-16 19:17 UTC  (14+ messages)

[PATCH 1/4] ext3: enable barriers by default
 2008-05-16 14:37 UTC  (4+ messages)
` [PATCH 2/4] ext3: call blkdev_issue_flush on fsync
` [PATCH 3/4] ext4: enable barriers by default
` [PATCH 4/4] ext4: call blkdev_issue_flush on fsync

[PATCH 0/4] ext3[34] barrier changes
 2008-05-16 14:37 UTC 

[RFC 1/2] AUFS: merging/stacking several filesystems
 2008-05-16 14:36 UTC  (6+ messages)
` [RFC 2/2] "


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