Sign in
android-kvm
/
linux
/
c8137ace56383688af911fea5934c71ad158135e
/
fs
/
ext4
3f2dc27
Merge branch 'entropy'
by Linus Torvalds
· 5 years ago
02f03c4
Revert "Revert "ext4: make __ext4_get_inode_loc plug""
by Linus Torvalds
· 5 years ago
70cb0d0
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 5 years ago
cfb82e1
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
f60c55a
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
734d1ed
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
72dbcf7
Revert "ext4: make __ext4_get_inode_loc plug"
by Linus Torvalds
· 5 years ago
cba465b
ext4: Reduce ext4 timestamp warnings
by Deepa Dinamani
· 5 years ago
6456ca6
ext4: fix kernel oops caused by spurious casefold flag
by Theodore Ts'o
· 5 years ago
0642ea2
ext4 crypto: fix to check feature status before get policy
by Chao Yu
· 5 years ago
4881c49
ext4: Initialize timestamps limits
by Deepa Dinamani
· 7 years ago
9ba5554
ext4: fix integer overflow when calculating commit interval
by zhangyi (F)
· 5 years ago
520f897
ext4: use percpu_counters for extent_status cache hits/misses
by Yang Guo
· 5 years ago
7727ae5
ext4: fix potential use after free after remounting with noblock_validity
by zhangyi (F)
· 5 years ago
c1e8220
ext4: fix punch hole for inline_data file systems
by Theodore Ts'o
· 5 years ago
8fcc3a5
ext4: rework reserved cluster accounting when invalidating pages
by Eric Whitney
· 5 years ago
7963e5a
ext4: treat buffers with write errors as containing valid data
by ZhangXiaoxu
· 5 years ago
e3d550c
ext4: fix warning inside ext4_convert_unwritten_extents_endio
by Rakesh Pandit
· 5 years ago
22cfe4b
ext4: add fs-verity read support
by Eric Biggers
· 5 years ago
c93d8f8
ext4: add basic fs-verity support
by Eric Biggers
· 5 years ago
29b3692
ext4: wire up new fscrypt ioctls
by Eric Biggers
· 5 years ago
7a14826
ext4: set error return correctly when ext4_htree_store_dirent fails
by Colin Ian King
· 5 years ago
cd2d992
ext4: drop legacy pre-1970 encoding workaround
by Theodore Ts'o
· 5 years ago
bb5835e
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
by Theodore Ts'o
· 5 years ago
1ad3ea6
ext4: add a new ioctl EXT4_IOC_GETSTATE
by Theodore Ts'o
· 5 years ago
b0c013e
ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE
by Theodore Ts'o
· 5 years ago
991f523
ext4: remove unnecessary error check
by Shi Siyuan
· 5 years ago
4e34323
ext4: fix warning when turn on dioread_nolock and inline_data
by yangerkun
· 5 years ago
f8c3500
Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
9637d51
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
5010fe9
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
2e75675
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 5 years ago
34e51a5
blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
by Tejun Heo
· 5 years ago
e46bfc3
ext4: disable map_sync for async flush
by Pankaj Gupta
· 5 years ago
96fcaf8
ext4: fix coverity warning on error path of filename setup
by Gabriel Krisman Bertazi
· 5 years ago
78e9605
ext4: replace ktype default_attrs with default_groups
by Kimberly Brown
· 5 years ago
f991492
vfs: teach vfs_ioc_fssetxattr_check to check project id info
by Darrick J. Wong
· 5 years ago
7b0e492
vfs: create a generic checking function for FS_IOC_FSSETXATTR
by Darrick J. Wong
· 5 years ago
5aca284
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
by Darrick J. Wong
· 5 years ago
7633b08
ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
by Theodore Ts'o
· 6 years ago
ddce3b9
ext4: refactor initialize_dirent_tail()
by Theodore Ts'o
· 6 years ago
f036adb
ext4: rename "dirent_csum" functions to use "dirblock"
by Theodore Ts'o
· 6 years ago
4e19d6b
ext4: allow directory holes
by Theodore Ts'o
· 6 years ago
73131fb
ext4: use jbd2_inode dirty range scoping
by Ross Zwisler
· 6 years ago
c708b1c
ext4: remove redundant assignment to node
by Colin Ian King
· 6 years ago
3ae7256
ext4: optimize case-insensitive lookups
by Gabriel Krisman Bertazi
· 6 years ago
b03755a
ext4: make __ext4_get_inode_loc plug
by zhangjs
· 6 years ago
c60990b
ext4: clean up kerneldoc warnigns when building with W=1
by Theodore Ts'o
· 6 years ago
7ddf79a
ext4: only set project inherit bit for directory
by Wang Shilong
· 6 years ago
02b016c
ext4: enforce the immutable flag on open files
by Theodore Ts'o
· 6 years ago
2e53840
ext4: don't allow any modifications to an immutable file
by Darrick J. Wong
· 6 years ago
b9c1c26
ext4: gracefully handle ext4_break_layouts() failure during truncate
by Jan Kara
· 6 years ago
6e4b73b
ext4: encrypt only up to last block in ext4_bio_write_page()
by Eric Biggers
· 6 years ago
ec39a36
ext4: decrypt only the needed block in __ext4_block_zero_page_range()
by Chandan Rajendra
· 6 years ago
0b578f3
ext4: decrypt only the needed blocks in ext4_block_write_begin()
by Chandan Rajendra
· 6 years ago
7e0785f
ext4: clear BH_Uptodate flag on decryption error
by Chandan Rajendra
· 6 years ago
aa8bc1a
fscrypt: support decrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
53bc1d85
fscrypt: support encrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
d2d0727
fscrypt: simplify bounce page handling
by Eric Biggers
· 6 years ago
35efb51
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
66883da
ext4: fix dcache lookup of !casefolded directories
by Gabriel Krisman Bertazi
· 6 years ago
ee0ed02
ext4: do not delete unlinked inode from orphan list on failed truncate
by Jan Kara
· 6 years ago
82a25b0
ext4: wait for outstanding dio during truncate in nojournal mode
by Jan Kara
· 6 years ago
0a944e8
ext4: don't perform block validity checks on the journal inode
by Theodore Ts'o
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
c4d36b6
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
2c1d0e3
ext4: avoid panic during forced reboot due to aborted journal
by Jan Kara
· 6 years ago
170417c
ext4: fix block validity checks for journal inodes using indirect blocks
by Theodore Ts'o
· 6 years ago
0ba33fa
ext4: fix miscellaneous sparse warnings
by Theodore Ts'o
· 6 years ago
fbbbbd2
ext4: unsigned int compared against zero
by Colin Ian King
· 6 years ago
08fc98a
ext4: fix use-after-free in dx_release()
by Sahitya Tummala
· 6 years ago
57a0da2
ext4: fix data corruption caused by overlapping unaligned and aligned IO
by Lukas Czerner
· 6 years ago
592acbf
ext4: zero out the unused memory region in the extent tree block
by Sriram Rajagopalan
· 6 years ago
a9fbcd67
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
5abe379
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
168e153
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
db90f41
ext4: export /sys/fs/ext4/feature/casefold if Unicode support is present
by Theodore Ts'o
· 6 years ago
9405313
ext4: make use of ->free_inode()
by Al Viro
· 6 years ago
50b29d8
ext4: fix ext4_show_options for file systems w/o journal
by Debabrata Banerjee
· 6 years ago
2b070cf
block: remove the i argument to bio_for_each_segment_all
by Christoph Hellwig
· 6 years ago
b886ee3
ext4: Support case-insensitive file name lookups
by Gabriel Krisman Bertazi
· 6 years ago
c83ad55
ext4: include charset encoding information in the superblock
by Gabriel Krisman Bertazi
· 6 years ago
310a997
ext4: actually request zeroing of inode table after grow
by Kirill Tkhai
· 6 years ago
4b99faa
ext4: cond_resched in work-heavy group loops
by Khazhismel Kumykov
· 6 years ago
7bc04c5
ext4: fix use-after-free race with debug_want_extra_isize
by Barret Rhoden
· 6 years ago
8c380ab
ext4: avoid drop reference to iloc.bh twice
by Pan Bian
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
2c58d54
fscrypt: cache decrypted symlink target in ->i_link
by Eric Biggers
· 6 years ago
b01531d
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
by Eric Biggers
· 6 years ago
cd0265f
fscrypt: drop inode argument from fscrypt_get_ctx()
by Eric Biggers
· 6 years ago
e5d0119
ext4: ignore e_value_offs for xattrs with value-in-ea-inode
by Theodore Ts'o
· 6 years ago
345c0db
ext4: protect journal inode's blocks using block_validity
by Theodore Ts'o
· 6 years ago
1e83bc8
ext4: use BUG() instead of BUG_ON(1)
by Arnd Bergmann
· 6 years ago
d454a27
ext4: fix prefetchw of NULL page
by Liu Xiang
· 6 years ago
fe53cbc
ext4: remove incorrect comment for NEXT_ORPHAN()
by Eric Biggers
· 6 years ago
31562b9
ext4: make sanity check in mballoc more strict
by Jan Kara
· 6 years ago
72deb45
block: remove CONFIG_LBDAF
by Christoph Hellwig
· 6 years ago
17403fa
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
Next »