summaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-241-8/+6
* | | ext4: simplify updating of fast commit statsHarshad Shirwadkar2021-12-243-59/+68
* | | ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2021-12-245-75/+20
* | | ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar2021-12-245-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
* | | ext4: switch to the new mount apiLukas Czerner2021-12-091-109/+86
* | | ext4: change token2str() to use ext4_param_specsLukas Czerner2021-12-091-4/+4
* | | ext4: clean up return values in handle_mount_opt()Lukas Czerner2021-12-091-11/+17
* | | ext4: Completely separate options parsing and sb setupLukas Czerner2021-12-091-135/+264
* | | ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner2021-12-091-173/+368
* | | ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner2021-12-091-16/+25
* | | ext4: move quota configuration out of handle_mount_opt()Lukas Czerner2021-12-091-93/+165
* | | ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner2021-12-091-66/+78
* | | ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner2021-12-091-107/+143
* | | ext4: move option validation to a separate functionLukas Czerner2021-12-091-2/+9
* | | ext4: Add fs parameter specifications for mount optionsLukas Czerner2021-12-091-0/+151
|/ /
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-118-250/+300
|\ \
| * | ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi2021-11-041-1/+1
| * | ext4: inline data inode fast commit replay fixesHarshad Shirwadkar2021-11-042-1/+9
| * | ext4: commit inline data during fast commitHarshad Shirwadkar2021-11-041-1/+3
| * | ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn2021-11-041-3/+2
| * | ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim2021-11-041-1/+3
| * | ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang2021-11-041-1/+1
| * | ext4: prevent getting empty inode bufferZhang Yi2021-11-041-10/+14
| * | ext4: move ext4_fill_raw_inode() related functionsZhang Yi2021-11-041-146/+147
| * | ext4: factor out ext4_fill_raw_inode()Zhang Yi2021-11-041-38/+47
| * | ext4: prevent partial update of the extent blocksZhang Yi2021-11-041-3/+16
| * | ext4: check for inconsistent extents between index and leaf blockZhang Yi2021-11-041-23/+36
| * | ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi2021-11-041-5/+12
| * | ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang2021-11-042-5/+6
| * | ext4: refresh the ext4_ext_path struct after dropping i_data_sem.yangerkun2021-11-041-1/+13
| * | ext4: ensure enough credits in ext4_ext_shift_path_extentsyangerkun2021-11-041-34/+15
| * | ext4: correct the left/middle/right debug message for binsearchyangerkun2021-11-041-6/+8
| * | ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-041-5/+4
| * | Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney2021-11-041-9/+6
| |/
* | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-071-0/+8
|\ \
| * | ext4: Send notifications on errorGabriel Krisman Bertazi2021-10-271-0/+8
| |/
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-2/+3
|\ \
| * | iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+3
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-11-011-1/+0
|\ \
| * | fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-211-1/+0
* | | ext4: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-1/+1