Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b681993f7a48b847f3129abd8e8b3926c108a0d9
/
fs
/
cifs
/
dir.c
fa71f44
cifs: demote cERROR in build_path_from_dentry to cFYI
by Jeff Layton
· 13 years ago
1d87c28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
f5bc1e7
CIFS: Fix oops while mounting with prefixpath
by Pavel Shilovsky
· 13 years ago
e010a5e
[CIFS] Redundant null check after dereference
by Steve French
· 13 years ago
3ca30d4
CIFS: Fix oops while mounting with prefixpath
by Pavel Shilovsky
· 13 years ago
4352780
cifs_lookup(): LOOKUP_OPEN is set only on the last component
by Al Viro
· 13 years ago
407938e
LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step
by Al Viro
· 13 years ago
dd7dd55
no need to check for LOOKUP_OPEN in ->create() instances
by Al Viro
· 13 years ago
dc137bf
cifs: build_path_from_dentry() race fix
by Al Viro
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
f87d39d
[CIFS] Migrate from prefixpath logic
by Steve French
· 13 years ago
fa2989f
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
by Pavel Shilovsky
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
01c64fe
CIFS: Use d_automount() rather than abusing follow_link()
by David Howells
· 14 years ago
1c929cf
switch cifs
by Al Viro
· 14 years ago
d44a9fe
cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo
by Jeff Layton
· 14 years ago
197a1ee
[CIFS] Fix minor merge conflict in fs/cifs/dir.c
by Steve French
· 14 years ago
acc6f11
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
79eb4dd
cifs: dont overwrite dentry name in d_revalidate
by Nick Piggin
· 14 years ago
262f86a
cifs: don't overwrite dentry name in d_revalidate
by Nick Piggin
· 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
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
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
f7a4068
cifs: have cifs_new_fileinfo take a tcon arg
by Jeff Layton
· 14 years ago
0d424ad
cifs: add cifs_sb_master_tcon and convert some callers to use it
by Jeff Layton
· 14 years ago
a6e8a84
cifs: add function to get a tcon from cifs_sb
by Jeff Layton
· 14 years ago
5fe97cf
cifs: add tcon field to cifsFileInfo struct
by Jeff Layton
· 14 years ago
aa91c7e
cifs: fix broken oplock handling
by Suresh Jayaraman
· 14 years ago
232341b
cifs: consolidate error handling in several functions
by Jeff Layton
· 14 years ago
5d9ac7f
cifs: clean up error handling in cifs_mknod
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
e4317cec
cifs: remove an potentially confusing, obsolete comment
by Suresh Jayaraman
· 14 years ago
9b64697
cifs: use workqueue instead of slow-work
by Tejun Heo
· 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
4065c80
cifs: fix noserverino handling when unix extensions are enabled
by Jeff Layton
· 14 years ago
fdb3603
cifs: propagate cifs_new_fileinfo() error back to the caller
by Suresh Jayaraman
· 14 years ago
fae683f
cifs: add comments explaining cifs_new_fileinfo behavior
by Suresh Jayaraman
· 14 years ago
fa588e0
[CIFS] Allow null nd (as nfs server uses) on create
by Steve French
· 15 years ago
b6b38f7
[CIFS] Neaten cERROR and cFYI macros, reduce text space
by Joe Perches
· 15 years ago
df2cf17
cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry
by Jeff Layton
· 15 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
2f81e75
[CIFS] Fix sparse warning
by Steve French
· 15 years ago
cea6234
[CIFS] Duplicate data on appending to some Samba servers
by Steve French
· 15 years ago
8e6c033
[CIFS] fix oops in cifs_lookup during net boot
by Steve French
· 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
5ddf1e0
cifs: fix regression with O_EXCL creates and optimize away lookup
by Jeff Layton
· 15 years ago
cc0bad7
cifs: add new cifs_iget function and convert unix codepath to use it
by Jeff Layton
· 15 years ago
0f3bc09
cifs: Fix incorrect return code being printed in cFYI messages
by Suresh Jayaraman
· 15 years ago
8db14ca
[CIFS] Avoid open on possible directories since Samba now rejects them
by Steve French
· 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
88dd47f
[CIFS] Fix build break caused by change to new current_umask helper function
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
85a6dac
[CIFS] Endian convert UniqueId when reporting inode numbers from server files
by Steve French
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
4fd03e8
constify dentry_operations: CIFS
by Al Viro
· 16 years ago
7fc8f4e
[CIFS] reopen file via newer posix open protocol operation if available
by Steve French
· 16 years ago
c3b2a0c
[CIFS] improve posix semantics of file create
by Steve French
· 16 years ago
f818dd5
[CIFS] some cleanup to dir.c prior to addition of posix_open
by Steve French
· 16 years ago
54a696b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
61e7480
[CIFS] various minor cleanups pointed out by checkpatch script
by Steve French
· 16 years ago
a001e5b
CRED: Wrap task credential accesses in the CIFS filesystem
by David Howells
· 16 years ago
9508991
[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir
by Jeff Layton
· 16 years ago
4e1e7fb
bundle up Unix SET_PATH_INFO args into a struct and change name
by Jeff Layton
· 16 years ago
b0fd30d
when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensions
by Jeff Layton
· 16 years ago
c329163
[CIFS] suppress duplicate warning
by Steve French
· 16 years ago
646dd53
[CIFS] Fix paths when share is in DFS to include proper prefix
by Steve French
· 16 years ago
67750fb
[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir
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
ad7a292
[CIFS] reduce checkpatch warnings
by Steve French
· 17 years ago
ed2b917
[CIFS] Do not log path names in lookup errors
by Steve French
· 17 years ago
44093ca
[CIFS] acl support part 6
by Steve French
· 17 years ago
92ad9b9
[CIFS] named pipe support (part 2)
by Steve French
· 17 years ago
7f8ed42
[CIFS] CIFS support for named pipes (part 1)
by Steve French
· 17 years ago
77159b4
[CIFS] Fix warnings shown by newer version of sparse
by Steve French
· 17 years ago
c18c842
[CIFS] Allow disabling CIFS Unix Extensions as mount option
by Steve French
· 17 years ago
7521a3c
[CIFS] Fix oops in cifs_create when nfsd server exports cifs mount
by Steve French
· 17 years ago
fb8c4b1
[CIFS] whitespace cleanup
by Steve French
· 17 years ago
3ce53fc
[CIFS] CIFS should honour umask
by Steve French
· 17 years ago
Next »