summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-102/+227
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+7
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-5/+99
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+1
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe1-7/+13
2024-11-13ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum1-3/+2
2024-11-13ext4: annotate struct fname with __counted_by()Thorsten Blum1-1/+1
2024-11-13ext4: use str_yes_no() helper functionThorsten Blum1-1/+1
2024-11-12ext4: prevent delalloc to nodelalloc on remountNicolas Bretz1-0/+7
2024-11-12ext4: cleanup variable name in ext4_fc_del()Dan Carpenter1-2/+2
2024-11-12ext4: use string choices helpersR Sundar1-1/+1
2024-11-12ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang1-2/+2
2024-11-12ext4: partial zero eof block on unaligned inode size extensionBrian Foster2-16/+42
2024-11-12ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng1-2/+3
2024-11-12ext4: pass write-hint for buffered IOj.xia1-1/+3
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li10-29/+29
2024-11-12ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi4-10/+11
2024-11-12ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko1-4/+4
2024-11-12ext4: return error on syncfs after shutdownAmir Goldstein1-1/+1
2024-11-12fs: ext4: Don't use CMA for buffer_headZhaoyang Huang1-1/+8
2024-11-12ext4: simplify if conditionJiapeng Chong1-3/+1
2024-11-12ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-11-12ext4: WARN if a full dir leaf block has only one dentryBaokun Li1-2/+12
2024-11-12ext4: show the default enabled prefetch_block_bitmaps optionBaokun Li1-0/+3
2024-11-05ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)2-5/+29
2024-11-05ext4: Support setting FMODE_CAN_ATOMIC_WRITERitesh Harjani (IBM)1-0/+3
2024-11-05ext4: Check for atomic writes support in write iterRitesh Harjani (IBM)1-0/+14
2024-11-05ext4: Add statx support for atomic writesRitesh Harjani (IBM)3-0/+53
2024-11-03fdget(), more trivial conversionsAl Viro1-14/+7
2024-10-30ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2024-10-30ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-10-30ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()Markus Elfring1-5/+2
2024-10-28ext4: Use generic_ci_validate_strict_name helperAndré Almeida1-4/+1
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-1/+1
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner1-1/+1
2024-10-10ext4: switch to multigrain timestampsJeff Layton1-1/+1
2024-10-04ext4: fix off by one issue in alloc_flex_gd()Baokun Li1-8/+10
2024-10-04ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-10-04ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)1-8/+11
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-20Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds21-921/+930
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-25/+34
2024-09-09ext4: store cookie in private dataChristian Brauner3-25/+34
2024-09-03ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2COjaswin Mujoo1-5/+7
2024-09-03ext4: check stripe size compatibility on remount as wellOjaswin Mujoo1-7/+22
2024-09-03ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov1-1/+1
2024-09-03ext4: remove the special buffer dirty handling in do_journal_get_write_accessShida Zhang1-17/+1
2024-09-03ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang3-12/+40
2024-09-03ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang3-24/+12