aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds5-12/+55
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-290/+526
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds2-35/+39
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds3-6/+8
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsTyler Hicks1-0/+2
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu3-1/+17
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu1-2/+2
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu1-6/+28
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2010-10-29braino in internal.hAl Viro1-1/+1
2010-10-29convert simple cases of nfs-related ->get_sb() to ->mount()Al Viro1-50/+46
2010-10-29convert btrfsAl Viro1-9/+6
2010-10-29convert cephAl Viro1-23/+27
2010-10-29convert gfs2Al Viro1-29/+22
2010-10-29convert afsAl Viro1-12/+7
2010-10-29convert ecryptfsAl Viro1-7/+5
2010-10-29convert sysfsAl Viro1-19/+13
2010-10-29switch get_sb_ns() usersAl Viro1-8/+6
2010-10-29switch procfs to ->mount()Al Viro1-7/+6
2010-10-29setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro1-1/+2
2010-10-29convert cifsAl Viro1-8/+7
2010-10-29convert nilfsAl Viro1-9/+7
2010-10-29switch logfs to ->mount()Al Viro2-27/+23
2010-10-29logfs: fix a leak in get_sbAl Viro4-7/+8
2010-10-29logfs get_sb, part 3Al Viro4-39/+29
2010-10-29logfs get_sb, part 2Al Viro4-14/+13
2010-10-29logfs get_sb massage, part 1Al Viro4-21/+39
2010-10-29convert v9fsAl Viro1-12/+10
2010-10-29convert ubifsAl Viro1-7/+6
2010-10-29convert get_sb_pseudo() usersAl Viro4-23/+18
2010-10-29convert get_sb_nodev() usersAl Viro11-53/+65
2010-10-29convert get_sb_single() usersAl Viro8-49/+58
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro2-14/+12
2010-10-29new helper: mount_bdev()Al Viro30-161/+147
2010-10-29beginning of transtion: ->mount()Al Viro1-3/+14
2010-10-29fix open/umount raceAl Viro2-3/+5
2010-10-29a couple of open-coded ihold() introduced by nfs mergeAl Viro1-2/+2
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during authenticationShirish Pargaonkar4-47/+55
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar5-12/+21
2010-10-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+5
2010-10-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-5/+11
2010-10-28ext4: BUG_ON fix: check if page has buffers before calling page_buffers() Theodore Ts'o1-7/+5
2010-10-28nfs4: The difference of 2 pointers is ptrdiff_tGeert Uytterhoeven1-2/+2
2010-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds30-9452/+4
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman30-9452/+4
2010-10-28Squashfs: fix function prototypePhillip Lougher2-2/+3
2010-10-28Squashfs: fix use of __le64 annotated variablePhillip Lougher1-4/+5
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds2-2/+4
2010-10-28ext4: fix compile with CONFIG_EXT4_FS_XATTR disabledIngo Molnar1-1/+1