linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-14 19:09:27 to 2008-09-24 22:01:10 UTC [more...]

[PATCH 0/39] Ocfs2 updates for 2.6.28
 2008-09-24 22:01 UTC  (37+ messages)
` [PATCH 01/39] ocfs2: POSIX file locks support
` [PATCH 02/39] ocfs2: Track local alloc bits internally
` [PATCH 03/39] ocfs2: throttle back local alloc when low on disk space
` [PATCH 04/39] ocfs2: track local alloc state via debugfs
` [PATCH 05/39] ocfs2: Modify ocfs2_num_free_extents for future xattr usage
` [PATCH 06/39] ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode
` [PATCH 07/39] ocfs2: Abstract ocfs2_extent_tree in b-tree operations
` [PATCH 08/39] ocfs2: Make high level btree extend code generic
` [PATCH 09/39] ocfs2: Add the basic xattr disk layout in ocfs2_fs.h
` [PATCH 10/39] ocfs2: Add helper function in uptodate.c for removing xattr clusters
` [PATCH 11/39] ocfs2: Add extent tree operation for xattr value btrees
` [PATCH 12/39] ocfs2: reserve inline space for extended attribute
` [PATCH 13/39] ocfs2: Add extended attribute support
` [PATCH 14/39] ocfs2: Add xattr index tree operations
` [PATCH 15/39] ocfs2: Add xattr bucket iteration for large numbers of EAs
` [PATCH 16/39] ocfs2: Add xattr lookup code xattr btrees
` [PATCH 17/39] ocfs2: Optionally limit extent size in ocfs2_insert_extent()
` [PATCH 18/39] ocfs2: Enable xattr set in index btree
` [PATCH 19/39] ocfs2: Delete all xattr buckets during inode removal
` [PATCH 20/39] ocfs2: Add incompatible flag for extended attribute
` [PATCH 21/39] ocfs2: fix printk format warnings
` [PATCH 22/39] ocfs2: Prefix the extent tree operations structure
` [PATCH 23/39] ocfs2: Prefix the ocfs2_extent_tree structure
` [PATCH 24/39] ocfs2: Make ocfs2_extent_tree get/put instead of alloc
` [PATCH 25/39] ocfs2: Make 'private' into 'object' on ocfs2_extent_tree
` [PATCH 26/39] ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations
` [PATCH 27/39] ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents()
` [PATCH 28/39] ocfs2: Determine an extent tree's max_leaf_clusters in an et_op
` [PATCH 29/39] ocfs2: Create specific get_extent_tree functions
` [PATCH 31/39] ocfs2: Make ocfs2_extent_tree the first-class representation of a tree
` [PATCH 32/39] ocfs2: Comment struct ocfs2_extent_tree_operations
` [PATCH 33/39] ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()
` [PATCH 35/39] ocfs2: Resolve deadlock in ocfs2_xattr_free_block
` [PATCH 36/39] ocfs2: Limit inode allocation to 32bits
` [PATCH 37/39] ocfs2: Add the 'inode64' mount option
` [PATCH 38/39] ocfs2: Switch over to JBD2

[PATCH] Convert ecryptfs to use new aops
 2008-09-24 21:57 UTC 

[PATCH] Introduce new LSM hooks where vfsmount is available
 2008-09-24 21:18 UTC  (12+ messages)

[PATCH] cifs: Convert cifs to new aops
 2008-09-24 19:34 UTC  (3+ messages)

Distributed storage maintenance release
 2008-09-24 16:29 UTC 

ltp getdents syscalls testcases and 2.6.27-rcX
 2008-09-24 15:50 UTC 

[PATCH 7/10] jfs: Fix error handling in write_super_lockfs/unlockfs
 2008-09-24 14:05 UTC  (2+ messages)

[PATCH 4/10] xfs: Fix error handling inwrite_super_lockfs/unlockfs
 2008-09-24  8:14 UTC 

(unknown)
 2008-09-24  3:29 UTC 

[patch] fsblock preview
 2008-09-24  1:31 UTC  (4+ messages)

[RFC PATCH] Filesystem Journal Notifications
 2008-09-23 22:26 UTC  (13+ messages)

hfsplus: Missing O_LARGEFILE check
 2008-09-23 13:13 UTC  (2+ messages)
` [PATCH] hfsplus: Missing O_LARGEFILE check (correct diff this time)

Documentation on CFQ iosched parameters
 2008-09-23  9:32 UTC  (5+ messages)

[PATCH 4/10] xfs: Fix error handling in write_super_lockfs/unlockfs
 2008-09-22 23:41 UTC  (2+ messages)

[PATCH 1/10] VFS: Fix error handling of write_super_lockfs/unlockfs
 2008-09-22 12:52 UTC  (3+ messages)
  ` [PATCH 1/10] VFS: Fix error handling ofwrite_super_lockfs/unlockfs

[PATCH 6/10] gfs2: Fix error handling in write_super_lockfs/unlockfs
 2008-09-22 11:23 UTC  (2+ messages)

[PATCH 10/10] Add timeout feature
 2008-09-22 10:58 UTC 

[PATCH 9/10] Remove XFS specific ioctl interfaces for freeze feature
 2008-09-22 10:58 UTC 

[PATCH 8/10] Implement generic freeze feature
 2008-09-22 10:58 UTC 

[PATHC 2/10] ext3: Fix error handling in write_super_lockfs/unlockfs
 2008-09-22 10:55 UTC 

[PATCH 3/10] ext4: Fix error handling in write_super_lockfs/unlockfs
 2008-09-22 10:56 UTC 

[PATCH 5/10] reiserfs: Fix error handling in write_super_lockfs/unlockfs
 2008-09-22 10:57 UTC 

[PATCH 0/10] freeze feature ver 1.12
 2008-09-22 10:55 UTC 

[RFC PATCH] CMS minidisk filesystem support
 2008-09-22  1:29 UTC  (13+ messages)
` [PATCH 01/12] cmsfs: Documentation
` [PATCH 02/12] cmsfs: header file
` [PATCH 03/12] cmsfs: EBCDIC translation table
` [PATCH 04/12] cmsfs: block mapping code
` [PATCH 05/12] cmsfs: file operations
` [PATCH 06/12] cmsfs: inode operations
` [PATCH 07/12] cmsfs: super block operations
` [PATCH 08/12] cmsfs: export extra file attributes via xattr
` [PATCH 09/12] cmsfs: misc helpers
` [PATCH 10/12] MAINTAINERS: cmsfs entry
` [PATCH 11/12] cmsfs: Kconfig entry
` [PATCH 12/12] cmsfs: Makefile

[Unionfs] NULL pointer dereference if copyup_dentry() failed?
 2008-09-21  8:47 UTC 

YET ANOTHER resend of the fiemap patches
 2008-09-20 16:47 UTC  (27+ messages)
` [PATCH 1/4] vfs: vfs-level fiemap interface

[PATCH 0/27] nilfs2: continuous snapshotting file system
 2008-09-20 11:04 UTC  (41+ messages)
` [PATCH 01/27] nilfs2: add document
  ` [PATCH 02/27] nilfs2: disk format and userland interface
    ` [PATCH 03/27] nilfs2: add inode and other major structures
      ` [PATCH 04/27] nilfs2: integrated block mapping
        ` [PATCH 05/27] nilfs2: B-tree based "
          ` [PATCH 06/27] nilfs2: direct "
            ` [PATCH 07/27] nilfs2: B-tree node cache
              ` [PATCH 08/27] nilfs2: buffer and page operations
                ` [PATCH 09/27] nilfs2: meta data file
                  ` [PATCH 10/27] nilfs2: persistent object allocator
                    ` [PATCH 11/27] nilfs2: disk address translator
                      ` [PATCH 12/27] nilfs2: inode map file
                        ` [PATCH 13/27] nilfs2: checkpoint file
                          ` [PATCH 14/27] nilfs2: segment usage file
                            ` [PATCH 15/27] nilfs2: inode operations
                              ` [PATCH 16/27] nilfs2: file operations
                                ` [PATCH 17/27] nilfs2: directory entry operations
                                  ` [PATCH 18/27] nilfs2: pathname operations
                                    ` [PATCH 19/27] nilfs2: operations for the_nilfs core object
                                      ` [PATCH 20/27] nilfs2: super block operations
                                        ` [PATCH 21/27] nilfs2: segment buffer
                                          ` [PATCH 22/27] nilfs2: segment constructor
                                            ` [PATCH 23/27] nilfs2: recovery functions
                                              ` [PATCH 24/27] nilfs2: another dat for garbage collection
                                                ` [PATCH 25/27] nilfs2: block cache "
                                                  ` [PATCH 26/27] nilfs2: ioctl operations

[PATCH] VFS: make file->f_pos access atomic on 32bit arch
 2008-09-18  9:59 UTC  (4+ messages)

2.6.27-rc6: lockdep warning: iprune_mutex at shrink_icache_memory+0x38/0x1a8
 2008-09-17 18:33 UTC  (6+ messages)

[PATCH 0/4] cifs: clean up cifs_unlink and fix silly-renames (try #2)
 2008-09-17  1:49 UTC  (11+ messages)
` [PATCH 1/4] cifs: clean up variables in cifs_unlink
` [PATCH 2/4] cifs: use common code for turning off ATTR_READONLY "
` [PATCH 3/4] cifs: move silly-rename logic into helper function
` [PATCH 4/4] cifs: add function to set file disposition
    ` [linux-cifs-client] "

[PATCH] vfs: added better file aio_read aio_write operations presence check
 2008-09-16 16:36 UTC  (5+ messages)

[PATCH] VFS: make file->f_pos access atomic on 32bit arch
 2008-09-16 16:01 UTC 

[PATCH] vfs: added better file aio_read aio_write operations presence check
 2008-09-16 15:41 UTC  (2+ messages)

[PATCH] VFS: make file->f_pos access atomic on 32bit arch
 2008-09-16 15:32 UTC 

[PATCH] VFS: make file->f_pos access atomic on 32bit arch
 2008-09-16 14:11 UTC  (2+ messages)

[PATCH] VFS: make file->f_pos access atomic on 32bit arch
 2008-09-16 12:54 UTC  (2+ messages)

[PATCH] VFS: make file->f_pos access atomic on 32bit arch
 2008-09-16 10:35 UTC 

[PATCH 0/3] XFS: Combine Linux and XFS inodes
 2008-09-16  4:47 UTC  (4+ messages)
` [PATCH 3/3] XFS: Combine the XFS and Linux inodes V2

[RFC] Labeled NFS Take 2
 2008-09-15 23:24 UTC  (16+ messages)
` [PATCH 01/14] VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx
` [PATCH 02/14] LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information
` [PATCH 03/14] Security: Add hook to calculate context based on a negative dentry
` [PATCH 04/14] Security: Add Hook to test if the particular xattr is part of a MAC model
` [PATCH 05/14] SELinux: Add new labeling type native labels
` [PATCH 06/14] KConfig: Add KConfig entries for Labeled NFS
` [PATCH 07/14] NFSv4: Add label recommended attribute and NFSv4 flags
` [PATCH 08/14] NFS: Add security_label text mount option and handling code to NFS
` [PATCH 09/14] NFS: Introduce lifecycle management for label attribute
` [PATCH 10/14] NFSv4: Introduce new label structure
` [PATCH 11/14] NFS/RPC: Add the auth_seclabel security flavor to allow the process label to be sent to the server
` [PATCH 12/14] NFS: Client implementation of Labeled-NFS
` [PATCH 13/14] NFS: Extend NFS xattr handlers to accept the security namespace
` [PATCH 14/14] NFSD: Server implementation of MAC Labeling


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