messages from 2007-09-24 13:22:27 to 2007-10-01 13:10:24 UTC [more...]
[PATCH 00/30] Remove iget() and read_inode()
2007-10-01 13:10 UTC (11+ 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 "
[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
[00/17] [RFC] Virtual Compound Page Support
2007-09-30 20:12 UTC (26+ messages)
` [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
Versioning file system
2007-09-29 17:44 UTC (6+ messages)
Upgrading datastructures between different filesystem versions
2007-09-29 9:05 UTC (9+ 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 (21+ 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
[00/41] Large Blocksize Support V7 (adds memmap support)
2007-09-28 2:46 UTC (15+ 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 1/2] VFS: new fgetattr() file operation
2007-09-28 2:40 UTC (15+ messages)
` [patch 2/2] VFS: allow filesystem to override mknod capability checks
[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)
[GIT PULL -mm] 00/25 Unionfs updates/cleanups/fixes
2007-09-27 14:28 UTC (42+ 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 "
[PATCH 0/11] eCryptfs: Introduce persistent lower files for each eCryptfs inode
2007-09-25 15:56 UTC (10+ messages)
` [PATCH 3/11] eCryptfs: read_write.c routines
` [Ecryptfs-devel] "
` [PATCH 6/11] eCryptfs: Update metadata read/write functions
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 (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).