aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2012-03-209p: make register_filesystem() the last failure exitAl Viro1-8/+8
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-109p: statfs should not override server f_typeJim Garlick1-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds11-233/+290
2012-01-06fs/9p: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V1-1/+41
2012-01-05fs/9p: We should not allocate a new inode when creating hardlines.Aneesh Kumar K.V1-19/+24
2012-01-05fs/9p: v9fs_stat2inode should update suid/sgid bits.Aneesh Kumar K.V1-12/+28
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches11-202/+197
2012-01-05fs/9p: check schedule_timeout_interruptible return valueJim Garlick1-1/+2
2012-01-039p: propagate umode_tAl Viro4-14/+15
2012-01-039p: don't bother with unixmode2p9mode() for link() and symlink()Al Viro1-12/+8
2012-01-03switch ->mknod() to umode_tAl Viro2-4/+4
2012-01-03switch ->create() to umode_tAl Viro2-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-4/+4
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V1-7/+5
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V1-7/+26
2011-10-24fs/9p: inode file operation is properly initialized init_special_inodeAneesh Kumar K.V1-2/+0
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V1-1/+1
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-7/+27
2011-09-06fs/9p: Always ask new inode in lookup for cache mode disabledAneesh Kumar K.V1-7/+21
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V4-3/+72
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V4-52/+68
2011-09-06fs/9p: Add fid before dentry instantiationAneesh Kumar K.V2-7/+5
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro3-7/+7
2011-07-25p9: avoid unused variable warningLinus Torvalds1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-55/+36
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig3-15/+7
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-17/+5
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-8/+5
2011-07-259p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig1-1/+1
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-3/+0
2011-07-249p: close ACL leaksAl Viro3-15/+22
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-18/+30
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-3/+6
2011-07-23fs/9p: Always ask new inode in createAneesh Kumar K.V3-18/+61
2011-07-23fs/9p: Fix invalid mount options/argsPrem Karat1-9/+34
2011-07-23fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V6-29/+81
2011-07-23fs/9p: remove rename work around in 9pAneesh Kumar K.V1-5/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-3/+22
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2-3/+3
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2-2/+2
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-05-289p: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-4/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+4
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+1
2011-05-25fs/9p: Don't clunk dentry fid when we fail to get a writeback inodeAneesh Kumar K.V1-5/+6
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen1-3/+2
2011-04-15fs/9p: Fix error reported by coccicheckAneesh Kumar K.V1-1/+1
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V3-38/+11
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V1-0/+47
2011-04-15fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V1-1/+3
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-229p: use the updated offset given by generic_write_checksM. Mohan Kumar1-2/+5
2011-03-22fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V6-11/+16
2011-03-22fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V3-3/+6
2011-03-22fs/9p: Open writeback fid in O_SYNC modeAneesh Kumar K.V1-2/+13
2011-03-22fs/9p: Use truncate_setsize instead of vmtruncateAneesh Kumar K.V2-13/+15
2011-03-22fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V4-0/+11
2011-03-15fs/9p: Make the writeback_fid owned by rootAneesh Kumar K.V1-36/+56
2011-03-15fs/9p: Writeback dirty data before setattrAneesh Kumar K.V2-0/+8
2011-03-15fs/9p: call vmtruncate before setattr 9p opeationAneesh Kumar K.V2-11/+8
2011-03-15fs/9p: Properly update inode attributes on linkAneesh Kumar K.V2-10/+4
2011-03-15fs/9p: Prevent multiple inclusion of same headerAneesh Kumar K.V3-3/+11
2011-03-15fs/9p: Workaround vfs rename rehash bugAneesh Kumar K.V1-0/+5
2011-03-15fs/9p: Mark directory inode invalid for many directory inode operationsAneesh Kumar K.V2-16/+30
2011-03-15fs/9p: Add . and .. dentry revalidation flagAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: mark inode attribute invalid on rename, unlink and setattrAneesh Kumar K.V2-0/+5
2011-03-15fs/9p: Add support for marking inode attribute invalidAneesh Kumar K.V5-0/+104
2011-03-15fs/9p: Initialize root inode number for dotlAneesh Kumar K.V1-1/+1
2011-03-15fs/9p: Update link count correctly on different file system operationsAneesh Kumar K.V2-5/+29
2011-03-15fs/9p: Add drop_inode 9p callbackAneesh Kumar K.V1-0/+15
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V2-6/+116
2011-03-15fs/9p: Fix inode i_size update in file_writeAneesh Kumar K.V1-2/+6
2011-03-15fs/9p: set default readahead pages in cached modeAneesh Kumar K.V1-0/+2
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V5-24/+41
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V8-220/+184
2011-03-15fs/9p: Don't set stat.st_blocks based on nrpagesAneesh Kumar K.V2-6/+8
2011-03-15fs/9p: Add inode hashingAneesh Kumar K.V4-70/+124
2011-03-15fs/9p: We need not writeback dirty pages during closeAneesh Kumar K.V1-1/+0
2011-03-15fs/9p: Implement syncfs call back for 9PfsAneesh Kumar K.V2-9/+25
2011-03-15fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeAneesh Kumar K.V1-2/+3
2011-03-15fs/9p: Clarify cached dentry delete operationAneesh Kumar K.V1-9/+4
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V2-19/+218
2011-03-15fs/9p: Add fid to inode in cached modeAneesh Kumar K.V5-3/+83
2011-03-15fs/9p: Add read write helper functionAneesh Kumar K.V2-42/+64
2011-03-15fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V3-2/+27
2011-03-15fs/9p: increment inode->i_count in cached mode.Aneesh Kumar K.V1-6/+1
2011-03-15fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V3-3/+9
2011-03-15fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V3-16/+15
2011-03-15[fs/9p] Make access=client default in 9p2000.L protocolVenkateswararao Jujjuri (JV)1-9/+12
2011-03-15[fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)4-12/+31
2011-03-15[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.Venkateswararao Jujjuri (JV)1-4/+2
2011-03-15[fs/9p] Initialze cached acls both in cached/uncached mode.Venkateswararao Jujjuri (JV)1-4/+6
2011-03-15[fs/9p] Plug potential acl leakVenkateswararao Jujjuri (JV)1-2/+6
2011-01-12switch 9pAl Viro4-10/+6
2011-01-11fs/9p: Don't set dentry->d_op in create routinesAneesh Kumar K.V2-19/+0
2011-01-11fs/9p: fix spelling typoEric Van Hensbergen1-1/+1
2011-01-11fs/9p: TREADLINK bugfixM. Mohan Kumar1-36/+22
2011-01-11fs/9p: Simplify the .L create operationAneesh Kumar K.V1-47/+28
2011-01-11fs/9p: Move dotl inode operations into a seperate fileAneesh Kumar K.V4-862/+916
2011-01-11fs/9p: fix menu presentationRandy Dunlap1-1/+4
2011-01-11fs/9p: Fix the return error on default acl removalAneesh Kumar K.V1-1/+1
2011-01-11fs/9p: Remove unnecessary semicolonsJoe Perches2-2/+2
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-2/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-13/+13
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+2
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-10-29convert v9fsAl Viro1-12/+10
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)3-2/+4
2010-10-28fs/9p: Use generic_file_open with lookup_instantiate_filpAneesh Kumar K.V1-9/+2
2010-10-28fs/9p: Add missing iput in v9fs_vfs_lookupAneesh Kumar K.V1-1/+3
2010-10-28fs/9p: Use mknod 9p operation on create without open requestAneesh Kumar K.V1-2/+12
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar1-3/+57
2010-10-289p: Use V9FS_MAGIC in statfsM. Mohan Kumar2-3/+2
2010-10-289p: Implement TGETLOCKM. Mohan Kumar1-0/+47
2010-10-289p: Implement TLOCKM. Mohan Kumar2-2/+160
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)1-2/+16
2010-10-28[fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)1-0/+15
2010-10-28fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V5-6/+107
2010-10-28fs/9p: Implement create time inheritanceAneesh Kumar K.V3-44/+166
2010-10-28fs/9p: Update ACL on chmodAneesh Kumar K.V3-0/+66
2010-10-28fs/9p: Implement setting posix aclAneesh Kumar K.V3-2/+75
2010-10-28fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V3-0/+47
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V8-22/+186
2010-10-28fs/9p: Remove the redundant rsize calculation in v9fs_file_write()jvrao1-8/+2
2010-10-289p: Add a Direct IO support for non-cached operations.jvrao1-0/+30
2010-10-28fs/9p: mkdir fix for setting S_ISGID bit as per parent directoryHarsh Prateek Bora1-0/+2
2010-10-289p: Pass the correct end of buffer to p9dirent_readSripathi Kodi1-1/+2
2010-10-28fs/9p: setrlimit fix for 9p writeHarsh Prateek Bora1-4/+19
2010-10-289p: remove unneeded checksDan Carpenter1-13/+0
2010-10-25new helper: ihold()Al Viro1-2/+3
2010-09-13fs/9p: Don't use dotl version of mknod for dotu inode operationsAneesh Kumar K.V1-1/+1
2010-09-13fs/9p: Use the correct dentry operationsAneesh Kumar K.V1-1/+4
2010-09-139p: Check for NULL fid in v9fs_dir_release()jvrao1-2/+4
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V1-6/+14
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-0/+2
2010-08-309p: potential ERR_PTR() dereferenceDan Carpenter1-1/+2
2010-08-11v9fs: fixup for inode_setattr being removedStephen Rothwell1-3/+12
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-7/+18
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro3-4/+6
2010-08-09remove inode_setattrChristoph Hellwig1-3/+12
2010-08-029p: fix sparse warnings in new xattr codeEric Van Hensbergen1-2/+2
2010-08-02fs/9p: remove sparse warning in vfs_inodeEric Van Hensbergen1-1/+1
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V5-39/+91
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V6-3/+289
2010-08-029p: Implement LOPENM. Mohan Kumar1-4/+9
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-1/+113
2010-08-029p: Implement TMKDIRM. Mohan Kumar1-3/+80
2010-08-029p: Implement TMKNODM. Mohan Kumar1-3/+103
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-4/+97
2010-08-029p: Define and implement TLINK for 9P2000.LEric Van Hensbergen1-1/+106
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi1-3/+46
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi3-34/+187
2010-08-02fs/9p: Pass the correct user credentials during attachAneesh Kumar K.V2-2/+3
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi1-16/+118
2010-08-029p: Make use of iounit for read/writeM. Mohan Kumar1-6/+7
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+2
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds5-30/+153
2010-05-229p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri1-12/+6
2010-05-229p: cleanup: remove unneeded assignmentDan Carpenter1-2/+0
2010-05-229p: Add mksock supportVenkateswararao Jujjuri1-0/+2
2010-05-22fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V1-3/+4
2010-05-219p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+7
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-1/+38
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi5-13/+97
2010-04-229p: add bdi backing to mount sessionJens Axboe3-0/+13
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds6-7/+41
2010-04-059p: return on mutex_lock_interruptible()Dan Carpenter1-0/+2
2010-04-059p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi1-0/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V3-1/+16
2010-04-059p: drop nlink removeAneesh Kumar K.V1-1/+5
2010-04-05fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V1-2/+10
2010-04-059p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo7-0/+7
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao1-1/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-3/+3
2010-03-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V1-1/+10
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V1-1/+18
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi2-2/+2
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi5-28/+36
2010-02-089p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen1-10/+17
2010-02-089p: fix option parsingEric Van Hensbergen1-4/+6
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar3-1/+21
2010-01-26fix oops in fs/9p late mount failureAl Viro1-1/+2
2010-01-14Kill 9p readlink()Al Viro1-40/+1
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells1-1/+1
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-13/+1
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-27/+67