Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bf67b9be97baea84386abca38b2503bb286571dc
/
fs
/
cifs
84cdf74
cifs: fix unaligned accesses in cifsConvertToUCS
by Jeff Layton
· 14 years ago
ba2dbf3
cifs: clean up unaligned accesses in cifs_unicode.c
by Jeff Layton
· 14 years ago
26ec254
cifs: fix unaligned access in check2ndT2 and coalesce_t2
by Jeff Layton
· 14 years ago
12df83c
cifs: clean up unaligned accesses in validate_t2
by Jeff Layton
· 14 years ago
690c522
cifs: use get/put_unaligned functions to access ByteCount
by Jeff Layton
· 14 years ago
aae62fd
cifs: move time field in cifsInodeInfo
by Jeff Layton
· 14 years ago
c3dccf4
cifs: TCP_Server_Info diet
by Jeff Layton
· 14 years ago
a70307e
CIFS: Implement cifs_strict_readv (try #4)
by Pavel Shilovsky
· 14 years ago
7a6a19b
CIFS: Implement cifs_file_strict_mmap (try #2)
by Pavel Shilovsky
· 14 years ago
8be7e6b
CIFS: Implement cifs_strict_fsync
by Pavel Shilovsky
· 14 years ago
4f8ba8a
CIFS: Make cifsFileInfo_put work with strict cache mode
by Pavel Shilovsky
· 14 years ago
76dcc26
cifs: mangle existing header for SMB_COM_NT_CANCEL
by Jeff Layton
· 14 years ago
7749981
cifs: remove code for setting timeouts on requests
by Jeff Layton
· 14 years ago
fda3594
[CIFS] cifs: reconnect unresponsive servers
by Steve French
· 14 years ago
c74093b
cifs: set up recurring workqueue job to do SMB echo requests
by Jeff Layton
· 14 years ago
766fdbb
cifs: add ability to send an echo request
by Jeff Layton
· 14 years ago
a6827c1
cifs: add cifs_call_async
by Jeff Layton
· 14 years ago
2b84a36c
cifs: allow for different handling of received response
by Jeff Layton
· 14 years ago
74dd92a
cifs: clean up sync_mid_result
by Jeff Layton
· 14 years ago
dad255b
cifs: don't reconnect server when we don't get a response
by Jeff Layton
· 14 years ago
0ade640
cifs: wait indefinitely for responses
by Jeff Layton
· 14 years ago
2fbc2f1
cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other
by Shirish Pargaonkar
· 14 years ago
540b2e3
cifs: Fix regression during share-level security mounts (Repost)
by Shirish Pargaonkar
· 14 years ago
1cd3508
[CIFS] Update cifs version number
by Steve French
· 14 years ago
053d503
cifs: move mid result processing into common function
by Jeff Layton
· 14 years ago
ddc8cf8
cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry
by Jeff Layton
· 14 years ago
8097531
cifs: clean up accesses to midCount
by Jeff Layton
· 14 years ago
c5797a9
cifs: make wait_for_free_request take a TCP_Server_Info pointer
by Jeff Layton
· 14 years ago
9d78315
cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting
by Jeff Layton
· 14 years ago
941b853
cifs: don't fail writepages on -EAGAIN errors
by Jeff Layton
· 14 years ago
12fed00
CIFS: Fix oplock break handling (try #2)
by Pavel Shilovsky
· 14 years ago
1a47f7a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
ea5b778
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
by David Howells
· 14 years ago
01c64fe
CIFS: Use d_automount() rather than abusing follow_link()
by David Howells
· 14 years ago
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 14 years ago
bd76331
cifs: add cruid= mount option
by Jeff Layton
· 14 years ago
56c2430
cifs: cFYI the entire error code in map_smb_to_linux_error
by Jeff Layton
· 14 years ago
1c929cf
switch cifs
by Al Viro
· 14 years ago
20054bd
cifs: use CreationTime like an i_generation field
by Jeff Layton
· 14 years ago
d44a9fe
cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo
by Jeff Layton
· 14 years ago
ca40b71
cifs: show "acl" in DebugData Features when it's compiled in
by Jeff Layton
· 14 years ago
b4d6fcf
cifs: move "ntlmssp" and "local_leases" options out of experimental code
by Jeff Layton
· 14 years ago
1397f2e
cifs: replace some hardcoded values with preprocessor constants
by Jeff Layton
· 14 years ago
a0f8b4f
cifs: remove unnecessary locking around sequence_number
by Jeff Layton
· 14 years ago
197a1ee
[CIFS] Fix minor merge conflict in fs/cifs/dir.c
by Steve French
· 14 years ago
acc6f11
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 14 years ago
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
b23fb0a
fs: scale inode alias list
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
79eb4dd
cifs: dont overwrite dentry name in d_revalidate
by Nick Piggin
· 14 years ago
7e12edd
CIFS: Simplify cifs_open code
by Pavel Shilovsky
· 14 years ago
eeb910a
CIFS: Simplify non-posix open stuff (try #2)
by Pavel Shilovsky
· 14 years ago
4b88613
CIFS: Add match_port check during looking for an existing connection (try #4)
by Pavel Shilovsky
· 14 years ago
a9f1b85
CIFS: Simplify ipv*_connect functions into one (try #4)
by Pavel Shilovsky
· 14 years ago
df8fbc24
cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]
by Shirish Pargaonkar
· 14 years ago
262f86a
cifs: don't overwrite dentry name in d_revalidate
by Nick Piggin
· 14 years ago
545c988
cifs: remove bogus remapping of error in cifs_filldir()
by Suresh Jayaraman
· 14 years ago
7d161b7
cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb
by Jeff Layton
· 14 years ago
03ceace
cifs: fix check of error return from is_path_accessable
by Jeff Layton
· 14 years ago
8846399
cifs: remove Local_System_Name
by Jeff Layton
· 14 years ago
79df1ba
cifs: fix use of CONFIG_CIFS_ACL
by Jeff Layton
· 14 years ago
6d20e84
cifs: add attribute cache timeout (actimeo) tunable
by Suresh Jayaraman
· 14 years ago
ba03864
cifs: fix parsing of hostname in dfs referrals
by Jeff Layton
· 14 years ago
476428f
cifs: display fsc in /proc/mounts
by Suresh Jayaraman
· 14 years ago
b81209d
cifs: enable fscache iff fsc mount option is used explicitly
by Suresh Jayaraman
· 14 years ago
607a569
cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is set
by Suresh Jayaraman
· 14 years ago
fbeba8b
cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)
by Shirish Pargaonkar
· 14 years ago
78415d2
cifs: Misc. cleanup in cifsacl handling [try #4]
by Shirish Pargaonkar
· 14 years ago
523fb8c
cifs: trivial comment fix for cifs_invalidate_mapping
by Suresh Jayaraman
· 14 years ago
362d312
[CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
by Steve French
· 14 years ago
59c55ba
cifs: don't take extra tlink reference in initiate_cifs_search
by Jeff Layton
· 14 years ago
987b21d
cifs: Percolate error up to the caller during get/set acls [try #4]
by Shirish Pargaonkar
· 14 years ago
a7851ce
cifs: fix another memleak, in cifs_root_iget
by Oskar Schirmer
· 14 years ago
ebe2e91
cifs: fix potential use-after-free in cifs_oplock_break_put
by Jeff Layton
· 14 years ago
3565bd4
cifs: fix a memleak in cifs_setattr_nounix()
by Suresh Jayaraman
· 14 years ago
6187639
cifs: make cifs_ioctl handle NULL filp->private_data correctly
by Jeff Layton
· 14 years ago
c672362
cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer
by Pavel Shilovsky
· 14 years ago
d389229
cifs: dereferencing first then checking
by Jeff Layton
· 14 years ago
6ef933a
cifs: trivial comment fix: tlink_tree is now a rbtree
by Suresh Jayaraman
· 14 years ago
54eeafe
[CIFS] Cleanup unused variable build warning
by Steve French
· 14 years ago
b647c35
cifs: convert tlink_tree to a rbtree
by Jeff Layton
· 14 years ago
413e661
cifs: store pointer to master tlink in superblock (try #2)
by Jeff Layton
· 14 years ago
df098db
cifs: trivial doc fix: note setlease implemented
by J. Bruce Fields
· 14 years ago
e66673e
CIFS: Add cifs_set_oplock_level
by Pavel Shilovsky
· 14 years ago
50ae28f
FS: cifs, remove unneeded NULL tests
by Jiri Slaby
· 14 years ago
51ee4b8
locks: let the caller free file_lock on ->setlease failure
by Christoph Hellwig
· 14 years ago
05fa313
locks: fix setlease methods to free passed-in lock
by J. Bruce Fields
· 14 years ago
b4020c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
d753ed9
convert cifs
by Al Viro
· 14 years ago
d3686d5
cifs: Cleanup and thus reduce smb session structure and fields used during authentication
by Shirish Pargaonkar
· 14 years ago
d3ba50b
NTLM auth and sign - Use appropriate server challenge
by Shirish Pargaonkar
· 14 years ago
6b03590
cifs: add kfree() on error path
by Dan Carpenter
· 14 years ago
f7c5445
NTLM auth and sign - minor error corrections and cleanup
by Shirish Pargaonkar
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
Next »