linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-01 13:10:36 to 2007-10-10 21:45:12 UTC [more...]

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

XFS regression?
 2007-10-10 14:27 UTC 

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

[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 

msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
 2007-10-07 19:20 UTC 

[patch 2/2] getattr - fill the size of FIFOs
 2007-10-06 20:12 UTC  (2+ messages)

[PATCH]AIO: fix cleanup in io_submit_one(...)
 2007-10-06 16:24 UTC 

[PATCH -mm] Split fs/Kconfig: ext[234]
 2007-10-06  8:15 UTC 

[00/17] [RFC] Virtual Compound Page Support
 2007-10-05 21:31 UTC  (59+ messages)
` [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
        ` SLUB performance regression vs SLAB

[PATCH] isofs: add +w bit for non-RR discs
 2007-10-05 11:59 UTC  (3+ messages)

[patch 1/2] getattr - fill the size of pipes
 2007-10-04 23:41 UTC  (4+ messages)
` [patch 2/2] getattr - fill the size of FIFOs

batching support for transactions
 2007-10-03 21:33 UTC  (5+ messages)

[PATCH 00/30] Remove iget() and read_inode()
 2007-10-02 14:16 UTC  (39+ messages)
` [PATCH 07/30] IGET: Stop BEFS from using "
` [PATCH 11/30] IGET: Stop EXT2 "
` [PATCH 12/30] IGET: Stop EXT3 "
` [PATCH 13/30] IGET: Stop EXT4 "
` [PATCH 14/30] IGET: Stop FAT "
` [PATCH 15/30] IGET: Stop FreeVXFS "
` [PATCH 16/30] IGET: Stop FUSE "
` [PATCH 17/30] IGET: Stop HFSPLUS "
` [PATCH 18/30] IGET: Stop ISOFS from using read_inode()
` [PATCH 19/30] IGET: Stop JFFS2 from using iget() and read_inode()
` [PATCH 20/30] IGET: Stop JFS "
` [PATCH 21/30] IGET: Stop the MINIX filesystem "
` [PATCH 22/30] IGET: Stop PROCFS "
` [PATCH 23/30] IGET: Stop QNX4 "
` [PATCH 24/30] IGET: Stop ROMFS "
` [PATCH 25/30] IGET: Stop the SYSV filesystem "
` [PATCH 26/30] IGET: Stop UFS "
` [PATCH 27/30] IGET: Stop OPENPROMFS "
` [PATCH 28/30] IGET: Stop HOSTFS "
` [PATCH 29/30] IGET: Stop HPPFS "
` [PATCH 30/30] IGET: Remove iget() and the read_inode() super op as being obsolete

[patch 1/2] VFS: new fgetattr() file operation
 2007-10-01 18:06 UTC  (4+ messages)
` [patch 2/2] VFS: allow filesystem to override mknod capability checks


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