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
2019-04-27
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-27
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
2019-04-20
cifs: fallback to older infolevels on findfirst queryinfo retry
Steve French
2019-04-20
f2fs: fix to do sanity check with current segment number
Chao Yu
2019-04-20
9p locks: add mount option for lock retry interval
Dinu-Razvan Chis-Serban
2019-04-20
9p: do not trust pdu content for stat item size
Gertjan Halkes
2019-04-20
ext4: prohibit fstrim in norecovery mode
Darrick J. Wong
2019-04-20
fix incorrect error code mapping for OBJECTID_NOT_FOUND
Steve French
2019-04-20
ext4: report real fs size after failed resize
Lukas Czerner
2019-04-20
ext4: add missing brelse() in add_new_gdb_meta_bg()
Lukas Czerner
2019-04-17
block: fix the return errno for direct IO
Jason Yan
2019-04-17
btrfs: prop: fix vanished compression property after failed set
Anand Jain
2019-04-17
btrfs: prop: fix zstd compression parameter validation
Anand Jain
2019-04-17
Btrfs: do not allow trimming when a fs is mounted with the nologreplay option
Filipe Manana
2019-04-05
jbd2: fix race when writing superblock
Theodore Ts'o
2019-04-05
vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
Aurelien Jarno
2019-04-05
fs: fix guard_bio_eod to check for real EOD errors
Carlos Maiolino
2019-04-05
jbd2: fix invalid descriptor block checksum
luojiajun
2019-04-05
cifs: Fix NULL pointer dereference of devname
Yao Liu
2019-04-05
cifs: use correct format characters
Louis Taylor
2019-04-05
fs/file.c: initialize init_files.resize_wait
Shuriyc Chu
2019-04-05
f2fs: do not use mutex lock in atomic context
Sahitya Tummala
2019-04-05
ocfs2: fix a panic problem caused by o2cb_ctl
Jia Guo
2019-04-05
f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
Chao Yu
2019-04-05
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
2019-04-05
ext4: cleanup bh release code in ext4_ind_remove_space()
zhangyi (F)
2019-04-03
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
2019-04-03
ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
Darrick J. Wong
2019-04-03
fs/open.c: allow opening only regular files during execve()
Tetsuo Handa
2019-04-03
NFSv4.1 don't free interrupted slot on open
Olga Kornievskaia
2019-04-03
btrfs: raid56: properly unmap parity page in finish_parity_scrub()
Andrea Righi
2019-04-03
btrfs: remove WARN_ON in log_dir_items
Josef Bacik
2019-04-03
Btrfs: fix incorrect file size after shrinking truncate and fsync
Filipe Manana
2019-03-27
ext4: brelse all indirect buffer in ext4_ind_remove_space()
zhangyi (F)
2019-03-27
ext4: fix data corruption caused by unaligned direct AIO
Lukas Czerner
2019-03-27
ext4: fix NULL pointer dereference while journal is aborted
Jiufei Xue
2019-03-27
udf: Fix crash on IO error during truncate
Jan Kara
2019-03-23
NFSv4.1: Reinitialise sequence results before retransmitting a request
Trond Myklebust
2019-03-23
nfsd: fix wrong check in write_v4_end_grace()
Yihao Wu
2019-03-23
nfsd: fix memory corruption caused by readdir
NeilBrown
2019-03-23
NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
Trond Myklebust
2019-03-23
NFS: Fix an I/O request leakage in nfs_do_recoalesce
Trond Myklebust
2019-03-23
NFS: Fix I/O request leakages
Trond Myklebust
2019-03-23
jbd2: fix compile warning when using JBUFFER_TRACE
zhangyi (F)
2019-03-23
jbd2: clear dirty flag when revoking a buffer from an older transaction
zhangyi (F)
2019-03-23
ext2: Fix underflow in ext2_max_size()
Jan Kara
2019-03-23
ext4: fix crash during online resizing
Jan Kara
2019-03-23
ext4: add mask of ext4 flags to swap
yangerkun
2019-03-23
Btrfs: fix corruption reading shared and compressed extents after hole punching
Filipe Manana
2019-03-23
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
[next]