aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-05cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu1-1/+10
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-1/+8
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky1-2/+11
2012-09-24CIFS: Move create code use ops structPavel Shilovsky1-43/+52
2012-09-24CIFS: Move open code to ops structPavel Shilovsky1-8/+9
2012-08-19CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky1-8/+1
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky1-2/+1
2012-07-24CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky1-4/+1
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-22/+21
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-4/+4
2012-07-14make finish_no_open() return intAl Viro1-2/+1
2012-07-14kill struct opendataAl Viro1-5/+4
2012-07-14make ->atomic_open() return intAl Viro1-9/+8
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-6/+6
2012-07-14cifs: implement i_op->atomic_open()Miklos Szeredi1-198/+243
2012-05-03cifs - check S_AUTOMOUNT in revalidateIan Kent1-5/+12
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky1-2/+4
2012-02-26cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-02-07cifs: request oplock when doing open on lookupJeff Layton1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2011-10-18CIFS: fix automount for DFS sharesGerlando Falauto1-1/+9
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar1-2/+8
2011-10-12add new module parameter 'enable_oplocks'Steve French1-1/+1
2011-08-16cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton1-2/+2
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-5/+0
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-25[CIFS] Redundant null check after dereferenceSteve French1-5/+0
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-20cifs_lookup(): LOOKUP_OPEN is set only on the last componentAl Viro1-1/+1
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro1-4/+2
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro1-3/+3
2011-07-16cifs: build_path_from_dentry() race fixAl Viro1-1/+12
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-4/+4
2011-05-27[CIFS] Migrate from prefixpath logicSteve French1-5/+2
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky1-8/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells1-0/+2
2011-01-12switch cifsAl Viro1-24/+1
2011-01-09cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton1-4/+2
2011-01-09[CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French1-7/+0
2011-01-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French1-12/+25
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+3
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-8/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-2/+3
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-5/+7
2011-01-07cifs: dont overwrite dentry name in d_revalidateNick Piggin1-19/+24
2011-01-06cifs: don't overwrite dentry name in d_revalidateNick Piggin1-19/+24
2010-10-18cifs: move cifs_new_fileinfo to file.cJeff Layton1-48/+0
2010-10-18cifs: eliminate pfile pointer from cifsFileInfoJeff Layton1-1/+0
2010-10-18cifs: clean up cifs_reopen_fileJeff Layton1-0/+1
2010-10-18cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton1-22/+18
2010-10-18cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton1-5/+4
2010-10-18cifs: fix flags handling in cifs_posix_openJeff Layton1-93/+6
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton1-7/+3
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton1-1/+2
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton1-0/+1
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-5/+5
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton1-17/+48
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton1-10/+12
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton1-5/+5
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-10/+10
2010-09-29cifs: add tcon field to cifsFileInfo structJeff Layton1-0/+1
2010-09-29cifs: fix broken oplock handlingSuresh Jayaraman1-7/+5
2010-08-16cifs: consolidate error handling in several functionsJeff Layton1-5/+3
2010-08-16cifs: clean up error handling in cifs_mknodJeff Layton1-75/+74
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-08-02cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman1-6/+0
2010-07-22cifs: use workqueue instead of slow-workTejun Heo1-1/+1
2010-06-16cifs: pass instantiated filp back after open callJeff Layton1-8/+27
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton1-25/+18
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton1-0/+1
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman1-4/+13
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman1-2/+16
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French1-8/+12
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-22/+21
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton1-1/+1
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+2
2009-11-25[CIFS] Fix sparse warningSteve French1-1/+1
2009-11-24[CIFS] Duplicate data on appending to some Samba serversSteve French1-2/+0
2009-11-24[CIFS] fix oops in cifs_lookup during net bootSteve French1-2/+2
2009-09-24cifs: eliminate cifs_init_privateJeff Layton1-22/+14
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-11/+14
2009-09-15cifs: have cifsFileInfo hold an extra inode referenceJeff Layton1-1/+1
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton1-5/+4
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp1-1/+1
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-7/+8
2009-07-08cifs: fix regression with O_EXCL creates and optimize away lookupJeff Layton1-0/+9
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-11/+11
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman1-2/+4
2009-05-23[CIFS] Avoid open on possible directories since Samba now rejects themSteve French1-19/+24
2009-05-21[CIFS] fix posix open regressionSteve French1-7/+7
2009-05-08[CIFS] Fix double list addition in cifs posix open codeSteve French1-6/+9
2009-04-17[CIFS] Fix build break caused by change to new current_umask helper functionSteve French1-1/+1
2009-04-17[CIFS] Fix sparse warningsSteve French1-9/+17
2009-04-17[CIFS] Add support for posix open during lookupSteve French1-46/+85
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French1-2/+4
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2009-03-27constify dentry_operations: CIFSAl Viro1-2/+2
2009-03-12[CIFS] reopen file via newer posix open protocol operation if availableSteve French1-2/+4
2009-02-21[CIFS] improve posix semantics of file createSteve French1-102/+205
2009-01-29[CIFS] some cleanup to dir.c prior to addition of posix_openSteve French1-25/+31
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-5/+4
2008-12-26[CIFS] various minor cleanups pointed out by checkpatch scriptSteve French1-5/+4
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells1-6/+6
2008-08-06[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton1-3/+10
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-26/+32
2008-05-23when creating new inodes, use file_mode/dir_mode exclusively on mount without...Jeff Layton1-1/+3
2008-05-15[CIFS] suppress duplicate warningSteve French1-1/+1
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixSteve French1-5/+23
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...Jeff Layton1-3/+13
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-9/+9
2008-03-14[CIFS] file create with acl support enabled is slowSteve French1-2/+3
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-16/+4
2008-01-20[CIFS] Do not log path names in lookup errorsSteve French1-6/+4
2007-10-23[CIFS] acl support part 6Steve French1-1/+1
2007-09-29[CIFS] named pipe support (part 2)Steve French1-3/+2
2007-09-28[CIFS] CIFS support for named pipes (part 1)Steve French1-1/+1
2007-08-31[CIFS] Fix warnings shown by newer version of sparseSteve French1-1/+1
2007-07-18[CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French1-6/+5
2007-07-11[CIFS] Fix oops in cifs_create when nfsd server exports cifs mountSteve French1-1/+2
2007-07-10[CIFS] whitespace cleanupSteve French1-4/+4
2007-06-08[CIFS] CIFS should honour umaskSteve French1-2/+4
2007-06-05[CIFS] whitespace cleanup part 2Steve French1-3/+3
2007-06-05[CIFS] whitespace cleanupSteve French1-85/+87
2007-05-03[CIFS] Change semaphore to mutex for cifs lock_semRoland Dreier1-1/+1
2007-02-27[CIFS] Remove some unused functions/declarationsSteve French1-1/+1
2006-09-21[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French1-8/+15
2006-08-15[CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French1-0/+4
2006-06-07[CIFS] Add support for readdir to legacy serversSteve French1-2/+9
2006-05-31[CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French1-1/+1
2006-05-31[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change logSteve French1-1/+1
2006-04-21[CIFS] Don't allow a backslash in a path componentSteve French1-0/+14
2006-04-21[CIFS] [CIFS] Do not take rename sem on most path based calls (duringSteve French1-4/+0
2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-4/+4
2006-03-23[PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven1-4/+4
2006-03-09[CIFS] Fix two remaining coverity scan tool warnings.Steve French1-1/+2
2006-02-21[CIFS] Convert remaining places in fs/cifs fromEric Sesterhenn1-3/+1
2005-12-01[CIFS] Use fsuid (fsgid) more consistently instead of uid/gid inSteve French1-4/+4
2005-11-29[CIFS] Fix missing permission check on setattr when noperm mount option isSteve French1-1/+8
2005-11-28[CIFS] When file is deleted locally but later recreated on the serverSteve French1-9/+16
2005-11-18[CIFS] Fix mknod of block and chardev over SFU mountsSteve French1-2/+30
2005-10-21Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/Steve French1-8/+100
2005-09-07[PATCH] cifs_create() fixMiklos Szeredi1-14/+13
2005-08-30[CIFS] Remove cifs_sb argument from *build_path_from_dentrySteve French1-5/+6
2005-08-24[CIFS] Support for legacy servers part 3 - Add support for Open and mostSteve French1-0/+7
2005-08-22[CIFS] Finish up of case-insensitive dentry handling for cifs. ThisSteve French1-3/+51
2005-08-13[CIFS] Add missing check for path name allocation failure. Remove fourSteve French1-3/+3
2005-07-21[CIFS] Add compat with SFU (part 2)Steve French1-4/+30
2005-07-14[CIFS] Add compat with SFU (part 1)Steve French1-1/+11
2005-06-22[CIFS] POSIX extensions, SetFSInfo addedJeremy Allison1-5/+5
2005-05-17[CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over exis...Steve French1-1/+2
2005-04-28[PATCH] cifs: character mapping of special characters (part 3 of 3)Steve French1-91/+17
2005-04-28[PATCH] cifs: remove a few redundant null pointer checks, and cleanup misc so...Steve French1-45/+38
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+523