linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-08 06:52:30 to 2007-10-23 11:56:25 UTC [more...]

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

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

[RFC 0/2] Case-insensitive filename lookup for XFS
 2007-10-23 10:07 UTC  (3+ messages)

[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 

[RFC 1/2] Case-insensitive XFS - kernel patch
 2007-10-23  7:53 UTC 

[PATCH] 9p: v9fs_vfs_rename incorrect clunk order
 2007-10-23  0:14 UTC 

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

[patch]A potential bug in inotify_user.c
 2007-10-22 21:40 UTC  (2+ messages)

msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
 2007-10-22 21:38 UTC  (19+ messages)

[RFC 0/2] getsecurity/vfs_getxattr cleanup
 2007-10-22 19:11 UTC  (3+ 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

[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  (12+ 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 "

Distributed storage. Bug fixes
 2007-10-11 10:59 UTC 

[PATCH 00/31] Remove iget() and read_inode() [try #3]
 2007-10-11  7:39 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 "

RF Nr 9527BCV-33-7-7-7
 2007-10-10 14:48 UTC 

RFC: Case-insensitive support for XFS
 2007-10-10  2:27 UTC  (6+ messages)

Is naked reading of inode->i_size OK?
 2007-10-09 23:40 UTC 

[PATCH 00/32] Remove iget() and read_inode() [try #2]
 2007-10-09 15:45 UTC  (5+ messages)
` [PATCH 14/32] IGET: Stop EXT3 from using "
` [PATCH 15/32] IGET: Stop EXT4 "

[PATCH]fix VM_CAN_NONLINEAR check in sys_remap_file_pages
 2007-10-09  1:43 UTC  (11+ messages)

msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
 2007-10-08 11:18 UTC  (3+ messages)

[patch] fs: restore nobh
 2007-10-08  6:52 UTC 


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