summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton2013-06-271-0/+29
| * | | | | | | | | SMB2 FSCTL and IOCTL worker functionSteve French2013-06-274-0/+147
| * | | | | | | | | Charge at least one credit, if server says that it supports multicreditSteve French2013-06-271-1/+8
| * | | | | | | | | Remove typoSteve French2013-06-271-1/+0
| * | | | | | | | | Some missing share flagsSteve French2013-06-271-2/+5
| * | | | | | | | | cifs: using strlcpy instead of strncpyZhao Hongjiang2013-06-272-2/+2
| * | | | | | | | | Update headers to update various SMB3 ioctl definitionsSteve French2013-06-243-3/+80
| * | | | | | | | | Update cifs version numberSteve French2013-06-241-1/+1
| * | | | | | | | | Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French2013-06-244-2/+26
| * | | | | | | | | Add some missing SMB3 and SMB3.02 flagsSteve French2013-06-241-5/+18
| * | | | | | | | | Add SMB3.02 dialect supportSteve French2013-06-245-0/+30
| * | | | | | | | | Fix endian error in SMB2 protocol negotiationSteve French2013-06-241-2/+2
| * | | | | | | | | cifs: clean up the SecurityFlags write handlerJeff Layton2013-06-241-6/+14
| * | | | | | | | | cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton2013-06-241-1/+1
| * | | | | | | | | move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-247-180/+115
| * | | | | | | | | cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-2410-82/+71
| * | | | | | | | | add new fields to smb_vol to track the requested security flavorJeff Layton2013-06-242-0/+27
| * | | | | | | | | cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-243-4/+13
| * | | | | | | | | cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-243-5/+16
| * | | | | | | | | cifs: add new "Unspecified" securityEnum valueJeff Layton2013-06-241-2/+2
| * | | | | | | | | cifs: factor out check for extended security bit into separate functionJeff Layton2013-06-241-9/+16
| * | | | | | | | | cifs: move handling of signed connections into separate functionJeff Layton2013-06-243-62/+40
| * | | | | | | | | cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton2013-06-241-88/+97
| * | | | | | | | | cifs: break out decoding of security blob into separate functionJeff Layton2013-06-242-51/+62
| * | | | | | | | | cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-244-29/+7
| * | | | | | | | | cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-243-19/+16
| * | | | | | | | | cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-241-11/+7
| * | | | | | | | | cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-241-1/+0
| * | | | | | | | | cifs: remove protocolEnum definitionJeff Layton2013-06-241-6/+0
| * | | | | | | | | cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-242-1/+9
* | | | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-034-9/+60
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | pstore: Return unique error if backend registration excluded by kernel paramLenny Szubowicz2013-06-291-5/+6
| * | | | | | | | | pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah2013-06-251-0/+2
| * | | | | | | | | pstore/ram: remove the power of buffer size limitationRob Herring2013-06-151-2/+0
| * | | | | | | | | pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring2013-06-151-2/+52
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-0365-586/+800
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ext4: ->tmpfile() supportAl Viro2013-07-031-1/+46
| * | | | | | | | | | vfs: export lseek_execute() to modulesJie Liu2013-07-036-64/+23
| * | | | | | | | | | lseek_execute() doesn't need an inode passed to itAl Viro2013-06-291-7/+3
| * | | | | | | | | | block_dev: switch to fixed_size_llseek()Al Viro2013-06-291-22/+1
| * | | | | | | | | | locks: give the blocked_hash its own spinlockJeff Layton2013-06-291-19/+22
| * | | | | | | | | | locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-292-2/+22
| * | | | | | | | | | locks: turn the blocked_list into a hashtableJeff Layton2013-06-291-8/+17
| * | | | | | | | | | locks: convert fl_link to a hlist_nodeJeff Layton2013-06-291-12/+12
| * | | | | | | | | | locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton2013-06-291-1/+14
| * | | | | | | | | | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-2911-95/+141
| * | | | | | | | | | locks: encapsulate the fl_link list handlingJeff Layton2013-06-291-9/+36
| * | | | | | | | | | locks: make "added" in __posix_lock_file a boolJeff Layton2013-06-291-4/+5
| * | | | | | | | | | locks: comment cleanups and clarificationsJeff Layton2013-06-291-8/+13
| * | | | | | | | | | locks: make generic_add_lease and generic_delete_lease staticJeff Layton2013-06-291-2/+2