linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-05-14 19:32:50 to 2008-05-16 16:33:06 UTC [more...]

[patch 00/22] vfs: fixes and cleanups (v3)
 2008-05-16 16:31 UTC  (22+ 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 1/67] aufs document
 2008-05-16 16:09 UTC  (74+ 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 19/67] aufs sysfs interface and lifetime management, source
                                    ` [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 37/67] aufs file operations
                                                                        ` [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 43/67] aufs virtual or vertical directory
                                                                                    ` [PATCH 44/67] aufs inode operations
                                                                                      ` [PATCH 45/67] aufs inode functions
                                                                                        ` [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 49/67] aufs inode operations (del entry)
                                                                                                ` [PATCH 50/67] aufs inode operation (rename 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 54/67] aufs lookup functions in 'delegate' mode
                                                                                                          ` [PATCH 55/67] aufs export via nfs
                                                                                                            ` [PATCH 56/67] aufs 'robr', aufs as readonly branch of another aufs
                                                                                                              ` [PATCH 57/67] aufs sysfs interface
                                                                                                                ` [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 62/67] aufs magic sysrq handler
                                                                                                                          ` [PATCH 63/67] aufs mount helper
                                                                                                                            ` [PATCH 64/67] aufs pseudo-link helper
                                                                                                                              ` [PATCH 65/67] aufs pseudo-link helper for symlink
                                                                                                                                ` [PATCH 66/67] aufs umount helper
                                                                                                                                  ` [PATCH 67/67] merge aufs

[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] "

jfsCommit high CPU usage in kernel 2.6.25.1 x86_64
 2008-05-16 12:56 UTC 

dfs path construction fix - send dfs paths on all path based operations on share in dfs
 2008-05-16 10:03 UTC  (4+ messages)

[DFS support patchset: ] [2/5]: attempt 2: CIFSGetDFSRefer is rewritten to return more information about DFS refferal
 2008-05-16  9:55 UTC 

[PATCH] utimensat() non-conformances and fixes -- version 2
 2008-05-16  8:34 UTC  (2+ messages)

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

[patch 00/21] Slab Fragmentation Reduction V12
 2008-05-16  5:16 UTC  (50+ messages)
` [patch 10/21] buffer heads: Support slab defrag
` [patch 18/21] Filesystem: Socket inode defragmentation
` [patch 21/21] slab defrag: Obsolete SLAB

2.6.26-rc2-mm1: sloooow mkfs.ext2
 2008-05-15 21:41 UTC 

[patch 0/9] file locking fixes + fuse nfs export support (v2)
 2008-05-15 19:50 UTC  (10+ messages)
` [patch 1/9] lockd: dont return EAGAIN for a permanent error
` [patch 2/9] locks: add special return value for asynchronous locks
` [patch 3/9] locks: cleanup code duplication
` [patch 4/9] locks: allow ->lock() to return FILE_LOCK_DEFERRED
` [patch 5/9] fuse: prepare lookup for nfs export
` [patch 6/9] fuse: add export operations
` [patch 7/9] fuse: add fuse_lookup_name() helper
` [patch 8/9] fuse: nfs export special lookups
` [patch 9/9] fuse: lockd support

add parsing to cifs mount option for mounting to shares which support transport encryption
 2008-05-15 17:30 UTC  (2+ messages)

[patch 0/9] file locking fixes + fuse nfs export support
 2008-05-15 14:13 UTC  (6+ messages)
` [patch 6/9] fuse: add export operations

[PATCH 0/4] XFS: ASCII case-insensitivity support
 2008-05-15 13:37 UTC  (5+ messages)
  ` VFS case-insenstive dcache code (was Re: [PATCH 0/4] XFS: ASCII case-insensitivity support)

[patch 00/24] vfs: fixes and cleanups + add helpers to check r/o bind mounts
 2008-05-15 12:06 UTC  (12+ messages)
` [patch 08/24] vfs: immutable inode checking cleanup
` [patch 10/24] vfs: truncate: append-only "
` [patch 13/24] vfs: utimes cleanup

POHMELFS high performance network filesystem. Transactions, failover, performance
 2008-05-15  7:34 UTC  (37+ messages)

[PATCH] ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
 2008-05-14 22:54 UTC  (8+ messages)
      ` [stable] "


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