index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-03
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+15
2021-10-01
ext4: flush s_error_work before journal destroy in ext4_fill_super
yangerkun
1
-1
/
+4
2021-10-01
ext4: fix loff_t overflow in ext4_max_bitmap_size()
Ritesh Harjani
1
-5
/
+5
2021-10-01
ext4: fix reserved space counter leakage
Jeffle Xu
1
-0
/
+6
2021-09-09
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2021-09-02
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-184
/
+54
2021-08-30
ext4: Speedup ext4 orphan inode handling
Jan Kara
1
-5
/
+29
2021-08-30
ext4: Move orphan inode handling into a separate file
Jan Kara
1
-178
/
+2
2021-08-30
ext4: Support for checksumming from journal triggers
Jan Kara
1
-1
/
+15
2021-08-30
ext4: fix e2fsprogs checksum failure for mounted filesystem
Jan Kara
1
-0
/
+8
2021-08-26
dax: remove bdev_dax_supported
Christoph Hellwig
1
-1
/
+2
2021-07-13
ext4: Convert to use mapping->invalidate_lock
Jan Kara
1
-8
/
+5
2021-07-08
ext4: inline jbd2_journal_[un]register_shrinker()
Theodore Ts'o
1
-8
/
+0
2021-07-08
ext4: fix possible UAF when remounting r/o a mmp-protected file system
Theodore Ts'o
1
-1
/
+5
2021-07-01
ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock
Ye Bin
1
-2
/
+10
2021-06-29
ext4: notify sysfs on errors_count value change
Jonathan Davies
1
-0
/
+2
2021-06-24
ext4: remove bdev_try_to_free_page() callback
Zhang Yi
1
-21
/
+0
2021-06-24
jbd2,ext4: add a shrinker to release checkpointed buffers
Zhang Yi
1
-0
/
+8
2021-06-22
ext4: add discard/zeroout flags to journal flush
Leah Rumancik
1
-3
/
+3
2021-06-17
ext4: return error code when ext4_fill_flex_info() fails
Yang Yingliang
1
-0
/
+1
2021-06-17
ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...
Zhang Yi
1
-1
/
+8
2021-06-17
ext4: fix memory leak in ext4_fill_super
Pavel Skripkin
1
-6
/
+4
2021-06-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+9
2021-06-06
ext4: fix memory leak in ext4_fill_super
Alexey Makhalov
1
-2
/
+9
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-43
/
+73
2021-04-29
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+1
2021-04-19
fs: introduce a wrapper uuid_to_fsid()
Amir Goldstein
1
-4
/
+1
2021-04-09
ext4: fix trailing whitespace
Jack Qiu
1
-1
/
+1
2021-04-09
ext4: fix error code in ext4_commit_super
Fengnan Chang
1
-2
/
+4
2021-04-09
ext4: always panic when errors=panic is specified
Ye Bin
1
-3
/
+4
2021-04-09
ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
Zhang Yi
1
-3
/
+0
2021-04-09
ext4: make prefetch_block_bitmaps default
Harshad Shirwadkar
1
-7
/
+8
2021-04-09
ext4: improve cr 0 / cr 1 group scanning
Harshad Shirwadkar
1
-1
/
+27
2021-04-09
ext4: add ability to return parsed options from parse_options
Harshad Shirwadkar
1
-21
/
+30
2021-04-05
ext4: handle casefolding with encryption
Daniel Rosenberg
1
-6
/
+0
2021-03-21
ext4: fix timer use-after-free on failed mount
Jan Kara
1
-1
/
+1
2021-03-06
ext4: shrink race window in ext4_should_retry_alloc()
Eric Whitney
1
-0
/
+5
2021-02-25
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+9
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-02-02
ext4: don't try to processed freed blocks until mballoc is initialized
Theodore Ts'o
1
-1
/
+8
2021-02-02
ext4: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
1
-2
/
+1
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
1
-1
/
+1
2021-01-24
ext4: support idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-15
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-72
/
+118
2020-12-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-215
/
+207
2020-12-22
ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()
Jan Kara
1
-11
/
+10
2020-12-22
ext4: save error info to sb through journal if available
Jan Kara
1
-26
/
+75
2020-12-22
ext4: protect superblock modifications with a buffer lock
Jan Kara
1
-1
/
+1
2020-12-22
ext4: drop sync argument of ext4_commit_super()
Jan Kara
1
-25
/
+22
2020-12-22
ext4: combine ext4_handle_error() and save_error_info()
Jan Kara
1
-17
/
+17
[next]