summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3 days1-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-211-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-121-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
|\ \ \ | |_|/ |/| |
| * | ext4: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-271-0/+1
| |/
* / ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-181-1/+1
|/
* Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-101-10/+1
|\
| * ext4: enable dioread_nolock as default for bs < ps caseOjaswin Mujoo2024-01-041-10/+1
* | ext4: Block writes to journal deviceJan Kara2023-11-181-2/+3
* | ext4: simplify device handlingChristian Brauner2023-11-181-3/+0
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-3/+10
|\ \
| * | ext4: add __GFP_NOWARN to GFP_NOWAIT in readaheadHugh Dickins2023-10-251-1/+1
| * | ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2023-10-041-2/+8
| * | ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)2023-10-041-1/+2
| |/
* | Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-021-1/+16
|\ \
| * | ext4: fix race between writepages and remountBaokun Li2023-10-051-0/+14
| * | ext4: add missing initialization of call_notify_error in update_super_work()Theodore Ts'o2023-10-051-1/+2
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \
| * | ext4: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| |/
* / ext4: Convert to bdev_open_by_dev()Jan Kara2023-10-281-25/+27
|/
* Revert "ext4: switch to multigrain timestamps"Christian Brauner2023-09-201-1/+1
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-133/+175
|\
| * ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o2023-08-271-16/+16
| * ext4: add periodic superblock update checkVitaliy Kuznetsov2023-08-271-1/+61
| * ext4: ext4_get_{dev}_journal return proper error valueZhang Yi2023-08-271-22/+31
| * ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()Zhang Yi2023-08-231-60/+49
| * jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi2023-08-231-2/+2
| * ext4: drop read-only check from ext4_force_commit()Jan Kara2023-07-291-7/+1
| * ext4: avoid starting transaction on read-only fs in ext4_quota_off()Jan Kara2023-07-291-0/+7
| * ext4: drop EXT4_MF_FS_ABORTED flagJan Kara2023-07-291-2/+2
| * ext4: make 'abort' mount option handling standardJan Kara2023-07-291-14/+2
| * ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-291-7/+7
| * ext4: use sb_rdonly() helper for checking read-only flagJan Kara2023-07-291-2/+2
| * ext4: remove pointless sb_rdonly() checks from freezing codeJan Kara2023-07-291-7/+2
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-38/+31
|\ \
| * | ext4: use fs_holder_ops for the log deviceChristoph Hellwig2023-08-111-10/+1
| * | ext4: drop s_umount over opening the log deviceChristoph Hellwig2023-08-111-0/+3