linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-09-27 16:49:43 to 2007-10-04 17:49:53 UTC [more...]

[00/17] [RFC] Virtual Compound Page Support
 2007-10-04 18:32 UTC  (41+ messages)
` [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
          ` SLUB performance regression vs SLAB

[PATCH 00/32] Remove iget() and read_inode() [try #2]
 2007-10-04 15:58 UTC  (33+ 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 "

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

[patch 2/2] getattr - fill the size of FIFOs
 2007-10-03  8:55 UTC 

[PATCH] isofs: add +w bit for non-RR discs
 2007-10-02 18:00 UTC 

[patch 1/2] getattr - fill the size of pipes
 2007-10-02 17:55 UTC  (2+ messages)
` [patch 2/2] getattr - fill the size of FIFOs

[PATCH 00/30] Remove iget() and read_inode()
 2007-10-02 14:16 UTC  (48+ messages)
` [PATCH 01/30] IGET: Introduce a function to register iget failure
` [PATCH 02/30] IGET: Use iget_failed() in AFS
` [PATCH 03/30] IGET: Use iget_failed() in GFS2
` [PATCH 04/30] IGET: Mark iget() and read_inode() as being obsolete
` [PATCH 05/30] IGET: Stop AFFS from using iget() and read_inode()
` [PATCH 06/30] IGET: Stop autofs "
` [PATCH 07/30] IGET: Stop BEFS "
` [PATCH 08/30] IGET: Stop BFS "
` [PATCH 09/30] IGET: Stop CIFS "
` [PATCH 10/30] IGET: Stop EFS "
` [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

[GIT PULL -mm] 00/19 Unionfs updates/cleanups/fixes
 2007-10-01  5:50 UTC  (20+ messages)
` [PATCH 01/19] Unionfs: compile if debug is off
` [PATCH 02/19] Unionfs: add un/likely on conditionals
` [PATCH 03/19] Unionfs: minor comment cleanups
` [PATCH 04/19] Unionfs: use consistent printk prefixes
` [PATCH 05/19] Unionfs: use UNIONFS_NAME macro
` [PATCH 06/19] Unionfs: properly indent static struct
` [PATCH 07/19] Unionfs: remove unnecessary if condition
` [PATCH 08/19] Unionfs: use page_offset() helper
` [PATCH 09/19] Unionfs: use pr_debug() instead of custom dprintk()
` [PATCH 10/19] Unionfs: convert all appropriate printk's to pr_debug calls
` [PATCH 11/19] Unionfs: add missing newlines in printk's
` [PATCH 12/19] Unionfs: update/assign a KERN_* level to all printk statements
` [PATCH 13/19] Unionfs: remove periods from the end of printk strings
` [PATCH 14/19] Unionfs: use braces in both branches of conditionals
` [PATCH 15/19] Unionfs: coding style: proper spacing
` [PATCH 16/19] Unionfs: coding style: take assignments out of "if" conditions
` [PATCH 17/19] Unionfs: coding style: avoid multiple assignments on same line
` [PATCH 18/19] Unionfs: coding style: miscellaneous fixes
` [PATCH 19/19] Unionfs: coding style: avoid lines longer than 80 chars

[RFC][PATCH 3/6] 9p: 9P server connection code
 2007-09-30 22:40 UTC 

[RFC][PATCH 5/6] 9p: 9P server TCP socket connection support
 2007-09-30 22:42 UTC 

[RFC][PATCH 1/6] 9p: 9P server low-level 9P messages support
 2007-09-30 22:37 UTC 

[RFC][PATCH 2/6] 9p: 9P server interface and common srv code
 2007-09-30 22:39 UTC 

[RFC][PATCH 4/6] 9p: 9P server fid management
 2007-09-30 22:41 UTC 

[RFC][REFERENCE ONLY] 9p: 9P ramfs sample implementation
 2007-09-30 22:46 UTC 

[RFC][PATCH 6/6] 9p: 9P server Kconfig and Makefile changes
 2007-09-30 22:43 UTC 

Versioning file system
 2007-09-29 17:44 UTC  (6+ messages)

Upgrading datastructures between different filesystem versions
 2007-09-29  9:05 UTC  (8+ messages)

[patch]A potential bug in inotify_user.c
 2007-09-29  3:28 UTC 

[00/17] Virtual Compound Page Support V1
 2007-09-28 23:58 UTC  (5+ messages)
` [13/17] Virtual compound page freeing in interrupt context

[00/41] Large Blocksize Support V7 (adds memmap support)
 2007-09-28  2:46 UTC  (4+ messages)

2.6.23-rc8-mm2: BUG near reiserfs_xattr_set
 2007-09-28  7:29 UTC  (12+ messages)
      ` [RFC][PATCH] make reiserfs stop using 'struct file' for internal xattr operations
                ` [RFC][PATCH] stop abusing filp_open in reiserfs journal code

[PATCH] fs: Correct SuS compliance for open of large file without options
 2007-09-28  3:22 UTC  (21+ messages)

[PATCH 00/19] export operations rewrite
 2007-09-28  2:09 UTC  (2+ messages)

[patch]anon_inodes.c: fix error check in anon_inode_getfd
 2007-09-27 18:25 UTC  (8+ messages)


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