linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-09-19 16:30:15 to 2007-09-26 21:34:26 UTC [more...]

[GIT PULL -mm] 00/25 Unionfs updates/cleanups/fixes
 2007-09-26 21:34 UTC  (40+ messages)
` [PATCH 01/25] Unionfs: Simplify unionfs_get_nlinks
` [PATCH 02/25] Unionfs: Remove unused #defines
` [PATCH 03/25] Unionfs: display informational messages only if debug is on
` [PATCH 04/25] Unionfs: cache-coherency fixes
` [PATCH 05/25] Unionfs: cast page->index loff_t before shifting
` [PATCH 06/25] Unionfs: minor coding style updates
` [PATCH 07/25] Unionfs: add lower nameidata debugging support
` [PATCH 08/25] Unionfs: lower nameidata support for nfsv4
` [PATCH 09/25] Unionfs: add un/likely conditionals on common fileops
` [PATCH 10/25] Unionfs: add un/likely conditionals on copyup ops
` [PATCH 11/25] Unionfs: add un/likely conditionals on debug ops
` [PATCH 12/25] Unionfs: add un/likely conditionals on dentry ops
` [PATCH 13/25] Unionfs: add un/likely conditionals on dir ops
` [PATCH 14/25] Unionfs: add un/likely conditionals on headers
` [PATCH 15/25] Unionfs: add un/likely conditionals on fileops
` [PATCH 16/25] Unionfs: add un/likely conditionals on inode ops
` [PATCH 17/25] Unionfs: add un/likely conditionals on lookup ops
` [PATCH 18/25] Unionfs: add un/likely conditionals on super ops
` [PATCH 19/25] Unionfs: add un/likely conditionals on mmap ops
` [PATCH 20/25] Unionfs: add un/likely conditionals on rename ops
` [PATCH 21/25] Unionfs: add un/likely conditionals on readdir ops
` [PATCH 22/25] Unionfs: add un/likely conditionals on common subr
` [PATCH 23/25] Unionfs: add un/likely conditionals on unlink ops
` [PATCH 24/25] Unionfs: add un/likely conditionals on xattr ops
` [PATCH 25/25] Unionfs: use poison.h for safe poison pointers

[PATCH] Threaded e2fsck proof of concept
 2007-09-26 18:25 UTC 

[patch 0/4] 64k pagesize/blocksize fixes
 2007-09-26 17:58 UTC  (8+ messages)
` [patch 1/4] Increase limits for 64k page size support for Ext2/3/4
` [patch 2/4] ext2: fix rec_len overflow for 64KB block size
` [patch 3/4] ext3: fix rec_len overflow with "
` [patch 4/4] ext4: fix rec_len overflow for "

Upgrading datastructures between different filesystem versions
 2007-09-26 16:17 UTC  (3+ messages)

[00/17] Virtual Compound Page Support V1
 2007-09-25 23:42 UTC  (18+ messages)
` [01/17] Vmalloc: Move vmalloc_to_page to mm/vmalloc
` [02/17] vmalloc: add const
` [03/17] i386: Resolve dependency of asm-i386/pgtable.h on highmem.h
` [04/17] is_vmalloc_addr(): Check if an address is within the vmalloc boundaries
` [05/17] vmalloc: clean up page array indexing
` [06/17] vunmap: return page array passed on vmap()
` [07/17] vmalloc_address(): Determine vmalloc address from page struct
` [08/17] GFP_VFALLBACK: Allow fallback of compound pages to virtual mappings
` [09/17] VFALLBACK: Debugging aid
` [10/17] Use GFP_VFALLBACK for sparsemem
` [11/17] GFP_VFALLBACK for zone wait table
` [12/17] Virtual Compound page allocation from interrupt context
` [13/17] Virtual compound page freeing in "
` [14/17] Allow bit_waitqueue to wait on a bit in a vmalloc area
` [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
` [16/17] Allow virtual fallback for buffer_heads
` [17/17] Allow virtual fallback for dentries

[PATCH 0/11] eCryptfs: Introduce persistent lower files for each eCryptfs inode
 2007-09-25 15:56 UTC  (18+ messages)
` [PATCH 3/11] eCryptfs: read_write.c routines
    ` [Ecryptfs-devel] "
` [PATCH 4/11] eCryptfs: Replace encrypt, decrypt, and inode size write
` [PATCH 6/11] eCryptfs: Update metadata read/write functions
` [PATCH 8/11] eCryptfs: Convert mmap functions to use persistent file

[00/41] Large Blocksize Support V7 (adds memmap support)
 2007-09-24 21:13 UTC  (16+ messages)

2.6.22.6: kernel BUG at fs/locks.c:171
 2007-09-24 20:21 UTC  (4+ messages)

[00/41] Large Blocksize Support V7 (adds memmap support)
 2007-09-24 15:39 UTC  (38+ messages)

[patch 1/2] VFS: new fgetattr() file operation
 2007-09-24 13:42 UTC  (15+ messages)
` [patch 2/2] VFS: allow filesystem to override mknod capability checks

Distributed storage. Security attributes and ducumentation update
 2007-09-22 11:31 UTC  (3+ messages)

[patch 0/5] VFS changes
 2007-09-21 21:15 UTC  (30+ messages)
` [patch 1/5] VFS: pass open file to ->setattr()
` [patch 2/5] VFS: pass open file to ->getattr()
` [patch 3/5] VFS: pass open file to ->xattr()
` [patch 4/5] VFS: allow filesystems to implement atomic open+truncate
` [patch 5/5] VFS: allow filesystem to override mknod capability checks

[PATCH 02/18] exportfs: add new methods
 2007-09-21  8:01 UTC  (3+ messages)

[00/17] [RFC] Virtual Compound Page Support
 2007-09-20 17:50 UTC  (25+ messages)
` [03/17] is_vmalloc_addr(): Check if an address is within the vmalloc boundaries
` [05/17] vunmap: return page array
` [13/17] Virtual compound page freeing in interrupt context
` [14/17] Allow bit_waitqueue to wait on a bit in a vmalloc area

[PATCH 7/7] CIFS: ignore mode change if it's just for clearing setuid/setgid bits
 2007-09-20  9:11 UTC 

[PATCH 6/7] NFS: if ATTR_KILL_S*ID bits are set, then skip mode change
 2007-09-20  9:11 UTC 

[PATCH 5/7] VFS: make notify_change pass ATTR_KILL_S*ID to setattr operations
 2007-09-20  9:11 UTC 

[PATCH 4/7] unionfs: fix unionfs_setattr to handle ATTR_KILL_S*ID
 2007-09-20  9:10 UTC 

[PATCH 3/7] reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattr
 2007-09-20  9:10 UTC 

[PATCH 2/7] knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly set
 2007-09-20  9:10 UTC 

[PATCH 1/7] ecryptfs: allow lower fs to interpret ATTR_KILL_S*ID
 2007-09-20  9:10 UTC 

[PATCH 0/7] fix setuid/setgid clearing in networked filesystems (rev 7)
 2007-09-20  9:10 UTC 

[RFC 1/2] JBD: slab management support for large block(>8k)
 2007-09-20  4:25 UTC  (25+ messages)
          ` [PATCH] JBD slab cleanups
                              ` [PATCH] JBD: use GFP_NOFS in kmalloc

[GIT PULL -mm] 0/6 Unionfs updates/cleanups/fixes
 2007-09-19 21:24 UTC  (7+ messages)
` [PATCH 1/6] Unionfs: use bool type in dentry and file revalidation code
` [PATCH 2/6] Unionfs: remove unnecessary comment
` [PATCH 3/6] Unionfs: add missing newlines to printks
` [PATCH 4/6] Unionfs: check integrity only if validated dentry successfully
` [PATCH 5/6] Unionfs: unionfs_lookup locking consistency
` [PATCH 6/6] Unionfs: cache coherency after lower objects are removed

[RFC 00/26] Slab defragmentation V5
 2007-09-19 18:00 UTC  (4+ messages)
` [RFC 13/26] SLUB: Add SlabReclaimable() to avoid repeated reclaim attempts

[PATCH 18/18] exportfs: update documentation
 2007-09-19 16:31 UTC 

[PATCH 17/18] exportfs: make struct export_operations const
 2007-09-19 16:31 UTC 

[PATCH 11/18] isofs: new export ops
 2007-09-19 16:31 UTC 

[PATCH 09/18] xfs: new export ops
 2007-09-19 16:30 UTC 

[PATCH 16/18] exportfs: remove old methods
 2007-09-19 16:31 UTC 

[PATCH 15/18] ocfs2: new export ops
 2007-09-19 16:31 UTC 

[PATCH 14/18] gfs2: new export ops
 2007-09-19 16:31 UTC 

[PATCH 13/18] reiserfs: new export ops
 2007-09-19 16:31 UTC 

[PATCH 12/18] shmem: new export ops
 2007-09-19 16:31 UTC 

[PATCH 10/18] fat: new export ops
 2007-09-19 16:31 UTC 

[PATCH 06/18] efs: new export ops
 2007-09-19 16:30 UTC 

[PATCH 08/18] ntfs: new export ops
 2007-09-19 16:30 UTC 

[PATCH 07/18] jfs: new export ops
 2007-09-19 16:30 UTC 

[PATCH 05/18] ext4: new export ops
 2007-09-19 16:30 UTC 

[PATCH 04/18] ext3: new export ops
 2007-09-19 16:30 UTC 

[PATCH 03/18] ext2: new export ops
 2007-09-19 16:30 UTC 

[PATCH 01/18] exportfs: add fid type
 2007-09-19 16:30 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).