aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-89/+4
2009-09-25[CIFS] Fix build break when keys support turned offSteve French1-1/+1
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-90/+5
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-2/+1
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-2/+2
2009-09-01cifs: protect GlobalOplock_Q with its own spinlockJeff Layton1-6/+7
2009-09-01cifs: use tcon pointer in cifs_show_optionsJeff Layton1-6/+3
2009-08-03cifs: show noforceuid/noforcegid mount options (try #2)Jeff Layton1-0/+4
2009-07-09cifs: remove cifsInodeInfo->inUse counterJeff Layton1-1/+0
2009-06-26[CIFS] remove bkl usage from umount beginSteve French1-4/+7
2009-06-25cifs: fix problems with earlier patchesJeff Layton1-2/+0
2009-06-15cifs: display scopeid in /proc/mountsJeff Layton1-11/+22
2009-06-13cifs: have cifs_show_options show forceuid/forcegid optionsJeff Layton1-0/+5
2009-06-13cifs: remove unneeded NULL checks from cifs_show_optionsJeff Layton1-71/+59
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+5
2009-05-28cifs: rename cifs_iget to cifs_root_igetJeff Layton1-1/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-0/+3
2009-04-17cifs: remove dnotify thread codeJeff Layton1-47/+0
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton1-0/+1
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+2
2008-12-31kill ->dir_notify()Al Viro1-7/+0
2008-12-28cifs: update for new IP4/6 address printingStephen Rothwell1-4/+4
2008-12-26[CIFS] various minor cleanups pointed out by checkpatch scriptSteve French1-12/+7
2008-12-26cifs: make dnotify thread experimental codeJeff Layton1-1/+11
2008-12-26cifs: display addr and prefixpath options in /proc/mountsJeff Layton1-12/+32
2008-11-17cifs: reinstate sharing of tree connectionsJeff Layton1-4/+4
2008-11-14cifs: reinstate sharing of SMB sessions sans racesJeff Layton1-9/+8
2008-11-14cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton1-1/+2
2008-11-13[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fixSteve French1-3/+3
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-0/+42
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-3/+6
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-23[CIFS] improve setlease handlingSteve French1-0/+41
2008-10-20cifs: track DeletePending flag in cifsInodeInfoJeff Layton1-0/+1
2008-08-11[CIFS] remove trailing whitespaceSteve French1-1/+1
2008-08-11[CIFS] if get root inode fails during mount, cleanup tree connectionSteve French1-0/+2
2008-08-08[CIFS] list entry can not return nullSteve French1-38/+33
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-17/+48
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-1/+1
2008-06-10[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French1-11/+10
2008-05-19[CIFS] add missing seq_printf to cifs_show_options for hard mount optionSteve French1-0/+3
2008-05-17[CIFS] add more complete mount options to cifs_show_optionsSteve French1-1/+30
2008-05-15[CIFS] BKL-removal: convert CIFS over to unlocked_ioctlSteve French1-5/+5
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-3/+3
2008-04-28[CIFS] Fix statfs formattingSteve French1-33/+33
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-5/+2