summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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/+115Star
| * | | | | | | | cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-2410-82/+71Star
| * | | | | | | | 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/+40Star
| * | | | | | | | 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/+7Star
| * | | | | | | | cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-243-19/+16Star
| * | | | | | | | cifs: make decode_ascii_ssetup void returnJeff Layton2013-06-241-11/+7Star
| * | | | | | | | cifs: remove useless memset in LANMAN auth codeJeff Layton2013-06-241-1/+0Star
| * | | | | | | | cifs: remove protocolEnum definitionJeff Layton2013-06-241-6/+0Star
| * | | | | | | | 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/+0Star
| * | | | | | | | 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/+23Star
| * | | | | | | | | lseek_execute() doesn't need an inode passed to itAl Viro2013-06-291-7/+3Star
| * | | | | | | | | block_dev: switch to fixed_size_llseek()Al Viro2013-06-291-22/+1Star
| * | | | | | | | | 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
| * | | | | | | | | cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-292-3/+2Star
| * | | | | | | | | locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-292-4/+2Star
| * | | | | | | | | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-2920-144/+95Star
| * | | | | | | | | minix: bug widening a binary "not" operationDan Carpenter2013-06-291-1/+1
| * | | | | | | | | splice: lift checks from do_splice_from() into callersAl Viro2013-06-291-11/+20
| * | | | | | | | | constify rw_verify_area()Al Viro2013-06-293-1/+4
| * | | | | | | | | new helper: fixed_size_llseek()Al Viro2013-06-291-0/+20
| * | | | | | | | | ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-294-10/+8Star
| * | | | | | | | | fuse: another open-coded file_inode()Al Viro2013-06-291-2/+1Star
| * | | | | | | | | btrfs: more open-coded file_inode()Al Viro2013-06-291-4/+4
| * | | | | | | | | fanotify: quit wanking with FASYNC in ->release()Al Viro2013-06-291-3/+0Star