summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2022-01-10ext4: make sure quota gets properly shutdown on errorJan Kara1-4/+6
2022-01-10ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin1-1/+1
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior3-0/+8
2022-01-10ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin1-2/+1
2022-01-10ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin1-5/+8
2022-01-10ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin2-5/+4
2021-12-24ext4: update fast commit TODOsHarshad Shirwadkar1-8/+6
2021-12-24ext4: simplify updating of fast commit statsHarshad Shirwadkar3-59/+68
2021-12-24ext4: drop ineligible txn start stop APIsHarshad Shirwadkar5-75/+20
2021-12-24ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar5-24/+2
2021-12-23ext4: fix i_version handling on remountLukas Czerner1-25/+18
2021-12-23ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner1-11/+2
2021-12-23ext4: don't fail remount if journalling mode didn't changeLukas Czerner1-5/+9
2021-12-09ext4: Remove unused match_table_t tokensLukas Czerner1-243/+131
2021-12-09ext4: switch to the new mount apiLukas Czerner1-109/+86
2021-12-09ext4: change token2str() to use ext4_param_specsLukas Czerner1-4/+4
2021-12-09ext4: clean up return values in handle_mount_opt()Lukas Czerner1-11/+17
2021-12-09ext4: Completely separate options parsing and sb setupLukas Czerner1-135/+264
2021-12-09ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner1-173/+368
2021-12-09ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner1-16/+25
2021-12-09ext4: move quota configuration out of handle_mount_opt()Lukas Czerner1-93/+165
2021-12-09ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner1-66/+78
2021-12-09ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner1-107/+143
2021-12-09ext4: move option validation to a separate functionLukas Czerner1-2/+9
2021-12-09ext4: Add fs parameter specifications for mount optionsLukas Czerner1-0/+151
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig1-5/+11
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2-1/+2
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig1-2/+2
2021-12-04ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig1-4/+3
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-2/+3
2021-12-04dax: remove dax_capableChristoph Hellwig1-3/+6
2021-11-11Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-250/+300
2021-11-07Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2021-11-04ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi1-1/+1
2021-11-04ext4: inline data inode fast commit replay fixesHarshad Shirwadkar2-1/+9
2021-11-04ext4: commit inline data during fast commitHarshad Shirwadkar1-1/+3
2021-11-04ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn1-3/+2
2021-11-04ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim1-1/+3
2021-11-04ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang1-1/+1
2021-11-04ext4: prevent getting empty inode bufferZhang Yi1-10/+14
2021-11-04ext4: move ext4_fill_raw_inode() related functionsZhang Yi1-146/+147
2021-11-04ext4: factor out ext4_fill_raw_inode()Zhang Yi1-38/+47
2021-11-04ext4: prevent partial update of the extent blocksZhang Yi1-3/+16
2021-11-04ext4: check for inconsistent extents between index and leaf blockZhang Yi1-23/+36
2021-11-04ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi1-5/+12
2021-11-04ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang2-5/+6
2021-11-04ext4: refresh the ext4_ext_path struct after dropping i_data_sem.yangerkun1-1/+13
2021-11-04ext4: ensure enough credits in ext4_ext_shift_path_extentsyangerkun1-34/+15
2021-11-04ext4: correct the left/middle/right debug message for binsearchyangerkun1-6/+8
2021-11-04ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu1-5/+4