summaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b...Linus Torvalds2022-03-221-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-222-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-215-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-133-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
* | | ext4: use BUG_ON instead of if condition followed by BUGxu xin2022-01-101-2/+1
* | | ext4: fix a copy and paste typoDan Carpenter2022-01-101-1/+1
* | | ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques2022-01-101-1/+11
* | | ext4: remove unnecessary 'offset' assignmentluo penghao2022-01-101-1/+0
* | | ext4: remove redundant o_start statementluo penghao2022-01-101-1/+0
* | | ext4: drop an always true checkAdam Borowski2022-01-101-2/+1
* | | ext4: remove unused assignmentsluo penghao2022-01-101-2/+0
* | | ext4: remove redundant statementluo penghao2022-01-101-1/+0
* | | ext4: remove useless resetting io_end_size in mpage_process_page()Nghia Le2022-01-101-2/+0
* | | ext4: allow to change s_last_trim_minblks via sysfsLukas Czerner2022-01-101-0/+2
* | | ext4: change s_last_trim_minblks type to unsigned longLukas Czerner2022-01-102-3/+3
* | | ext4: implement support for get/set fs labelLukas Czerner2022-01-104-7/+334
* | | ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specifiedLukas Czerner2022-01-101-1/+2
* | | ext4: don't use kfree() on rcu protected pointer sbi->s_qf_namesLukas Czerner2022-01-101-3/+5
* | | ext4: avoid trim error on fs with small groupsJan Kara2022-01-102-2/+8
* | | ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi2022-01-101-27/+10
* | | ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'Ye Bin2022-01-101-0/+2