summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jffs2: use vzallocJoe Perches2010-12-031-3/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-3015-41/+56
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-30431-20113/+10658
| |\
| * | jffs2: use kmemdupJulia Lawall2010-10-251-2/+1
| * | jffs2: Reduce excessive scan of empty blocksJoakim Tjernlund2010-10-251-6/+6
| * | jffs2: Fix serious write stall due to eraseJoakim Tjernlund2010-10-251-3/+4
| * | jffs2: Dynamically choose inocache hash sizeDaniel Drake2010-10-255-7/+29
| * | jffs2: drop unused model argumentMike Frysinger2010-10-256-22/+15
| * | jffs2: use cond_resched() instead of yield()Wolfram Sang2010-10-251-1/+1
* | | fs/compat.c: fix build on MIPS/s390wu zhangjin2010-10-301-0/+1
* | | 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
OpenPOWER on IntegriCloud