Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ed644baab64d5c2e6e130a4794680eb06f7da81c
/
fs
/
cifs
/
dir.c
efb79f2
CIFS: fix error return code in cifs_atomic_open()
by Wei Yongjun
· 12 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
49418b2
cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t
by Eric W. Biederman
· 12 years ago
839db3d
cifs: fix up handling of prefixpath= option
by Jeff Layton
· 12 years ago
6d3ea7e
CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2
by Steve French
· 12 years ago
3798f47
cifs: Do not lookup hashed negative dentry in cifs_atomic_open
by Sachin Prabhu
· 12 years ago
233839b
CIFS: Fix fast lease break after open problem
by Pavel Shilovsky
· 12 years ago
b8c32db
CIFS: Request SMB2.1 leases
by Pavel Shilovsky
· 12 years ago
2536413
CIFS: Move create code use ops struct
by Pavel Shilovsky
· 12 years ago
fb1214e
CIFS: Move open code to ops struct
by Pavel Shilovsky
· 12 years ago
ea7b488
CIFS: Fix cifs_do_create error hadnling
by Pavel Shilovsky
· 12 years ago
29e20f9
CIFS: Make CAP_* checks protocol independent
by Pavel Shilovsky
· 12 years ago
4b12410
CIFS: Fix a wrong pointer in atomic_open
by Pavel Shilovsky
· 12 years ago
6d5786a
CIFS: Rename Get/FreeXid and make them work with unsigned int
by Pavel Shilovsky
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
e45198a
make finish_no_open() return int
by Al Viro
· 12 years ago
30d9049
kill struct opendata
by Al Viro
· 12 years ago
d958527
make ->atomic_open() return int
by Al Viro
· 12 years ago
4723768
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
d2c1271
cifs: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
936ad90
cifs - check S_AUTOMOUNT in revalidate
by Ian Kent
· 13 years ago
10b9b98
CIFS: Respect negotiated MaxMpxCount
by Pavel Shilovsky
· 13 years ago
5bccda0
cifs: fix dentry refcount leak when opening a FIFO on lookup
by Jeff Layton
· 13 years ago
8b0192a
cifs: request oplock when doing open on lookup
by Jeff Layton
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
ad4778f
CIFS: fix automount for DFS shares
by Gerlando Falauto
· 13 years ago
3d3ea8e
cifs: Add mount options for backup intent (try #6)
by Shirish Pargaonkar
· 13 years ago
e750473
add new module parameter 'enable_oplocks'
by Steve French
· 13 years ago
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
Next »