Commit Graph

119 Commits (8787c7a3e0e3f1aa21856d6b6cd6880cc93497e9)

Author SHA1 Message Date
David Howells 01c64feac4 CIFS: Use d_automount() rather than abusing follow_link() 14 years ago
Al Viro 1c929cfe6d switch cifs 14 years ago
Jeff Layton d44a9fe2c8 cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo 14 years ago
Steve French 197a1eeb7f [CIFS] Fix minor merge conflict in fs/cifs/dir.c 14 years ago
Nick Piggin 34286d6662 fs: rcu-walk aware d_revalidate method 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin b1e6a015a5 fs: change d_hash for rcu-walk 14 years ago
Nick Piggin 621e155a35 fs: change d_compare for rcu-walk 14 years ago
Nick Piggin 79eb4dde74 cifs: dont overwrite dentry name in d_revalidate 14 years ago
Nick Piggin 262f86adcc cifs: don't overwrite dentry name in d_revalidate 14 years ago
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