| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-05 | cifs: Do not lookup hashed negative dentry in cifs_atomic_open | Sachin Prabhu | 1 | -1/+10 |
| 2012-09-24 | CIFS: Fix fast lease break after open problem | Pavel Shilovsky | 1 | -1/+8 |
| 2012-09-24 | CIFS: Request SMB2.1 leases | Pavel Shilovsky | 1 | -2/+11 |
| 2012-09-24 | CIFS: Move create code use ops struct | Pavel Shilovsky | 1 | -43/+52 |
| 2012-09-24 | CIFS: Move open code to ops struct | Pavel Shilovsky | 1 | -8/+9 |
| 2012-08-19 | CIFS: Fix cifs_do_create error hadnling | Pavel Shilovsky | 1 | -8/+1 |
| 2012-07-24 | CIFS: Make CAP_* checks protocol independent | Pavel Shilovsky | 1 | -2/+1 |
| 2012-07-24 | CIFS: Fix a wrong pointer in atomic_open | Pavel Shilovsky | 1 | -4/+1 |
| 2012-07-24 | CIFS: Rename Get/FreeXid and make them work with unsigned int | Pavel Shilovsky | 1 | -22/+21 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -4/+4 |
| 2012-07-14 | make finish_no_open() return int | Al Viro | 1 | -2/+1 |
| 2012-07-14 | kill struct opendata | Al Viro | 1 | -5/+4 |
| 2012-07-14 | make ->atomic_open() return int | Al Viro | 1 | -9/+8 |
| 2012-07-14 | ->atomic_open() prototype change - pass int * instead of bool * | Al Viro | 1 | -6/+6 |
| 2012-07-14 | cifs: implement i_op->atomic_open() | Miklos Szeredi | 1 | -198/+243 |
| 2012-05-03 | cifs - check S_AUTOMOUNT in revalidate | Ian Kent | 1 | -5/+12 |
| 2012-03-20 | CIFS: Respect negotiated MaxMpxCount | Pavel Shilovsky | 1 | -2/+4 |
| 2012-02-26 | cifs: fix dentry refcount leak when opening a FIFO on lookup | Jeff Layton | 1 | -2/+18 |
| 2012-02-07 | cifs: request oplock when doing open on lookup | Jeff Layton | 1 | -1/+1 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2011-10-18 | CIFS: fix automount for DFS shares | Gerlando Falauto | 1 | -1/+9 |
| 2011-10-12 | cifs: Add mount options for backup intent (try #6) | Shirish Pargaonkar | 1 | -2/+8 |
| 2011-10-12 | add new module parameter 'enable_oplocks' | Steve French | 1 | -1/+1 |
| 2011-08-16 | cifs: demote cERROR in build_path_from_dentry to cFYI | Jeff Layton | 1 | -2/+2 |
| 2011-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 1 | -5/+0 |
| 2011-07-25 | CIFS: Fix oops while mounting with prefixpath | Pavel Shilovsky | 1 | -1/+1 |
| 2011-07-25 | [CIFS] Redundant null check after dereference | Steve French | 1 | -5/+0 |
| 2011-07-25 | CIFS: Fix oops while mounting with prefixpath | Pavel Shilovsky | 1 | -1/+1 |
| 2011-07-20 | cifs_lookup(): LOOKUP_OPEN is set only on the last component | Al Viro | 1 | -1/+1 |
| 2011-07-20 | LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step | Al Viro | 1 | -4/+2 |
| 2011-07-20 | no need to check for LOOKUP_OPEN in ->create() instances | Al Viro | 1 | -3/+3 |
| 2011-07-16 | cifs: build_path_from_dentry() race fix | Al Viro | 1 | -1/+12 |
| 2011-05-27 | [CIFS] Rename three structures to avoid camel case | Steve French | 1 | -4/+4 |
| 2011-05-27 | [CIFS] Migrate from prefixpath logic | Steve French | 1 | -5/+2 |
| 2011-05-26 | CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size | Pavel Shilovsky | 1 | -8/+10 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-01-15 | CIFS: Use d_automount() rather than abusing follow_link() | David Howells | 1 | -0/+2 |
| 2011-01-12 | switch cifs | Al Viro | 1 | -24/+1 |
| 2011-01-09 | cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo | Jeff Layton | 1 | -4/+2 |
| 2011-01-09 | [CIFS] Fix minor merge conflict in fs/cifs/dir.c | Steve French | 1 | -7/+0 |
| 2011-01-09 | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 1 | -12/+25 |
| 2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -0/+3 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -8/+8 |
| 2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 1 | -2/+3 |
| 2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 1 | -5/+7 |
| 2011-01-07 | cifs: dont overwrite dentry name in d_revalidate | Nick Piggin | 1 | -19/+24 |
| 2011-01-06 | cifs: don't overwrite dentry name in d_revalidate | Nick Piggin | 1 | -19/+24 |
| 2010-10-18 | cifs: move cifs_new_fileinfo to file.c | Jeff Layton | 1 | -48/+0 |
| 2010-10-18 | cifs: eliminate pfile pointer from cifsFileInfo | Jeff Layton | 1 | -1/+0 |
| 2010-10-18 | cifs: clean up cifs_reopen_file | Jeff Layton | 1 | -0/+1 |
| 2010-10-18 | cifs: eliminate the inode argument from cifs_new_fileinfo | Jeff Layton | 1 | -22/+18 |
| 2010-10-18 | cifs: eliminate oflags option from cifs_new_fileinfo | Jeff Layton | 1 | -5/+4 |
| 2010-10-18 | cifs: fix flags handling in cifs_posix_open | Jeff Layton | 1 | -93/+6 |
| 2010-10-12 | cifs: don't use vfsmount to pin superblock for oplock breaks | Jeff Layton | 1 | -7/+3 |
| 2010-10-12 | cifs: keep dentry reference in cifsFileInfo instead of inode reference | Jeff Layton | 1 | -1/+2 |
| 2010-10-06 | cifs: have find_readable/writable_file filter by fsuid | Jeff Layton | 1 | -0/+1 |
| 2010-10-06 | cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer | Jeff Layton | 1 | -5/+5 |
| 2010-10-06 | cifs: add refcounted and timestamped container for holding tcons | Jeff Layton | 1 | -17/+48 |
| 2010-09-29 | cifs: have cifs_new_fileinfo take a tcon arg | Jeff Layton | 1 | -10/+12 |
| 2010-09-29 | cifs: add cifs_sb_master_tcon and convert some callers to use it | Jeff Layton | 1 | -5/+5 |
| 2010-09-29 | cifs: add function to get a tcon from cifs_sb | Jeff Layton | 1 | -10/+10 |
| 2010-09-29 | cifs: add tcon field to cifsFileInfo struct | Jeff Layton | 1 | -0/+1 |
| 2010-09-29 | cifs: fix broken oplock handling | Suresh Jayaraman | 1 | -7/+5 |
| 2010-08-16 | cifs: consolidate error handling in several functions | Jeff Layton | 1 | -5/+3 |
| 2010-08-16 | cifs: clean up error handling in cifs_mknod | Jeff Layton | 1 | -75/+74 |
| 2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2010-08-02 | cifs: remove an potentially confusing, obsolete comment | Suresh Jayaraman | 1 | -6/+0 |
| 2010-07-22 | cifs: use workqueue instead of slow-work | Tejun Heo | 1 | -1/+1 |
| 2010-06-16 | cifs: pass instantiated filp back after open call | Jeff Layton | 1 | -8/+27 |
| 2010-06-16 | cifs: move cifs_new_fileinfo call out of cifs_posix_open | Jeff Layton | 1 | -25/+18 |
| 2010-05-17 | cifs: fix noserverino handling when unix extensions are enabled | Jeff Layton | 1 | -0/+1 |
| 2010-05-11 | cifs: propagate cifs_new_fileinfo() error back to the caller | Suresh Jayaraman | 1 | -4/+13 |
| 2010-05-10 | cifs: add comments explaining cifs_new_fileinfo behavior | Suresh Jayaraman | 1 | -2/+16 |
| 2010-04-22 | [CIFS] Allow null nd (as nfs server uses) on create | Steve French | 1 | -8/+12 |
| 2010-04-21 | [CIFS] Neaten cERROR and cFYI macros, reduce text space | Joe Perches | 1 | -22/+21 |
| 2010-03-06 | cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry | Jeff Layton | 1 | -1/+1 |
| 2009-12-10 | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 1 | -1/+2 |
| 2009-11-25 | [CIFS] Fix sparse warning | Steve French | 1 | -1/+1 |
| 2009-11-24 | [CIFS] Duplicate data on appending to some Samba servers | Steve French | 1 | -2/+0 |
| 2009-11-24 | [CIFS] fix oops in cifs_lookup during net boot | Steve French | 1 | -2/+2 |
| 2009-09-24 | cifs: eliminate cifs_init_private | Jeff Layton | 1 | -22/+14 |
| 2009-09-24 | cifs: convert oplock breaks to use slow_work facility (try #4) | Jeff Layton | 1 | -11/+14 |
| 2009-09-15 | cifs: have cifsFileInfo hold an extra inode reference | Jeff Layton | 1 | -1/+1 |
| 2009-09-15 | cifs: fix oplock request handling in posix codepath | Jeff Layton | 1 | -5/+4 |
| 2009-09-01 | cifs: Replace wrtPending with a real reference count | Dave Kleikamp | 1 | -1/+1 |
| 2009-07-09 | cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo | Jeff Layton | 1 | -7/+8 |
| 2009-07-08 | cifs: fix regression with O_EXCL creates and optimize away lookup | Jeff Layton | 1 | -0/+9 |
| 2009-07-01 | cifs: add new cifs_iget function and convert unix codepath to use it | Jeff Layton | 1 | -11/+11 |
| 2009-06-25 | cifs: Fix incorrect return code being printed in cFYI messages | Suresh Jayaraman | 1 | -2/+4 |
| 2009-05-23 | [CIFS] Avoid open on possible directories since Samba now rejects them | Steve French | 1 | -19/+24 |
| 2009-05-21 | [CIFS] fix posix open regression | Steve French | 1 | -7/+7 |
| 2009-05-08 | [CIFS] Fix double list addition in cifs posix open code | Steve French | 1 | -6/+9 |
| 2009-04-17 | [CIFS] Fix build break caused by change to new current_umask helper function | Steve French | 1 | -1/+1 |
| 2009-04-17 | [CIFS] Fix sparse warnings | Steve French | 1 | -9/+17 |
| 2009-04-17 | [CIFS] Add support for posix open during lookup | Steve French | 1 | -46/+85 |
| 2009-04-17 | [CIFS] Endian convert UniqueId when reporting inode numbers from server files | Steve French | 1 | -2/+4 |
| 2009-03-31 | New helper - current_umask() | Al Viro | 1 | -2/+2 |
| 2009-03-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2009-03-27 | constify dentry_operations: CIFS | Al Viro | 1 | -2/+2 |
| 2009-03-12 | [CIFS] reopen file via newer posix open protocol operation if available | Steve French | 1 | -2/+4 |
| 2009-02-21 | [CIFS] improve posix semantics of file create | Steve French | 1 | -102/+205 |
| 2009-01-29 | [CIFS] some cleanup to dir.c prior to addition of posix_open | Steve French | 1 | -25/+31 |
| 2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 1 | -5/+4 |
| 2008-12-26 | [CIFS] various minor cleanups pointed out by checkpatch script | Steve French | 1 | -5/+4 |
| 2008-11-14 | CRED: Wrap task credential accesses in the CIFS filesystem | David Howells | 1 | -6/+6 |
| 2008-08-06 | [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir | Jeff Layton | 1 | -3/+10 |
| 2008-08-06 | bundle up Unix SET_PATH_INFO args into a struct and change name | Jeff Layton | 1 | -26/+32 |
| 2008-05-23 | when creating new inodes, use file_mode/dir_mode exclusively on mount without... | Jeff Layton | 1 | -1/+3 |
| 2008-05-15 | [CIFS] suppress duplicate warning | Steve French | 1 | -1/+1 |
| 2008-05-15 | [CIFS] Fix paths when share is in DFS to include proper prefix | Steve French | 1 | -5/+23 |
| 2008-05-11 | [CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre... | Jeff Layton | 1 | -3/+13 |
| 2008-04-29 | [CIFS] convert usage of implicit booleans to bool | Steve French | 1 | -9/+9 |
| 2008-03-14 | [CIFS] file create with acl support enabled is slow | Steve French | 1 | -2/+3 |
| 2008-02-07 | [CIFS] reduce checkpatch warnings | Steve French | 1 | -16/+4 |
| 2008-01-20 | [CIFS] Do not log path names in lookup errors | Steve French | 1 | -6/+4 |
| 2007-10-23 | [CIFS] acl support part 6 | Steve French | 1 | -1/+1 |
| 2007-09-29 | [CIFS] named pipe support (part 2) | Steve French | 1 | -3/+2 |
| 2007-09-28 | [CIFS] CIFS support for named pipes (part 1) | Steve French | 1 | -1/+1 |
| 2007-08-31 | [CIFS] Fix warnings shown by newer version of sparse | Steve French | 1 | -1/+1 |
| 2007-07-18 | [CIFS] Allow disabling CIFS Unix Extensions as mount option | Steve French | 1 | -6/+5 |
| 2007-07-11 | [CIFS] Fix oops in cifs_create when nfsd server exports cifs mount | Steve French | 1 | -1/+2 |
| 2007-07-10 | [CIFS] whitespace cleanup | Steve French | 1 | -4/+4 |
| 2007-06-08 | [CIFS] CIFS should honour umask | Steve French | 1 | -2/+4 |
| 2007-06-05 | [CIFS] whitespace cleanup part 2 | Steve French | 1 | -3/+3 |
| 2007-06-05 | [CIFS] whitespace cleanup | Steve French | 1 | -85/+87 |
| 2007-05-03 | [CIFS] Change semaphore to mutex for cifs lock_sem | Roland Dreier | 1 | -1/+1 |
| 2007-02-27 | [CIFS] Remove some unused functions/declarations | Steve French | 1 | -1/+1 |
| 2006-09-21 | [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path) | Steve French | 1 | -8/+15 |
| 2006-08-15 | [CIFS] Fix oops in cifs_close due to unitialized lock sem and list in | Steve French | 1 | -0/+4 |
| 2006-06-07 | [CIFS] Add support for readdir to legacy servers | Steve French | 1 | -2/+9 |
| 2006-05-31 | [CIFS] Support for setting up SMB sessions to legacy lanman servers | Steve French | 1 | -1/+1 |
| 2006-05-31 | [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log | Steve French | 1 | -1/+1 |
| 2006-04-21 | [CIFS] Don't allow a backslash in a path component | Steve French | 1 | -0/+14 |
| 2006-04-21 | [CIFS] [CIFS] Do not take rename sem on most path based calls (during | Steve French | 1 | -4/+0 |
| 2006-03-31 | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 1 | -4/+4 |
| 2006-03-23 | [PATCH] sem2mutex: vfs_rename_mutex | Arjan van de Ven | 1 | -4/+4 |
| 2006-03-09 | [CIFS] Fix two remaining coverity scan tool warnings. | Steve French | 1 | -1/+2 |
| 2006-02-21 | [CIFS] Convert remaining places in fs/cifs from | Eric Sesterhenn | 1 | -3/+1 |
| 2005-12-01 | [CIFS] Use fsuid (fsgid) more consistently instead of uid/gid in | Steve French | 1 | -4/+4 |
| 2005-11-29 | [CIFS] Fix missing permission check on setattr when noperm mount option is | Steve French | 1 | -1/+8 |
| 2005-11-28 | [CIFS] When file is deleted locally but later recreated on the server | Steve French | 1 | -9/+16 |
| 2005-11-18 | [CIFS] Fix mknod of block and chardev over SFU mounts | Steve French | 1 | -2/+30 |
| 2005-10-21 | Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/ | Steve French | 1 | -8/+100 |
| 2005-09-07 | [PATCH] cifs_create() fix | Miklos Szeredi | 1 | -14/+13 |
| 2005-08-30 | [CIFS] Remove cifs_sb argument from *build_path_from_dentry | Steve French | 1 | -5/+6 |
| 2005-08-24 | [CIFS] Support for legacy servers part 3 - Add support for Open and most | Steve French | 1 | -0/+7 |
| 2005-08-22 | [CIFS] Finish up of case-insensitive dentry handling for cifs. This | Steve French | 1 | -3/+51 |
| 2005-08-13 | [CIFS] Add missing check for path name allocation failure. Remove four | Steve French | 1 | -3/+3 |
| 2005-07-21 | [CIFS] Add compat with SFU (part 2) | Steve French | 1 | -4/+30 |
| 2005-07-14 | [CIFS] Add compat with SFU (part 1) | Steve French | 1 | -1/+11 |
| 2005-06-22 | [CIFS] POSIX extensions, SetFSInfo added | Jeremy Allison | 1 | -5/+5 |
| 2005-05-17 | [CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over exis... | Steve French | 1 | -1/+2 |
| 2005-04-28 | [PATCH] cifs: character mapping of special characters (part 3 of 3) | Steve French | 1 | -91/+17 |
| 2005-04-28 | [PATCH] cifs: remove a few redundant null pointer checks, and cleanup misc so... | Steve French | 1 | -45/+38 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+523 |