Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
729f52c6be51013c9268e5fc85acbc1091286fdb
/
fs
/
cifs
8825736
CIFS: Move get_next_mid to ops struct
by Pavel Shilovsky
· 12 years ago
7f0adb5
CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe
by Pavel Shilovsky
· 12 years ago
ea319d5
CIFS: Improve identation in cifs_unlock_range
by Pavel Shilovsky
· 12 years ago
0013fb4
CIFS: Fix possible wrong memory allocation
by Pavel Shilovsky
· 12 years ago
442a9ff
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
2c0c2a0
cifs: fix oops while traversing open file list (try #4)
by Shirish Pargaonkar
· 12 years ago
ea4b574
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
by Sedat Dilek
· 13 years ago
1080ef7
CIFS: Introduce SMB2 mounts as vers=2.1
by Steve French
· 14 years ago
675f36f
CIFS: Introduce SMB2 Kconfig option
by Steve French
· 14 years ago
4527578
CIFS: Move add/set_credits and get_credits_field to ops structure
by Pavel Shilovsky
· 12 years ago
8aa26f3
CIFS: Move protocol specific demultiplex thread calls to ops struct
by Pavel Shilovsky
· 12 years ago
eb37871
CIFS: Move protocol specific part from cifs_readv_receive to ops struct
by Pavel Shilovsky
· 12 years ago
1887f60
CIFS: Move header_size/max_header_size to ops structure
by Pavel Shilovsky
· 12 years ago
082d064
CIFS: Move protocol specific part from SendReceive2 to ops struct
by Pavel Shilovsky
· 12 years ago
2608bee
cifs: Include backup intent search flags during searches {try #2)
by Shirish Pargaonkar
· 12 years ago
7f92447
CIFS: Separate protocol specific part from setlk
by Pavel Shilovsky
· 13 years ago
55157df
CIFS: Separate protocol specific part from getlk
by Pavel Shilovsky
· 13 years ago
106dc53
CIFS: Separate protocol specific lock type handling
by Pavel Shilovsky
· 13 years ago
04a6aa8
CIFS: Convert lock type to 32 bit variable
by Pavel Shilovsky
· 13 years ago
fbd35ac
CIFS: Move locks to cifsFileInfo structure
by Pavel Shilovsky
· 13 years ago
121b046
cifs: convert send_nt_cancel into a version specific op
by Jeff Layton
· 12 years ago
23db65f
cifs: add a smb_version_operations/values structures and a smb_version enum
by Jeff Layton
· 12 years ago
5249af3
cifs: remove the vers= and version= synonyms for ver=
by Jeff Layton
· 12 years ago
296838b
cifs: add warning about change in default cache semantics in 3.7
by Jeff Layton
· 12 years ago
d06b505
cifs: display cache= option in /proc/mounts
by Jeff Layton
· 12 years ago
09983b2
cifs: add deprecation warnings to strictcache and forcedirectio
by Jeff Layton
· 12 years ago
15b6a47
cifs: add a cache= option to better describe the different cache flavors
by Jeff Layton
· 12 years ago
4d61cd6
cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctl
by Jeff Layton
· 12 years ago
5e500ed
cifs: remove legacy MultiuserMount option
by Jeff Layton
· 12 years ago
1c89254
cifs: convert cifs_iovec_read to use async reads
by Jeff Layton
· 12 years ago
2a1bb13
cifs: add wrapper for cifs_async_readv to retry opening file
by Jeff Layton
· 12 years ago
6993f74
cifs: add refcounting to cifs_readdata structures
by Jeff Layton
· 12 years ago
8d5ce4d
cifs: abstract out function to marshal the iovec for readv receives
by Jeff Layton
· 12 years ago
0471ca3
cifs: make cifs_readdata_alloc take a work_func_t arg
by Jeff Layton
· 12 years ago
531c8ff
cifs: fix misspelling of "forcedirectio"
by Jeff Layton
· 12 years ago
48a5730
cifs: fix revalidation test in cifs_llseek()
by Dan Carpenter
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
d8f2799
fs/cifs: fix parsing of dfs referrals
by Stefan Metzmacher
· 13 years ago
a557b97
cifs: make sure we ignore the credentials= and cred= options
by Jeff Layton
· 13 years ago
f966424
[CIFS] Update cifs version to 1.78
by Steve French
· 13 years ago
936ad90
cifs - check S_AUTOMOUNT in revalidate
by Ian Kent
· 13 years ago
58fa015
cifs: add missing initialization of server->req_lock
by Jeff Layton
· 13 years ago
8f71465
cifs: don't cap ra_pages at the same level as default_backing_dev_info
by Jeff Layton
· 13 years ago
156d179
CIFS: Fix indentation in cifs_show_options
by Sachin Prabhu
· 13 years ago
28f8881
Use correct conversion specifiers in cifs_show_options
by Sachin Prabhu
· 13 years ago
3c7c87f
CIFS: Show backupuid/gid in /proc/mounts
by Sachin Prabhu
· 13 years ago
3af9d8f
cifs: fix offset handling in cifs_iovec_write
by Jeff Layton
· 13 years ago
bfa890a
Fix number parsing in cifs_parse_mount_options
by Sachin Prabhu
· 13 years ago
4fe9e96
Cleanup handling of NULL value passed for a mount option
by Sachin Prabhu
· 13 years ago
e4b41fb
Fix UNC parsing on mount
by Sachin Prabhu
· 13 years ago
1023807
Remove unnecessary check for NULL in password parser
by Sachin Prabhu
· 13 years ago
66189be
CIFS: Fix VFS lock usage for oplocked files
by Pavel Shilovsky
· 13 years ago
9ebb389
Revert "CIFS: Fix VFS lock usage for oplocked files"
by Steve French
· 13 years ago
2545e07
cifs: writing past end of struct in cifs_convert_address()
by Dan Carpenter
· 13 years ago
b2a3ad9
cifs: silence compiler warnings showing up with gcc-4.7.0
by Jeff Layton
· 13 years ago
b5efb97
CIFS: Fix VFS lock usage for oplocked files
by Pavel Shilovsky
· 13 years ago
867646f
[CIFS] Update CIFS version number to 1.77
by Steve French
· 13 years ago
5cfdddc
CIFS: Add missed forcemand mount option
by Pavel Shilovsky
· 13 years ago
c7ad42b
[CIFS] Fix trivial sparse warning with asyn i/o patch
by Steve French
· 13 years ago
d816255
cifs: handle "sloppy" option appropriately
by Jeff Layton
· 13 years ago
8830d7e
cifs: use standard token parser for mount options
by Sachin Prabhu
· 13 years ago
27ac575
cifs: remove /proc/fs/cifs/OplockEnabled
by Jeff Layton
· 13 years ago
da82f7e
cifs: convert cifs_iovec_write to use async writes
by Jeff Layton
· 13 years ago
597b027
cifs: call cifs_update_eof with i_lock held
by Jeff Layton
· 13 years ago
e949287
cifs: abstract out function to marshal up the iovec array for async writes
by Jeff Layton
· 13 years ago
a7103b9
cifs: fix up get_numpages
by Jeff Layton
· 13 years ago
35ebb41
cifs: make cifsFileInfo_get return the cifsFileInfo pointer
by Jeff Layton
· 13 years ago
e94f7ba
cifs: fix allocation in cifs_write_allocate_pages
by Jeff Layton
· 13 years ago
c2e8764
cifs: allow caller to specify completion op when allocating writedata
by Jeff Layton
· 13 years ago
fe5f5d2
cifs: add pid field to cifs_writedata
by Jeff Layton
· 13 years ago
da472fc
cifs: add new cifsiod_wq workqueue
by Jeff Layton
· 13 years ago
7c9421e
CIFS: Change mid_q_entry structure fields
by Pavel Shilovsky
· 13 years ago
243d04b
CIFS: Expand CurrentMid field
by Pavel Shilovsky
· 13 years ago
5ffef7b
CIFS: Separate protocol-specific code from cifs_readv_receive code
by Pavel Shilovsky
· 13 years ago
d4e4854
CIFS: Separate protocol-specific code from demultiplex code
by Pavel Shilovsky
· 13 years ago
792af7b
CIFS: Separate protocol-specific code from transport routines
by Pavel Shilovsky
· 13 years ago
1c3ddfe
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
3556485
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
3dd9330
cifs: clean up ordering in exit_cifs
by Jeff Layton
· 13 years ago
815465c
cifs: clean up call to cifs_dfs_release_automount_timer()
by Jeff Layton
· 13 years ago
6dae51a
CIFS: Delete echo_retries module parm
by Pavel Shilovsky
· 13 years ago
bc205ed
CIFS: Prepare credits code for a slot reservation
by Pavel Shilovsky
· 13 years ago
5bc5949
CIFS: Make wait_for_free_request killable
by Pavel Shilovsky
· 13 years ago
2d86dbc
CIFS: Introduce credit-based flow control
by Pavel Shilovsky
· 13 years ago
fc40f9c
CIFS: Simplify inFlight logic
by Pavel Shilovsky
· 13 years ago
1daaae8
cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the next
by Jeff Layton
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
064326c
clean up the failure exits in cifs_read_super()
by Al Viro
· 13 years ago
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
b0f8ef2
cifs: possible memory leak in xattr.
by Santosh Nayak
· 13 years ago
5bccda0
cifs: fix dentry refcount leak when opening a FIFO on lookup
by Jeff Layton
· 13 years ago
6de2ce4
CIFS: Fix mkdir/rmdir bug for the non-POSIX case
by Pavel Shilovsky
· 13 years ago
9e3ff38
Merge branch 'next-queue' into next
by James Morris
· 13 years ago
ff4fa4a
cifs: don't return error from standard_receive3 after marking response malformed
by Jeff Layton
· 13 years ago
8b0192a
cifs: request oplock when doing open on lookup
by Jeff Layton
· 13 years ago
4edc53c
cifs: fix error handling when cifscreds key payload is an error
by Jeff Layton
· 13 years ago
Next »