summaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-11-1920-102/+227
|\
| * ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe2024-11-131-7/+13
| * ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum2024-11-131-3/+2
| * ext4: annotate struct fname with __counted_by()Thorsten Blum2024-11-131-1/+1
| * ext4: use str_yes_no() helper functionThorsten Blum2024-11-131-1/+1
| * ext4: prevent delalloc to nodelalloc on remountNicolas Bretz2024-11-131-0/+7
| * ext4: cleanup variable name in ext4_fc_del()Dan Carpenter2024-11-131-2/+2
| * ext4: use string choices helpersR Sundar2024-11-131-1/+1
| * ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang2024-11-131-2/+2
| * ext4: partial zero eof block on unaligned inode size extensionBrian Foster2024-11-132-16/+42
| * ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng2024-11-131-2/+3
| * ext4: pass write-hint for buffered IOj.xia2024-11-131-1/+3
| * ext4: fix race in buffer_head read fault injectionLong Li2024-11-1310-29/+29
| * ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi2024-11-134-10/+11
| * ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko2024-11-131-4/+4
| * ext4: return error on syncfs after shutdownAmir Goldstein2024-11-131-1/+1
| * fs: ext4: Don't use CMA for buffer_headZhaoyang Huang2024-11-131-1/+8
| * ext4: simplify if conditionJiapeng Chong2024-11-131-3/+1
| * ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o2024-11-133-5/+68
| * ext4: WARN if a full dir leaf block has only one dentryBaokun Li2024-11-131-2/+12
| * ext4: show the default enabled prefetch_block_bitmaps optionBaokun Li2024-11-131-0/+3
| * ext4: avoid remount errors with 'abort' mount optionJan Kara2024-10-301-3/+8
| * ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park2024-10-301-4/+4
| * ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()Markus Elfring2024-10-301-5/+2
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-14/+7
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-14/+7
| |/
* | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-184-5/+99
|\ \
| * | ext4: Do not fallback to buffered-io for DIO atomic writeRitesh Harjani (IBM)2024-11-062-5/+29
| * | ext4: Support setting FMODE_CAN_ATOMIC_WRITERitesh Harjani (IBM)2024-11-061-0/+3
| * | ext4: Check for atomic writes support in write iterRitesh Harjani (IBM)2024-11-061-0/+14
| * | ext4: Add statx support for atomic writesRitesh Harjani (IBM)2024-11-063-0/+53
* | | Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-11-181-4/+1
|\ \ \
| * | | ext4: Use generic_ci_validate_strict_name helperAndré Almeida2024-10-281-4/+1
| | |/ | |/|
* | | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-1/+1
|\ \ \
| * | | fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav2024-10-281-1/+1
| | |/ | |/|
* | | Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner2024-10-101-1/+1
|\ \ \ | |_|/ |/| |
| * | ext4: switch to multigrain timestampsJeff Layton2024-10-101-1/+1
* | | ext4: fix off by one issue in alloc_flex_gd()Baokun Li2024-10-041-8/+10
* | | ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)2024-10-041-1/+2
* | | ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)2024-10-041-8/+11
| |/ |/|
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\ \
| * | introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
| |/
* | Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-2121-921/+930
|\ \
| * | ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2COjaswin Mujoo2024-09-041-5/+7
| * | ext4: check stripe size compatibility on remount as wellOjaswin Mujoo2024-09-041-7/+22
| * | ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov2024-09-041-1/+1
| * | ext4: remove the special buffer dirty handling in do_journal_get_write_accessShida Zhang2024-09-041-17/+1
| * | ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang2024-09-043-12/+40
| * | ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang2024-09-043-24/+12
| * | ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffersShida Zhang2024-09-041-1/+1