summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar2022-01-101-2/+2
* | | ext4: fix a possible ABBA deadlock due to busy PAChunguang Xu2022-01-101-22/+18
* | | ext4: replace snprintf in show functions with sysfs_emitQing Wang2022-01-101-17/+17
* | | ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara2022-01-101-1/+12
* | | ext4: make sure quota gets properly shutdown on errorJan Kara2022-01-101-4/+6
* | | ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-101-1/+1
* | | ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior2022-01-103-0/+8
* | | ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin2022-01-101-2/+1
* | | ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin2022-01-101-5/+8
* | | ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin2022-01-102-5/+4
* | | ext4: update fast commit TODOsHarshad Shirwadkar2021-12-231-8/+6
* | | ext4: simplify updating of fast commit statsHarshad Shirwadkar2021-12-233-59/+68
* | | ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2021-12-235-75/+20
* | | ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar2021-12-235-24/+2
* | | ext4: fix i_version handling on remountLukas Czerner2021-12-231-25/+18
* | | ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner2021-12-231-11/+2
* | | ext4: don't fail remount if journalling mode didn't changeLukas Czerner2021-12-231-5/+9
* | | ext4: Remove unused match_table_t tokensLukas Czerner2021-12-091-243/+131