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
/
ext4
Age
Commit message (
Expand
)
Author
2015-10-19
ext4: fix abs() usage in ext4_mb_check_group_pa
John Stultz
2015-10-18
ext4: do not allow journal_opts for fs w/o journal
Dmitry Monakhov
2015-10-18
ext4: explicit mount options parsing cleanup
Dmitry Monakhov
2015-10-18
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2015-10-18
[PATCH] fix calculation of meta_bg descriptor backups
Andy Leiserson
2015-10-17
ext4: fix potential use after free in __ext4_journal_stop
Lukas Czerner
2015-10-17
ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc
Daeho Jeong
2015-10-17
ext4: make the bitmap read routines return real error codes
Darrick J. Wong
2015-10-17
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-10-17
ext4: store checksum seed in superblock
Darrick J. Wong
2015-10-17
ext4: reserve code points for the project quota feature
Theodore Ts'o
2015-10-15
ext4: use private version of page_zero_new_buffers() for data=journal mode
Theodore Ts'o
2015-10-03
ext4 crypto: fix bugs in ext4_encrypted_zeroout()
Theodore Ts'o
2015-10-03
ext4 crypto: replace some BUG_ON()'s with error checks
Theodore Ts'o
2015-10-03
ext4 crypto: ext4_page_crypto() doesn't need a encryption context
Theodore Ts'o
2015-10-03
ext4: optimize ext4_writepage() for attempted 4k delalloc writes
Theodore Ts'o
2015-10-02
ext4 crypto: fix memory leak in ext4_bio_write_page()
Theodore Ts'o
2015-09-23
ext4: move procfs registration code to fs/ext4/sysfs.c
Theodore Ts'o
2015-09-23
ext4: refactor sysfs support code
Theodore Ts'o
2015-09-23
ext4: move sysfs code from super.c to fs/ext4/sysfs.c
Theodore Ts'o
2015-09-08
ext4: start transaction before calling into DAX
Matthew Wilcox
2015-09-08
ext4: add ext4_get_block_dax()
Matthew Wilcox
2015-09-08
ext4: use ext4_get_block_write() for DAX
Matthew Wilcox
2015-09-08
ext4: huge page fault support
Matthew Wilcox
2015-09-08
dax: move DAX-related functions to a new header
Matthew Wilcox
2015-09-04
fs: create and use seq_show_option for escaping
Kees Cook
2015-09-03
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2015-09-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2015-08-16
Revert "ext4: remove block_device_ejected"
Theodore Ts'o
2015-08-15
ext4: ratelimit the file system mounted message
Theodore Ts'o
2015-08-15
ext4: silence a format string false positive
Dan Carpenter
2015-08-15
ext4: simplify some code in read_mmp_block()
Dan Carpenter
2015-08-15
ext4: don't manipulate recovery flag when freezing no-journal fs
Eric Sandeen
2015-08-13
block: remove bio_get_nr_vecs()
Kent Overstreet
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-28
ext4 crypto: remove duplicate header file
zilong.liu
2015-07-28
ext4: update c/mtime on truncate up
Eryu Guan
2015-07-27
ext4: memory leak on error in ext4_symlink()
Dan Carpenter
2015-07-23
ext4: Improve ext4 Kconfig test
Jan Kara
2015-07-23
fs: Remove ext3 filesystem driver
Jan Kara
2015-07-23
ext4: Handle error from dquot_initialize()
Jan Kara
2015-07-23
ext4, jbd2: add REQ_FUA flag when recording an error in the superblock
Daeho Jeong
2015-07-22
ext4 crypto: fix spelling typo in comment
Laurent Navet
2015-07-22
ext4 crypto: exit cleanly if ext4_derive_key_aes() fails
Laurent Navet
2015-07-21
ext4: reject journal options for ext2 mounts
Carlos Maiolino
2015-07-21
ext4: implement cgroup writeback support
Tejun Heo
2015-07-21
ext4: replace ext4_io_submit->io_op with ->io_wbc
Tejun Heo
2015-07-17
ext4 crypto: check for too-short encrypted file names
Theodore Ts'o
2015-07-17
ext4 crypto: use a jbd2 transaction when adding a crypto policy
Theodore Ts'o
[next]