summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-3/+4
|\
| * ext4: support idmapped mountsChristian Brauner2021-01-241-3/+4
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-221-20/+153
|\
| * ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-16/+152
| * ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-5/+1
| * ext4: clear buffer verified flag if read meta block from diskzhangyi (F)2020-10-181-0/+1
* | ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-20/+17
* | ext4: factor out ext4_xattr_credits_for_new_inode()Eric Biggers2020-09-221-39/+51
|/
* Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-151-1/+1
|\
| * Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-111-1/+1
| |\
| | * fs/ext4: Only change S_DAX on inode loadIra Weiny2020-05-281-1/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\| |
| * | ext4: fix buffer_head refcnt leak when ext4_iget() failsXiyu Yang2020-06-031-0/+1
| |/
* / block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
|/
* ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o2020-04-151-1/+1
* ext4: fix return-value types in several function commentsJosh Triplett2020-04-151-1/+1
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-7/+6
* ext4: avoid ENOSPC when avoiding to reuse recently deleted inodesJan Kara2020-03-261-5/+18
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-211-9/+14
* ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o2019-12-261-1/+3
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-0/+2
* ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
* ext4: fix leak of quota reservationsJan Kara2019-11-141-5/+0
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-1/+1
* ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-251-1/+1
* ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-1/+1
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2018-12-191-1/+1
* ext4: don't open-code ERR_CASTAl Viro2018-10-101-1/+1
* ext4: use ext4_warning() for sb_getblk failureWang Shilong2018-08-011-3/+3
* ext4: use timespec64 for all inode timesArnd Bergmann2018-07-291-1/+1
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-07-291-1/+4
* ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-07-121-0/+3
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-081-2/+12
|\
| * ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-06-141-2/+12
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+2
|\ \ | |/ |/|
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* | ext4: mark inode bitmap corrupted when foundWang Shilong2018-05-121-4/+9
* | ext4: add new ext4_mark_group_bitmap_corrupted() helperWang Shilong2018-05-121-16/+4
* | ext4: fix wrong return value in ext4_read_inode_bitmap()Wang Shilong2018-05-121-1/+1
|/
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-261-0/+7
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-191-44/+3
* ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-111-2/+2
* ext4: add missing error check in __ext4_new_inode()Theodore Ts'o2017-12-101-0/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-3/+1
|\
| * ext4: improve smp scalability for inode generationTheodore Ts'o2017-11-081-3/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1