index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsfs.c
Age
Commit message (
Expand
)
Author
2014-05-31
cifs: Wait for writebacks to complete before attempting write.
Sachin Prabhu
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-10-24
new helper: kfree_put_link()
Al Viro
2013-10-07
cifs: Fix inability to write files >2GB to SMB2/3 shares
Jan Klos
2013-09-09
CIFS: Respect epoch value from create lease context v2
Pavel Shilovsky
2013-09-08
CIFS: Replace clientCanCache* bools with an integer
Pavel Shilovsky
2013-09-08
cifs: display iocharset= option in /proc/mounts
Jeff Layton
2013-07-31
cifs: set sb->s_d_op before calling d_make_root()
Jeff Layton
2013-07-03
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2013-06-29
locks: protect most of the file_lock handling with i_lock
Jeff Layton
2013-06-29
[readdir] convert cifs
Al Viro
2013-06-24
cifs: add new fields to cifs_ses to track requested security flavor
Jeff Layton
2013-05-24
cifs: stop printing the unc= option in /proc/mounts
Jeff Layton
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-03-21
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2013-03-13
cifs: delay super block destruction until all cifsFileInfo objects are gone
Mateusz Guzik
2013-03-11
fs: Limit sys_mount to only request filesystem modules. (Part 3)
Eric W. Biederman
2013-02-27
cifs: ensure that cifs_get_root() only traverses directories
Jeff Layton
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2013-02-22
new helper: file_inode(file)
Al Viro
2013-02-13
cifs: Convert struct cifs_sb_info to use kuids and kgids
Eric W. Biederman
2013-01-01
Revert "CIFS: Fix write after setting a read lock for read oplock files"
Pavel Shilovsky
2012-12-20
cifs: eliminate cifsERROR variable
Jeff Layton
2012-12-17
lseek: the "whence" argument is called "whence"
Andrew Morton
2012-12-11
CIFS: Fix write after setting a read lock for read oplock files
Pavel Shilovsky
2012-12-08
cifs: simplify id_to_sid and sid_to_id mapping code
Jeff Layton
2012-12-05
CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2
Steve French
2012-12-05
cifs: fix types on module parameters
Jeff Layton
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-09-24
cifs: Mangle string used for unc in /proc/mounts
Sachin Prabhu
2012-09-24
CIFS: Request SMB2.1 leases
Pavel Shilovsky
2012-09-24
CIFS: Turn lock mutex into rw semaphore
Pavel Shilovsky
2012-09-24
CIFS: Remove spinlock dependence in brlock processing
Pavel Shilovsky
2012-09-24
cifs: remove kmap lock and rsize limit
Jeff Layton
2012-09-24
CIFS: Move statfs to ops struct
Pavel Shilovsky
2012-09-24
CIFS: Add SMB2 support for cifs_iovec_write
Pavel Shilovsky
2012-07-24
CIFS: Move building path to root to ops struct
Pavel Shilovsky
2012-07-24
CIFS: Respect SMB2 header/max header size
Pavel Shilovsky
2012-07-24
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-14
VFS: Pass mount flags to sget()
David Howells
2012-07-14
cifs: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
cifs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
2012-05-29
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2012-05-28
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-05-23
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
Sedat Dilek
2012-05-16
CIFS: Move locks to cifsFileInfo structure
Pavel Shilovsky
2012-05-16
cifs: add a smb_version_operations/values structures and a smb_version enum
Jeff Layton
2012-05-16
cifs: display cache= option in /proc/mounts
Jeff Layton
[next]