Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cdff08e76612e53580139653403aedea979aa639
/
fs
/
cifs
/
file.c
cdff08e
[CIFS] move close processing from cifs_close to cifsFileInfo_put
by Steve French
· 14 years ago
b33879a
cifs: move cifsFileInfo_put to file.c
by Jeff Layton
· 14 years ago
4477288
cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
by Jeff Layton
· 14 years ago
15ecb43
cifs: move cifs_new_fileinfo to file.c
by Jeff Layton
· 14 years ago
2e396b8
cifs: eliminate pfile pointer from cifsFileInfo
by Jeff Layton
· 14 years ago
7da4b49
cifs: cifs_write argument change and cleanup
by Jeff Layton
· 14 years ago
1588617
cifs: clean up cifs_reopen_file
by Jeff Layton
· 14 years ago
abfe1ee
cifs: eliminate the inode argument from cifs_new_fileinfo
by Jeff Layton
· 14 years ago
f6a5346
cifs: eliminate oflags option from cifs_new_fileinfo
by Jeff Layton
· 14 years ago
608712f
cifs: fix flags handling in cifs_posix_open
by Jeff Layton
· 14 years ago
2f4f26f
cifs: eliminate cifs_posix_open_inode_helper
by Jeff Layton
· 14 years ago
d7c86ff
cifs: don't use vfsmount to pin superblock for oplock breaks
by Jeff Layton
· 14 years ago
a5e18bc
cifs: keep dentry reference in cifsFileInfo instead of inode reference
by Jeff Layton
· 14 years ago
6508d90
cifs: have find_readable/writable_file filter by fsuid
by Jeff Layton
· 14 years ago
13cfb73
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
by Jeff Layton
· 14 years ago
7ffec37
cifs: add refcounted and timestamped container for holding tcons
by Jeff Layton
· 14 years ago
f3983c2
cifs: fix handling of signing with writepages (try #6)
by Jeff Layton
· 14 years ago
f7a4068
cifs: have cifs_new_fileinfo take a tcon arg
by Jeff Layton
· 14 years ago
a6e8a84
cifs: add function to get a tcon from cifs_sb
by Jeff Layton
· 14 years ago
ba00ba6
cifs: make various routines use the cifsFileInfo->tcon pointer
by Jeff Layton
· 14 years ago
aa91c7e
cifs: fix broken oplock handling
by Suresh Jayaraman
· 14 years ago
a347ecb
cifs: use type __u32 instead of int for the oplock parameter
by Suresh Jayaraman
· 14 years ago
232341b
cifs: consolidate error handling in several functions
by Jeff Layton
· 14 years ago
3b7433b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
5669823
cifs: read pages from FS-Cache
by Suresh Jayaraman
· 14 years ago
9dc0655
cifs: store pages into local cache
by Suresh Jayaraman
· 14 years ago
85f2d6b
cifs: FS-Cache page management
by Suresh Jayaraman
· 14 years ago
9451a9a
cifs: define inode-level cache object and register them
by Suresh Jayaraman
· 14 years ago
c21dfb6
fs/cifs: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
9b64697
cifs: use workqueue instead of slow-work
by Tejun Heo
· 14 years ago
47c78b7
cifs: don't call cifs_new_fileinfo unless cifs_open succeeds
by Jeff Layton
· 14 years ago
d9d5d8d
cifs: don't ignore cifs_posix_open_inode_helper return value
by Suresh Jayaraman
· 14 years ago
db46024
cifs: clean up arguments to cifs_open_inode_helper
by Jeff Layton
· 14 years ago
6ca9f3b
cifs: pass instantiated filp back after open call
by Jeff Layton
· 14 years ago
2422f67
cifs: move cifs_new_fileinfo call out of cifs_posix_open
by Jeff Layton
· 14 years ago
06b4367
cifs: fix page refcount leak
by Jeff Layton
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
51c8176
cifs: remove unused parameter from cifs_posix_open_inode_helper()
by Suresh Jayaraman
· 15 years ago
d54ff73
[CIFS] Fix lease break for writes
by Steve French
· 15 years ago
fa588e0
[CIFS] Allow null nd (as nfs server uses) on create
by Steve French
· 15 years ago
2c964d1
[CIFS] Fix losing locks during fork()
by Pavel Shilovsky
· 15 years ago
f19159d
[CIFS] Cleanup various minor breakage in previous cFYI cleanup
by Steve French
· 15 years ago
b6b38f7
[CIFS] Neaten cERROR and cFYI macros, reduce text space
by Joe Perches
· 15 years ago
315e995
[CIFS] use add_to_page_cache_lru
by Nick Piggin
· 15 years ago
9ddd3a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
f05337c
not overwriting file_lock structure after GET_LK
by Pavel Shilovsky
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
ff215713
[CIFS] checkpatch cleanup
by Steve French
· 15 years ago
abab095
cifs: add cifs_revalidate_file
by Jeff Layton
· 15 years ago
df2cf17
cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry
by Jeff Layton
· 15 years ago
8737c93
Switch may_open() and break_lease() to passing O_...
by Al Viro
· 15 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
3321b79
cifs: fix locking and list handling code in cifs_open and its helper
by Jeff Layton
· 15 years ago
086f68b
cifs: eliminate cifs_init_private
by Jeff Layton
· 15 years ago
3bc303c
cifs: convert oplock breaks to use slow_work facility (try #4)
by Jeff Layton
· 15 years ago
48541bd
cifs: have cifsFileInfo hold an extra inode reference
by Jeff Layton
· 15 years ago
590a3fe
cifs: fix oplock request handling in posix codepath
by Jeff Layton
· 15 years ago
6ab409b
cifs: Replace wrtPending with a real reference count
by Dave Kleikamp
· 15 years ago
01ea95e
cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
by Jeff Layton
· 15 years ago
f0a71eb
cifs: fix fh_mutex locking in cifs_reopen_file
by Jeff Layton
· 15 years ago
0f3bc09
cifs: Fix incorrect return code being printed in cFYI messages
by Suresh Jayaraman
· 15 years ago
07119a4
cifs: have cifs_NTtimeToUnix take a little-endian arg
by Jeff Layton
· 15 years ago
703a3b8
[CIFS] fix posix open regression
by Steve French
· 15 years ago
90e4ee5
[CIFS] Fix double list addition in cifs posix open code
by Steve French
· 16 years ago
bc8cd43
[CIFS] Fix sparse warnings
by Steve French
· 16 years ago
a6ce493
[CIFS] Add support for posix open during lookup
by Steve French
· 16 years ago
fbec9ab
cifs: vary timeout on writes past EOF based on offset (try #5)
by Jeff Layton
· 16 years ago
64cc2c6
[CIFS] work around bug in Samba server handling for posix open
by Steve French
· 16 years ago
276a74a
[CIFS] Use posix open on file open when server supports it
by Steve French
· 16 years ago
4717bed
[CIFS] fix build error
by Steve French
· 16 years ago
7fc8f4e
[CIFS] reopen file via newer posix open protocol operation if available
by Steve French
· 16 years ago
be65244
[CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush
by Steve French
· 16 years ago
b298f22
[CIFS] Send SMB flush in cifs_fsync
by Steve French
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
acc18aa
[CIFS] remove sparse warning
by Steve French
· 16 years ago
13a6e42
[CIFS] add mount option to send mandatory rather than advisory locks
by Steve French
· 16 years ago
a98ee8c
[CIFS] fix regression in cifs_write_begin/cifs_write_end
by Jeff Layton
· 16 years ago
ddb4cbf
[CIFS] Do not attempt to close invalidated file handles
by Steve French
· 16 years ago
b066a48
prevent cifs_writepages() from skipping unwritten pages
by Dave Kleikamp
· 16 years ago
3b79521
[CIFS] Fix cifs reconnection flags
by Steve French
· 16 years ago
61de800
[CIFS] fix error in smb_send2
by Steve French
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
d941477
cifs: Convert cifs to new aops.
by Nick Piggin
· 16 years ago
2846d38
cifs: have find_writeable_file prefer filehandles opened by same task
by Jeff Layton
· 16 years ago
838726c
cifs: fix O_APPEND on directio mounts
by Jeff Layton
· 16 years ago
56831a1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
4e1e7fb
bundle up Unix SET_PATH_INFO args into a struct and change name
by Jeff Layton
· 16 years ago
529ae9a
mm: rename page trylock
by Nick Piggin
· 16 years ago
aaa9bbe
[CIFS] remove unused variables
by Steve French
· 16 years ago
e10f7b5
clarify return value of cifs_convert_flags()
by Jeff Layton
· 16 years ago
4b18f2a
[CIFS] convert usage of implicit booleans to bool
by Steve French
· 17 years ago
8b1327f
[CIFS] file create with acl support enabled is slow
by Steve French
· 17 years ago
90c81e0
[CIFS] clean up some hard to read ifdefs
by Steve French
· 17 years ago
ad7a292
[CIFS] reduce checkpatch warnings
by Steve French
· 17 years ago
bb5a9a0
[CIFS] cifs_partialpagewrite() cleanup
by Steve French
· 17 years ago
cea2180
[CIFS] Fix potential data corruption when writing out cached dirty pages
by Jeff Layton
· 17 years ago
8840dee
[CIFS] minor checkpatch cleanup
by Steve French
· 17 years ago
133672e
[CIFS] Fix buffer overflow if server sends corrupt response to small request
by Steve French
· 17 years ago
630f3f0
[CIFS] acl support part 6
by Steve French
· 17 years ago
2c2130e
[CIFS] remove two sparse warnings
by Steve French
· 17 years ago
Next »