summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2021-12-23ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar
2021-12-23ext4: fix i_version handling on remountLukas Czerner
2021-12-23ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner
2021-12-23ext4: don't fail remount if journalling mode didn't changeLukas Czerner
2021-12-09ext4: Remove unused match_table_t tokensLukas Czerner
2021-12-09ext4: switch to the new mount apiLukas Czerner
2021-12-09ext4: change token2str() to use ext4_param_specsLukas Czerner
2021-12-09ext4: clean up return values in handle_mount_opt()Lukas Czerner
2021-12-09ext4: Completely separate options parsing and sb setupLukas Czerner
2021-12-09ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner
2021-12-09ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner
2021-12-09ext4: move quota configuration out of handle_mount_opt()Lukas Czerner
2021-12-09ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner
2021-12-09ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner
2021-12-09ext4: move option validation to a separate functionLukas Czerner
2021-12-09ext4: Add fs parameter specifications for mount optionsLukas Czerner
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig
2021-12-04ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-11-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-04ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi
2021-11-04ext4: inline data inode fast commit replay fixesHarshad Shirwadkar
2021-11-04ext4: commit inline data during fast commitHarshad Shirwadkar
2021-11-04ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn
2021-11-04ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim
2021-11-04ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang
2021-11-04ext4: prevent getting empty inode bufferZhang Yi
2021-11-04ext4: move ext4_fill_raw_inode() related functionsZhang Yi
2021-11-04ext4: factor out ext4_fill_raw_inode()Zhang Yi
2021-11-04ext4: prevent partial update of the extent blocksZhang Yi
2021-11-04ext4: check for inconsistent extents between index and leaf blockZhang Yi
2021-11-04ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi
2021-11-04ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang
2021-11-04ext4: refresh the ext4_ext_path struct after dropping i_data_sem.yangerkun
2021-11-04ext4: ensure enough credits in ext4_ext_shift_path_extentsyangerkun
2021-11-04ext4: correct the left/middle/right debug message for binsearchyangerkun
2021-11-04ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu
2021-11-04Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-10-27ext4: Send notifications on errorGabriel Krisman Bertazi
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-10-18ext4: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig
2021-10-11ext4: simplify ext4_sb_read_encodingChristoph Hellwig