summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ext4: fix underflow in ext4_max_bitmap_size()Zhang Yi2022-03-021-15/+31
| * | | | | ext4: fix ext4_mb_clear_bb() kernel-doc commentYang Li2022-03-021-1/+0
| * | | | | ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2022-03-022-10/+9
| * | | | | ext4: use time_is_before_jiffies() instead of open coding itWang Qing2022-03-021-1/+2
| * | | | | ext4: improve fast_commit performance and scalabilityRitesh Harjani2022-03-023-18/+59
| * | | | | ext4: add extra check in ext4_mb_mark_bb() to prevent against possible corrup...Ritesh Harjani2022-02-251-0/+8
| * | | | | ext4: add strict range checks while freeing blocksRitesh Harjani2022-02-251-13/+3
| * | | | | ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani2022-02-252-9/+20
| * | | | | ext4: no need to test for block bitmap bits in ext4_mb_mark_bb()Ritesh Harjani2022-02-251-1/+1
| * | | | | ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani2022-02-253-10/+10
| * | | | | ext4: use in_range() for range checking in ext4_fc_replay_check_excludedRitesh Harjani2022-02-251-2/+2
| * | | | | ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani2022-02-251-78/+102
| * | | | | ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commitRitesh Harjani2022-02-251-55/+76
| * | | | | ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bbRitesh Harjani2022-02-251-7/+12
| * | | | | ext4: fix remount with 'abort' optionLukas Czerner2022-02-251-8/+21
| |/ / / /
* | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-03-222-4/+13
|\ \ \ \ \
| * | | | | ext4: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-082-4/+13
| |/ / / /
* | | | | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2022-03-211-4/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ext4: pass the operation to bio_allocChristoph Hellwig2022-02-271-4/+3
* | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-212-9/+7
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | ext4: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
| |/ /
| * / block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-022-6/+5
| |/
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-0615-112/+151
|\ \
| * | fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-038-20/+20
| * | ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-031-2/+3
| * | ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner2022-02-031-1/+1
| * | ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-031-35/+29
| * | ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...Ritesh Harjani2022-02-031-9/+4
| * | ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-031-1/+9
| * | ext4: fast commit may miss file actionsXin Yin2022-02-033-10/+7
| * | ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-038-20/+39
| * | ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin2022-02-031-9/+17
| * | ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-033-5/+22
* | | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-015-23/+23
|\ \ \ | |_|/ |/| |
| * | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-205-23/+23
* | | mm: remove cleancacheChristoph Hellwig2022-01-222-9/+0
* | | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-7/+7
|/ /
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-171-20/+19
|\ \
| * | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-6/+12
| * | ext4: simplify ext4_sb_read_encodingChristoph Hellwig2021-10-111-14/+7
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-153-12/+10
|\ \ \
| * | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-153-12/+10
* | | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-123-13/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-041-5/+11
| * | | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-042-1/+2
| * | | iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-041-2/+2
| * | | ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig2021-12-041-4/+3
| * | | fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-2/+3
| * | | dax: remove dax_capableChristoph Hellwig2021-12-041-3/+6
| |/ /
* | | ext4: don't use the orphan list when migrating an inodeTheodore Ts'o2022-01-101-15/+4