aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-10-295-12/+55
|\
| * eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsTyler Hicks2010-10-291-0/+2
| * ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu2010-10-293-1/+17
| * ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu2010-10-291-2/+2
| * ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu2010-10-291-6/+28
| * eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks2010-10-291-0/+4
| * ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu2010-10-291-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-2914-290/+526
|\ \
| * | cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-294-47/+55
| * | NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-295-12/+21
| * | cifs: add kfree() on error pathDan Carpenter2010-10-281-0/+1
| * | NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-274-15/+12
| * | NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa...Shirish Pargaonkar2010-10-262-60/+136
| * | NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-267-10/+184
| * | cifs: cifs_convert_address() returns zero on errorDan Carpenter2010-10-261-1/+1
| * | NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-267-137/+134
| * | cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman2010-10-253-3/+3
| * | cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-254-39/+15
| * | [CIFS] Fix checkpatch warnings and bump cifs version numberSteve French2010-10-252-3/+3
| * | cifs: wait for writeback to complete in cifs_flushJeff Layton2010-10-251-14/+7
| * | cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton2010-10-252-6/+11
* | | readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds2010-10-292-35/+39
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-10-293-6/+8
|\ \ \
| * | | Squashfs: fix function prototypePhillip Lougher2010-10-282-2/+3
| * | | Squashfs: fix use of __le64 annotated variablePhillip Lougher2010-10-281-4/+5
| | |/ | |/|
* | | braino in internal.hAl Viro2010-10-291-1/+1
* | | convert simple cases of nfs-related ->get_sb() to ->mount()Al Viro2010-10-291-50/+46
* | | convert btrfsAl Viro2010-10-291-9/+6
* | | convert cephAl Viro2010-10-291-23/+27
* | | convert gfs2Al Viro2010-10-291-29/+22
* | | convert afsAl Viro2010-10-291-12/+7
* | | convert ecryptfsAl Viro2010-10-291-7/+5
* | | convert sysfsAl Viro2010-10-291-19/+13
* | | switch get_sb_ns() usersAl Viro2010-10-291-8/+6
* | | switch procfs to ->mount()Al Viro2010-10-291-7/+6
* | | setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-291-1/+2
* | | convert cifsAl Viro2010-10-291-8/+7
* | | convert nilfsAl Viro2010-10-291-9/+7
* | | switch logfs to ->mount()Al Viro2010-10-292-27/+23
* | | logfs: fix a leak in get_sbAl Viro2010-10-294-7/+8
* | | logfs get_sb, part 3Al Viro2010-10-294-39/+29
* | | logfs get_sb, part 2Al Viro2010-10-294-14/+13
* | | logfs get_sb massage, part 1Al Viro2010-10-294-21/+39
* | | convert v9fsAl Viro2010-10-291-12/+10
* | | convert ubifsAl Viro2010-10-291-7/+6
* | | convert get_sb_pseudo() usersAl Viro2010-10-294-23/+18
* | | convert get_sb_nodev() usersAl Viro2010-10-2911-53/+65
* | | convert get_sb_single() usersAl Viro2010-10-298-49/+58
* | | convert get_sb_mtd() users to ->mount()Al Viro2010-10-292-14/+12
* | | new helper: mount_bdev()Al Viro2010-10-2930-161/+147