switch ->create() to umode_t
[linux-flexiantxendom0-3.2.10.git] / fs / 9p / vfs_inode.c
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-10-24 Aneesh Kumar K.Vfs/9p: inode file operation is properly initialized...
2011-09-06 Aneesh Kumar K.Vfs/9p: Always ask new inode in lookup for cache mode...
2011-09-06 Aneesh Kumar K.Vfs/9p: Add OS dependent open flags in 9p protocol
2011-09-06 Aneesh Kumar K.Vfs/9p: Don't update file type when updating file attributes
2011-09-06 Aneesh Kumar K.Vfs/9p: Add fid before dentry instantiation
2011-07-23 Aneesh Kumar K.Vfs/9p: add 9P2000.L unlinkat operation
2011-07-23 Aneesh Kumar K.Vfs/9p: add 9P2000.L renameat operation
2011-07-23 Aneesh Kumar K.Vfs/9p: Always ask new inode in create
2011-07-23 Aneesh Kumar K.Vfs/9p: When doing inode lookup compare qid details...
2011-07-23 Aneesh Kumar K.Vfs/9p: remove rename work around in 9p
2011-07-20 Al Virono need to check for LOOKUP_OPEN in ->create() instances
2011-07-20 Al Virodon't transliterate lower bits of ->intent.open.flags...
2011-05-28 Sage Weil9p: 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-22 Aneesh Kumar K.Vfs/9p: Add v9fs_dentry2v9ses
2011-03-22 Aneesh Kumar K.Vfs/9p: Attach writeback_fid on first open with WR flag
2011-03-22 Aneesh Kumar K.Vfs/9p: Use truncate_setsize instead of vmtruncate
2011-03-22 Aneesh Kumar K.Vfs/9p: Fix race in initializing writeback fid
2011-03-15 Aneesh Kumar K.Vfs/9p: Writeback dirty data before setattr
2011-03-15 Aneesh Kumar K.Vfs/9p: call vmtruncate before setattr 9p opeation
2011-03-15 Aneesh Kumar K.Vfs/9p: Properly update inode attributes on link
2011-03-15 Aneesh Kumar K.Vfs/9p: Workaround vfs rename rehash bug
2011-03-15 Aneesh Kumar K.Vfs/9p: Mark directory inode invalid for many directory...
2011-03-15 Aneesh Kumar K.Vfs/9p: mark inode attribute invalid on rename, unlink...
2011-03-15 Aneesh Kumar K.Vfs/9p: Add support for marking inode attribute invalid
2011-03-15 Aneesh Kumar K.Vfs/9p: Update link count correctly on different file...
2011-03-15 Aneesh Kumar K.Vfs/9p: Move writeback fid to v9fs_inode
2011-03-15 Aneesh Kumar K.Vfs/9p: Add v9fs_inode
2011-03-15 Aneesh Kumar K.Vfs/9p: Don't set stat.st_blocks based on nrpages
2011-03-15 Aneesh Kumar K.Vfs/9p: Add inode hashing
2011-03-15 Aneesh Kumar K.Vfs/9p: Add fid to inode in cached mode
2011-03-15 Aneesh Kumar K.Vfs/9p: set fs cache cookie in create path also
2011-03-15 Aneesh Kumar K.Vfs/9p: set the cached file_operations struct during...
2011-01-13 Al Viroswitch 9p
2011-01-11 Aneesh Kumar K.Vfs/9p: Don't set dentry->d_op in create routines
2011-01-11 Aneesh Kumar K.Vfs/9p: Move dotl inode operations into a seperate file
2011-01-07 Nick Pigginfs: dcache per-inode inode alias locking
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: icache RCU free inodes
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2011-01-07 Nick Pigginfs: scale inode alias list
2010-10-28 Aneesh Kumar K.Vfs/9p: Use generic_file_open with lookup_instantiate_filp
2010-10-28 Aneesh Kumar K.Vfs/9p: Add missing iput in v9fs_vfs_lookup
2010-10-28 Aneesh Kumar K.Vfs/9p: Use mknod 9p operation on create without open...
2010-10-28 M. Mohan Kumar9p: Implement TREADLINK operation for 9p2000.L
2010-10-28 Aneesh Kumar K.Vfs/9p: Implement create time inheritance
2010-10-28 Aneesh Kumar K.Vfs/9p: Update ACL on chmod
2010-10-28 Aneesh Kumar K.Vfs/9p: Implement setting posix acl
2010-10-28 Aneesh Kumar K.Vfs/9p: Implement POSIX ACL permission checking function
2010-10-28 Harsh Prateek Borafs/9p: mkdir fix for setting S_ISGID bit as per parent...
2010-10-28 Dan Carpenter9p: remove unneeded checks
2010-10-26 Al Vironew helper: ihold()
2010-09-13 Aneesh Kumar K.Vfs/9p: Don't use dotl version of mknod for dotu inode...
2010-09-13 Aneesh Kumar K.Vfs/9p: Use the correct dentry operations
2010-09-13 Latchesar Ionkovfs/9p, net/9p: memory leak fixes
2010-08-11 Stephen Rothwellv9fs: fixup for inode_setattr being removed
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroconvert remaining ->clear_inode() to ->evict_inode()
2010-08-09 Christoph Hellwigremove inode_setattr
2010-08-02 Eric Van Hensbergenfs/9p: remove sparse warning in vfs_inode
2010-08-02 Aneesh Kumar K.Vfs/9p: Prevent parallel rename when doing fid_lookup
2010-08-02 Aneesh Kumar K.Vfs/9p: Add support user. xattr
2010-08-02 Venkateswararao... fs/9p: This patch implements TLCREATE for 9p2000.L...
2010-08-02 M. Mohan Kumar9p: Implement TMKDIR
2010-08-02 M. Mohan Kumar9p: Implement TMKNOD
2010-08-02 Venkateswararao... 9p: Define and implement TSYMLINK for 9P2000.L
2010-08-02 Eric Van Hensbergen9p: Define and implement TLINK for 9P2000.L
2010-08-02 Sripathi Kodi9p: Implement client side of setattr for 9P2000.L protocol.
2010-08-02 Sripathi Kodi9p: getattr client implementation for 9P2000.L protocol.
2010-05-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-22 Venkateswararao... 9p: Optimize TCREATE by eliminating a redundant fid...
2010-05-22 Dan Carpenter9p: cleanup: remove unneeded assignment
2010-05-22 Venkateswararao... 9p: Add mksock support
2010-05-22 Aneesh Kumar K.Vfs/9p: Make sure we properly instantiate dentry.
2010-05-21 Dmitry Monakhov9p: replace inode uid,gid,mode initialization with...
2010-05-21 Sripathi Kodi9p: add 9P2000.L rename operation
2010-05-21 Sripathi Kodi9p: VFS switches for 9p2000.L: VFS switches
2010-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-05 Sripathi Kodi9p: Creating files with names too long should fail...
2010-04-05 Aneesh Kumar K.V9p: drop nlink remove
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Aneesh Kumar K.Vfs/9p: Add hardlink support to .u extension
2010-03-05 Sripathi Kodi9P2010.L handshake: Add VFS flags
2010-02-08 M. Mohan Kumar9p: Include fsync support for 9p client
2010-01-14 Al ViroKill 9p readlink()
2009-11-02 Martin Stava9p: fix readlink
2009-09-23 Abhishek Kulkarni9p: Add fscache support to 9p
2009-09-23 Abhishek Kulkarni9p: Use the i_size_[read, write]() macros instead of...
2009-08-17 Abhishek Kulkarni9p: Add missing cast for the error return value in...
2009-08-17 Abhishek Kulkarni9p: Fix possible memleak in v9fs_inode_from fid.
2009-08-17 Abhishek Kulkarni9p: minor comment fixes
2009-08-17 Abhishek Kulkarni9p: Fix possible inode leak in v9fs_get_inode.
2009-08-17 Abhishek Kulkarni9p: Check for error in return value of v9fs_fid_add
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-19 Wu Fengguang9p: convert d_iname references to d_name.name
next