Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
019ab801cf32381b90cbe0144cc5695aed0e408c
/
fs
/
cifs
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
3ce53fc
[CIFS] CIFS should honour umask
by Steve French
· 17 years ago
100c1dd
[CIFS] Missing flag on negprot needed for some servers to force packet signing
by Yehuda Sadeh Weinraub
· 17 years ago
221601c
[CIFS] whitespace cleanup part 2
by Steve French
· 17 years ago
5fdae1f
[CIFS] whitespace cleanup
by Steve French
· 17 years ago
e6985c7
[CIFS] fix mempool destroy done in wrong order in cifs error path
by Akinobu Mita
· 17 years ago
f7f7c31
[CIFS] typo in previous patch
by Steve French
· 17 years ago
28356a1
[CIFS] Fix oops on failed cifs mount (in kthread_stop)
by Steve French
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
0ec54aa
[CIFS] Fix typo in cifs readme from previous commit
by Steve French
· 18 years ago
8426c39
[CIFS] Make sec=none force an anonymous mount
by Jeff Layton
· 18 years ago
796e566
[CIFS] Change semaphore to mutex for cifs lock_sem
by Roland Dreier
· 18 years ago
0b2365f
[CIFS] Fix oops in reset_cifs_unix_caps on reconnect
by Steve French
· 18 years ago
4523cc3
[CIFS] UID/GID override on CIFS mounts to Samba
by Steve French
· 18 years ago
984acfe
[CIFS] prefixpath mounts to servers supporting posix paths used wrong slash
by Steve French
· 18 years ago
deb0420
[CIFS] Update cifs version to 1.49
by Steve French
· 18 years ago
eaa33a9
[CIFS] Replace kmalloc/memset combination with kzalloc
by vignesh
· 18 years ago
5858ae4
[CIFS] Add IPv6 support
by Steve French
· 18 years ago
cbac3cb
[CIFS] New CIFS POSIX mkdir performance improvement (part 2)
by Steve French
· 18 years ago
2dd29d3
[CIFS] New CIFS POSIX mkdir performance improvement
by Steve French
· 18 years ago
5268df2
[CIFS] Add write perm for usr to file on windows should remove r/o dos attr
by Steve French
· 18 years ago
3a9f462
[CIFS] Remove unnecessary parm to cifs_reopen_file
by Steve French
· 18 years ago
aaf737a
[CIFS] Switch cifsd to kthread_run from kernel_thread
by Igor Mammedov
· 18 years ago
c33f8d3
[CIFS] Remove unnecessary checks
by Christoph Hellwig
· 18 years ago
1299809
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
066fcb0
[CIFS] Allow reset of file to ATTR_NORMAL when archive bit not set
by Steve French
· 18 years ago
38e2aff
[CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yet
by Steve French
· 18 years ago
82c05a1
[PATCH] cifs endianness annotations
by Al Viro
· 18 years ago
f5c1e2e
[CIFS] reset mode when client notices that ATTR_READONLY is no longer set
by Alan Tyson
· 18 years ago
8a23626
[CIFS] cifs_prepare_write was incorrectly rereading page in some cases
by Steve French
· 18 years ago
c7af185
[CIFS] Fix set file size to zero when doing chmod to Samba 3.0.26pre
by Steve French
· 18 years ago
99ee4db
[CIFS] Remove some unused functions/declarations
by Steve French
· 18 years ago
1ae1bc4
[CIFS] New file for previous commit
by Steve French
· 18 years ago
35c11fd
[CIFS] cifs export operations
by Steve French
· 18 years ago
ba6a46a
[CIFS] small piece missing from previous patch
by Steve French
· 18 years ago
3677db1
[CIFS] Fix locking problem around some cifs uses of i_size write
by Steve French
· 18 years ago
9654640
Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
c5a69d5
Storage class should be before const qualifier
by Tobias Klauser
· 18 years ago
1b3c371
Fix typos concerning hierarchy
by Uwe Kleine-König
· 18 years ago
004c46b
[CIFS] One line missing from previous commit
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
c14e894
[CIFS] fix &&/& typo in cifs_setattr()
by Steve French
· 18 years ago
9468482
Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
8af1897
[CIFS] on reconnect to Samba - reset the unix capabilities
by Steve French
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
7ba5263
[CIFS] Allow update of EOF on remote extend of file
by Steve French
· 18 years ago
595dcfe
[CIFS] POSIX CIFS Extensions (continued) - POSIX Open
by Steve French
· 18 years ago
87f440e
[CIFS] Additional POSIX CIFS Extensions infolevels
by Steve French
· 18 years ago
a850790
[CIFS] Minor cleanup
by Steve French
· 18 years ago
914afcf
[CIFS] Missing free in error path
by Steve French
· 18 years ago
9a0c823
[CIFS] Reduce cifs stack space usage
by Steve French
· 18 years ago
030e9d8
[CIFS] lseek polling returned stale EOF
by Steve French
· 18 years ago
5394cd2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
8e6f195
[CIFS] Fix oops when Windows server sent bad domain name null terminator
by Steve French
· 18 years ago
bd2abf1
[CIFS] cifs sprintf fix
by Steve French
· 18 years ago
76849e3
[CIFS] Remove 2 unneeded kzalloc casts
by Steve French
· 18 years ago
cb876f4
Fix up CIFS for "test_clear_page_dirty()" removal
by Linus Torvalds
· 18 years ago
405c514
[CIFS] Update CIFS version number
by Steve French
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
6f88cc2
[PATCH] io-accounting-read-accounting cifs fix
by Andrew Morton
· 18 years ago
eb991b3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
e6a0029
[PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
33ec32f
[CIFS] Fix NTLMv2 mounts to Windows servers
by Steve French
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
8d6286f
[CIFS] Fix timezone handling on stat to os/2
by Steve French
· 18 years ago
31ec35d
[CIFS] Incorrect hardlink count when original file is cached (oplocked)
by Steve French
· 18 years ago
f7b2e8c
[CIFS] Fix minor problem with previous patch
by Steve French
· 18 years ago
6e659c6
[CIFS] Fix mount failure when domain not specified
by Steve French
· 18 years ago
5fe14c8
[CIFS] Explicitly set stat->blksize
by Steve French
· 18 years ago
4891d53
[CIFS] NFS stress test generates flood of "close with pending write" messages
by Steve French
· 18 years ago
05ac9d4
[PATCH] cifs: ->readpages() fixes
by OGAWA Hirofumi
· 18 years ago
8e87d4d
[CIFS] report rename failure when target file is locked by Windows
by Steve French
· 18 years ago
4b952a9
[CIFS] Allow null user connections
by Steve French
· 18 years ago
7ca85ba
[CIFS] Fix readdir breakage when blocksize set too small
by Steve French
· 18 years ago
733f99a
[PATCH] new cifs endianness bugs
by Al Viro
· 18 years ago
12e36b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
1a4e15a
[CIFS] Missing flags2 for DFS
by Steve French
· 18 years ago
d103e16
[CIFS] Workaround incomplete byte length returned by some
by Steve French
· 18 years ago
acf1a1b
[CIFS] Level 1 QPathInfo needed for proper OS2 support
by Steve French
· 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
70903ca
[CIFS] Do not need to adjust for Jan/Feb for leap day
by Steve French
· 18 years ago
438dd92
[CIFS] Fix leaps year calculation for years after 2100
by Steve French
· 18 years ago
268f3be
[CIFS] readdir (ffirst) enablement of accurate timestamps from legacy servers
by Steve French
· 18 years ago
cab0089
Still more typo fixes
by Matt LaPlante
· 18 years ago
96b644b
[PATCH] namespaces: utsname: use init_utsname when appropriate
by Serge E. Hallyn
· 18 years ago
e9ff399
[PATCH] namespaces: utsname: switch to using uts namespaces
by Serge E. Hallyn
· 18 years ago
1a70d65
[CIFS] Fix compiler warning with previous patch
by Steve French
· 18 years ago
947a506
[CIFS] Fix typo
by Steve French
· 18 years ago
b815f1e5
[CIFS] Allow for 15 minute TZs (e.g. Nepal) and be more explicit about
by Steve French
· 18 years ago
203cf2f
[CIFS] Fix readdir of large directories for backlevel servers
by Steve French
· 18 years ago
ce71ec3
[PATCH] r/o bind mounts: monitor zeroing of i_nlink
by Dave Hansen
· 18 years ago
Next »