summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-10/+9
| |/ / / / /
* | | | | | ocfs2: drop the BLKDEV_IFL_WAIT flagLinus Torvalds2010-10-221-2/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-2227-1043/+2091
|\ \ \ \ \ \
| * | | | | | [CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French2010-10-213-138/+60
| * | | | | | cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-217-58/+58
| * | | | | | cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Tejun Heo2010-10-191-2/+1
| * | | | | | Clean up two declarations of blob_lenShirish Pargaonkar2010-10-191-5/+8
| * | | | | | cifs: move cifsFileInfo_put to file.cJeff Layton2010-10-182-9/+11
| * | | | | | cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-186-38/+38
| * | | | | | [CIFS] Fix minor checkpatch warning and update cifs versionSteve French2010-10-182-3/+4
| * | | | | | cifs: move cifs_new_fileinfo to file.cJeff Layton2010-10-182-48/+47
| * | | | | | cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-183-10/+3
| * | | | | | cifs: cifs_write argument change and cleanupJeff Layton2010-10-181-34/+17
| * | | | | | cifs: clean up cifs_reopen_fileJeff Layton2010-10-183-74/+57
| * | | | | | cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton2010-10-183-27/+22
| * | | | | | cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton2010-10-183-10/+7
| * | | | | | cifs: fix flags handling in cifs_posix_openJeff Layton2010-10-183-119/+95
| * | | | | | cifs: eliminate cifs_posix_open_inode_helperJeff Layton2010-10-151-67/+0
| * | | | | | cifs: handle FindFirst failure gracefullySuresh Jayaraman2010-10-151-8/+11
| * | | | | | NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-145-36/+36
| * | | | | | cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton2010-10-127-18/+29
| * | | | | | cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton2010-10-124-5/+6
| * | | | | | cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton2010-10-121-3/+9
| * | | | | | CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...Shirish Pargaonkar2010-10-121-11/+69
| * | | | | | cifs: initialize tlink_tree_lock and tlink_treeJeff Layton2010-10-081-0/+3
| * | | | | | Merge branch 'for-next'Steve French2010-10-0826-434/+1614
| |\ \ \ \ \ \
| | * | | | | | [CIFS] Remove build warningSteve French2010-10-081-1/+1
| | * | | | | | cifs: fix module refcount leak in find_domain_nameJeff Layton2010-10-081-1/+4
| | * | | | | | cifs: implement recurring workqueue job to prune old tconsJeff Layton2010-10-082-1/+58
| | * | | | | | cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton2010-10-081-0/+10
| | * | | | | | [CIFS] Various small checkpatch cleanupsSteve French2010-10-073-12/+12
| | * | | | | | cifs: add "multiuser" mount optionJeff Layton2010-10-071-0/+13
| | * | | | | | cifs: add routines to build sessions and tcons on the flyJeff Layton2010-10-073-28/+279
| | * | | | | | ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar2010-10-061-3/+6
| | * | | | | | cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton2010-10-061-1/+5
| | * | | | | | cifs: have find_readable/writable_file filter by fsuidJeff Layton2010-10-066-16/+35
| | * | | | | | cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-069-33/+41
| | * | | | | | cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-069-148/+376
| | * | | | | | cifs: fix handling of signing with writepages (try #6)Jeff Layton2010-09-291-31/+37
| | * | | | | | cifs: have cifs_new_fileinfo take a tcon argJeff Layton2010-09-293-14/+16
| | * | | | | | cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-298-32/+42
| | * | | | | | cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton2010-09-293-4/+4
| | * | | | | | cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-2913-71/+74
| | * | | | | | cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton2010-09-295-56/+45
| | * | | | | | [CIFS] Fix ordering of cleanup on module init failureSteve French2010-09-292-10/+9
| | * | | | | | [CIFS] Remove obsolete headerSteve French2010-09-291-37/+0
| | * | | | | | cifs: allow matching of tcp sessions in CifsNew stateJeff Layton2010-09-291-9/+0
| | * | | | | | cifs: add tcon field to cifsFileInfo structJeff Layton2010-09-292-0/+2
| | * | | | | | cifs: add "mfsymlinks" mount optionStefan Metzmacher2010-09-293-0/+18
| | * | | | | | cifs: use Minshall+French symlink functionsStefan Metzmacher2010-09-294-4/+47
OpenPOWER on IntegriCloud