Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
66211f98d611056bf5fe918bbda37c636688574e
/
fs
/
cifs
/
misc.c
3d3ea8e
cifs: Add mount options for backup intent (try #6)
by Shirish Pargaonkar
· 13 years ago
376b43f
cifs: clean up checkSMB
by Jeff Layton
· 13 years ago
ad63594
cifs: simplify refcounting for oplock breaks
by Jeff Layton
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
820a803
cifs: keep BCC in little-endian format
by Jeff Layton
· 14 years ago
be8e3b0
consistently use smb_buf_length as be32 for cifs (try 3)
by Steve French
· 14 years ago
8679b0d
cifs: fix broken BCC check in is_valid_oplock_break
by Jeff Layton
· 14 years ago
8727c8a
Allow user names longer than 32 bytes
by Steve French
· 14 years ago
6284644
cifs: fix length checks in checkSMB
by Jeff Layton
· 14 years ago
92a4e0f
cifs: force a reconnect if there are too many MIDs in flight
by Jeff Layton
· 14 years ago
68abaff
cifs: simplify SMB header check routine
by Jeff Layton
· 14 years ago
84cdf74
cifs: fix unaligned accesses in cifsConvertToUCS
by Jeff Layton
· 14 years ago
12fed00
CIFS: Fix oplock break handling (try #2)
by Pavel Shilovsky
· 14 years ago
c672362
cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer
by Pavel Shilovsky
· 14 years ago
e66673e
CIFS: Add cifs_set_oplock_level
by Pavel Shilovsky
· 14 years ago
6573e9b
cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]
by Suresh Jayaraman
· 14 years ago
cdff08e
[CIFS] move close processing from cifs_close to cifsFileInfo_put
by Steve French
· 14 years ago
3f9bcca
cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock
by Suresh Jayaraman
· 14 years ago
4477288
cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
by Jeff Layton
· 14 years ago
a5e18bc
cifs: keep dentry reference in cifsFileInfo instead of inode reference
by Jeff Layton
· 14 years ago
0d424ad
cifs: add cifs_sb_master_tcon and convert some callers to use it
by Jeff Layton
· 14 years ago
a6e8a84
cifs: add function to get a tcon from cifs_sb
by Jeff Layton
· 14 years ago
9b64697
cifs: use workqueue instead of slow-work
by Tejun Heo
· 14 years ago
b6b38f7
[CIFS] Neaten cERROR and cFYI macros, reduce text space
by Joe Perches
· 15 years ago
d7b619c
[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and
by Steve French
· 15 years ago
f534dc9
cifs: clear server inode number flag while autodisabling
by Suresh Jayaraman
· 15 years ago
ec06aed
cifs: clean up handling when server doesn't consistently support inode numbers
by Jeff Layton
· 15 years ago
3bc303c
cifs: convert oplock breaks to use slow_work facility (try #4)
by Jeff Layton
· 15 years ago
058daf4
cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_break
by Jeff Layton
· 15 years ago
495e993
cifs: remove cifsInodeInfo.oplockPending flag
by Jeff Layton
· 15 years ago
f588416
cifs: change cifs_get_name_from_search_buf to use new unicode helper
by Jeff Layton
· 16 years ago
66345f5
cifs: move #defines for mapchars into cifs_unicode.h
by Jeff Layton
· 16 years ago
54a696b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
00e485b
cifs: store password in tcon
by Jeff Layton
· 16 years ago
55162de
cifs: zero out session password before freeing it
by Jeff Layton
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
ddb4cbf
[CIFS] Do not attempt to close invalidated file handles
by Steve French
· 16 years ago
f3a5c54
Merge branch 'master' into next
by James Morris
· 16 years ago
f1987b4
cifs: reinstate sharing of tree connections
by Jeff Layton
· 16 years ago
14fbf50
cifs: reinstate sharing of SMB sessions sans races
by Jeff Layton
· 16 years ago
a001e5b
CRED: Wrap task credential accesses in the CIFS filesystem
by David Howells
· 16 years ago
14835a3
[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble
by Jeff Layton
· 16 years ago
232087c
cifs: don't use GFP_KERNEL with GFP_NOFS
by Pekka Enberg
· 16 years ago
aaa9bbe
[CIFS] remove unused variables
by Steve French
· 16 years ago
4b18f2a
[CIFS] convert usage of implicit booleans to bool
by Steve French
· 17 years ago
ad7a292
[CIFS] reduce checkpatch warnings
by Steve French
· 17 years ago
630f3f0c
[CIFS] acl support part 6
by Steve French
· 17 years ago
7f8ed42
[CIFS] CIFS support for named pipes (part 1)
by Steve French
· 17 years ago
63135e0
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
by Steve French
· 17 years ago
50c2f75
[CIFS] whitespace/formatting fixes
by Steve French
· 17 years ago
fb8c4b1
[CIFS] whitespace cleanup
by Steve French
· 17 years ago
790fe57
[CIFS] more whitespace cleanup
by Steve French
· 17 years ago
76849e3
[CIFS] Remove 2 unneeded kzalloc casts
by Steve French
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
d103e16
[CIFS] Workaround incomplete byte length returned by some
by Steve French
· 18 years ago
2cd646a
[CIFS] Remove static and unused symbols
by Steve French
· 18 years ago
3979877
[CIFS] Support for setting up SMB sessions to legacy lanman servers
by Steve French
· 18 years ago
d7c8c94
[CIFS] Fix slow oplock break response when mounts to different
by Steve French
· 19 years ago
46c79a6
[CIFS] Move noisy debug message (triggerred by some older servers) from
by Steve French
· 19 years ago
184ed21
[CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrapping
by Steve French
· 19 years ago
a048d7a
[CIFS] Convert remaining places in fs/cifs from
by Eric Sesterhenn
· 19 years ago
ec637e3
[CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages
by Steve French
· 19 years ago
4498eed5
[CIFS] Add extended stats (STATS2) for total buffer allocations for
by Steve French
· 19 years ago
8345187
[CIFS] Use fsuid (fsgid) more consistently instead of uid/gid in
by Steve French
· 19 years ago
6ab16d2
[CIFS] Fix umount --force to wake up the pending response queue, not just
by Steve French
· 19 years ago
e89dc92
[CIFS] Cleanup sparse warnings for unicode little endian casts
by Steve French
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
190fdeb
[CIFS] Fix byte range locking to Windows when Windows server returns
by Steve French
· 19 years ago
70ca734
[CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes
by Steve French
· 19 years ago
2096243
[CIFS] Add support for legacy servers part nine. statfs (df and du) is now
by Steve French
· 19 years ago
a454434
CIFS: Reduce CONFIG_CIFS_STATS ifdefs
by Steve French
· 19 years ago
d3485d3
[CIFS] Finish cifs mount option which requests case insensitive path
by Steve French
· 19 years ago
1982c34
[CIFS] Ensure that cifs multiplex ids do not collide.
by Steve French
· 19 years ago
f4cfd69
[CIFS] Fix path name conversion for long filenames when mapchars mount
by Steve French
· 19 years ago
67594fe
[CIFS] missing break needed to handle < when mount option "mapchars" specified
by Steve French
· 19 years ago
57337e4
[PATCH] cifs: handle termination of cifs oplockd kernel thread
by Steve French
· 20 years ago
d072471
[PATCH] cifs: Fix PPC64 compile error
by Steve French
· 20 years ago
6c91d36
[PATCH] cifs: finish up of special character mapping capable unicode conversion routine part 2 of 3
by Steve French
· 20 years ago
6a0b482
[PATCH] cifs: Add new mount parm mapchars
by Steve French
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago