summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-101-7/+8
|\
| * ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi2021-11-041-1/+1
| * ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim2021-11-041-1/+3
| * ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-041-5/+4
* | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-061-0/+8
|\ \
| * | ext4: Send notifications on errorGabriel Krisman Bertazi2021-10-271-0/+8
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-11-011-1/+0
|\ \
| * | fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-201-1/+0
* | | ext4: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-1/+1
| |/ |/|
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-031-6/+15
|\ \ | |/ |/|
| * ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun2021-10-011-1/+4
| * ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-011-5/+5
| * ext4: fix reserved space counter leakageJeffle Xu2021-10-011-0/+6
* | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+2
|\ \
| * | dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-1/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-021-184/+54
|\ \ \ | | |/ | |/|
| * | ext4: Speedup ext4 orphan inode handlingJan Kara2021-08-301-5/+29
| * | ext4: Move orphan inode handling into a separate fileJan Kara2021-08-301-178/+2
| * | ext4: Support for checksumming from journal triggersJan Kara2021-08-301-1/+15
| * | ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara2021-08-301-0/+8
| |/
* / ext4: Convert to use mapping->invalidate_lockJan Kara2021-07-131-8/+5
|/
* ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2021-07-081-8/+0
* ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o2021-07-081-1/+5
* ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin2021-07-011-2/+10
* ext4: notify sysfs on errors_count value changeJonathan Davies2021-06-291-0/+2
* ext4: remove bdev_try_to_free_page() callbackZhang Yi2021-06-241-21/+0
* jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-241-0/+8
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-221-3/+3
* ext4: return error code when ext4_fill_flex_info() failsYang Yingliang2021-06-171-0/+1
* ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi2021-06-171-1/+8
* ext4: fix memory leak in ext4_fill_superPavel Skripkin2021-06-171-6/+4
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-061-2/+9
|\
| * ext4: fix memory leak in ext4_fill_superAlexey Makhalov2021-06-061-2/+9
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-43/+73
|\|
| * ext4: fix trailing whitespaceJack Qiu2021-04-091-1/+1
| * ext4: fix error code in ext4_commit_superFengnan Chang2021-04-091-2/+4
| * ext4: always panic when errors=panic is specifiedYe Bin2021-04-091-3/+4
| * ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi2021-04-091-3/+0
| * ext4: make prefetch_block_bitmaps defaultHarshad Shirwadkar2021-04-091-7/+8
| * ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar2021-04-091-1/+27
| * ext4: add ability to return parsed options from parse_optionsHarshad Shirwadkar2021-04-091-21/+30
| * ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-051-6/+0
* | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-4/+1
|\ \ | |/ |/|
| * fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-4/+1
* | ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
* | ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-061-0/+5
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-251-3/+9
|\
| * ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o2021-02-021-1/+8
| * ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-02-021-2/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\ \