aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-7/+12
2021-06-22ext4: fix avefreec in find_group_orlovPan Dong1-6/+5
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+4
2021-06-02ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani1-2/+4
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-17/+34
2021-04-12ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o1-1/+2
2021-04-09ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi1-16/+32
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner1-1/+1
2021-03-23fs: document and rename fsid helpersChristian Brauner1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-3/+4
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24ext4: support idmapped mountsChristian Brauner1-3/+4
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-20/+153
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-16/+152
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-5/+1
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)1-0/+1
2020-09-22ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-20/+17
2020-09-22ext4: factor out ext4_xattr_credits_for_new_inode()Eric Biggers1-39/+51
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-03ext4: fix buffer_head refcnt leak when ext4_iget() failsXiyu Yang1-0/+1
2020-05-28fs/ext4: Only change S_DAX on inode loadIra Weiny1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-04-15ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o1-1/+1
2020-04-15ext4: fix return-value types in several function commentsJosh Triplett1-1/+1
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-7/+6
2020-03-26ext4: avoid ENOSPC when avoiding to reuse recently deleted inodesJan Kara1-5/+18
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh1-9/+14
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o1-1/+3
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-0/+2
2019-12-14ext4: reserve revoke credits in __ext4_new_inodeyangerkun1-2/+2
2019-11-14ext4: fix leak of quota reservationsJan Kara1-5/+0
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-1/+1
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi1-1/+1
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-1/+1
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-1/+1
2018-10-10ext4: don't open-code ERR_CASTAl Viro1-1/+1
2018-08-01ext4: use ext4_warning() for sb_getblk failureWang Shilong1-3/+3
2018-07-29ext4: use timespec64 for all inode timesArnd Bergmann1-1/+1
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o1-1/+4
2018-07-12ext4: check for allocation block validity with block group lockedTheodore Ts'o1-0/+3
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+12
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+2
2018-06-14ext4: only look at the bg_flags field if it is validTheodore Ts'o1-2/+12
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-12ext4: mark inode bitmap corrupted when foundWang Shilong1-4/+9
2018-05-12ext4: add new ext4_mark_group_bitmap_corrupted() helperWang Shilong1-16/+4
2018-05-12ext4: fix wrong return value in ext4_read_inode_bitmap()Wang Shilong1-1/+1