Commit Graph

108 Commits (f2a625616045fe46e1d5fceebdd825f5acdecdb7)

Author SHA1 Message Date
Jeff Layton 15ecb436c0 cifs: move cifs_new_fileinfo to file.c 15 years ago
Jeff Layton 2e396b83f6 cifs: eliminate pfile pointer from cifsFileInfo 15 years ago
Jeff Layton 15886177e4 cifs: clean up cifs_reopen_file 15 years ago
Jeff Layton abfe1eedd6 cifs: eliminate the inode argument from cifs_new_fileinfo 15 years ago
Jeff Layton f6a53460e2 cifs: eliminate oflags option from cifs_new_fileinfo 15 years ago
Jeff Layton 608712fe86 cifs: fix flags handling in cifs_posix_open 15 years ago
Jeff Layton d7c86ff8cd cifs: don't use vfsmount to pin superblock for oplock breaks 15 years ago
Jeff Layton a5e18bc36e cifs: keep dentry reference in cifsFileInfo instead of inode reference 15 years ago
Jeff Layton 6508d904e6 cifs: have find_readable/writable_file filter by fsuid 15 years ago
Jeff Layton 13cfb7334e cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer 15 years ago
Jeff Layton 7ffec37245 cifs: add refcounted and timestamped container for holding tcons 15 years ago
Jeff Layton f7a40689fd cifs: have cifs_new_fileinfo take a tcon arg 15 years ago
Jeff Layton 0d424ad0a4 cifs: add cifs_sb_master_tcon and convert some callers to use it 15 years ago
Jeff Layton a6e8a8455c cifs: add function to get a tcon from cifs_sb 15 years ago
Jeff Layton 5fe97cfddc cifs: add tcon field to cifsFileInfo struct 15 years ago
Suresh Jayaraman aa91c7e4ab cifs: fix broken oplock handling 15 years ago
Jeff Layton 232341ba7f cifs: consolidate error handling in several functions 15 years ago
Jeff Layton 5d9ac7fd32 cifs: clean up error handling in cifs_mknod 15 years ago
Suresh Jayaraman e4317ceca2 cifs: remove an potentially confusing, obsolete comment 15 years ago
Tejun Heo 9b64697246 cifs: use workqueue instead of slow-work 15 years ago
Jeff Layton 6ca9f3bae8 cifs: pass instantiated filp back after open call 15 years ago
Jeff Layton 2422f676fb cifs: move cifs_new_fileinfo call out of cifs_posix_open 15 years ago
Jeff Layton 4065c802da cifs: fix noserverino handling when unix extensions are enabled 15 years ago
Suresh Jayaraman fdb3603800 cifs: propagate cifs_new_fileinfo() error back to the caller 15 years ago
Suresh Jayaraman fae683f764 cifs: add comments explaining cifs_new_fileinfo behavior 15 years ago
Steve French fa588e0c57 [CIFS] Allow null nd (as nfs server uses) on create 15 years ago
Joe Perches b6b38f704a [CIFS] Neaten cERROR and cFYI macros, reduce text space 15 years ago
Jeff Layton df2cf170c8 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry 15 years ago
Christoph Hellwig 6b2f3d1f76 vfs: Implement proper O_SYNC semantics 15 years ago
Steve French 2f81e752da [CIFS] Fix sparse warning 15 years ago
Steve French cea6234395 [CIFS] Duplicate data on appending to some Samba servers 15 years ago
Steve French 8e6c0332d5 [CIFS] fix oops in cifs_lookup during net boot 15 years ago
Jeff Layton 086f68bd97 cifs: eliminate cifs_init_private 16 years ago
Jeff Layton 3bc303c254 cifs: convert oplock breaks to use slow_work facility (try #4) 16 years ago
Jeff Layton 48541bd3dd cifs: have cifsFileInfo hold an extra inode reference 16 years ago
Jeff Layton 590a3fe0e1 cifs: fix oplock request handling in posix codepath 16 years ago
Dave Kleikamp 6ab409b53d cifs: Replace wrtPending with a real reference count 16 years ago
Jeff Layton 01ea95e3b6 cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo 16 years ago
Jeff Layton 5ddf1e0ff0 cifs: fix regression with O_EXCL creates and optimize away lookup 16 years ago
Jeff Layton cc0bad7552 cifs: add new cifs_iget function and convert unix codepath to use it 16 years ago
Suresh Jayaraman 0f3bc09ee1 cifs: Fix incorrect return code being printed in cFYI messages 16 years ago
Steve French 8db14ca125 [CIFS] Avoid open on possible directories since Samba now rejects them 16 years ago
Steve French 703a3b8e5c [CIFS] fix posix open regression 16 years ago
Steve French 90e4ee5d31 [CIFS] Fix double list addition in cifs posix open code 16 years ago
Steve French 88dd47fff4 [CIFS] Fix build break caused by change to new current_umask helper function 16 years ago
Steve French bc8cd4390c [CIFS] Fix sparse warnings 16 years ago
Steve French a6ce4932fb [CIFS] Add support for posix open during lookup 16 years ago
Steve French 85a6dac54a [CIFS] Endian convert UniqueId when reporting inode numbers from server files 16 years ago
Al Viro ce3b0f8d5c New helper - current_umask() 16 years ago
Al Viro 4fd03e84d8 constify dentry_operations: CIFS 16 years ago