summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher2021-12-041-1/+1
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-1218-997/+1745
|\ \ \ \
| * | | | 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-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-246-24/+4
| * | | | 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
| * | | | fs_parse: allow parameter value to be emptyLukas Czerner2021-12-091-8/+23