summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Allow null nd (as nfs server uses) on createSteve French2010-07-053-14/+23
* cifs: guard against hardlinking directoriesJeff Layton2010-05-262-2/+20
* CIFS: initialize nbytes at the beginning of CIFSSMBWrite()Steve French2010-04-261-1/+2
* cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-04-261-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-02-107-14/+54
|\
| * cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton2010-02-081-2/+5
| * [CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French2010-02-081-1/+11
| * [CIFS] Maximum username length check in session setup does not matchSteve French2010-02-061-6/+5
| * cifs: fix length calculation for converted unicode readdir namesJeff Layton2010-02-061-0/+1
| * [CIFS] Add support for TCP_NODELAYSteve French2010-01-014-5/+32
* | CIFS shouldn't make mountpoints shrinkableAl Viro2010-01-161-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-12-313-6/+14
|\
| * [CIFS] Enable mmap on forcedirectio mountsSteve French2009-12-072-2/+5
| * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton2009-12-031-4/+9
* | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-161-1/+1
|\ \
| * \ Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-235-17/+23
| |\ \
| * | | nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-271-1/+1
* | | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-102-3/+6
* | | | Merge branch 'for-next' into for-linusJiri Kosina2009-12-075-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-044-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-11-302-5/+12
|\ \ \ \
| * | | | [CIFS] Fix sparse warningSteve French2009-11-252-1/+10
| * | | | [CIFS] Duplicate data on appending to some Samba serversSteve French2009-11-241-2/+0
| * | | | [CIFS] fix oops in cifs_lookup during net bootSteve French2009-11-241-2/+2
| | |_|/ | |/| |
* / | | SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells2009-11-201-1/+1
|/ / /
* | | cifs: clear server inode number flag while autodisablingSuresh Jayaraman2009-11-161-1/+1
* | | cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton2009-11-061-8/+0
* | | cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-11-064-8/+21
|/ /
* / [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French2009-10-061-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-09-2611-258/+159
|\
| * cifs: fix locking and list handling code in cifs_open and its helperJeff Layton2009-09-251-19/+3
| * [CIFS] Remove build warningSteve French2009-09-251-2/+2
| * cifs: fix problems with last two commitsJeff Layton2009-09-251-1/+1
| * [CIFS] Fix build break when keys support turned offSteve French2009-09-251-1/+1
| * cifs: eliminate cifs_init_privateJeff Layton2009-09-243-50/+20
| * cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-2410-175/+119
| * cifs: have cifsFileInfo hold an extra inode referenceJeff Layton2009-09-153-3/+5
| * cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakJeff Layton2009-09-151-3/+3
| * cifs: remove cifsInodeInfo.oplockPending flagJeff Layton2009-09-152-2/+0
| * cifs: fix oplock request handling in posix codepathJeff Layton2009-09-153-11/+14
| * [CIFS] Re-enable Lanman securityChuck Ebbert2009-09-151-2/+2
* | truncate: use new helpersnpiggin@suse.de2009-09-241-43/+10
* | fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \
| * | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
| |/
* | const: mark remaining inode_operations as constAlexey Dobriyan2009-09-222-2/+2
* | const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-221-2/+2
|/
* cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-031-189/+123
* cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-015-39/+31