index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Steve French
2010-05-13
1
-0
/
+10
|
\
|
*
cifs: add bdi backing to mount session
Jens Axboe
2010-04-22
1
-0
/
+10
*
|
[CIFS] drop quota operation stubs
Steve French
2010-05-12
1
-107
/
+0
*
|
[CIFS] Remove unused cifs_oplock_cachep
Steve French
2010-05-06
1
-13
/
+0
*
|
[CIFS] Fix lease break for writes
Steve French
2010-04-27
1
-12
/
+0
*
|
cifs: rename "extended_security" to "global_secflags"
Jeff Layton
2010-04-26
1
-1
/
+1
*
|
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
2010-04-21
1
-19
/
+18
|
/
*
[CIFS] Add mmap for direct, nobrl cifs mount types
Pavel Shilovsky
2010-03-27
1
-0
/
+1
*
cifs: add cifs_revalidate_file
Jeff Layton
2010-03-09
1
-1
/
+1
*
cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry
Jeff Layton
2010-03-06
1
-1
/
+2
*
[CIFS] Enable mmap on forcedirectio mounts
Steve French
2009-12-07
1
-1
/
+2
*
SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()
David Howells
2009-11-20
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2009-09-26
1
-89
/
+4
|
\
|
*
[CIFS] Fix build break when keys support turned off
Steve French
2009-09-25
1
-1
/
+1
|
*
cifs: convert oplock breaks to use slow_work facility (try #4)
Jeff Layton
2009-09-24
1
-90
/
+5
*
|
fs: Make unload_nls() NULL pointer safe
Thomas Gleixner
2009-09-24
1
-2
/
+1
*
|
const: make struct super_block::s_qcop const
Alexey Dobriyan
2009-09-22
1
-2
/
+2
|
/
*
cifs: protect GlobalOplock_Q with its own spinlock
Jeff Layton
2009-09-01
1
-6
/
+7
*
cifs: use tcon pointer in cifs_show_options
Jeff Layton
2009-09-01
1
-6
/
+3
*
cifs: show noforceuid/noforcegid mount options (try #2)
Jeff Layton
2009-08-03
1
-0
/
+4
*
cifs: remove cifsInodeInfo->inUse counter
Jeff Layton
2009-07-09
1
-1
/
+0
*
[CIFS] remove bkl usage from umount begin
Steve French
2009-06-26
1
-4
/
+7
*
cifs: fix problems with earlier patches
Jeff Layton
2009-06-25
1
-2
/
+0
*
cifs: display scopeid in /proc/mounts
Jeff Layton
2009-06-15
1
-11
/
+22
*
cifs: have cifs_show_options show forceuid/forcegid options
Jeff Layton
2009-06-13
1
-0
/
+5
*
cifs: remove unneeded NULL checks from cifs_show_options
Jeff Layton
2009-06-13
1
-71
/
+59
*
push BKL down into ->put_super
Christoph Hellwig
2009-06-11
1
-1
/
+5
*
cifs: rename cifs_iget to cifs_root_iget
Jeff Layton
2009-05-28
1
-1
/
+1
*
Convert obvious places to deactivate_locked_super()
Al Viro
2009-05-09
1
-2
/
+1
*
vfs: umount_begin BKL pushdown
Alessio Igor Bogani
2009-05-09
1
-0
/
+3
*
cifs: remove dnotify thread code
Jeff Layton
2009-04-17
1
-47
/
+0
*
cifs: vary timeout on writes past EOF based on offset (try #5)
Jeff Layton
2009-04-17
1
-0
/
+1
*
vfs: simple_set_mnt() should return void
Sukadev Bhattiprolu
2009-03-27
1
-1
/
+2
*
kill ->dir_notify()
Al Viro
2008-12-31
1
-7
/
+0
*
cifs: update for new IP4/6 address printing
Stephen Rothwell
2008-12-28
1
-4
/
+4
*
[CIFS] various minor cleanups pointed out by checkpatch script
Steve French
2008-12-26
1
-12
/
+7
*
cifs: make dnotify thread experimental code
Jeff Layton
2008-12-26
1
-1
/
+11
*
cifs: display addr and prefixpath options in /proc/mounts
Jeff Layton
2008-12-26
1
-12
/
+32
*
cifs: reinstate sharing of tree connections
Jeff Layton
2008-11-17
1
-4
/
+4
*
cifs: reinstate sharing of SMB sessions sans races
Jeff Layton
2008-11-14
1
-9
/
+8
*
cifs: disable sharing session and tcon and add new TCP sharing code
Jeff Layton
2008-11-14
1
-1
/
+2
*
[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...
Steve French
2008-11-13
1
-3
/
+3
*
[CIFS] Fix cifs reconnection flags
Steve French
2008-11-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2008-10-23
1
-0
/
+42
|
\
|
*
[CIFS] improve setlease handling
Steve French
2008-10-23
1
-0
/
+41
|
*
cifs: track DeletePending flag in cifsInodeInfo
Jeff Layton
2008-10-20
1
-0
/
+1
*
|
[PATCH] move executable checking into ->permission()
Miklos Szeredi
2008-10-23
1
-3
/
+6
*
|
[PATCH] fix ->llseek for more directories
Christoph Hellwig
2008-10-23
1
-0
/
+1
|
/
*
[CIFS] remove trailing whitespace
Steve French
2008-08-11
1
-1
/
+1
*
[CIFS] if get root inode fails during mount, cleanup tree connection
Steve French
2008-08-11
1
-0
/
+2
[next]