Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
23cac8debcdb34e97c01350b55ddf65161997a06
/
fs
/
cifs
/
cifsfs.c
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
030e9d8
[CIFS] lseek polling returned stale EOF
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
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
12e36b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
027445c
[PATCH] Vectorize aio_read/aio_write fileop methods
by Badari Pulavarty
· 18 years ago
de7ed55
[CIFS] Make use of newer QFSInfo dependent on capability bit instead of
by Steve French
· 18 years ago
9ac00b7
[CIFS] Do not send newer QFSInfo to legacy servers which can not support it
by Steve French
· 18 years ago
f46d3e1
[CIFS] Fix typo in name of new cifs_show_stats
by Steve French
· 18 years ago
175ec9e
[CIFS] Rename server time zone field
by Steve French
· 18 years ago
bf97d28
[CIFS] CIFS support for /proc/<pid>/mountstats part 1
by Steve French
· 18 years ago
e33c74d
[CIFS] Fix build break
by Steve French
· 18 years ago
2cd646a
[CIFS] Remove static and unused symbols
by Steve French
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
0889a94
CIFS: Use SEEK_END instead of hardcoded value
by Steve French
· 18 years ago
b8c06a2
[CIFS] statfs for cifs unix extensions no longer experimental
by Steve French
· 18 years ago
3a5ff61
[CIFS] Do not time out posix brl requests when using new posix setfileinfo
by Steve French
· 18 years ago
f17a268
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 18 years ago
bbe5d23
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Steve French
· 18 years ago
816724e
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
0fd1ffe
[CIFS] Fix suspend/resume problem which causes EIO on subsequent access to
by Pavel Machek
· 18 years ago
8b512d9
VFS: Remove dependency of ->umount_begin() call on MNT_FORCE
by Trond Myklebust
· 18 years ago
3979877
[CIFS] Support for setting up SMB sessions to legacy lanman servers
by Steve French
· 18 years ago
45af7a0
[CIFS] Use the kthread_ API instead of opencoding lots of hairy code for kernel
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
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
9b04c99
[PATCH] vfs: MS_VERBOSE should be MS_SILENT
by Theodore Ts'o
· 19 years ago
a048d7a
[CIFS] Convert remaining places in fs/cifs from
by Eric Sesterhenn
· 19 years ago
94bc2be
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Steve French
· 19 years ago
c32a0b6
[CIFS] Allow local filesize for file that is open for write to be updated
by Steve French
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
ec637e3
[CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages
by Steve French
· 19 years ago
4498eed5
[CIFS] Add extended stats (STATS2) for total buffer allocations for
by Steve French
· 19 years ago
2a138ebb
[CIFS] Missing parenthesis and typo in previous fix
by Steve French
· 19 years ago
6ab16d2
[CIFS] Fix umount --force to wake up the pending response queue, not just
by Steve French
· 19 years ago
87c89dd
[CIFS] Vectored and async i/o turned on and correct the
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
7b7abfe
by Steve French
· 19 years ago
d6d3f5b
Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/
by Steve French
· 19 years ago
4ca9c19
[CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTAL
by Steve French
· 19 years ago
34210f3
[CIFS] Still missing a line from previous fix
by Steve French
· 19 years ago
9e2e85f
[CIFS] Fix minor build problem with previous changeset
by Steve French
· 19 years ago
5e1253b
[CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.
by Steve French
· 19 years ago
68058e7
[CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff
by Steve French
· 19 years ago
ede1327
[PATCH] cifs: Add support for suspend
by Steve French
· 19 years ago
2096243
[CIFS] Add support for legacy servers part nine. statfs (df and du) is now
by Steve French
· 19 years ago
e30dcf3
[CIFS] Add support for legacy servers part eight. Write fixes for Windows
by Steve French
· 19 years ago
16abbec
[CIFS] Add support for suspend
by Steve French
· 19 years ago
8d0d509
[CIFS] Change Notify support part 1 - add dnotify thread for processing
by Steve French
· 19 years ago
f191401
[CIFS] rmmod cifs can oops if done soon after the last cifs unmount
by Steve French
· 19 years ago
57337e4
[PATCH] cifs: handle termination of cifs oplockd kernel thread
by Steve French
· 20 years ago
c81156d
[PATCH] cifs: cleanup of ifdefs usage so it is more consistent
by Steve French
· 20 years ago
f28ac91
[PATCH] cifs: CIFS ioctl needed by umount.cifs utility
by Steve French
· 20 years ago
737b758
[PATCH] cifs: character mapping of special characters (part 3 of 3)
by Steve French
· 20 years ago
c67593a
[PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattr
by Steve French
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago