messages from 2009-03-03 04:33:41 to 2009-03-12 14:19:58 UTC [more...]
[PATCH 0/4] Allow NFS to use ordinary path lookup when mounting NFSv4
2009-03-31 18:52 UTC (4+ messages)
` [PATCH 1/4] VFS: Add a VFS helper function vfs_remote_path_lookup()
` [PATCH 2/4] NFSv4: Use vfs_path_lookup() instead of nfs4_path_walk()
` [PATCH 4/4] NFS: Correct the NFS mount path when following a referral
[Tux3] Tux3 report: Tux3 Git tree available
2009-03-12 14:19 UTC (9+ messages)
` "
VFS, NFS security bug? Should CAP_MKNOD and CAP_LINUX_IMMUTABLE be added to CAP_FS_MASK?
2009-03-12 11:46 UTC
delta filesystem prototype
2009-03-12 9:40 UTC (51+ messages)
` [fuse-devel] "
[patch 1/2] fs: mnt_want_write speedup
2009-03-12 4:13 UTC (9+ messages)
` [patch 2/2] fs: introduce mnt_clone_write
[patch] fs: new inode i_state corruption fix
2009-03-12 3:09 UTC (13+ messages)
` [patch] fs: avoid I_NEW inodes
[PATCH] udf: Some type fixes and cleanups
2009-03-11 16:07 UTC
pread/pwrite bug on linux?
2009-03-11 14:43 UTC (8+ messages)
Asking for inclusion of nilfs2 in the mainline kernel
2009-03-11 8:35 UTC (7+ messages)
[Bugme-new] [Bug 12843] New: add mount option 'mode' to ramfs same as tmpfs
2009-03-11 7:56 UTC (2+ messages)
[patch 1/2] mm: page_mkwrite change prototype to match fault
2009-03-11 3:55 UTC (2+ messages)
` [patch 2/2] fs: fix page_mkwrite error cases in core code and btrfs
inotify_unmount_inodes badness?
2009-03-11 3:46 UTC
[PATCH] vfs: make real_lookup do dentry revalidation with i_mutex held
2009-03-10 19:31 UTC (3+ messages)
[PATCH 00/20] ceph: Ceph distributed file system client
2009-03-10 18:27 UTC (22+ messages)
` [PATCH 01/20] ceph: documentation
` [PATCH 02/20] ceph: on-wire types
` [PATCH 03/20] ceph: client types
` [PATCH 04/20] ceph: super.c
` [PATCH 05/20] ceph: inode operations
` [PATCH 06/20] ceph: directory operations
` [PATCH 07/20] ceph: file operations
` [PATCH 08/20] ceph: address space operations
` [PATCH 09/20] ceph: MDS client
` [PATCH 10/20] ceph: OSD client
` [PATCH 11/20] ceph: CRUSH mapping algorithm
` [PATCH 12/20] ceph: monitor client
` [PATCH 13/20] ceph: capability management
` [PATCH 14/20] ceph: snapshot management
` [PATCH 15/20] ceph: messenger library
` [PATCH 16/20] ceph: nfs re-export support
` [PATCH 17/20] ceph: ioctls
` [PATCH 18/20] ceph: debugging
` [PATCH 19/20] ceph: sysfs
` [PATCH 20/20] ceph: Kconfig, Makefile
inode block address
2009-03-10 7:36 UTC
[Aufs 00/25] source files
2009-03-09 8:30 UTC (31+ messages)
` [Aufs 01/25] aufs documents
` [Aufs 02/25] aufs public header file
` [Aufs 03/25] aufs module global
` [Aufs 04/25] aufs super_block
` [Aufs 05/25] aufs branch directory/filesystem
` [Aufs 06/25] aufs xino
` [Aufs 07/25] aufs object lifetime management via sysfs
` [Aufs 08/25] aufs mount options/flags
` [Aufs 09/25] aufs workqueue
` [Aufs 10/25] aufs sub-VFS
` [Aufs 11/25] aufs sub-dcache
` [Aufs 12/25] aufs copy-up
` [Aufs 13/25] aufs whiteout
` [Aufs 14/25] aufs pseudo-link
` [Aufs 15/25] aufs policies to select one among multiple writable branches
` [Aufs 16/25] aufs dentry and lookup
` [Aufs 17/25] aufs file
` [Aufs 18/25] aufs direcotry
` [Aufs 19/25] aufs inode
` [Aufs 20/25] aufs ioctl
` [Aufs 21/25] aufs sysfs entries
` [Aufs 22/25] aufs branch for loopback block device
` [Aufs 23/25] aufs internal inotify
` [Aufs 24/25] aufs test for fstype
` [Aufs 25/25] aufs debug
[PATCH -mm] nilfs2: support nanosecond timestamp
2009-03-08 17:58 UTC
lockdep warning with 2.6.29-rc6-mm1 (mmotm 24-feb-2009)
2009-03-06 15:42 UTC (5+ messages)
Q: "- PDU header Digest" fetaure
2009-03-05 17:42 UTC (2+ messages)
[PATCH -mm 0/5] nilfs2 settle matters related to disk format
2009-03-05 16:07 UTC (6+ messages)
` [PATCH -mm 1/5] nilfs2: super block operations fix endian bug
` [PATCH -mm 2/5] nilfs2: clean up sketch file
` [PATCH -mm 3/5] nilfs2: mark minor flag for checkpoint created by internal operation
` [PATCH -mm 4/5] nilfs2: simplify handling of active state of segments
` [PATCH -mm 5/5] nilfs2: introduce secondary super block
[RFC][PATCH] filesystem: VMUFAT filesystem
2009-03-05 10:59 UTC (3+ messages)
[patch for 2.6.29? 3/3] vfs: add missing unlock in sget()
2009-03-05 1:58 UTC (2+ messages)
[patch for 2.6.29? 1/3] pipe_rdwr_fasync: fix the error handling to prevent the leak/crash
2009-03-04 20:51 UTC (2+ messages)
[CIFS] [PATCH] warn on EINVAL error on posix open, and turn off posix open if server broken for this call
2009-03-04 20:36 UTC (7+ messages)
` [linux-cifs-client] "
[patch for 2.6.29? 2/3] fs: make struct dentry->d_op const
2009-03-04 20:12 UTC
Real Jobs At Home
2009-03-04 16:52 UTC
[patch][rfc] mm: hold page lock over page_mkwrite
2009-03-04 18:13 UTC (11+ messages)
[patch 1/2] mm: page_mkwrite change prototype to match fault
2009-03-04 10:21 UTC (8+ messages)
` [rfc][patch 2/2] buffer, btrfs: fix page_mkwrite error cases
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