Gitiles Standalone
repos
/
linux-5.10
/
2d069c0889ef0decda7af6ecbdc63b680b767749
/
fs
/
ext4
/
extents.c
2d069c0
ext4: use common helpers in all places reading metadata buffers
by zhangyi (F)
· 5 years ago
d9befed
ext4: clear buffer verified flag if read meta block from disk
by zhangyi (F)
· 5 years ago
b483bb7
ext4: delete duplicated words + other fixes
by Randy Dunlap
· 5 years ago
27bc446
ext4: limit the length of per-inode prealloc list
by brookxu
· 5 years ago
ce9f24c
ext4: check journal inode extents more carefully
by Jan Kara
· 5 years ago
e0f49d2
ext4: delete unnecessary checks before brelse()
by Markus Elfring
· 5 years ago
e4d7f2d
ext4: fix spelling mistakes in extents.c
by Keyur Patel
· 5 years ago
cfb3c85
ext4: fix partial cluster initialization when splitting extent
by Jeffle Xu
· 5 years ago
45dd052
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
by Christoph Hellwig
· 5 years ago
cddf8a2
fs: move fiemap range validation into the file systems instances
by Christoph Hellwig
· 5 years ago
da565e7
ext4: remove the call to fiemap_check_flags in ext4_fiemap
by Christoph Hellwig
· 5 years ago
03a5ed2
ext4: split _ext4_fiemap
by Christoph Hellwig
· 5 years ago
328e24a
ext4: fix fiemap size checks for bitmap files
by Christoph Hellwig
· 5 years ago
8ad8d71
ext4: rework map struct instantiation in ext4_ext_map_blocks()
by Eric Whitney
· 5 years ago
70aa155
ext4: make ext_debug() implementation to use pr_debug()
by Ritesh Harjani
· 5 years ago
8ec2d31
ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents()
by Ritesh Harjani
· 5 years ago
ec8c60b
ext4: improve ext_debug() msg in case of block allocation failure
by Ritesh Harjani
· 5 years ago
73c384c0
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
by Theodore Ts'o
· 5 years ago
80dd497
ext4: fix a typo in a comment
by Christophe JAILLET
· 5 years ago
be809e1
ext4: clean up ext4_ext_convert_to_initialized() error handling
by Eric Whitney
· 5 years ago
779e265
ext4: clean up GET_BLOCKS_PRE_IO error handling
by Eric Whitney
· 5 years ago
bee6cf0
ext4: remove redundant GET_BLOCKS_CONVERT code
by Eric Whitney
· 5 years ago
ee802f8
ext4: remove dead GET_BLOCKS_ZERO code
by Eric Whitney
· 5 years ago
b60ca33
ext4: don't ignore return values from ext4_ext_dirty()
by Harshad Shirwadkar
· 5 years ago
4209ae1
ext4: handle ext4_mark_inode_dirty errors
by Harshad Shirwadkar
· 5 years ago
9e52484
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
by Eric Whitney
· 5 years ago
801674f
ext4: do not zeroout extents beyond i_disksize
by Jan Kara
· 5 years ago
54d3adb
ext4: save all error info in save_error_info() and drop ext4_set_errno()
by Theodore Ts'o
· 5 years ago
2971148
ext4: remove map_from_cluster from ext4_ext_map_blocks
by Eric Whitney
· 5 years ago
3499046
ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks()
by Eric Whitney
· 5 years ago
d3b6f23
ext4: move ext4_fiemap to use iomap framework
by Ritesh Harjani
· 5 years ago
2f424a5
ext4: optimize ext4_ext_precache for 0 depth
by Ritesh Harjani
· 5 years ago
f064a9d
ext4: clean up error return for convert_initialized_extent()
by Eric Whitney
· 5 years ago
765bfcd
ext4: delete declaration for ext4_split_extent()
by Eric Whitney
· 6 years ago
4337ecd
ext4: remove EXT4_EOFBLOCKS_FL and associated code
by Eric Whitney
· 6 years ago
4068664
ext4: fix extent_status fragmentation for plain files
by Dmitry Monakhov
· 6 years ago
de74548
ext4: add missing braces in ext4_ext_drop_refs()
by Eric Biggers
· 6 years ago
6e89bbb
ext4: fix some nonstandard indentation in extents.c
by Eric Biggers
· 6 years ago
61a6cb4
ext4: remove obsolete comment from ext4_can_extents_be_merged()
by Eric Biggers
· 6 years ago
adde81c
ext4: fix documentation for ext4_ext_try_to_merge()
by Eric Biggers
· 6 years ago
43f8167
ext4: make some functions static in extents.c
by Eric Biggers
· 6 years ago
a118099
ext4: remove redundant S_ISREG() checks from ext4_fallocate()
by Eric Biggers
· 6 years ago
9b02e49
ext4: clean up len and offset checks in ext4_fallocate()
by Eric Biggers
· 6 years ago
dd6683e
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
by Eric Biggers
· 6 years ago
d859264
ext4: re-enable extent zeroout optimization on encrypted files
by Eric Biggers
· 6 years ago
457b1e3
ext4: allow ZERO_RANGE on encrypted files
by Eric Biggers
· 6 years ago
4756ee1
ext4: use true,false for bool variable
by zhengbin
· 6 years ago
878520a
ext4: save the error code which triggered an ext4_error() in the superblock
by Theodore Ts'o
· 6 years ago
8d0d47e
Merge branch 'mb/dio' into master
by Theodore Ts'o
· 6 years ago
a6d404084
Merge branch 'jk/jbd2-revoke-overflow'
by Theodore Ts'o
· 6 years ago
83448bd
ext4: Reserve revoke credits for freed blocks
by Jan Kara
· 6 years ago
a413036
ext4: Provide function to handle transaction restarts
by Jan Kara
· 6 years ago
378f32b
ext4: introduce direct I/O write using iomap infrastructure
by Matthew Bobrowski
· 6 years ago
c8cc881
ext4: Add support for blocksize < pagesize in dioread_nolock
by Ritesh Harjani
· 6 years ago
a00713e
ext4: Add API to bring in support for unwritten io_end_vec conversion
by Ritesh Harjani
· 6 years ago
e3d550c
ext4: fix warning inside ext4_convert_unwritten_extents_endio
by Rakesh Pandit
· 6 years ago
bb5835e
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
by Theodore Ts'o
· 6 years ago
c60990b
ext4: clean up kerneldoc warnigns when building with W=1
by Theodore Ts'o
· 6 years ago
0a944e8
ext4: don't perform block validity checks on the journal inode
by Theodore Ts'o
· 6 years ago
592acbf
ext4: zero out the unused memory region in the extent tree block
by Sriram Rajagopalan
· 6 years ago
a5adcfc
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
7bd7523
ext4: fix bigalloc cluster freeing when hole punching under load
by Eric Whitney
· 6 years ago
16e08b1
ext4: cleanup clean_bdev_aliases() calls
by zhangyi (F)
· 7 years ago
592ddec
ext4: use IS_ENCRYPTED() to check encryption status
by Chandan Rajendra
· 7 years ago
9fe6714
ext4: adjust reserved cluster count when removing extents
by Eric Whitney
· 7 years ago
b6bf917
ext4: reduce reserved cluster count by number of allocated clusters
by Eric Whitney
· 7 years ago
0b02f4c
ext4: fix reserved cluster accounting at delayed write time
by Eric Whitney
· 7 years ago
ad43102
ext4: generalize extents status tree search functions
by Eric Whitney
· 7 years ago
430657b
ext4: handle layout changes to pinned DAX mappings
by Ross Zwisler
· 7 years ago
70a2dc6
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
bc890a6
ext4: verify the depth of extent tree in ext4_find_extent()
by Theodore Ts'o
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
349fa7d
ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
by Eric Biggers
· 7 years ago
dcae058
ext4: fix comments in ext4_swap_extents()
by zhenwei.pi
· 7 years ago
1d39834
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
by Nikolay Borisov
· 7 years ago
f516676
ext4: fix up remaining files with SPDX cleanups
by Theodore Ts'o
· 8 years ago
c894aa9
ext4: fix fdatasync(2) after fallocate(2) operation
by Eryu Guan
· 8 years ago
51e3ae8
ext4: fix interaction between i_size, fallocate, and delalloc after a crash
by Theodore Ts'o
· 8 years ago
4e56201
ext4: fix copy paste error in ext4_swap_extents()
by Maninder Singh
· 8 years ago
77a2e84
ext4: remove unused mode parameter
by Tahsin Erdogan
· 8 years ago
ddfa17e
ext4: call journal revoke when freeing ea_inode blocks
by Tahsin Erdogan
· 8 years ago
67a7d5f
ext4: fix fdatasync(2) after extent manipulation operations
by Jan Kara
· 8 years ago
4f8caa6
ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
by Jan Kara
· 8 years ago
03e916f
ext4: do not polute the extents cache while shifting extents
by Roman Pen
· 9 years ago
2a9b8cb
ext4: Include forgotten start block on fallocate insert range
by Roman Pen
· 9 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 9 years ago
80eabba
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
011c88e
ext4: remove another test in ext4_alloc_file_blocks()
by Dan Carpenter
· 9 years ago
eeca7ea
ext4: use current_time() for inode timestamps
by Deepa Dinamani
· 9 years ago
d0abb36
ext4: allow ext4_ext_truncate() to return an error
by Theodore Ts'o
· 9 years ago
64e1c57
ext4: Use clean_bdev_aliases() instead of iteration
by Jan Kara
· 9 years ago
518eaa6
ext4: create EXT4_MAX_BLOCKS() macro
by Fabian Frederick
· 9 years ago
c3fe493
ext4: remove unneeded test in ext4_alloc_file_blocks()
by Fabian Frederick
· 9 years ago
edf15aa1
ext4: fix memory leak in ext4_insert_range()
by Fabian Frederick
· 9 years ago
7bc9491
ext4: verify extent header depth
by Vegard Nossum
· 9 years ago
f70749c
ext4: check for extents that wrap around
by Vegard Nossum
· 9 years ago
816cd71
ext4: remove unmeetable inconsisteny check from ext4_find_extent()
by Nicolai Stange
· 9 years ago
8d2ae1c
ext4: remove trailing \n from ext4_warning/ext4_error calls
by Jakub Wilk
· 9 years ago
7b80819
ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()
by Theodore Ts'o
· 9 years ago
b8a07463
ext4: fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
Next »