index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
ext4: Fix BUG_ON in ext4_bread when write quota data
Ye Bin
2022-01-10
1
-1
/
+1
*
|
|
ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal
Sebastian Andrzej Siewior
2022-01-10
3
-0
/
+8
*
|
|
ext4: fast commit may miss tracking unwritten range during ftruncate
Xin Yin
2022-01-10
1
-2
/
+1
*
|
|
ext4: use ext4_ext_remove_space() for fast commit replay delete range
Xin Yin
2022-01-10
1
-5
/
+8
*
|
|
ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
Xin Yin
2022-01-10
2
-5
/
+4
*
|
|
ext4: update fast commit TODOs
Harshad Shirwadkar
2021-12-24
1
-8
/
+6
*
|
|
ext4: simplify updating of fast commit stats
Harshad Shirwadkar
2021-12-24
3
-59
/
+68
*
|
|
ext4: drop ineligible txn start stop APIs
Harshad Shirwadkar
2021-12-24
5
-75
/
+20
*
|
|
ext4: use ext4_journal_start/stop for fast commit transactions
Harshad Shirwadkar
2021-12-24
5
-24
/
+2
*
|
|
ext4: fix i_version handling on remount
Lukas Czerner
2021-12-23
1
-25
/
+18
*
|
|
ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIME
Lukas Czerner
2021-12-23
1
-11
/
+2
*
|
|
ext4: don't fail remount if journalling mode didn't change
Lukas Czerner
2021-12-23
1
-5
/
+9
*
|
|
ext4: Remove unused match_table_t tokens
Lukas Czerner
2021-12-09
1
-243
/
+131
*
|
|
ext4: switch to the new mount api
Lukas Czerner
2021-12-09
1
-109
/
+86
*
|
|
ext4: change token2str() to use ext4_param_specs
Lukas Czerner
2021-12-09
1
-4
/
+4
*
|
|
ext4: clean up return values in handle_mount_opt()
Lukas Czerner
2021-12-09
1
-11
/
+17
*
|
|
ext4: Completely separate options parsing and sb setup
Lukas Czerner
2021-12-09
1
-135
/
+264
*
|
|
ext4: get rid of super block and sbi from handle_mount_ops()
Lukas Czerner
2021-12-09
1
-173
/
+368
*
|
|
ext4: check ext2/3 compatibility outside handle_mount_opt()
Lukas Czerner
2021-12-09
1
-16
/
+25
*
|
|
ext4: move quota configuration out of handle_mount_opt()
Lukas Czerner
2021-12-09
1
-93
/
+165
*
|
|
ext4: Allow sb to be NULL in ext4_msg()
Lukas Czerner
2021-12-09
1
-66
/
+78
*
|
|
ext4: Change handle_mount_opt() to use fs_parameter
Lukas Czerner
2021-12-09
1
-107
/
+143
*
|
|
ext4: move option validation to a separate function
Lukas Czerner
2021-12-09
1
-2
/
+9
*
|
|
ext4: Add fs parameter specifications for mount options
Lukas Czerner
2021-12-09
1
-0
/
+151
|
/
/
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-11-11
8
-250
/
+300
|
\
\
|
*
|
ext4: fix error code saved on super block during file system abort
Gabriel Krisman Bertazi
2021-11-04
1
-1
/
+1
|
*
|
ext4: inline data inode fast commit replay fixes
Harshad Shirwadkar
2021-11-04
2
-1
/
+9
|
*
|
ext4: commit inline data during fast commit
Harshad Shirwadkar
2021-11-04
1
-1
/
+3
|
*
|
ext4: scope ret locally in ext4_try_to_trim_range()
Lukas Bulwahn
2021-11-04
1
-3
/
+2
|
*
|
ext4: remove an unused variable warning with CONFIG_QUOTA=n
Austin Kim
2021-11-04
1
-1
/
+3
|
*
|
ext4: fix boolreturn.cocci warnings in fs/ext4/name.c
Jing Yangyang
2021-11-04
1
-1
/
+1
|
*
|
ext4: prevent getting empty inode buffer
Zhang Yi
2021-11-04
1
-10
/
+14
|
*
|
ext4: move ext4_fill_raw_inode() related functions
Zhang Yi
2021-11-04
1
-146
/
+147
|
*
|
ext4: factor out ext4_fill_raw_inode()
Zhang Yi
2021-11-04
1
-38
/
+47
|
*
|
ext4: prevent partial update of the extent blocks
Zhang Yi
2021-11-04
1
-3
/
+16
|
*
|
ext4: check for inconsistent extents between index and leaf block
Zhang Yi
2021-11-04
1
-23
/
+36
|
*
|
ext4: check for out-of-order index extents in ext4_valid_extent_entries()
Zhang Yi
2021-11-04
1
-5
/
+12
|
*
|
ext4: convert from atomic_t to refcount_t on ext4_io_end->count
Xiyu Yang
2021-11-04
2
-5
/
+6
|
*
|
ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
yangerkun
2021-11-04
1
-1
/
+13
|
*
|
ext4: ensure enough credits in ext4_ext_shift_path_extents
yangerkun
2021-11-04
1
-34
/
+15
|
*
|
ext4: correct the left/middle/right debug message for binsearch
yangerkun
2021-11-04
1
-6
/
+8
|
*
|
ext4: fix lazy initialization next schedule time computation in more granular...
Shaoying Xu
2021-11-04
1
-5
/
+4
|
*
|
Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
Eric Whitney
2021-11-04
1
-9
/
+6
|
|
/
*
|
Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-11-07
1
-0
/
+8
|
\
\
|
*
|
ext4: Send notifications on error
Gabriel Krisman Bertazi
2021-10-27
1
-0
/
+8
|
|
/
*
|
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-02
1
-2
/
+3
|
\
\
|
*
|
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
2021-10-24
1
-2
/
+3
|
|
/
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2021-11-01
1
-1
/
+0
|
\
\
|
*
|
fscrypt: remove fscrypt_operations::max_namelen
Eric Biggers
2021-09-21
1
-1
/
+0
*
|
|
ext4: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
1
-1
/
+1
[prev]
[next]