index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
ext4: fix underflow in ext4_max_bitmap_size()
Zhang Yi
2022-03-02
1
-15
/
+31
|
*
|
|
|
|
ext4: fix ext4_mb_clear_bb() kernel-doc comment
Yang Li
2022-03-02
1
-1
/
+0
|
*
|
|
|
|
ext4: fix fs corruption when tring to remove a non-empty directory with IO error
Ye Bin
2022-03-02
2
-10
/
+9
|
*
|
|
|
|
ext4: use time_is_before_jiffies() instead of open coding it
Wang Qing
2022-03-02
1
-1
/
+2
|
*
|
|
|
|
ext4: improve fast_commit performance and scalability
Ritesh Harjani
2022-03-02
3
-18
/
+59
|
*
|
|
|
|
ext4: add extra check in ext4_mb_mark_bb() to prevent against possible corrup...
Ritesh Harjani
2022-02-25
1
-0
/
+8
|
*
|
|
|
|
ext4: add strict range checks while freeing blocks
Ritesh Harjani
2022-02-25
1
-13
/
+3
|
*
|
|
|
|
ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
Ritesh Harjani
2022-02-25
2
-9
/
+20
|
*
|
|
|
|
ext4: no need to test for block bitmap bits in ext4_mb_mark_bb()
Ritesh Harjani
2022-02-25
1
-1
/
+1
|
*
|
|
|
|
ext4: rename ext4_set_bits to mb_set_bits
Ritesh Harjani
2022-02-25
3
-10
/
+10
|
*
|
|
|
|
ext4: use in_range() for range checking in ext4_fc_replay_check_excluded
Ritesh Harjani
2022-02-25
1
-2
/
+2
|
*
|
|
|
|
ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
Ritesh Harjani
2022-02-25
1
-78
/
+102
|
*
|
|
|
|
ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit
Ritesh Harjani
2022-02-25
1
-55
/
+76
|
*
|
|
|
|
ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb
Ritesh Harjani
2022-02-25
1
-7
/
+12
|
*
|
|
|
|
ext4: fix remount with 'abort' option
Lukas Czerner
2022-02-25
1
-8
/
+21
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2022-03-22
2
-4
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
ext4: support direct I/O with fscrypt using blk-crypto
Eric Biggers
2022-02-08
2
-4
/
+13
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...
Linus Torvalds
2022-03-21
1
-4
/
+3
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
ext4: pass the operation to bio_alloc
Christoph Hellwig
2022-02-27
1
-4
/
+3
*
|
|
|
|
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
2
-9
/
+7
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
ext4: stop using bio_devname
Christoph Hellwig
2022-03-07
1
-3
/
+2
|
|
/
/
|
*
/
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
2
-6
/
+5
|
|
/
*
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-02-06
15
-112
/
+151
|
\
\
|
*
|
fs/ext4: fix comments mentioning i_mutex
hongnanli
2022-02-03
8
-20
/
+20
|
*
|
ext4: fix incorrect type issue during replay_del_range
Xin Yin
2022-02-03
1
-2
/
+3
|
*
|
ext4: fix potential NULL pointer dereference in ext4_fill_super()
Lukas Czerner
2022-02-03
1
-1
/
+1
|
*
|
ext4: fix error handling in ext4_fc_record_modified_inode()
Ritesh Harjani
2022-02-03
1
-35
/
+29
|
*
|
ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...
Ritesh Harjani
2022-02-03
1
-9
/
+4
|
*
|
ext4: fix error handling in ext4_restore_inline_data()
Ritesh Harjani
2022-02-03
1
-1
/
+9
|
*
|
ext4: fast commit may miss file actions
Xin Yin
2022-02-03
3
-10
/
+7
|
*
|
ext4: fast commit may not fallback for ineligible commit
Xin Yin
2022-02-03
8
-20
/
+39
|
*
|
ext4: modify the logic of ext4_mb_new_blocks_simple
Xin Yin
2022-02-03
1
-9
/
+17
|
*
|
ext4: prevent used blocks from being allocated during fast commit replay
Xin Yin
2022-02-03
3
-5
/
+22
*
|
|
Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-02-01
5
-23
/
+23
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
unicode: clean up the Kconfig symbol confusion
Christoph Hellwig
2022-01-20
5
-23
/
+23
*
|
|
mm: remove cleancache
Christoph Hellwig
2022-01-22
2
-9
/
+0
*
|
|
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
1
-7
/
+7
|
/
/
*
|
Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-01-17
1
-20
/
+19
|
\
\
|
*
|
unicode: pass a UNICODE_AGE() tripple to utf8_load
Christoph Hellwig
2021-10-11
1
-6
/
+12
|
*
|
ext4: simplify ext4_sb_read_encoding
Christoph Hellwig
2021-10-11
1
-14
/
+7
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
3
-12
/
+10
|
\
\
\
|
*
|
|
mm: introduce memalloc_retry_wait()
NeilBrown
2022-01-15
3
-12
/
+10
*
|
|
|
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-12
3
-13
/
+24
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
fsdax: shift partition offset handling into the file systems
Christoph Hellwig
2021-12-04
1
-5
/
+11
|
*
|
|
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
2
-1
/
+2
|
*
|
|
iomap: add a IOMAP_DAX flag
Christoph Hellwig
2021-12-04
1
-2
/
+2
|
*
|
|
ext4: cleanup the dax handling in ext4_fill_super
Christoph Hellwig
2021-12-04
1
-4
/
+3
|
*
|
|
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
2021-12-04
1
-2
/
+3
|
*
|
|
dax: remove dax_capable
Christoph Hellwig
2021-12-04
1
-3
/
+6
|
|
/
/
*
|
|
ext4: don't use the orphan list when migrating an inode
Theodore Ts'o
2022-01-10
1
-15
/
+4
[prev]
[next]