Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
78c1d78488a3c45685d993130c9f17102dc79a54
/
fs
/
cifs
/
file.c
10b9b98
CIFS: Respect negotiated MaxMpxCount
by Pavel Shilovsky
· 13 years ago
ce85852
CIFS: Fix a spurious error in cifs_push_posix_locks
by Pavel Shilovsky
· 13 years ago
d575146
CIFS: Do not kmalloc under the flocks spinlock
by Pavel Shilovsky
· 13 years ago
9a5101c
CIFS: Add descriptions to the brlock cache functions
by Pavel Shilovsky
· 13 years ago
a88b470
CIFS: Cleanup byte-range locking code style
by Pavel Shilovsky
· 13 years ago
161ebf9
CIFS: Simplify setlk error handling for mandatory locking
by Pavel Shilovsky
· 13 years ago
5079276
CIFS: Fix the VFS brlock cache usage in posix locking case
by Pavel Shilovsky
· 13 years ago
d12799b
CIFS: Remove extra mutex_unlock in cifs_lock_add_if
by Pavel Shilovsky
· 13 years ago
32b9aaf
CIFS: Make cifs_push_locks send as many locks at once as possible
by Pavel Shilovsky
· 13 years ago
9ee305b
CIFS: Send as many mandatory unlock ranges at once as possible
by Pavel Shilovsky
· 13 years ago
4f6bcec
CIFS: Implement caching mechanism for posix brlocks
by Pavel Shilovsky
· 13 years ago
85160e0
CIFS: Implement caching mechanism for mandatory brlocks
by Pavel Shilovsky
· 13 years ago
5eba8ab
cifs: allow for larger rsize= options and change defaults
by Jeff Layton
· 13 years ago
690c5e3
cifs: convert cifs_readpages to use async reads
by Jeff Layton
· 13 years ago
7748dd6
CIFS: cleanup min_t() cast in cifs_read()
by Dan Carpenter
· 13 years ago
d59dad2
CIFS: Move byte range lock list from fd to inode
by Pavel Shilovsky
· 13 years ago
03776f4
CIFS: Simplify byte range locking code
by Pavel Shilovsky
· 14 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
c974bef
cifs: untangle server->maxBuf and CIFSMaxBufSize
by Jeff Layton
· 13 years ago
ad63594
cifs: simplify refcounting for oplock breaks
by Jeff Layton
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
2cebaa5
CIFS: Fix wrong length in cifs_iovec_read
by Pavel Shilovsky
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
d4ffff1
CIFS: Add rwpidforward mount option
by Pavel Shilovsky
· 13 years ago
fa2989f
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
by Pavel Shilovsky
· 13 years ago
c3d17b6
cifs: convert cifs_writepages to use async writes
by Jeff Layton
· 13 years ago
6feb989
CIFS: Simplify invalidate part (try #5)
by Pavel Shilovsky
· 14 years ago
0b81c1c
CIFS: directio read/write cleanups
by Pavel Shilovsky
· 14 years ago
9ad1506
CIFS: Add launder_page operation (try #3)
by Pavel Shilovsky
· 14 years ago
ca83ce3
cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)
by Jeff Layton
· 14 years ago
bdf1b03
cifs: replace /proc/fs/cifs/Experimental with a module parm
by Jeff Layton
· 14 years ago
7797069
cifs: check for private_data before trying to put it
by Jeff Layton
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
76429c1
CIFS: Fix variable types in cifs_iovec_read/write (try #2)
by Pavel Shilovsky
· 14 years ago
31c2659
cifs: clean up some compiler warnings
by Jeff Layton
· 14 years ago
72432ff
CIFS: Implement cifs_strict_writev (try #4)
by Pavel Shilovsky
· 14 years ago
a70307e
CIFS: Implement cifs_strict_readv (try #4)
by Pavel Shilovsky
· 14 years ago
7a6a19b
CIFS: Implement cifs_file_strict_mmap (try #2)
by Pavel Shilovsky
· 14 years ago
8be7e6b
CIFS: Implement cifs_strict_fsync
by Pavel Shilovsky
· 14 years ago
4f8ba8a
CIFS: Make cifsFileInfo_put work with strict cache mode
by Pavel Shilovsky
· 14 years ago
7749981
cifs: remove code for setting timeouts on requests
by Jeff Layton
· 14 years ago
941b853
cifs: don't fail writepages on -EAGAIN errors
by Jeff Layton
· 14 years ago
12fed00
CIFS: Fix oplock break handling (try #2)
by Pavel Shilovsky
· 14 years ago
d44a9fe
cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo
by Jeff Layton
· 14 years ago
7e12edd
CIFS: Simplify cifs_open code
by Pavel Shilovsky
· 14 years ago
eeb910a
CIFS: Simplify non-posix open stuff (try #2)
by Pavel Shilovsky
· 14 years ago
79df1ba
cifs: fix use of CONFIG_CIFS_ACL
by Jeff Layton
· 14 years ago
ebe2e91
cifs: fix potential use-after-free in cifs_oplock_break_put
by Jeff Layton
· 14 years ago
c672362
cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer
by Pavel Shilovsky
· 14 years ago
d389229
cifs: dereferencing first then checking
by Jeff Layton
· 14 years ago
54eeafe
[CIFS] Cleanup unused variable build warning
by Steve French
· 14 years ago
e66673e
CIFS: Add cifs_set_oplock_level
by Pavel Shilovsky
· 14 years ago
50ae28f
FS: cifs, remove unneeded NULL tests
by Jiri Slaby
· 14 years ago
b4020c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
6b03590
cifs: add kfree() on error path
by Dan Carpenter
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
6573e9b
cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]
by Suresh Jayaraman
· 14 years ago
eb4b756
cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
by Jeff Layton
· 14 years ago
d3f1322
cifs: wait for writeback to complete in cifs_flush
by Jeff Layton
· 14 years ago
5f6dbc9
cifs: convert cifsFileInfo->count to non-atomic counter
by Jeff Layton
· 14 years ago
cdff08e
[CIFS] move close processing from cifs_close to cifsFileInfo_put
by Steve French
· 14 years ago
b33879a
cifs: move cifsFileInfo_put to file.c
by Jeff Layton
· 14 years ago
4477288
cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
by Jeff Layton
· 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
7da4b49
cifs: cifs_write argument change and cleanup
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
2f4f26f
cifs: eliminate cifs_posix_open_inode_helper
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
f3983c2
cifs: fix handling of signing with writepages (try #6)
by Jeff Layton
· 14 years ago
f7a4068
cifs: have cifs_new_fileinfo take a tcon arg
by Jeff Layton
· 14 years ago
a6e8a84
cifs: add function to get a tcon from cifs_sb
by Jeff Layton
· 14 years ago
ba00ba6
cifs: make various routines use the cifsFileInfo->tcon pointer
by Jeff Layton
· 14 years ago
aa91c7e
cifs: fix broken oplock handling
by Suresh Jayaraman
· 14 years ago
a347ecb
cifs: use type __u32 instead of int for the oplock parameter
by Suresh Jayaraman
· 14 years ago
232341b
cifs: consolidate error handling in several functions
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
5669823
cifs: read pages from FS-Cache
by Suresh Jayaraman
· 14 years ago
9dc0655
cifs: store pages into local cache
by Suresh Jayaraman
· 14 years ago
85f2d6b
cifs: FS-Cache page management
by Suresh Jayaraman
· 14 years ago
9451a9a
cifs: define inode-level cache object and register them
by Suresh Jayaraman
· 14 years ago
c21dfb6
fs/cifs: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
9b64697
cifs: use workqueue instead of slow-work
by Tejun Heo
· 14 years ago
47c78b7
cifs: don't call cifs_new_fileinfo unless cifs_open succeeds
by Jeff Layton
· 14 years ago
d9d5d8d
cifs: don't ignore cifs_posix_open_inode_helper return value
by Suresh Jayaraman
· 14 years ago
db46024
cifs: clean up arguments to cifs_open_inode_helper
by Jeff Layton
· 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
06b4367
cifs: fix page refcount leak
by Jeff Layton
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
51c8176
cifs: remove unused parameter from cifs_posix_open_inode_helper()
by Suresh Jayaraman
· 15 years ago
Next »