ext3: new export ops
[linux-2.6] / fs /
2007-10-16  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-16  Peter Zijlstralockdep: fixup the inode dir annotation
2007-10-16  Jeff Layton[CIFS]
2007-10-16  Michael Halcrowecryptfs: clean up page flag handling
2007-10-16  Michael HalcroweCryptfs: replace magic numbers
2007-10-16  Michael HalcroweCryptfs: remove unused functions and kmem_cache
2007-10-16  Michael HalcroweCryptfs: initialize persistent lower file on inode...
2007-10-16  Michael HalcroweCryptfs: fix data types
2007-10-16  Michael HalcroweCryptfs: convert mmap functions to use persistent...
2007-10-16  Michael HalcroweCryptfs: make open, truncate, and setattr use persiste...
2007-10-16  Michael HalcroweCryptfs: update metadata read/write functions
2007-10-16  Michael HalcroweCryptfs: set up and destroy persistent lower file
2007-10-16  Michael HalcroweCryptfs: replace encrypt, decrypt, and inode size...
2007-10-16  Michael HalcroweCryptfs: read_write.c routines
2007-10-16  Michael Halcrowecryptfs: fix error handling
2007-10-16  Michael HalcroweCryptfs: remove assignments in if-statements
2007-10-16  Michael HalcroweCryptfs: remove header_extent_size
2007-10-16  Michael HalcroweCryptfs: Use generic_file_splice_read()
2007-10-16  Michael HalcroweCryptfs: make needlessly global symbols static
2007-10-16  Michael HalcroweCryptfs: remove unnecessary variable initializations
2007-10-16  Michael HalcroweCryptfs: kerneldoc fixes for crypto.c and keystore.c
2007-10-16  Michael HalcroweCryptfs: comments for some structs
2007-10-16  Michael HalcroweCryptfs: grammatical fix (destruct to destroy)
2007-10-16  Michael HalcroweCryptfs: collapse flag set into one statement
2007-10-16  Michael HalcroweCryptfs: remove unnecessary BUG_ON
2007-10-16  Andrew Mortonecryptfs: printk warning fixes
2007-10-16  Michael HalcroweCryptfs: update comment and debug statement
2007-10-16  Michael HalcroweCryptfs: fix Tag 11 writing code
2007-10-16  Michael HalcroweCryptfs: fix Tag 11 parsing code
2007-10-16  Michael HalcroweCryptfs: fix Tag 3 parsing code
2007-10-16  Michael HalcroweCryptfs: fix Tag 1 parsing code
2007-10-16  Michael HalcroweCryptfs: kmem_cache objects for multiple keys; init...
2007-10-16  Michael HalcroweCryptfs: use list_for_each_entry_safe() when wiping...
2007-10-16  Michael HalcroweCryptfs: add key list structure; search keyring
2007-10-16  Adrian Bunkfs/nfsd/export.c: make 3 functions static
2007-10-16  Jeff Dikeuml: fix hostfs style
2007-10-16  Jeff Dikeuml: remove unneeded if from hostfs
2007-10-16  Miklos SzerediUML: remove unnecessary hostfs_getattr()
2007-10-16  Badari Pulavartyhugetlbfs read() support
2007-10-16  Ken Chenhugetlb: allow extending ftruncate on hugetlbfs
2007-10-16  Mel GormanPrint out statistics in relation to fragmentation avoid...
2007-10-16  Mel GormanGroup short-lived and reclaimable kernel allocations
2007-10-16  Nick Pigginfs: remove some AOP_TRUNCATED_PAGE
2007-10-16  Nick Pigginfs: restore nobh
2007-10-16  Nick Pigginocfs2: convert to new aops
2007-10-16  Nick Pigginfs: affs convert to new aops
2007-10-16  Nick Pigginfs: adfs convert to new aops
2007-10-16  Nick Pigginjfs: convert to new aops
2007-10-16  Nick Pigginminixfs: convert to new aops
2007-10-16  Nick Pigginsysv: convert to new aops
2007-10-16  Nick Pigginudf: convert to new aops
2007-10-16  Nick Pigginufs: convert to new aops
2007-10-16  Nick Pigginjffs2: convert to new aops
2007-10-16  Nick Pigginhostfs: convert to new aops
2007-10-16  Nick Pigginfuse: convert to new aops
2007-10-16  Nick Pigginsmbfs: convert to new aops
2007-10-16  Nick Pigginnfs: convert to new aops
2007-10-16  Nick PigginWith reiserfs no longer using the weird generic_cont_ex...
2007-10-16  Vladimir Savelievreiserfs: use generic_cont_expand_simple
2007-10-16  Vladimir Savelievreiserfs: convert to new aops
2007-10-16  Vladimir Savelievreiserfs: use generic write
2007-10-16  Nick Pigginqnx4: convert to new aops
2007-10-16  Nick Pigginbfs: convert to new aops
2007-10-16  Nick Pigginhpfs: convert to new aops
2007-10-16  Nick Pigginhfsplus: convert to new aops
2007-10-16  Nick Pigginhfs: convert to new aops
2007-10-16  Nick Pigginfat: convert to new aops
2007-10-16  Nick Pigginfs: new cont helpers
2007-10-16  Steven Whitehousegfs2: convert to new aops
2007-10-16  Nick Pigginxfs: convert to new aops
2007-10-16  Nick Pigginext4: convert to new aops
2007-10-16  Nick Pigginext3: convert to new aops
2007-10-16  Nick Pigginext2: convert to new aops
2007-10-16  Nick Pigginblock_dev: convert to new aops
2007-10-16  Nick Pigginimplement simple fs aops
2007-10-16  Nick Pigginfs: introduce write_begin, write_end, and perform_write...
2007-10-16  Nick Pigginfs: fix data-loss on error
2007-10-16  Nick Pigginmm: buffered write cleanup
2007-10-16  Nick Pigginfs: fix nobh error handling
2007-10-16  Dmitry Monakhovmm: add end_buffer_read helper function
2007-10-16  Nick Pigginremove ZERO_PAGE
2007-10-16  Fengguang Wureadahead: combine file_ra_state.prev_index/prev_offset...
2007-10-16  Jens AxboeMerge branch 'sglist-arch' into for-linus
2007-10-16  Jens AxboeMerge branch 'barrier' into for-linus
2007-10-16  Jens Axboebio: make freeing of ->bi_io_vec conditional in bio_free()
2007-10-16  Jens Axboebio: use memset() in bio_init()
2007-10-16  Jens Axboesplice: fix double kunmap() in vmsplice copy path
2007-10-16  Tim Shimmin[XFS] no longer using io_vnode, as was remaining from...
2007-10-16  Tim Shimmin[XFS] Remove STATIC which was missing from prior manual...
2007-10-16  Tim Shimmin[XFS] Put back the QUEUE_ORDERED_NONE test in the barri...
2007-10-16  Lachlan McIlroy[XFS] Turn off XBF_ASYNC flag before re-reading superblock.
2007-10-16  Lachlan McIlroy[XFS] avoid race in sync_inodes() that can fail to...
2007-10-16  Lachlan McIlroy[XFS] This fix prevents bulkstat from spinning in an...
2007-10-16  Christoph Hellwig[XFS] simplify xfs_create/mknod/symlink prototype
2007-10-16  Christoph Hellwig[XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl
2007-10-16  Vlad Apostolov[XFS] get_bulkall() could return incorrect inode state
2007-10-16  Christoph Hellwig[XFS] Kill unused IOMAP_EOF flag
2007-10-16  Vlad Apostolov[XFS] fix when DMAPI mount option processing happens
2007-10-16  Lachlan McIlroy[XFS] ensure file size is logged on synchronous writes
2007-10-16  Christoph Hellwig[XFS] growlock should be a mutex
next