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
Age
Commit message (
Expand
)
Author
2016-10-13
SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
Sachin Prabhu
2016-10-13
SMB2: Separate Kerberos authentication from SMB2_sess_setup
Sachin Prabhu
2016-10-13
Expose cifs module parameters in sysfs
Germano Percossi
2016-10-13
Cleanup missing frees on some ioctls
Steve French
2016-10-13
Enable previous version support
Steve French
2016-10-13
Do not send SMB3 SET_INFO request if nothing is changing
Steve French
2016-10-13
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2016-10-13
pnfs/blocklayout: fix last_write_offset incorrectly set to page boundary
Benjamin Coddington
2016-10-12
fscrypto: make XTS tweak initialization endian-independent
Eric Biggers
2016-10-12
ext4: do not advertise encryption support when disabled
Eric Biggers
2016-10-12
jbd2: fix incorrect unlock on j_list_lock
Taesoo Kim
2016-10-12
ext4: super.c: Update logging style using KERN_CONT
Joe Perches
2016-10-12
f2fs: fix wrong sum_page pointer in f2fs_gc
Jaegeuk Kim
2016-10-12
Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
2016-10-12
SMB3: Add mount parameter to allow user to override max credits
Steve French
2016-10-12
fs/cifs: reopen persistent handles on reconnect
Steve French
2016-10-12
Clarify locking of cifs file and tcon structures and make more granular
Steve French
2016-10-12
Fix regression which breaks DFS mounting
Sachin Prabhu
2016-10-12
fs/cifs: keep guid when assigning fid to fileinfo
Aurelien Aptel
2016-10-12
SMB3: GUIDs should be constructed as random but valid uuids
Steve French
2016-10-12
Set previous session id correctly on SMB3 reconnect
Steve French
2016-10-12
cifs: Limit the overall credit acquired
Ross Lagerwall
2016-10-12
Display number of credits available
Steve French
2016-10-12
Add way to query creation time of file via cifs xattr
Steve French
2016-10-12
Add way to query file attributes via cifs xattr
Steve French
2016-10-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-10-11
fs: use mapping_set_error instead of opencoded set_bit
Michal Hocko
2016-10-11
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
2016-10-11
pipe: cap initial pipe capacity according to pipe-max-size limit
Michael Kerrisk (man-pages)
2016-10-11
pipe: make account_pipe_buffers() return a value, and use it
Michael Kerrisk (man-pages)
2016-10-11
pipe: fix limit checking in alloc_pipe_info()
Michael Kerrisk (man-pages)
2016-10-11
pipe: simplify logic in alloc_pipe_info()
Michael Kerrisk (man-pages)
2016-10-11
pipe: fix limit checking in pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
pipe: refactor argument for account_pipe_buffers()
Michael Kerrisk (man-pages)
2016-10-11
pipe: move limit checking logic into pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
pipe: relocate round_pipe_size() above pipe_set_size()
Michael Kerrisk (man-pages)
2016-10-11
autofs: refactor ioctl fn vector in iookup_dev_ioctl()
Tomohiro Kusumi
2016-10-11
autofs: remove possibly misleading /* #define DEBUG */
Tomohiro Kusumi
2016-10-11
autofs: fix print format for ioctl warning message
Tomohiro Kusumi
2016-10-11
autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
Ian Kent
2016-10-11
autofs: fix dev ioctl number range check
Ian Kent
2016-10-11
autofs: fix pr_debug() message
Tomohiro Kusumi
2016-10-11
autofs: don't fail to free_dev_ioctl(param)
Tomohiro Kusumi
2016-10-11
autofs: remove obsolete sb fields
Tomohiro Kusumi
2016-10-11
autofs: use autofs4_free_ino() to kfree dentry data
Tomohiro Kusumi
2016-10-11
autofs: remove ino free in autofs4_dir_symlink()
Ian Kent
2016-10-11
autofs: add WARN_ON(1) for non dir/link inode case
Tomohiro Kusumi
2016-10-11
autofs: fix autofs4_fill_super() error exit handling
Ian Kent
2016-10-11
autofs: test autofs versions first on sb initialization
Tomohiro Kusumi
2016-10-11
autofs: drop unnecessary extern in autofs_i.h
Tomohiro Kusumi
[prev]
[next]