Commit Graph

140 Commits (2f0993e0fb663c49e4d1e02654f6203246be4817)

Author SHA1 Message Date
Jeff Layton 3321b791b2 cifs: fix locking and list handling code in cifs_open and its helper 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
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 f0a71eb820 cifs: fix fh_mutex locking in cifs_reopen_file 16 years ago
Suresh Jayaraman 0f3bc09ee1 cifs: Fix incorrect return code being printed in cFYI messages 16 years ago
Jeff Layton 07119a4df8 cifs: have cifs_NTtimeToUnix take a little-endian arg 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 bc8cd4390c [CIFS] Fix sparse warnings 16 years ago
Steve French a6ce4932fb [CIFS] Add support for posix open during lookup 16 years ago
Jeff Layton fbec9ab952 cifs: vary timeout on writes past EOF based on offset (try #5) 16 years ago
Steve French 64cc2c6369 [CIFS] work around bug in Samba server handling for posix open 16 years ago
Steve French 276a74a483 [CIFS] Use posix open on file open when server supports it 16 years ago
Steve French 4717bed680 [CIFS] fix build error 16 years ago
Steve French 7fc8f4e95b [CIFS] reopen file via newer posix open protocol operation if available 16 years ago
Steve French be652445fd [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush 16 years ago
Steve French b298f22355 [CIFS] Send SMB flush in cifs_fsync 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Steve French acc18aa1e6 [CIFS] remove sparse warning 16 years ago
Steve French 13a6e42af8 [CIFS] add mount option to send mandatory rather than advisory locks 16 years ago
Jeff Layton a98ee8c1c7 [CIFS] fix regression in cifs_write_begin/cifs_write_end 16 years ago
Steve French ddb4cbfc53 [CIFS] Do not attempt to close invalidated file handles 16 years ago
Dave Kleikamp b066a48c95 prevent cifs_writepages() from skipping unwritten pages 16 years ago
Steve French 3b79521093 [CIFS] Fix cifs reconnection flags 16 years ago
Steve French 61de800d33 [CIFS] fix error in smb_send2 17 years ago
Rik van Riel 4f98a2fee8 vmscan: split LRU lists into anon & file sets 17 years ago
Nick Piggin d9414774dc cifs: Convert cifs to new aops. 17 years ago
Jeff Layton 2846d38647 cifs: have find_writeable_file prefer filehandles opened by same task 17 years ago
Jeff Layton 838726c475 cifs: fix O_APPEND on directio mounts 17 years ago
Jeff Layton 4e1e7fb9e8 bundle up Unix SET_PATH_INFO args into a struct and change name 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
Steve French aaa9bbe039 [CIFS] remove unused variables 17 years ago
Jeff Layton e10f7b551d clarify return value of cifs_convert_flags() 17 years ago
Steve French 4b18f2a9c3 [CIFS] convert usage of implicit booleans to bool 17 years ago
Steve French 8b1327f6ed [CIFS] file create with acl support enabled is slow 17 years ago
Steve French 90c81e0b0e [CIFS] clean up some hard to read ifdefs 17 years ago
Steve French ad7a2926b9 [CIFS] reduce checkpatch warnings 17 years ago
Steve French bb5a9a04d4 [CIFS] cifs_partialpagewrite() cleanup 17 years ago
Jeff Layton cea218054a [CIFS] Fix potential data corruption when writing out cached dirty pages 17 years ago
Steve French 8840dee9dc [CIFS] minor checkpatch cleanup 17 years ago
Steve French 133672efbc [CIFS] Fix buffer overflow if server sends corrupt response to small 17 years ago
Steve French 630f3f0c45 [CIFS] acl support part 6 18 years ago
Steve French 2c2130e16f [CIFS] remove two sparse warnings 18 years ago
Steve French 9b22b0b726 [CIFS] Reduce chance of list corruption in find_writable_file 18 years ago
Steve French 4efa53f090 [CIFS] lock inode open file list in close in case racing with open 18 years ago
Steve French 15745320f3 [CIFS] Fix oops in find_writable_file 18 years ago