aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-23ext4: 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-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds8-250/+300
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus 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 unitShaoying Xu1-5/+4
2021-11-04Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney1-9/+6
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-2/+3
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+0
2021-10-27ext4: Send notifications on errorGabriel Krisman Bertazi1-0/+8
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-2/+3
2021-10-18ext4: use sb_bdev_nr_blocksChristoph Hellwig1-1/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-1/+1
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig1-6/+12
2021-10-11ext4: simplify ext4_sb_read_encodingChristoph Hellwig1-14/+7