index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: create EXT4_MAX_BLOCKS() macro
Fabian Frederick
2016-09-15
1
-12
/
+3
*
ext4: remove unneeded test in ext4_alloc_file_blocks()
Fabian Frederick
2016-09-15
1
-7
/
+2
*
ext4: fix memory leak in ext4_insert_range()
Fabian Frederick
2016-09-15
1
-0
/
+3
*
ext4: verify extent header depth
Vegard Nossum
2016-07-15
1
-0
/
+4
*
ext4: check for extents that wrap around
Vegard Nossum
2016-06-30
1
-2
/
+6
*
ext4: remove unmeetable inconsisteny check from ext4_find_extent()
Nicolai Stange
2016-05-05
1
-7
/
+0
*
ext4: remove trailing \n from ext4_warning/ext4_error calls
Jakub Wilk
2016-04-27
1
-2
/
+2
*
ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()
Theodore Ts'o
2016-04-25
1
-2
/
+7
*
ext4: fix misspellings in comments.
Adam Buchbinder
2016-03-09
1
-1
/
+1
*
ext4: return hole from ext4_map_blocks()
Jan Kara
2016-03-09
1
-2
/
+9
*
ext4: factor out determining of hole size
Jan Kara
2016-03-09
1
-33
/
+47
*
ext4: simplify io_end handling for AIO DIO
Jan Kara
2016-03-08
1
-29
/
+6
*
ext4: trim unused parameter from convert_initialized_extent()
Eric Whitney
2016-02-22
1
-2
/
+2
*
ext4: remove unused parameter "newblock" in convert_initialized_extent()
Eryu Guan
2016-02-12
1
-2
/
+2
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-10
/
+10
*
ext4: implement allocation of pre-zeroed blocks
Jan Kara
2015-12-07
1
-0
/
+8
*
ext4: provide ext4_issue_zeroout()
Jan Kara
2015-12-07
1
-10
/
+2
*
ext4: fix races of writeback with punch hole and zero range
Jan Kara
2015-12-07
1
-0
/
+5
*
ext4: fix races between buffered IO and collapse / insert range
Jan Kara
2015-12-07
1
-28
/
+31
*
ext4: move unlocked dio protection from ext4_alloc_file_blocks()
Jan Kara
2015-12-07
1
-11
/
+10
*
ext4: fix races between page faults and hole punching
Jan Kara
2015-12-07
1
-24
/
+30
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-11-07
1
-3
/
+3
|
\
|
*
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-09-29
1
-3
/
+3
*
|
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
1
-2
/
+2
*
|
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-10-17
1
-37
/
+38
*
|
ext4 crypto: fix bugs in ext4_encrypted_zeroout()
Theodore Ts'o
2015-10-03
1
-0
/
+3
|
/
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-07-05
1
-3
/
+3
|
\
|
*
ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp
Nikolay Borisov
2015-07-02
1
-3
/
+3
*
|
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-06-02
1
-0
/
+1
*
|
ext4: prevent ext4_quota_write() from failing due to ENOSPC
Theodore Ts'o
2015-06-21
1
-0
/
+2
*
|
ext4: wait for existing dio workers in ext4_alloc_file_blocks()
Lukas Czerner
2015-06-15
1
-0
/
+6
*
|
ext4: recalculate journal credits as inode depth changes
Lukas Czerner
2015-06-15
1
-0
/
+16
*
|
ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
2015-06-09
1
-52
/
+261
*
|
ext4: BUG_ON assertion repeated for inode1, not done for inode2
David Moore
2015-06-08
1
-1
/
+1
*
|
ext4: fix an ext3 collapse range regression in xfstests
Theodore Ts'o
2015-05-15
1
-0
/
+8
*
|
ext4: check for zero length extent explicitly
Eryu Guan
2015-05-14
1
-1
/
+1
|
/
*
ext4: move check under lock scope to close a race.
Davide Italiano
2015-05-02
1
-7
/
+8
*
ext4 crypto: implement the ext4 encryption write path
Michael Halcrow
2015-04-12
1
-0
/
+17
*
ext4: don't release reserved space for previously allocated cluster
Eric Whitney
2015-04-03
1
-13
/
+1
*
ext4: fix loss of delalloc extent info in ext4_zero_range()
Eric Whitney
2015-04-03
1
-13
/
+0
*
ext4: allocate entire range in zero range
Lukas Czerner
2015-04-03
1
-12
/
+19
*
ext4: fix comments in ext4_can_extents_be_merged()
Xiaoguang Wang
2015-04-02
1
-6
/
+0
*
Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"
Theodore Ts'o
2015-01-02
1
-2
/
+2
*
ext4: fix suboptimal seek_{data,hole} extents traversial
Dmitry Monakhov
2014-12-02
1
-2
/
+2
*
ext4: ext4_inline_data_fiemap should respect callers argument
Dmitry Monakhov
2014-12-02
1
-1
/
+2
*
ext4: remove never taken branch from ext4_ext_shift_path_extents()
Jan Kara
2014-11-25
1
-2
/
+0
*
ext4: move handling of list of shrinkable inodes into extent status code
Jan Kara
2014-11-25
1
-2
/
+0
*
ext4: change LRU to round-robin in extent status tree shrinker
Zheng Liu
2014-11-25
1
-2
/
+2
*
ext4: cache extent hole in extent status tree for ext4_da_map_blocks()
Zheng Liu
2014-11-25
1
-15
/
+16
[next]