aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2010-05-131-0/+10
|\
| * cifs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+10
* | [CIFS] drop quota operation stubsSteve French2010-05-121-107/+0
* | [CIFS] Remove unused cifs_oplock_cachepSteve French2010-05-061-13/+0
* | [CIFS] Fix lease break for writesSteve French2010-04-271-12/+0
* | cifs: rename "extended_security" to "global_secflags"Jeff Layton2010-04-261-1/+1
* | [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-19/+18
|/
* [CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky2010-03-271-0/+1
* cifs: add cifs_revalidate_fileJeff Layton2010-03-091-1/+1
* cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton2010-03-061-1/+2
* [CIFS] Enable mmap on forcedirectio mountsSteve French2009-12-071-1/+2
* SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells2009-11-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-09-261-89/+4
|\
| * [CIFS] Fix build break when keys support turned offSteve French2009-09-251-1/+1
| * cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-241-90/+5
* | fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-2/+1
* | const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-221-2/+2
|/
* cifs: protect GlobalOplock_Q with its own spinlockJeff Layton2009-09-011-6/+7
* cifs: use tcon pointer in cifs_show_optionsJeff Layton2009-09-011-6/+3
* cifs: show noforceuid/noforcegid mount options (try #2)Jeff Layton2009-08-031-0/+4
* cifs: remove cifsInodeInfo->inUse counterJeff Layton2009-07-091-1/+0
* [CIFS] remove bkl usage from umount beginSteve French2009-06-261-4/+7
* cifs: fix problems with earlier patchesJeff Layton2009-06-251-2/+0
* cifs: display scopeid in /proc/mountsJeff Layton2009-06-151-11/+22
* cifs: have cifs_show_options show forceuid/forcegid optionsJeff Layton2009-06-131-0/+5
* cifs: remove unneeded NULL checks from cifs_show_optionsJeff Layton2009-06-131-71/+59
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+5
* cifs: rename cifs_iget to cifs_root_igetJeff Layton2009-05-281-1/+1
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-091-0/+3
* cifs: remove dnotify thread codeJeff Layton2009-04-171-47/+0
* cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-171-0/+1
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* kill ->dir_notify()Al Viro2008-12-311-7/+0
* cifs: update for new IP4/6 address printingStephen Rothwell2008-12-281-4/+4
* [CIFS] various minor cleanups pointed out by checkpatch scriptSteve French2008-12-261-12/+7
* cifs: make dnotify thread experimental codeJeff Layton2008-12-261-1/+11
* cifs: display addr and prefixpath options in /proc/mountsJeff Layton2008-12-261-12/+32
* cifs: reinstate sharing of tree connectionsJeff Layton2008-11-171-4/+4
* cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-141-9/+8
* cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-141-1/+2
* [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Steve French2008-11-131-3/+3
* [CIFS] Fix cifs reconnection flagsSteve French2008-11-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-10-231-0/+42
|\
| * [CIFS] improve setlease handlingSteve French2008-10-231-0/+41
| * cifs: track DeletePending flag in cifsInodeInfoJeff Layton2008-10-201-0/+1
* | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-231-3/+6
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
|/
* [CIFS] remove trailing whitespaceSteve French2008-08-111-1/+1
* [CIFS] if get root inode fails during mount, cleanup tree connectionSteve French2008-08-111-0/+2