Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / 9p /
2012-03-28 Linus TorvaldsMerge tag 'for-linus-3.4-merge-window' of git://git...
2012-03-21 Al Viro9p: make register_filesystem() the last failure exit
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-11 Jim Garlick9p: statfs should not override server f_type
2012-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-06 Aneesh Kumar K.Vfs/9p: iattr_valid flags are kernel internal flags...
2012-01-05 Aneesh Kumar K.Vfs/9p: We should not allocate a new inode when creating...
2012-01-05 Aneesh Kumar K.Vfs/9p: v9fs_stat2inode should update suid/sgid bits.
2012-01-05 Joe Perches9p: Reduce object size with CONFIG_NET_9P_DEBUG
2012-01-05 Jim Garlickfs/9p: check schedule_timeout_interruptible return...
2012-01-04 Al Viro9p: propagate umode_t
2012-01-04 Al Viro9p: don't bother with unixmode2p9mode() for link()...
2012-01-04 Al Viroswitch ->mknod() to umode_t
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.Vnet/9p: Convert net/9p protocol dumps to tracepoints
2011-10-24 Aneesh Kumar K.Vfs/9p: Cleanup option parsing in 9p
2011-10-24 Aneesh Kumar K.Vfs/9p: inode file operation is properly initialized...
2011-10-24 Aneesh Kumar K.Vfs/9p: Update zero-copy implementation in 9p
2011-09-06 Jim Garlickfs/9p: Use protocol-defined value for lock/getlock...
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-08-01 Al Viroswitch posix_acl_equiv_mode() to umode_t *
2011-08-01 Al Viroswitch posix_acl_create() to umode_t *
2011-07-26 Al Virov9fs_iop_get_acl: get rid of unused variable
2011-07-26 Linus Torvaldsp9: avoid unused variable warning
2011-07-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-25 Christoph Hellwigfs: take the ACL checks to common code
2011-07-25 Al Virokill boilerplates around posix_acl_create_masq()
2011-07-25 Al Virokill boilerplate around posix_acl_chmod_masq()
2011-07-25 Christoph Hellwig9p: do no return 0 from ->check_acl without actually...
2011-07-25 Linus Torvaldsvfs: move ACL cache lookup into generic code
2011-07-24 Al Viro9p: close ACL leaks
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 Prem Karatfs/9p: Fix invalid mount options/args
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-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
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-07-20 Al Viro->permission() sanitizing: don't pass flags to ->check_...
2011-07-20 Al Viro->permission() sanitizing: pass MAY_NOT_BLOCK to -...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-28 Sage Weil9p: remove unnecessary dentry_unhash on rmdir, dir...
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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-05-25 Aneesh Kumar K.Vfs/9p: Don't clunk dentry fid when we fail to get a...
2011-05-25 Eric Van Hensbergen9p: remove experimental tag from tested configurations
2011-04-15 Aneesh Kumar K.Vfs/9p: Fix error reported by coccicheck
2011-04-15 Aneesh Kumar K.V9p: revert tsyncfs related changes
2011-04-15 Aneesh Kumar K.Vfs/9p: Use write_inode for data sync on server
2011-04-15 Aneesh Kumar K.Vfs/9p: Fix revalidate to return correct value
2011-03-24 Serge E. Hallynuserns: rename is_owner_or_cap to inode_owner_or_capable
2011-03-22 M. Mohan Kumar9p: use the updated offset given by generic_write_checks
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: Open writeback fid in O_SYNC mode
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: Make the writeback_fid owned by root
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: Prevent multiple inclusion of same header
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: Add . and .. dentry revalidation flag
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: Initialize root inode number for dotl
2011-03-15 Aneesh Kumar K.Vfs/9p: Update link count correctly on different file...
2011-03-15 Aneesh Kumar K.Vfs/9p: Add drop_inode 9p callback
2011-03-15 Aneesh Kumar K.Vfs/9p: Add direct IO support in cached mode
2011-03-15 Aneesh Kumar K.Vfs/9p: Fix inode i_size update in file_write
2011-03-15 Aneesh Kumar K.Vfs/9p: set default readahead pages in cached mode
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: We need not writeback dirty pages during close
2011-03-15 Aneesh Kumar K.Vfs/9p: Implement syncfs call back for 9Pfs
2011-03-15 Aneesh Kumar K.Vfs/9p: Mark file system with MS_SYNCHRONOUS only if...
2011-03-15 Aneesh Kumar K.Vfs/9p: Clarify cached dentry delete operation
2011-03-15 Aneesh Kumar K.Vfs/9p: Add buffered write support for v9fs.
2011-03-15 Aneesh Kumar K.Vfs/9p: Add fid to inode in cached mode
2011-03-15 Aneesh Kumar K.Vfs/9p: Add read write helper function
2011-03-15 Aneesh Kumar K.Vfs/9p: [fscache] wait for page write in cached mode
2011-03-15 Aneesh Kumar K.Vfs/9p: increment inode->i_count 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-03-15 Venkateswararao... [fs/9p] Make access=client default in 9p2000.L protocol
2011-03-15 Venkateswararao... [fs/9P] Add posixacl mount option
2011-03-15 Venkateswararao... [fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX...
next