Commit Graph

938 Commits (301a8234ea81938f0f083ae4e274d9c9296f3c86)

Author SHA1 Message Date
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
David Howells 0109d7e614 SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user() 15 years ago
Suresh Jayaraman f534dc9943 cifs: clear server inode number flag while autodisabling 15 years ago
Jeff Layton f475f67754 cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible 15 years ago
Jeff Layton ec06aedd44 cifs: clean up handling when server doesn't consistently support inode numbers 15 years ago
Steve French 8347a5cdd1 [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session() 16 years ago
Jeff Layton 3321b791b2 cifs: fix locking and list handling code in cifs_open and its helper 16 years ago
Steve French 15dd478107 [CIFS] Remove build warning 16 years ago
Jeff Layton 5d2c0e2259 cifs: fix problems with last two commits 16 years ago
Steve French 0f59e61c1f [CIFS] Fix build break when keys support turned off 16 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
npiggin@suse.de c08d3b0e33 truncate: use new helpers 16 years ago
Thomas Gleixner 6d729e44a5 fs: Make unload_nls() NULL pointer safe 16 years ago
Alexey Dobriyan 6e1d5dcc2b const: mark remaining inode_operations as const 16 years ago
Alexey Dobriyan 0d54b217a2 const: make struct super_block::s_qcop const 16 years ago
Joe Perches a419aef8b8 trivial: remove unnecessary semicolons 16 years ago
Jeff Layton 48541bd3dd cifs: have cifsFileInfo hold an extra inode reference 16 years ago
Jeff Layton 058daf4f67 cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_break 16 years ago
Jeff Layton 495e993745 cifs: remove cifsInodeInfo.oplockPending flag 16 years ago
Jeff Layton 590a3fe0e1 cifs: fix oplock request handling in posix codepath 16 years ago
Chuck Ebbert 20d1752f3d [CIFS] Re-enable Lanman security 16 years ago
Jeff Layton 9162ab2000 cifs: consolidate reconnect logic in smb_init routines 16 years ago
Dave Kleikamp 6ab409b53d cifs: Replace wrtPending with a real reference count 16 years ago
Jeff Layton 1b49c55661 cifs: protect GlobalOplock_Q with its own spinlock 16 years ago
Jeff Layton 8e047d09ee cifs: use tcon pointer in cifs_show_options 16 years ago
Jeff Layton 8c58b54574 cifs: send IPv6 addr in upcall with colon delimiters 16 years ago
Steve French ca43e3beee [CIFS] Fix checkpatch warnings 16 years ago
Suresh Jayaraman bdb97adcdf PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4) 16 years ago
Alexander Strakh 1b3859bc9e [CIFS] Memory leak in ntlmv2 hash calculation 16 years ago
Steve French 2920ee2b47 [CIFS] potential NULL dereference in parse_DFS_referrals() 16 years ago
Steve French d098564f3b [CIFS] Update readme to reflect forceuid mount parms 16 years ago
Roel Kluin 24e2fb615f cifs: Read buffer overflow 16 years ago
Jeff Layton 4486d6ede1 cifs: show noforceuid/noforcegid mount options (try #2) 16 years ago
Jeff Layton 9b9d6b2434 cifs: reinstate original behavior when uid=/gid= options are specified 16 years ago
Steve French 5bd9052d79 [CIFS] Updates fs/cifs/CHANGES 16 years ago
Jeff Layton 7b91e2661a cifs: fix error handling in mount-time DFS referral chasing code 16 years ago
Steve French f1230c9797 [CIFS] fix sparse warning 16 years ago
Jeff Layton 03aa3a49ad cifs: fix sb->s_maxbytes so that it casts properly to a signed value 16 years ago
Jeff Layton ce6e7fcd43 cifs: disable serverino if server doesn't support it 16 years ago
Jeff Layton 90a98b2f3f cifs: free nativeFileSystem field before allocating a new one 16 years ago
Steve French 65bc98b005 [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in stats 16 years ago
Jeff Layton d0c280d26d cifs: when ATTR_READONLY is set, only clear write bits on non-directories 16 years ago
Jeff Layton aeaaf253c4 cifs: remove cifsInodeInfo->inUse counter 16 years ago
Jeff Layton 0b8f18e358 cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget 16 years ago
Steve French b77863bfa1 [CIFS] update cifs version number 16 years ago
Jeff Layton 3bbeeb3c93 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls 16 years ago
Jeff Layton 654cf14ac0 cifs: make a separate function for filling out FILE_UNIX_BASIC_INFO 16 years ago