messages from 2006-10-07 05:56:16 to 2006-10-24 14:54:16 UTC [more...]
[RFC] Ext3 online defrag
2006-10-24 14:52 UTC (17+ messages)
Sabine
2006-10-24 11:33 UTC
Linux 2007 File System & IO Workshop
2006-10-24 11:18 UTC
[RFC] commit_write less than prepared by prepare_write
2006-10-24 9:32 UTC (2+ messages)
[PATCH 00 of 23] struct file: Use struct path
2006-10-24 9:03 UTC (32+ messages)
` [PATCH 01 of 23] VFS: change struct file to use "
` [PATCH 02 of 23] sysfs: change uses of f_{dentry, vfsmnt} to use f_path
` [PATCH 03 of 23] proc: "
` [PATCH 04 of 23] ext2: "
` [PATCH 05 of 23] ext3: "
` [PATCH 06 of 23] ext4: "
` [PATCH 07 of 23] fat: change uses of f_{dentry,vfsmnt} "
` [PATCH 08 of 23] isofs: change uses of f_{dentry, vfsmnt} "
` [PATCH 09 of 23] nfs: change uses of f_{dentry,vfsmnt} "
` [PATCH 10 of 23] nfsd: change uses of f_{dentry, vfsmnt} "
` [PATCH 11 of 23] ntfs: "
` [PATCH 12 of 23] i386: "
` [PATCH 13 of 23] x86_64: "
` [PATCH 14 of 23] kernel: "
` [PATCH 15 of 23] mm: change uses of f_{dentry,vfsmnt} "
` [PATCH 16 of 23] 9p: "
` [PATCH 17 of 23] affs: change uses of f_{dentry, vfsmnt} "
` [PATCH 18 of 23] autofs: "
` [PATCH 19 of 23] autofs4: "
` [PATCH 20 of 23] configfs: "
` [PATCH 21 of 23] cifs: "
` [PATCH 22 of 23] ecryptfs: "
` [PATCH 23 of 23] xfs: change uses of f_{dentry,vfsmnt} "
a question about ext4_fsblk_t
2006-10-22 8:50 UTC
a question about ext4_fsblk_t
2006-10-22 7:38 UTC
Re[2]: i'll be seeing u
2006-10-21 13:01 UTC
[RFC PATCH 0/2] O_DIRECT locking rework
2006-10-20 20:23 UTC (8+ messages)
` [RFC PATCH 1/2] placeholder pages
` [RFC PATCH 1/2] page cache locking for O_DIRECT
+ fs-prepare_write-fixes.patch added to -mm tree
2006-10-20 18:55 UTC (2+ messages)
[BUG] -mm: mm-only-i_size_write-debugging.patch
2006-10-20 12:58 UTC
[PATCH 0 of 4] fsstack: struct path
2006-10-19 0:57 UTC (5+ messages)
` [PATCH 1 of 4] struct path: Rename Reiserfs's "
` [PATCH 2 of 4] struct path: Rename DM's "
` [PATCH 3 of 4] struct path: Move struct path from fs/namei.c into include/linux
` [PATCH 4 of 4] struct path: make eCryptfs a user of struct path
fsstack: struct path
2006-10-18 14:39 UTC (12+ messages)
CFP: Linux 2007 File System & IO Workshop
2006-10-18 0:50 UTC (5+ messages)
[PATCH 1 of 2] fsstack: Introduce fsstack_copy_{attr,inode}_*
2006-10-17 20:33 UTC (2+ messages)
BUG dcache.c:613 during autofs unmounting in 2.6.19rc2
2006-10-17 16:23 UTC (8+ messages)
` AUTOFS3: Make sure all dentries refs are released before calling kill_anon_super()
[patch 00/12] fuse update
2006-10-17 13:43 UTC (16+ messages)
` [patch 01/12] fuse: fix hang on SMP
` "
` [patch 02/12] document i_size_write locking rules
` [patch 03/12] fuse: locking fix for nlookup
` [patch 04/12] fuse: fix spurious BUG
` [patch 05/12] fuse: fix handling of moved directory
` [patch 06/12] fuse: fix dereferencing dentry parent
` [patch 07/12] fuse: update userspace interface to version 7.8
` [patch 08/12] fuse: minor cleanup in fuse_dentry_revalidate
` [patch 09/12] fuse: add support for block device based filesystems
` [patch 10/12] fuse: add blksize option
` [patch 11/12] fuse: add bmap support
` [patch 12/12] fuse: add DESTROY operation
fscache review comments, part 1
2006-10-17 6:02 UTC (15+ messages)
` 64-bit inode number issues
[PATCH 1 of 2] fsstack: Introduce fsstack_copy_{attr,inode}_*
2006-10-17 4:42 UTC (2+ messages)
` [PATCH 2 of 2] eCryptfs: Use fsstack's generic copy inode attr functions
[PATCH 0 of 2] fsstack: generic stackable filesystem helper functions
2006-10-17 4:42 UTC
i_mutex locking in generic_file_splice_write()
2006-10-16 22:24 UTC (13+ messages)
Directories > 2GB
2006-10-16 18:17 UTC (9+ messages)
[PATCH] Remove DIO_OWN_LOCKING
2006-10-15 21:57 UTC (4+ messages)
[PATCH 0 of 2] Stackfs: generic stackable filesystem helper functions
2006-10-15 17:38 UTC (11+ messages)
` [PATCH 1 of 2] Stackfs: Introduce stackfs_copy_{attr,inode}_*
` [PATCH] "
` [PATCH 2 of 2] eCryptfs: Use stackfs's generic copy inode attr functions
[rfc] changing commit_write to commit less than was prepared
2006-10-15 14:45 UTC
(unknown)
2006-10-15 14:20 UTC
[RFC/PATCH 1/2] stackfs: generic functions for obtaining hidden object
2006-10-13 17:23 UTC (5+ messages)
` "
[RFC/PATCH 2/2] ecryptfs: use stackfs functions
2006-10-13 13:23 UTC
Getattr calls
2006-10-13 9:53 UTC
[PATCH 0 of 23] Unionfs: Stackable Namespace Unification Filesystem
2006-10-13 8:53 UTC (15+ messages)
` [PATCH 5 of 23] Unionfs: Copyup Functionality
` [PATCH 6 of 23] Unionfs: Dentry operations
` [PATCH 7 of 23] Unionfs: File operations
` [PATCH 9 of 23] Unionfs: Directory manipulation helper functions
` [PATCH 10 of 23] Unionfs: Inode operations
` [PATCH 11 of 23] Unionfs: Lookup helper functions
` [PATCH 12 of 23] Unionfs: Main module functions
` [PATCH 15 of 23] Unionfs: Privileged operations workqueue
` [PATCH 19 of 23] Unionfs: Helper macros/inlines
` [PATCH 20 of 23] Unionfs: Internal include file
Tricky issues with local filesystem caching
2006-10-11 18:35 UTC
[PATCH] Introduce vfs_listxattr
2006-10-10 13:31 UTC (6+ messages)
[ANNOUNCE] Linux file systems IRC channel and wiki
2006-10-10 7:31 UTC
Is yours Below 5 Innches Long?
2006-10-10 0:33 UTC
[PATCH] fs/*: use BUILD_BUG_ON
2006-10-08 11:29 UTC
fscache review comments, part 3
2006-10-07 21:05 UTC (3+ messages)
[PATCH 2 of 23] lookup_one_len_nd - lookup_one_len with nameidata argument
2006-10-07 18:37 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).