Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2007-01-25 13:48:41 to 2007-02-05 19:02:30 UTC [more...]

[RFC 0/28] Patches to pass vfsmount to LSM inode security hooks
 2007-02-05 19:02 UTC  (32+ messages)
` [RFC 1/28] Pass struct vfsmount to the inode_create LSM hook
` [RFC 2/28] Remove redundant check from proc_setattr()
` [RFC 3/28] Pass struct file down to remove_suid and children
` [RFC 4/28] Add a vfsmount parameter to notify_change()
` [RFC 5/28] Pass struct vfsmount to the inode_setattr LSM hook
` [RFC 6/28] Add struct vfsmount parameter to vfs_mkdir()
` [RFC 7/28] Pass struct vfsmount to the inode_mkdir LSM hook
` [RFC 8/28] Add a struct vfsmount parameter to vfs_mknod()
` [RFC 9/28] Pass struct vfsmount to the inode_mknod LSM hook
` [RFC 10/28] Add a struct vfsmount parameter to vfs_symlink()
` [RFC 11/28] Pass struct vfsmount to the inode_symlink LSM hook
` [RFC 12/28] Pass struct vfsmount to the inode_readlink "
` [RFC 13/28] Add struct vfsmount parameters to vfs_link()
` [RFC 14/28] Pass struct vfsmount to the inode_link LSM hook
` [RFC 15/28] Add a struct vfsmount parameter to vfs_rmdir()
` [RFC 16/28] Pass struct vfsmount to the inode_rmdir LSM hook
` [RFC 17/28] Add a struct vfsmount parameter to vfs_unlink()
` [RFC 18/28] Pass struct vfsmount to the inode_unlink LSM hook
` [RFC 19/28] Add struct vfsmount parameters to vfs_rename()
` [RFC 20/28] Pass struct vfsmount to the inode_rename LSM hook
` [RFC 21/28] Add a struct vfsmount parameter to vfs_setxattr()
` [RFC 22/28] Pass struct vfsmount to the inode_setxattr LSM hook
` [RFC 23/28] Add a struct vfsmount parameter to vfs_getxattr()
` [RFC 24/28] Pass struct vfsmount to the inode_getxattr LSM hook
` [RFC 25/28] Add a struct vfsmount parameter to vfs_listxattr()
` [RFC 26/28] Pass struct vfsmount to the inode_listxattr LSM hook
` [RFC 27/28] Add a struct vfsmount parameter to vfs_removexattr()
` [RFC 28/28] Pass struct vfsmount to the inode_removexattr LSM hook

[PATCH] Fix d_path for lazy unmounts
 2007-02-05 18:37 UTC  (4+ messages)
  ` [PATCH]Add memory barrier before clear bit in unlock_buffer()

[PATCH] move remove_dquot_ref to dqout.c
 2007-02-05 18:05 UTC 

[take35 0/10] kevent: Generic event handling mechanism
 2007-02-05 17:45 UTC  (6+ messages)
  ` [take35 1/10] kevent: Description
    ` [take35 2/10] kevent: Core files

[PATCH[RFC] kill sysrq-u (emergency remount r/o)
 2007-02-05 17:34 UTC  (2+ messages)
` [PATCH[RFC] don't force remount in "

[RFC][PATCH 2/3] Move the file data to the new blocks
 2007-02-05 13:12 UTC  (2+ messages)

[PATCH]: ufs: restore back support of openstep
 2007-02-05 11:56 UTC 

[patch 0/9] buffered write deadlock fix
 2007-02-04 18:36 UTC  (25+ messages)
` [patch 1/9] fs: libfs buffered write leak fix
` [patch 2/9] mm: revert "generic_file_buffered_write(): handle zero length iovec segments"
` [patch 3/9] mm: revert "generic_file_buffered_write(): deadlock on vectored write"
` [patch 4/9] mm: generic_file_buffered_write cleanup
` [patch 5/9] mm: debug write deadlocks
` [patch 6/9] mm: be sure to trim blocks
` [patch 7/9] mm: cleanup pagecache insertion operations
` [patch 8/9] mm: generic_file_buffered_write iovec cleanup
` [patch 9/9] mm: fix pagecache write deadlocks

[PATCH 1/14] locks: always unlock on close
 2007-02-04  8:41 UTC  (43+ messages)
    ` [PATCH 2/14] locks: factor out generic/filesystem switch from test_lock
    ` [NFS] "
    ` [PATCH 5/14] locks: add fl_notify arguments for asynchronous lock return
    ` [PATCH 6/14] locks: add lock cancel command
    ` [PATCH 7/14] nfsd4: Convert NFSv4 to new lock interface
    ` [PATCH 8/14] lockd: save lock state on deferral
    ` [PATCH 9/14] lockd: handle fl_notify callbacks
    ` [NFS] "
    ` [PATCH 10/14] lockd: pass cookie in nlmsvc_testlock
    ` [PATCH 11/14] lockd: handle test_lock deferrals
    ` [PATCH 12/14] lockd: always preallocate block in nlmsvc_lock()
    ` [PATCH 13/14] lockd: add code to handle deferred lock requests
    ` [PATCH 14/14] gfs2: nfs lock support for gfs2
    ` [PATCH 3/14] locks: factor out generic/filesystem switch from setlock code
    ` [PATCH 4/14] locks: add locking function that returns conflicting lock

[RFC] Pack the vfsmount and dentry in nameidata into a struct path
 2007-02-04 17:45 UTC  (4+ messages)

[patch 0/9] buffered write deadlock fix
 2007-02-04  3:55 UTC  (30+ messages)
` [patch 1/9] fs: libfs buffered write leak fix
` [patch 2/9] mm: revert "generic_file_buffered_write(): handle zero length iovec segments"
` [patch 3/9] mm: revert "generic_file_buffered_write(): deadlock on vectored write"
` [patch 4/9] mm: generic_file_buffered_write cleanup
` [patch 5/9] mm: debug write deadlocks
` [patch 6/9] mm: be sure to trim blocks
` [patch 7/9] mm: cleanup pagecache insertion operations
` [patch 8/9] mm: generic_file_buffered_write iovec cleanup
` [patch 9/9] mm: fix pagecache write deadlocks

asynchronous locks for cluster exports
 2007-02-04  1:44 UTC  (2+ messages)

asynchronous locks for cluster exports
 2007-02-03  5:30 UTC 

asynchronous locks for cluster exports
 2007-02-03  5:30 UTC 

[take35 10/10] kevent: Kevent based AIO (aio_sendfile()/aio_sendfile_path())
 2007-02-02 11:58 UTC  (2+ messages)
  ` /async open+send/ "

[RFC/PATCH] revokeat/frevoke system calls V5
 2007-02-01  4:28 UTC  (2+ messages)

[PATCH] dlm/gfs2: indent help text
 2007-01-31 13:33 UTC  (2+ messages)

[PATCH] pipefs unique inode numbers
 2007-01-31  9:19 UTC  (8+ messages)

[PATCH] make iunique use a do/while loop rather than its obscure goto loop
 2007-01-31  8:16 UTC  (2+ messages)

path_release() causes kernel crash?
 2007-01-31  5:30 UTC 

[PATCH] revert changes to pipefs for i_ino uniqueness
 2007-01-30 18:09 UTC 

[GIT PULL -mm] Unionfs updates/cleanups
 2007-01-30 17:52 UTC  (9+ messages)
` [PATCH 1/4] fs/unionfs/: Remove stale_inode.c
` [PATCH 2/4] fs/unionfs/: possible cleanups
` [PATCH 3/4] fs/unionfs/: Andrew Morton's comments
` [PATCH 4/4] fs/unionfs/: Don't duplicate the struct nameidata

[PATCH 1/2] add lazy_getattr and lazy_readdir patches that defer i_ino assignment
 2007-01-30 17:17 UTC  (4+ messages)

[PATCH 2/2] make pipefs do lazy i_ino assignment and hashing
 2007-01-30 16:31 UTC 

[PATCH 2/2] make pipefs do lazy i_ino assignment and hashing
 2007-01-30 15:38 UTC 

[PATCH 3/3] have pipefs ensure i_ino uniqueness by calling iunique and hashing the inode
 2007-01-30 15:04 UTC  (5+ messages)

[RFC] [PATCH 3/3] ufs2 write: block allocation update
 2007-01-29 19:20 UTC 

[RFC] [PATCH 1/3] ufs2 write: mount as rw
 2007-01-29 19:19 UTC 

[RFC] [PATCH 2/3] ufs2 write: inodes write
 2007-01-29 19:20 UTC 

[PATCH] small smbfs bugfix
 2007-01-26 14:57 UTC  (2+ messages)

[PATCH 1/3] make static counters in new_inode and iunique be 32 bits
 2007-01-26 12:42 UTC  (2+ messages)

[PATCH] dlm & gfs2: use sysfs
 2007-01-26 12:09 UTC  (2+ messages)

[take34 0/10] kevent: Generic event handling mechanism
 2007-01-25 22:56 UTC  (2+ messages)

[take34 10/10] kevent: Kevent based AIO (aio_sendfile()/aio_sendfile_path())
 2007-01-25 13:48 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox