Commit Graph

112 Commits (109e941843893cb1b4f7bed24c615ba84ce00ff5)

Author SHA1 Message Date
Steve French acbbb76a26 CIFS: Rename *UCS* functions to *UTF16* 13 years ago
Jeff Layton 7023676f9e cifs: check for NULL last_entry before calling cifs_save_resume_key 13 years ago
Christoph Hellwig eaf35b1ea8 cifs: use cifs_dirent in cifs_save_resume_key 14 years ago
Christoph Hellwig f16d59b417 cifs: use cifs_dirent to replace cifs_get_name_from_search_buf 14 years ago
Christoph Hellwig cda0ec6a86 cifs: introduce cifs_dirent 14 years ago
Christoph Hellwig 9feed6f8fb cifs: cleanup cifs_filldir 14 years ago
Al Viro b85fd6bdc9 don't open-code parent_ino() in assorted ->readdir() 14 years ago
Steve French 96daf2b091 [CIFS] Rename three structures to avoid camel case 14 years ago
Jeff Layton 31c2659d78 cifs: clean up some compiler warnings 14 years ago
Al Viro 1c929cfe6d switch cifs 14 years ago
Jeff Layton 20054bd657 cifs: use CreationTime like an i_generation field 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
Suresh Jayaraman 545c988b20 cifs: remove bogus remapping of error in cifs_filldir() 14 years ago
Jeff Layton 59c55ba1fb cifs: don't take extra tlink reference in initiate_cifs_search 14 years ago
Jeff Layton 4477288a10 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock 15 years ago
Suresh Jayaraman 6221ddd0f5 cifs: handle FindFirst failure gracefully 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 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 ba00ba64cf cifs: make various routines use the cifsFileInfo->tcon pointer 15 years ago
Stefan Metzmacher 1b12b9c15b cifs: use Minshall+French symlink functions 15 years ago
Kulikov Vasiliy f55fdcca6b fs: cifs: check kmalloc() result 15 years ago
Joe Perches b6b38f704a [CIFS] Neaten cERROR and cFYI macros, reduce text space 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
Jeff Layton 05507fa2ac cifs: fix dentry hash calculation for case-insensitive mounts 15 years ago
Jeff Layton f12f98dba6 cifs: fix length calculation for converted unicode readdir names 15 years ago
Jeff Layton ec06aedd44 cifs: clean up handling when server doesn't consistently support inode numbers 15 years ago
Steve French 15dd478107 [CIFS] Remove build warning 16 years ago
Jeff Layton 0b8f18e358 cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget 16 years ago
Jeff Layton cc0bad7552 cifs: add new cifs_iget function and convert unix codepath to use it 16 years ago
Jeff Layton c4a2c08db7 cifs: make cnvrtDosUnixTm take a little-endian args and an offset 16 years ago
Jeff Layton 07119a4df8 cifs: have cifs_NTtimeToUnix take a little-endian arg 16 years ago
Steve French e836f015b5 [CIFS] Remove trailing whitespace 16 years ago
Steve French 0e0d2cf327 [CIFS] Remove sparse endian warnings 16 years ago
Jeff Layton 18295796a3 cifs: fix length handling in cifs_get_name_from_search_buf 16 years ago
Jeff Layton f58841666b cifs: change cifs_get_name_from_search_buf to use new unicode helper 16 years ago
Suresh Jayaraman 7b0c8fcff4 cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows 16 years ago
Jeff Layton fbec9ab952 cifs: vary timeout on writes past EOF based on offset (try #5) 16 years ago
Steve French 85a6dac54a [CIFS] Endian convert UniqueId when reporting inode numbers from server files 16 years ago
Jeff Layton 950ec52880 cifs: properly handle case where CIFSGetSrvInodeNumber fails 16 years ago
Jeff Layton 132ac7b77c cifs: refactor new_inode() calls and inode initialization 16 years ago
Steve French ddb4cbfc53 [CIFS] Do not attempt to close invalidated file handles 16 years ago
Jeff Layton a364bc0b37 [CIFS] fix saving of resume key before CIFSFindNext 17 years ago
Steve French 0752f1522a [CIFS] make sure we have the right resume info before calling CIFSFindNext 17 years ago
Shirish Pargaonkar 76c510ad2e [CIFS] Fix possible double free if search immediately after search rewind fails 17 years ago
Jeff Layton 4468eb3fd1 on non-posix shares, clear write bits in mode when ATTR_READONLY is set 17 years ago
Steve French aaa9bbe039 [CIFS] remove unused variables 17 years ago
Steve French 77c57ec896 [CIFS] don't explicitly do a FindClose on rewind when directory search has ended 17 years ago