index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents.c
Age
Commit message (
Expand
)
Author
Lines
2020-06-11
ext4: fix partial cluster initialization when splitting extent
Jeffle Xu
-1
/
+1
2020-06-03
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
Christoph Hellwig
-1
/
+1
2020-06-03
fs: move fiemap range validation into the file systems instances
Christoph Hellwig
-2
/
+3
2020-06-03
ext4: remove the call to fiemap_check_flags in ext4_fiemap
Christoph Hellwig
-3
/
+0
2020-06-03
ext4: split _ext4_fiemap
Christoph Hellwig
-37
/
+35
2020-06-03
ext4: fix fiemap size checks for bitmap files
Christoph Hellwig
-0
/
+31
2020-06-03
ext4: rework map struct instantiation in ext4_ext_map_blocks()
Eric Whitney
-25
/
+25
2020-06-03
ext4: make ext_debug() implementation to use pr_debug()
Ritesh Harjani
-75
/
+69
2020-06-03
ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_exte...
Ritesh Harjani
-3
/
+1
2020-06-03
ext4: improve ext_debug() msg in case of block allocation failure
Ritesh Harjani
-2
/
+2
2020-06-03
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
Theodore Ts'o
-10
/
+33
2020-06-03
ext4: fix a typo in a comment
Christophe JAILLET
-1
/
+1
2020-06-03
ext4: clean up ext4_ext_convert_to_initialized() error handling
Eric Whitney
-5
/
+18
2020-06-03
ext4: clean up GET_BLOCKS_PRE_IO error handling
Eric Whitney
-6
/
+20
2020-06-03
ext4: remove redundant GET_BLOCKS_CONVERT code
Eric Whitney
-18
/
+8
2020-06-03
ext4: remove dead GET_BLOCKS_ZERO code
Eric Whitney
-8
/
+0
2020-06-03
ext4: don't ignore return values from ext4_ext_dirty()
Harshad Shirwadkar
-1
/
+5
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
-14
/
+20
2020-06-03
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
-4
/
+0
2020-04-15
ext4: do not zeroout extents beyond i_disksize
Jan Kara
-4
/
+4
2020-04-01
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
-15
/
+12
2020-03-14
ext4: remove map_from_cluster from ext4_ext_map_blocks
Eric Whitney
-4
/
+1
2020-03-14
ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks()
Eric Whitney
-13
/
+17
2020-03-14
ext4: move ext4_fiemap to use iomap framework
Ritesh Harjani
-242
/
+48
2020-03-14
ext4: optimize ext4_ext_precache for 0 depth
Ritesh Harjani
-3
/
+6
2020-03-05
ext4: clean up error return for convert_initialized_extent()
Eric Whitney
-9
/
+9
2020-03-05
ext4: delete declaration for ext4_split_extent()
Eric Whitney
-7
/
+0
2020-03-05
ext4: remove EXT4_EOFBLOCKS_FL and associated code
Eric Whitney
-85
/
+7
2020-01-23
ext4: fix extent_status fragmentation for plain files
Dmitry Monakhov
-20
/
+27
2020-01-17
ext4: add missing braces in ext4_ext_drop_refs()
Eric Biggers
-1
/
+2
2020-01-17
ext4: fix some nonstandard indentation in extents.c
Eric Biggers
-11
/
+11
2020-01-17
ext4: remove obsolete comment from ext4_can_extents_be_merged()
Eric Biggers
-5
/
+0
2020-01-17
ext4: fix documentation for ext4_ext_try_to_merge()
Eric Biggers
-3
/
+4
2020-01-17
ext4: make some functions static in extents.c
Eric Biggers
-7
/
+15
2020-01-17
ext4: remove redundant S_ISREG() checks from ext4_fallocate()
Eric Biggers
-9
/
+0
2020-01-17
ext4: clean up len and offset checks in ext4_fallocate()
Eric Biggers
-15
/
+13
2020-01-17
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
Eric Biggers
-47
/
+0
2020-01-17
ext4: re-enable extent zeroout optimization on encrypted files
Eric Biggers
-3
/
+0
2020-01-17
ext4: allow ZERO_RANGE on encrypted files
Eric Biggers
-6
/
+1
2020-01-17
ext4: use true,false for bool variable
zhengbin
-2
/
+2
2019-12-26
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
-0
/
+1
2019-11-05
Merge branch 'mb/dio' into master
Theodore Ts'o
-9
/
+2
2019-11-05
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
-32
/
+57
2019-11-05
ext4: Reserve revoke credits for freed blocks
Jan Kara
-7
/
+20
2019-11-05
ext4: Provide function to handle transaction restarts
Jan Kara
-28
/
+40
2019-11-05
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
-9
/
+2
2019-10-22
ext4: Add support for blocksize < pagesize in dioread_nolock
Ritesh Harjani
-2
/
+9
2019-10-22
ext4: Add API to bring in support for unwritten io_end_vec conversion
Ritesh Harjani
-15
/
+27
2019-08-22
ext4: fix warning inside ext4_convert_unwritten_extents_endio
Rakesh Pandit
-2
/
+2
2019-08-11
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
Theodore Ts'o
-8
/
+86
[next]