messages from 2008-01-21 23:01:41 to 2008-01-26 00:55:12 UTC [more...]
[RFC] Parallelize IO for e2fsck
2008-01-26 0:55 UTC (9+ messages)
[PATCH v2 0/9] bfs: assorted cleanups
2008-01-25 21:20 UTC (10+ messages)
` [PATCH v2 1/9] bfs: remove a useless variable
` [PATCH v2 2/9] bfs: coding style cleanup in fs/bfs/inode.c
` [PATCH v2 3/9] bfs: coding style cleanup in fs/bfs/bfs.h
` [PATCH v2 4/9] bfs: coding style cleanup in fs/bfs/dir.c
` [PATCH v2 5/9] bfs: move function prototype to the proper header file
` [PATCH v2 6/9] bfs: coding style cleanup in fs/bfs/file.c
` [PATCH v2 7/9] bfs: coding style cleanup in include/linux/bfs_fs.h
` [PATCH v2 8/9] bfs: remove multiple assignments
` [PATCH v2 9/9] bfs: use the proper header file for inclusion
[RFC] ext3: per-process soft-syncing data=ordered mode
2008-01-25 21:57 UTC (7+ messages)
[patch 00/26] mount options: fix filesystem's ->show_options
2008-01-25 17:35 UTC (65+ messages)
` [patch 01/26] mount options: add documentation
` [patch 02/26] mount options: add generic_show_options()
` [patch 03/26] mount options: fix adfs
` [patch 04/26] mount options: fix affs
` [patch 05/26] mount options: fix afs
` [patch 06/26] mount options: fix autofs4
` [patch 07/26] mount options: fix autofs
` [patch 08/26] mount options: fix befs
` [patch 09/26] mount options: fix capifs
` [patch 10/26] mount options: fix devpts
` [patch 11/26] mount options: fix ext2
` [patch 12/26] mount options: fix ext4
` [patch 13/26] mount options: fix fat
` [patch 14/26] mount options: fix fuse
` [patch 15/26] mount options: fix hostfs
` [patch 16/26] mount options: fix hpfs
` [patch 17/26] mount options: fix hugetlbfs
` [patch 18/26] mount options: fix isofs
` [patch 19/26] mount options: fix jfs
` [patch 20/26] mount options: fix ncpfs
` [patch 21/26] mount options: partially fix nfs
` [patch 22/26] mount options: fix reiserfs
` [patch 23/26] mount options: fix spufs
` [patch 24/26] mount options: fix tmpfs
` [patch 25/26] mount options: fix udf
` [patch 26/26] mount options: fix usbfs
[RFC] ext3 freeze feature
2008-01-25 16:42 UTC (7+ messages)
lockdep warning with LTP dio test (v2.6.24-rc6-125-g5356f66)
2008-01-25 16:16 UTC (5+ messages)
[RFC] Add vfsmount to vfs helper functions
2008-01-25 10:20 UTC
possible deadlock shown by CONFIG_PROVE_LOCKING
2008-01-25 2:00 UTC (2+ messages)
[PATCH 00/27] Permit filesystem local caching [try #2]
2008-01-24 21:22 UTC (32+ messages)
` [PATCH 01/27] KEYS: Increase the payload size when instantiating a key "
` [PATCH 02/27] KEYS: Check starting keyring as part of search "
` [PATCH 03/27] KEYS: Allow the callout data to be passed as a blob rather than a string "
` [PATCH 04/27] KEYS: Add keyctl function to get a security label "
` [PATCH 05/27] Security: Change current->fs[ug]id to current_fs[ug]id() "
` [PATCH 06/27] Security: Separate task security context from task_struct "
` [PATCH 07/27] Security: De-embed task security record from task and use refcounting "
` [PATCH 08/27] Add a secctx_to_secid() LSM hook to go along with the existing "
` [PATCH 09/27] Security: Pre-add additional non-caching classes "
` [PATCH 10/27] Security: Add a kernel_service object class to SELinux "
` [PATCH 11/27] Security: Allow kernel services to override LSM settings for task actions "
` [PATCH 12/27] Security: Make NFSD work with detached security "
` [PATCH 13/27] FS-Cache: Release page->private after failed readahead "
` [PATCH 14/27] FS-Cache: Recruit a couple of page flags for cache management "
` [PATCH 15/27] FS-Cache: Provide an add_wait_queue_tail() function "
` [PATCH 16/27] FS-Cache: Generic filesystem caching facility "
` [PATCH 17/27] CacheFiles: Add missing copy_page export for ia64 "
` [PATCH 18/27] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3 "
` [PATCH 19/27] CacheFiles: Add a hook to write a single page of data to an inode "
` [PATCH 20/27] CacheFiles: Permit the page lock state to be monitored "
` [PATCH 21/27] CacheFiles: Export things for CacheFiles "
` [PATCH 22/27] CacheFiles: A cache that backs onto a mounted filesystem "
` [PATCH 23/27] NFS: Fix memory leak "
` [PATCH 24/27] NFS: Use local caching "
` [PATCH 25/27] NFS: Configuration and mount option changes to enable local caching on NFS "
` [PATCH 26/27] NFS: Display local caching state "
` [PATCH 27/27] NFS: Separate caching by superblock, explicitly if necessary "
[RFC][PATCH] VFS: create /proc/<pid>/mountinfo
2008-01-23 19:32 UTC (11+ messages)
[PATCH 00/27] Permit filesystem local caching
2008-01-23 17:20 UTC (29+ messages)
` [PATCH 01/27] KEYS: Increase the payload size when instantiating a key
` [PATCH 02/27] KEYS: Check starting keyring as part of search
` [PATCH 03/27] KEYS: Allow the callout data to be passed as a blob rather than a string
` [PATCH 04/27] KEYS: Add keyctl function to get a security label
` [PATCH 05/27] Security: Change current->fs[ug]id to current_fs[ug]id()
` [PATCH 06/27] Security: Separate task security context from task_struct
` [PATCH 07/27] Security: De-embed task security record from task and use refcounting
` [PATCH 08/27] Add a secctx_to_secid() LSM hook to go along with the existing
` [PATCH 09/27] Security: Pre-add additional non-caching classes
` [PATCH 10/27] Security: Add a kernel_service object class to SELinux
` [PATCH 11/27] Security: Allow kernel services to override LSM settings for task actions
` [PATCH 12/27] Security: Make NFSD work with detached security
` [PATCH 13/27] FS-Cache: Release page->private after failed readahead
` [PATCH 14/27] FS-Cache: Recruit a couple of page flags for cache management
` [PATCH 15/27] FS-Cache: Provide an add_wait_queue_tail() function
` [PATCH 16/27] FS-Cache: Generic filesystem caching facility
` [PATCH 17/27] CacheFiles: Add missing copy_page export for ia64
` [PATCH 18/27] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3
` [PATCH 19/27] CacheFiles: Add a hook to write a single page of data to an inode
` [PATCH 20/27] CacheFiles: Permit the page lock state to be monitored
` [PATCH 21/27] CacheFiles: Export things for CacheFiles
` [PATCH 22/27] CacheFiles: A cache that backs onto a mounted filesystem
` [PATCH 23/27] NFS: Fix memory leak
` [PATCH 24/27] NFS: Use local caching
` [PATCH 25/27] NFS: Configuration and mount option changes to enable local caching on NFS
` [PATCH 26/27] NFS: Display local caching state
` [PATCH 27/27] NFS: Separate caching by superblock, explicitly if necessary
[PATCH] procfs: constify function pointer tables
2008-01-23 16:40 UTC (11+ messages)
[patch 00/10] mount ownership and unprivileged mount syscall (v7)
2008-01-23 0:00 UTC (7+ messages)
` [patch 07/10] unprivileged mounts: add sysctl tunable for "safe" property
[0/4] DST: Distributed storage: Succumbed to live ant
2008-01-22 19:38 UTC (5+ messages)
` [1/4] DST: Distributed storage documentation
` [2/4] DST: Core distributed storage files
` [3/4] DST: Network state machine
` [4/4] DST: Algorithms used in distributed storage
konqueror deadlocks on 2.6.22
2008-01-22 19:13 UTC (9+ messages)
[RFC] Parallelize IO for e2fsck
2008-01-22 17:42 UTC (9+ 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).