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