summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (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-191-26/+54
|\
| * ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe2024-11-131-7/+13
| * ext4: prevent delalloc to nodelalloc on remountNicolas Bretz2024-11-131-0/+7
| * ext4: fix race in buffer_head read fault injectionLong Li2024-11-131-8/+15
| * ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko2024-11-131-4/+4
| * ext4: return error on syncfs after shutdownAmir Goldstein2024-11-131-1/+1
| * 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
* | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-181-0/+31
|\ \
| * | ext4: Add statx support for atomic writesRitesh Harjani (IBM)2024-11-061-0/+31
| |/
* | 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: check stripe size compatibility on remount as wellOjaswin Mujoo2024-09-041-7/+22
* | ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi2024-09-041-10/+17
* | ext4: don't set SB_RDONLY after filesystem errorsJan Kara2024-08-271-4/+5
* | ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)2024-08-271-1/+2
* | ext4: fix timer use-after-free on failed mountXiaxi Shen2024-08-271-1/+1
* | ext4: use seq_putc() in two functionsMarkus Elfring2024-08-271-1/+1
* | ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu2024-08-211-0/+7
|/
* Merge tag 'ext4_for_linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-191-1/+5
|\
| * ext4: warn if delalloc counters are not zero on inactiveZhang Yi2024-06-281-1/+5
* | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-151-18/+4
|\ \
| * | ext4: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-18/+4
| |/
* / ext4: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi2024-06-071-3/+1
|/
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-21/+3
|\
| * use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-3/+3
| * ext4: remove block_device_ejected()Yu Kuai2024-05-031-18/+0
* | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-1/+1
|\|
| * set_blocksize(): switch to passing struct file *Al Viro2024-05-021-1/+1
* | Merge tag 'ext4_for_linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-181-20/+16
|\ \
| * | ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li2024-05-091-12/+10
| * | ext4: replace deprecated strncpy with alternativesJustin Stitt2024-05-031-4/+3
| * | ext4: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet2024-05-021-0/+1
| * | ext4: remove unneeded if checks before kfreeThorsten Blum2024-05-021-4/+2
| |/
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-4/+0
|\ \ | |/ |/|
| * fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)2024-03-261-4/+0
* | fs,block: yield devices earlyChristian Brauner2024-03-271-4/+4
|/
* Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-151-17/+25
|\
| * ext4: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-071-2/+1
| * ext4: verify s_clusters_per_group even without bigallocJan Kara2024-03-071-17/+13
| * ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin2024-02-221-0/+12
* | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\ \
| * | quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
* | | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-131-2/+1
* | | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \ \
| * | | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
| |/ /
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-26/+26
|\ \ \
| * | | ext4: port block device access to fileChristian Brauner2024-02-251-26/+26
| |/ /
* | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-0/+1
|\ \ \ | |_|/ |/| |