Commit Graph

1015 Commits (2422f676fb78942d054f7e7a2c3ceaeb7945d814)

Author SHA1 Message Date
Jeff Layton 2422f676fb cifs: move cifs_new_fileinfo call out of cifs_posix_open 15 years ago
Jeff Layton 12420ac341 cifs: implement drop_inode superblock op 15 years ago
Jeff Layton ed0e3ace57 cifs: don't attempt busy-file rename unless it's in same directory 15 years ago
Jeff Layton 06b43672a9 cifs: fix page refcount leak 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
Jeff Layton 4065c802da cifs: fix noserverino handling when unix extensions are enabled 15 years ago
Jeff Layton 84f30c66c3 cifs: don't update uniqueid in cifs_fattr_to_inode 15 years ago
Jeff Layton db19272edc cifs: always revalidate hardlinked inodes when using noserverino 15 years ago
Steve French aa3e5572c5 [CIFS] drop quota operation stubs 15 years ago
Jeff Layton 3d69438031 cifs: guard against hardlinking directories 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
Suresh Jayaraman 51c8176472 cifs: remove unused parameter from cifs_posix_open_inode_helper() 15 years ago
Steve French bdfae149c5 [CIFS] Remove unused cifs_oplock_cachep 15 years ago
Jeff Layton 26efa0bac9 cifs: have decode_negTokenInit set flags in server struct 15 years ago
Jeff Layton 198b568278 cifs: break negotiate protocol calls out of cifs_setup_session 15 years ago
Jeff Layton ebe6aa5ac4 cifs: eliminate "first_time" parm to CIFS_SessSetup 15 years ago
Steve French d54ff73259 [CIFS] Fix lease break for writes 15 years ago
Jeff Layton 9bf67e516f cifs: save the dialect chosen by server 15 years ago
Dan Carpenter ad6cca6d5d cifs: change && to || 15 years ago
Jeff Layton 04912d6a20 cifs: rename "extended_security" to "global_secflags" 15 years ago
Jeff Layton d00c28de55 cifs: move tcon find/create into separate function 15 years ago
Jeff Layton 36988c76f0 cifs: move SMB session creation code into separate function 15 years ago
Jeff Layton a5fc4ce018 cifs: track local_nls in volume info 15 years ago
Steve French fa588e0c57 [CIFS] Allow null nd (as nfs server uses) on create 15 years ago
Jens Axboe 8044f7f468 cifs: add bdi backing to mount session 15 years ago
Pavel Shilovsky 2c964d1f7c [CIFS] Fix losing locks during fork() 15 years ago
Steve French f19159dc5a [CIFS] Cleanup various minor breakage in previous cFYI cleanup 15 years ago
Joe Perches b6b38f704a [CIFS] Neaten cERROR and cFYI macros, reduce text space 15 years ago
Nick Piggin 315e995c63 [CIFS] use add_to_page_cache_lru 15 years ago
Pavel Shilovsky f05337c6ac not overwriting file_lock structure after GET_LK 15 years ago
Suresh Jayaraman 6513a81e93 cifs: Fix a kernel BUG with remote OS/2 server (try #3) 15 years ago
Steve French a24e2d7d8f [CIFS] initialize nbytes at the beginning of CIFSSMBWrite() 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Pavel Shilovsky 810627a013 [CIFS] Add mmap for direct, nobrl cifs mount types 15 years ago
Dan Carpenter 8212cf7583 cifs: trivial white space 15 years ago
Steve French ff215713eb [CIFS] checkpatch cleanup 15 years ago
Jeff Layton abab095d1f cifs: add cifs_revalidate_file 15 years ago
Jeff Layton c8634fd311 cifs: add a CIFSSMBUnixQFileInfo function 15 years ago
Jeff Layton bcd5357f43 cifs: add a CIFSSMBQFileInfo function 15 years ago
Jeff Layton df2cf170c8 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry 15 years ago
Al Viro 8737c9305b Switch may_open() and break_lease() to passing O_... 15 years ago
Steve French d7b619cf56 [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and 15 years ago
Steve French 122ca0076e [CIFS] Use unsigned ea length for clarity 15 years ago
Jeff Layton 835a36ca4a cifs: set server_eof in cifs_fattr_to_inode 15 years ago
Steve French 96c03bccc7 [CIFS] Minor cleanup to EA patch 15 years ago
Jeff Layton 31c0519f7a cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs 15 years ago
Jeff Layton 0cd126b504 cifs: verify lengths of QueryAllEAs reply 15 years ago
Jeff Layton e529614ad0 cifs: increase maximum buffer size in CIFSSMBQAllEAs 15 years ago
Jeff Layton 6e462b9f2c cifs: rename name_len to list_len in CIFSSMBQAllEAs 15 years ago