Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2bf961b7ccd69e108ac435c67e2b0522b403c578
/
fs
/
cifs
/
readdir.c
0b8f18e
cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget
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
c4a2c08
cifs: make cnvrtDosUnixTm take a little-endian args and an offset
by Jeff Layton
· 15 years ago
07119a4
cifs: have cifs_NTtimeToUnix take a little-endian arg
by Jeff Layton
· 15 years ago
e836f01
[CIFS] Remove trailing whitespace
by Steve French
· 16 years ago
0e0d2cf
[CIFS] Remove sparse endian warnings
by Steve French
· 16 years ago
1829579
cifs: fix length handling in cifs_get_name_from_search_buf
by Jeff Layton
· 16 years ago
f588416
cifs: change cifs_get_name_from_search_buf to use new unicode helper
by Jeff Layton
· 16 years ago
7b0c8fc
cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows
by Suresh Jayaraman
· 16 years ago
fbec9ab
cifs: vary timeout on writes past EOF based on offset (try #5)
by Jeff Layton
· 16 years ago
85a6dac
[CIFS] Endian convert UniqueId when reporting inode numbers from server files
by Steve French
· 16 years ago
950ec52
cifs: properly handle case where CIFSGetSrvInodeNumber fails
by Jeff Layton
· 16 years ago
132ac7b
cifs: refactor new_inode() calls and inode initialization
by Jeff Layton
· 16 years ago
ddb4cbf
[CIFS] Do not attempt to close invalidated file handles
by Steve French
· 16 years ago
a364bc0
[CIFS] fix saving of resume key before CIFSFindNext
by Jeff Layton
· 16 years ago
0752f15
[CIFS] make sure we have the right resume info before calling CIFSFindNext
by Steve French
· 16 years ago
76c510a
[CIFS] Fix possible double free if search immediately after search rewind fails
by Shirish Pargaonkar
· 16 years ago
4468eb3
on non-posix shares, clear write bits in mode when ATTR_READONLY is set
by Jeff Layton
· 16 years ago
aaa9bbe
[CIFS] remove unused variables
by Steve French
· 16 years ago
77c57ec
[CIFS] don't explicitly do a FindClose on rewind when directory search has ended
by Steve French
· 16 years ago
4b18f2a
[CIFS] convert usage of implicit booleans to bool
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
a6f8de3
[CIFS] Fix stale mode after readdir when cifsacl specified
by Steve French
· 17 years ago
63d2583
[CIFS] Fix walking out end of cifs dacl
by Steve French
· 17 years ago
2c2130e
[CIFS] remove two sparse warnings
by Steve French
· 17 years ago
26f5736
[CIFS] formatting cleanup found by checkpatch
by Steve French
· 17 years ago
c18c842
[CIFS] Allow disabling CIFS Unix Extensions as mount option
by Steve French
· 17 years ago
50c2f75
[CIFS] whitespace/formatting fixes
by Steve French
· 17 years ago
3870253
[CIFS] more whitespace fixes
by Steve French
· 17 years ago
790fe57
[CIFS] more whitespace cleanup
by Steve French
· 17 years ago
6dc0f87
[CIFS] whitespace cleanup
by Steve French
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
4523cc3
[CIFS] UID/GID override on CIFS mounts to Samba
by Steve French
· 18 years ago
eaa33a9
[CIFS] Replace kmalloc/memset combination with kzalloc
by vignesh
· 18 years ago
c33f8d3
[CIFS] Remove unnecessary checks
by Christoph Hellwig
· 18 years ago
f5c1e2e
[CIFS] reset mode when client notices that ATTR_READONLY is no longer set
by Alan Tyson
· 18 years ago
3677db1
[CIFS] Fix locking problem around some cifs uses of i_size write
by Steve French
· 18 years ago
1b2b212
[CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten
by Steve French
· 18 years ago
7ba5263
[CIFS] Allow update of EOF on remote extend of file
by Steve French
· 18 years ago
a850790
[CIFS] Minor cleanup
by Steve French
· 18 years ago
e6a0029
[PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
7ca85ba
[CIFS] Fix readdir breakage when blocksize set too small
by Steve French
· 18 years ago
12e36b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
ddae957
[CIFS] fix typo in previous patch
by Steve French
· 18 years ago
533f90a
[CIFS] Fix old DOS time conversion to handle timezone
by Steve French
· 18 years ago
268f3be
[CIFS] readdir (ffirst) enablement of accurate timestamps from legacy servers
by Steve French
· 18 years ago
203cf2f
[CIFS] Fix readdir of large directories for backlevel servers
by Steve French
· 18 years ago
1bd5bbc
[CIFS] Legacy time handling for Win9x and OS/2 part 1
by Steve French
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
b835beb
[CIFS] Fix CIFS readdir access denied when SE Linux enabled
by Steve French
· 18 years ago
5ddaa68
[CIFS] endian errors in lanman protocol support
by Steve French
· 18 years ago
5bafd76
[CIFS] Add support for readdir to legacy servers
by Steve French
· 18 years ago
273d81d
[CIFS] Do not overwrite aops
by Dave Kleikamp
· 18 years ago
3979877
[CIFS] Support for setting up SMB sessions to legacy lanman servers
by Steve French
· 18 years ago
26a21b9
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
by Steve French
· 18 years ago
b66ac3e
[CIFS] Fix typo in previous
by Steve French
· 19 years ago
6080823
[CIFS] Readdir fixes to allow search to start at arbitrary position in directory
by Steve French
· 19 years ago
0bd4fa9
[CIFS] [CIFS] Do not take rename sem on most path based calls (during
by Steve French
· 19 years ago
d62e54a
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Steve French
· 19 years ago
5515eff
[PATCH] 2tb-files-add-blkcnt_t-fixes
by Andrew Morton
· 19 years ago
a11f3a0
[PATCH] sem2mutex: vfs_rename_mutex
by Arjan van de Ven
· 19 years ago
d47d7c1
[CIFS] CIFS readdir perf optimizations part 1
by Steve French
· 19 years ago
f3f6ec4
[CIFS] Fix cifs trying to write to f_ops
by Steve French
· 19 years ago
3020a1f
[CIFS] Fix scheduling while atomic when pending writes at file close time
by Steve French
· 19 years ago
e89dc92
[CIFS] Cleanup sparse warnings for unicode little endian casts
by Steve French
· 19 years ago
8b94bcb
[CIFS] Fix CIFS "nobrl" mount option so does not disable sending brl requests
by Steve French
· 19 years ago
eafe870
[CIFS] Fix readdir caching when unlink removes file in current search
by Steve French
· 19 years ago
bfa0d75
[CIFS] Add support for legacy servers part 5
by Steve French
· 19 years ago
7f57356
[CIFS] Remove cifs_sb argument from *build_path_from_dentry
by Steve French
· 19 years ago
b92327f
[CIFS] Finish up of case-insensitive dentry handling for cifs. This
by Steve French
· 19 years ago
c46fa8a
[CIFS] Add mount option for disabling sending byte range lock requests
by Steve French
· 19 years ago
eda3c029
[CIFS] Add compat with SFU (part 2)
by Steve French
· 19 years ago
ac67055
[CIFS] POSIX extensions, SetFSInfo added
by Jeremy Allison
· 19 years ago
dfb7533
[CIFS] Add stats for findfirst, findnext, findclose
by Steve French
· 19 years ago
09d1db5
[PATCH] cifs: improve check for search entry going beyond end of SMB transact
by Steve French
· 20 years ago
966ca92
[PATCH] cifs: Fix caching problem
by Steve French
· 20 years ago
737b758
[PATCH] cifs: character mapping of special characters (part 3 of 3)
by Steve French
· 20 years ago
6a0b482
[PATCH] cifs: Add new mount parm mapchars
by Steve French
· 20 years ago
75cf6bd
[PATCH] cifs: Gracefully turn off serverino (when serverino is enabled on mount)
by Steve French
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago