Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / omfs /
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-01-04 Al Viroomfs: propagate umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2011-07-26 Al Viroomfs: fix (mode & S_IFDIR) abuse
2011-06-24 Jesper JuhlRemove unneeded version.h includes from fs/
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-28 Sage Weilomfs: remove unnecessary dentry_unhash on rmdir, dir...
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-05 Al Viroomfs: make readdir stop when filldir says so
2011-03-05 Al Viroomfs: merge unlink() and rmdir(), close leak in rename()
2011-03-05 Al Viroomfs: stop playing silly buggers with omfs_unlink(...
2011-03-05 Al Viroomfs: rename() needs to mark old_inode dirty after...
2010-10-29 Al Vironew helper: mount_bdev()
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroswitch omfs to ->evict_inode()
2010-08-09 Christoph Hellwigremove inode_setattr
2010-08-09 Christoph Hellwigadd missing setattr methods
2010-08-09 Christoph Hellwigget rid of block_write_begin_newtrunc
2010-08-08 Bill Pembertonomfs: fix uninitialized variable warning
2010-07-10 Bob Copelandomfs: sanity check cluster size
2010-07-10 Bob Copelandomfs: refuse to mount if bitmap pointer is obviously...
2010-07-10 Bob Copelandomfs: check bounds on block numbers before passing...
2010-07-06 Davidlohr Buesoomfs: fix memory leak
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-28 Christoph Hellwigrename the generic fsync implementations
2010-05-21 Dmitry Monakhovomfs: replace inode uid,gid,mode initialization with...
2010-04-23 Jiri KosinaMerge branch 'master' into for-next
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-15 Huang Weiyiomfs: remove unused version.h include
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-22 Alexey Dobriyanconst: mark remaining inode_operations as const
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-06-12 Al Viroswitch omfs to simple_fsync()
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Coly Lifs/omfs: return f_fsid for statfs(2)
2009-04-01 Al ViroNew helper - current_umask()
2009-01-22 Alexey Dobriyanfs/Kconfig: move omfs out
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2008-11-13 David HowellsCRED: Wrap task credential accesses in the OMFS filesystem
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-08-26 Thomas Renninger Vendor specific drivers vs generic video driver.
2008-08-15 Bob Copelandomfs: fix oops when file metadata is corrupted
2008-08-15 Bob Copelandomfs: fix potential oops when directory size is corrupted
2008-08-05 Alexander Beregalovomfs: fix warning
2008-07-30 Harvey Harrisonomfs: sparse annotations
2008-07-26 Bob Copelandomfs: update kbuild to include OMFS
2008-07-26 Bob Copelandomfs: add bitmap routines
2008-07-26 Bob Copelandomfs: add file routines
2008-07-26 Bob Copelandomfs: add directory routines
2008-07-26 Bob Copelandomfs: add inode routines
2008-07-26 Bob Copelandomfs: define filesystem structures