summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-06ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar1-3/+6
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton1-1/+5
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton6-16/+35
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton9-33/+41
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton9-148/+376
2010-09-29cifs: fix handling of signing with writepages (try #6)Jeff Layton1-31/+37
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton3-14/+16
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton8-32/+42
2010-09-29cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton3-4/+4
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton13-71/+74
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton5-56/+45
2010-09-29[CIFS] Fix ordering of cleanup on module init failureSteve French2-10/+9
2010-09-29[CIFS] Remove obsolete headerSteve French1-37/+0
2010-09-29cifs: allow matching of tcp sessions in CifsNew stateJeff Layton1-9/+0
2010-09-29cifs: add tcon field to cifsFileInfo structJeff Layton2-0/+2
2010-09-29cifs: add "mfsymlinks" mount optionStefan Metzmacher3-0/+18
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher4-4/+47
2010-09-29cifs: implement CIFSCreateMFSymLink()Stefan Metzmacher1-0/+45
2010-09-29cifs: implement CIFSFormatMFSymlink()Stefan Metzmacher1-0/+41
2010-09-29cifs: implement CIFSQueryMFSymLink()Stefan Metzmacher1-0/+50
2010-09-29cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Stefan Metzmacher2-0/+83
2010-09-29cifs: implement CIFSParseMFSymlink()Stefan Metzmacher1-0/+62
2010-09-29cifs: Allow binding to local IP address.Ben Greear3-2/+108
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar8-53/+225
2010-09-29cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar5-23/+23
2010-09-29cifs: fix broken oplock handlingSuresh Jayaraman3-10/+9
2010-09-29cifs: use type __u32 instead of int for the oplock parameterSuresh Jayaraman1-4/+4
2010-09-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-44/+117
2010-09-24o2dlm: force free mles during dlm exitSrinivas Eeda3-0/+42
2010-09-24ocfs2: Sync inode flags with ext2.Tao Ma2-16/+29
2010-09-24ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.Tao Ma1-12/+10
2010-09-24ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.Tao Ma1-2/+2
2010-09-24ocfs2: update ctime when changing the file's permission by setfaclTao Ma1-0/+3
2010-09-23/proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro1-2/+2
2010-09-23aio: do not return ERESTARTSYS as a result of AIOJan Kara1-1/+9
2010-09-23/proc/vmcore: fix seekingArnd Bergmann1-1/+1
2010-09-23Prevent freeing uninitialized pointer in compat_do_readv_writevDan Rosenberg1-1/+1
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+24
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara1-2/+21
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara1-1/+3
2010-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-83/+84
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes1-2/+2
2010-09-18ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Wu Fengguang1-1/+1
2010-09-17ceph: select CRYPTOSage Weil1-0/+1
2010-09-17ceph: check mapping to determine if FILE_CACHE cap is usedSage Weil1-1/+1
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil3-6/+18
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-17ceph: fix cap_snap and realm splitSage Weil3-61/+33
2010-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-3/+3
2010-09-15Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-5/+11