linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-12 09:07:17 to 2007-10-25 16:36:04 UTC [more...]

[PATCH 00/31] Remove iget() and read_inode() [try #5]
 2007-10-25 16:35 UTC  (23+ messages)
` [PATCH 01/31] Add an ERR_CAST() macro to complement ERR_PTR and co. "
` [PATCH 02/31] Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) "
` [PATCH 03/31] IGET: Introduce a function to register iget failure "
` [PATCH 04/31] IGET: Use iget_failed() in AFS "
` [PATCH 05/31] IGET: Use iget_failed() in GFS2 "
` [PATCH 06/31] IGET: Stop AFFS from using iget() and read_inode() "
` [PATCH 07/31] IGET: Stop autofs "
` [PATCH 08/31] IGET: Stop BEFS "
` [PATCH 09/31] IGET: Stop BFS "
` [PATCH 10/31] IGET: Stop CIFS "
` [PATCH 11/31] IGET: Stop EFS "
` [PATCH 12/31] IGET: Stop EXT2 "
` [PATCH 13/31] IGET: Stop EXT3 "
` [PATCH 14/31] IGET: Stop EXT4 "
` [PATCH 15/31] IGET: Stop FAT "
` [PATCH 16/31] IGET: Stop FreeVXFS "
` [PATCH 17/31] IGET: Stop FUSE "
` [PATCH 18/31] IGET: Stop HFSPLUS "
` [PATCH 19/31] IGET: Stop ISOFS from using "
` [PATCH 20/31] IGET: Stop JFFS2 from using iget() and "
` [PATCH 21/31] IGET: Stop JFS "
` [PATCH 22/31] IGET: Stop the MINIX filesystem "

msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
 2007-10-25 16:01 UTC  (27+ messages)
                      ` [PATCH] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
                          ` [PATCH+comment] "

Caching semi-digested credentials in struct cred
 2007-10-25 15:59 UTC  (8+ messages)

[PATCH 2.6.24-rc1]EXPORT_SYMBOL(__set_page_dirty_no_writeback);
 2007-10-25 12:17 UTC 

+ reiserfs-dont-drop-pg_dirty-when-releasing-sub-page-sized-dirty-file .patch added to -mm tree
 2007-10-25  2:37 UTC  (2+ messages)

ask for help, a question about ext3_ioctl()
 2007-10-25  2:30 UTC 

[patch]A potential bug in inotify_user.c
 2007-10-24 19:41 UTC  (3+ messages)

[CFP] 2008 Linux Storage and Filesystem Workshop
 2007-10-24 19:23 UTC 

[PATCH] VFS: new fgetattr() file operation
 2007-10-24 15:27 UTC  (5+ messages)

[RFC 0/2] Case-insensitive filename lookup for XFS
 2007-10-24 15:05 UTC  (5+ messages)

[RFC 1/2] Case-insensitive XFS - kernel patch
 2007-10-24  7:36 UTC  (4+ messages)

[PATCH] 9p: fix memory leak in v9fs_get_sb
 2007-10-23 23:46 UTC 

[RFC 0/2] getsecurity/vfs_getxattr cleanup
 2007-10-23 23:42 UTC  (6+ messages)
` [PATCH 1/2] VFS/Security: Rework inode_getsecurity and callers to return resulting buffer
` [PATCH 2/2] VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSM

[PATCH] 9p: v9fs_vfs_rename incorrect clunk order
 2007-10-23 22:30 UTC  (2+ messages)
` [V9fs-developer] "

[PATCH] reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty file
 2007-10-23 14:40 UTC  (5+ messages)

Does \"32.1% non-contigunous\" mean severely fragmented?
 2007-10-23 12:34 UTC  (8+ messages)
  ` Does "32.1% non-contiguous" "

[GIT PULL -mm] 0/9 Unionfs updates/cleanups/fixes
 2007-10-23  9:07 UTC  (13+ messages)
` [PATCH 1/9] Unionfs: security convert lsm into a static interface fix
` [PATCH 2/9] Unionfs: slab api remove useless ctor parameter and reorder parameters
` [PATCH 3/9] Unionfs: support lower filesystems without writeback capability
` [PATCH 4/9] Unionfs: don't printk trivial message upon normal rename-copyup
` [PATCH 5/9] Unionfs: don't bother validating dentry if it has no lower branches
` [PATCH 6/9] Unionfs: convert a printk to pr_debug in release
` [PATCH 7/9] Unionfs: remove for_writepages nfs workaround
` [PATCH 8/9] Unionfs: fix unionfs_setattr to handle ATTR_KILL_S*ID
` [PATCH 9/9] Unionfs: remove obsolete #define and comment

[RFC 2/2] Case-insensitive XFS - mkfs.xfs
 2007-10-23  7:53 UTC 

[PATCH -mm] Split fs/Kconfig: ext[234]
 2007-10-22 22:06 UTC  (2+ messages)

[ANNOUNCE] util-linux-ng 2.13.0.1
 2007-10-22  9:56 UTC 

[RFC 0/2] readdir() as an inode operation
 2007-10-20 10:09 UTC  (3+ messages)
` [RFC 1/2] i_op->readdir: Change readdir() to be "
` [RFC 2/2] i_op->readdir: Change libfs users to the new interface

[RFC PATCH 0/5] Shadow directories
 2007-10-19  5:37 UTC  (19+ messages)
` [RFC PATCH 1/5] Shadow directories: headers
` [RFC PATCH 2/5] Shadow directories: core
` [RFC PATCH 3/5] Shadow directories: chdir, fchdir
` [RFC PATCH 4/5] Shadow directories: procfs
` [RFC PATCH 5/5] Shadow directories: documentation

[PATCH] fs menu: small reorg
 2007-10-19  3:03 UTC 

[2/3] Distributed storage. Network state machine
 2007-10-18 19:17 UTC 

[3/3] Distributed storage. Documentation and algorithms
 2007-10-18 19:18 UTC 

[1/3] Distributed storage. Core files
 2007-10-18 19:17 UTC 

[0/3] Distributed storage. Mirror algo extension for automatic recovery
 2007-10-18 19:17 UTC 

2.6.23-mm1: BUG in reiserfs_delete_xattrs
 2007-10-17 14:55 UTC  (9+ messages)

possible circular lock dependency in reiserfs
 2007-10-17  9:05 UTC 

More Large blocksize benchmarks
 2007-10-16 13:01 UTC  (4+ messages)

[PATCH 4/4] docbook: fix filesystems content
 2007-10-16  0:30 UTC 

[GIT] locks.c updates for 2.6.24
 2007-10-15 22:53 UTC 

Correct behavior on O_DIRECT sparse file writes
 2007-10-15 16:53 UTC  (5+ messages)

XFS regression?
 2007-10-15 11:57 UTC  (11+ messages)

[PATCH 00/31] Remove iget() and read_inode() [try #4]
 2007-10-12 10:58 UTC  (34+ messages)
` [PATCH 01/31] Add an ERR_CAST() macro to complement ERR_PTR and co. "
` [PATCH 02/31] Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) "
` [PATCH 03/31] IGET: Introduce a function to register iget failure "
` [PATCH 04/31] IGET: Use iget_failed() in AFS "
` [PATCH 05/31] IGET: Use iget_failed() in GFS2 "
` [PATCH 06/31] IGET: Stop AFFS from using iget() and read_inode() "
` [PATCH 07/31] IGET: Stop autofs "
` [PATCH 08/31] IGET: Stop BEFS "
` [PATCH 09/31] IGET: Stop BFS "
` [PATCH 10/31] IGET: Stop CIFS "
` [PATCH 11/31] IGET: Stop EFS "
` [PATCH 12/31] IGET: Stop EXT2 "
` [PATCH 13/31] IGET: Stop EXT3 "
` [PATCH 14/31] IGET: Stop EXT4 "
` [PATCH 15/31] IGET: Stop FAT "
` [PATCH 16/31] IGET: Stop FreeVXFS "
` [PATCH 17/31] IGET: Stop FUSE "
` [PATCH 18/31] IGET: Stop HFSPLUS "
` [PATCH 19/31] IGET: Stop ISOFS from using "
` [PATCH 20/31] IGET: Stop JFFS2 from using iget() and "
` [PATCH 21/31] IGET: Stop JFS "
` [PATCH 22/31] IGET: Stop the MINIX filesystem "
` [PATCH 23/31] IGET: Stop PROCFS "
` [PATCH 24/31] IGET: Stop QNX4 "
` [PATCH 25/31] IGET: Stop ROMFS "
` [PATCH 26/31] IGET: Stop the SYSV filesystem "
` [PATCH 27/31] IGET: Stop UFS "
` [PATCH 28/31] IGET: Stop OPENPROMFS "
` [PATCH 29/31] IGET: Stop HOSTFS "
` [PATCH 30/31] IGET: Stop HPPFS "
` [PATCH 31/31] IGET: Remove iget() and the read_inode() super op as being obsolete "


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