summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-10-18[CIFS] Fix minor checkpatch warning and update cifs versionSteve French
2010-10-18cifs: move cifs_new_fileinfo to file.cJeff Layton
2010-10-18cifs: eliminate pfile pointer from cifsFileInfoJeff Layton
2010-10-18cifs: cifs_write argument change and cleanupJeff Layton
2010-10-18cifs: clean up cifs_reopen_fileJeff Layton
2010-10-18cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton
2010-10-18cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton
2010-10-18cifs: fix flags handling in cifs_posix_openJeff Layton
2010-10-15cifs: eliminate cifs_posix_open_inode_helperJeff Layton
2010-10-15cifs: handle FindFirst failure gracefullySuresh Jayaraman
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton
2010-10-12cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton
2010-10-12CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...Shirish Pargaonkar
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton
2010-10-08Merge branch 'for-next'Steve French
2010-10-08[CIFS] Remove build warningSteve French
2010-10-08cifs: fix module refcount leak in find_domain_nameJeff Layton
2010-10-08cifs: implement recurring workqueue job to prune old tconsJeff Layton
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton
2010-10-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-10-07[CIFS] Various small checkpatch cleanupsSteve French
2010-10-07cifs: add "multiuser" mount optionJeff Layton
2010-10-07cifs: add routines to build sessions and tcons on the flyJeff Layton
2010-10-07xfs: properly account for reclaimed inodesJohannes Weiner
2010-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-10-06ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven
2010-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-10-01reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton
2010-09-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds
2010-09-30ocfs2: Don't walk off the end of fast symlinks.Joel Becker
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton
2010-09-29cifs: fix handling of signing with writepages (try #6)Jeff Layton
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton
2010-09-29cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton
2010-09-29[CIFS] Fix ordering of cleanup on module init failureSteve French