index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
move_extent.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: convert mext_page_double_lock() to mext_folio_double_lock()
Vishal Moola (Oracle)
2023-01-19
1
-23
/
+23
*
ext4: convert move_extent_per_page() to use folios
Vishal Moola (Oracle)
2022-12-01
1
-21
/
+31
*
ext4: factor out ext4_free_ext_path()
Ye Bin
2022-10-01
1
-6
/
+3
*
ext4: remove unnecessary drop path references in mext_check_coverage()
Ye Bin
2022-10-01
1
-1
/
+0
*
ext4: minor defrag code improvements
Eric Whitney
2022-09-27
1
-9
/
+7
*
ext4: Convert ext4 to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-2
/
+2
*
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+2
*
ext4: Use scoped memory API in mext_page_double_lock()
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+9
*
ext4: remove redundant o_start statement
luo penghao
2022-01-10
1
-1
/
+0
*
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
2020-10-18
1
-1
/
+1
*
ext4: limit the length of per-inode prealloc list
brookxu
2020-08-19
1
-2
/
+2
*
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-04-01
1
-2
/
+2
*
ext4: use jbd2_inode dirty range scoping
Ross Zwisler
2019-06-20
1
-1
/
+2
*
ext4: clean up kerneldoc warnigns when building with W=1
Theodore Ts'o
2019-06-19
1
-6
/
+6
*
ext4: use IS_ENCRYPTED() to check encryption status
Chandan Rajendra
2019-01-24
1
-2
/
+1
*
ext4: fix argument checking in EXT4_IOC_MOVE_EXT
Theodore Ts'o
2018-10-02
1
-2
/
+6
*
ext4: use swap macro in mext_page_double_lock
Gustavo A. R. Silva
2018-07-29
1
-3
/
+1
*
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
Nikolay Borisov
2018-03-22
1
-4
/
+0
*
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
2017-12-18
1
-9
/
+1
*
ext4: add ext4_is_quota_file()
Tahsin Erdogan
2017-06-22
1
-1
/
+1
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-03-26
1
-1
/
+1
|
\
|
*
ext4: fix two spelling nits
Theodore Ts'o
2017-03-25
1
-1
/
+1
*
|
fs: add i_blocksize()
Fabian Frederick
2017-02-28
1
-1
/
+1
|
/
*
ext4: enforce online defrag restriction for encrypted files
Eric Whitney
2016-08-29
1
-0
/
+7
*
ext4: do not ask jbd2 to write data for delalloc buffers
Jan Kara
2016-04-24
1
-1
/
+1
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-04-08
1
-2
/
+9
|
\
|
*
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
2016-04-01
1
-2
/
+9
*
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-8
/
+8
|
/
*
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
2016-03-10
1
-0
/
+1
*
ext4: don't read blocks from disk after extents being swapped
Eryu Guan
2016-02-12
1
-3
/
+12
*
ext4: make online defrag error reporting consistent
Eric Whitney
2015-06-22
1
-3
/
+7
*
ext4: use swap() in mext_page_double_lock()
Fabian Frederick
2015-06-13
1
-6
/
+3
*
move_extent_per_page(): get rid of unused w_flags
Al Viro
2014-12-17
1
-4
/
+0
*
ext4: move_extent improve bh vanishing success factor
Dmitry Monakhov
2014-11-05
1
-2
/
+6
*
ext4: delete useless comments about ext4_move_extents
Xiaoguang Wang
2014-10-12
1
-53
/
+6
*
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Theodore Ts'o
2014-09-01
1
-2
/
+2
*
ext4: reuse path object in ext4_move_extents()
Theodore Ts'o
2014-09-01
1
-15
/
+12
*
ext4: allow a NULL argument to ext4_ext_drop_refs()
Theodore Ts'o
2014-09-01
1
-13
/
+7
*
ext4: teach ext4_ext_find_extent() to free path on error
Theodore Ts'o
2014-09-01
1
-1
/
+1
*
ext4: refactor ext4_move_extents code base
Dmitry Monakhov
2014-08-31
1
-878
/
+112
*
ext4: use ext4_ext_next_allocated_block instead of mext_next_extent
Dmitry Monakhov
2014-08-31
1
-1
/
+1
*
ext4: fix incorrect locking in move_extent_per_page
Dmitry Monakhov
2014-07-28
1
-1
/
+2
*
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
2014-05-13
1
-0
/
+1
*
ext4: rename uninitialized extents to unwritten
Lukas Czerner
2014-04-21
1
-19
/
+19
*
ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
Namjae Jeon
2014-02-23
1
-1
/
+1
*
ext4: remove an unneeded check in mext_page_mkuptodate()
Dan Carpenter
2014-02-18
1
-2
/
+1
*
vfs: pull ext4's double-i_mutex-locking into common code
J. Bruce Fields
2013-11-09
1
-38
/
+2
*
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
2013-08-17
1
-1
/
+1
*
ext4: delete unused variables
Jon Ernst
2013-06-17
1
-3
/
+0
*
ext4: mext_insert_extents should update extent block checksum
Darrick J. Wong
2013-04-19
1
-12
/
+1
[next]