aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAge
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-27
* [CIFS] Migrate from prefixpath logicSteve French2011-05-26
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-26
* Fix common misspellingsLucas De Marchi2011-03-31
* CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-15
* switch cifsAl Viro2011-01-12
* cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2011-01-09
* [CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French2011-01-09
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-09
|\
| * fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
| * fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
| * fs: change d_hash for rcu-walkNick Piggin2011-01-07
| * fs: change d_compare for rcu-walkNick Piggin2011-01-07
| * cifs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-07
* | cifs: don't overwrite dentry name in d_revalidateNick Piggin2011-01-06
|/
* cifs: move cifs_new_fileinfo to file.cJeff Layton2010-10-17
* cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-17
* cifs: clean up cifs_reopen_fileJeff Layton2010-10-17
* cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton2010-10-17
* cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton2010-10-17
* cifs: fix flags handling in cifs_posix_openJeff Layton2010-10-17
* cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton2010-10-12
* cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton2010-10-12
* cifs: have find_readable/writable_file filter by fsuidJeff Layton2010-10-06
* cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-06
* cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-06
* cifs: have cifs_new_fileinfo take a tcon argJeff Layton2010-09-29
* cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-29
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-29
* cifs: add tcon field to cifsFileInfo structJeff Layton2010-09-29
* cifs: fix broken oplock handlingSuresh Jayaraman2010-09-29
* cifs: consolidate error handling in several functionsJeff Layton2010-08-16
* cifs: clean up error handling in cifs_mknodJeff Layton2010-08-16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-07
|\
| * cifs: use workqueue instead of slow-workTejun Heo2010-07-22
* | cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman2010-08-02
* | cifs: pass instantiated filp back after open callJeff Layton2010-06-16
* | cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton2010-06-16
|/
* cifs: fix noserverino handling when unix extensions are enabledJeff Layton2010-05-17
* cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman2010-05-11
* cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman2010-05-10
* [CIFS] Allow null nd (as nfs server uses) on createSteve French2010-04-22
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-20
* cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton2010-03-05
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-10
* [CIFS] Fix sparse warningSteve French2009-11-24
* [CIFS] Duplicate data on appending to some Samba serversSteve French2009-11-24
* [CIFS] fix oops in cifs_lookup during net bootSteve French2009-11-24
* cifs: eliminate cifs_init_privateJeff Layton2009-09-24
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-24