Linus Torvalds
|
b4020c1b19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
|
14 年之前 |
Dan Carpenter
|
6b03590412
cifs: add kfree() on error path
|
14 年之前 |
Wu Fengguang
|
1b430beee5
writeback: remove nonblocking/encountered_congestion references
|
14 年之前 |
Suresh Jayaraman
|
6573e9b73e
cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]
|
14 年之前 |
Jeff Layton
|
eb4b756b1e
cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
|
14 年之前 |
Jeff Layton
|
d3f1322af8
cifs: wait for writeback to complete in cifs_flush
|
14 年之前 |
Jeff Layton
|
5f6dbc9e4a
cifs: convert cifsFileInfo->count to non-atomic counter
|
14 年之前 |
Steve French
|
cdff08e766
[CIFS] move close processing from cifs_close to cifsFileInfo_put
|
14 年之前 |
Jeff Layton
|
b33879aa83
cifs: move cifsFileInfo_put to file.c
|
14 年之前 |
Jeff Layton
|
4477288a10
cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
|
14 年之前 |
Jeff Layton
|
15ecb436c0
cifs: move cifs_new_fileinfo to file.c
|
14 年之前 |
Jeff Layton
|
2e396b83f6
cifs: eliminate pfile pointer from cifsFileInfo
|
14 年之前 |
Jeff Layton
|
7da4b49a0e
cifs: cifs_write argument change and cleanup
|
14 年之前 |
Jeff Layton
|
15886177e4
cifs: clean up cifs_reopen_file
|
14 年之前 |
Jeff Layton
|
abfe1eedd6
cifs: eliminate the inode argument from cifs_new_fileinfo
|
14 年之前 |
Jeff Layton
|
f6a53460e2
cifs: eliminate oflags option from cifs_new_fileinfo
|
14 年之前 |
Jeff Layton
|
608712fe86
cifs: fix flags handling in cifs_posix_open
|
14 年之前 |
Jeff Layton
|
2f4f26fcf3
cifs: eliminate cifs_posix_open_inode_helper
|
14 年之前 |
Jeff Layton
|
d7c86ff8cd
cifs: don't use vfsmount to pin superblock for oplock breaks
|
14 年之前 |
Jeff Layton
|
a5e18bc36e
cifs: keep dentry reference in cifsFileInfo instead of inode reference
|
14 年之前 |
Jeff Layton
|
6508d904e6
cifs: have find_readable/writable_file filter by fsuid
|
15 年之前 |
Jeff Layton
|
13cfb7334e
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
|
15 年之前 |
Jeff Layton
|
7ffec37245
cifs: add refcounted and timestamped container for holding tcons
|
15 年之前 |
Jeff Layton
|
f3983c2133
cifs: fix handling of signing with writepages (try #6)
|
15 年之前 |
Jeff Layton
|
f7a40689fd
cifs: have cifs_new_fileinfo take a tcon arg
|
15 年之前 |
Jeff Layton
|
a6e8a8455c
cifs: add function to get a tcon from cifs_sb
|
15 年之前 |
Jeff Layton
|
ba00ba64cf
cifs: make various routines use the cifsFileInfo->tcon pointer
|
15 年之前 |
Suresh Jayaraman
|
aa91c7e4ab
cifs: fix broken oplock handling
|
15 年之前 |
Suresh Jayaraman
|
a347ecb209
cifs: use type __u32 instead of int for the oplock parameter
|
15 年之前 |
Jeff Layton
|
232341ba7f
cifs: consolidate error handling in several functions
|
15 年之前 |