summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
AgeCommit message (Expand)Author
2021-06-22ext4: fix avefreec in find_group_orlovPan Dong
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-02ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-12ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o
2021-04-09ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner
2021-03-23fs: document and rename fsid helpersChristian Brauner
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24ext4: support idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)
2020-09-22ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-22ext4: factor out ext4_xattr_credits_for_new_inode()Eric Biggers
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03ext4: fix buffer_head refcnt leak when ext4_iget() failsXiyu Yang
2020-05-28fs/ext4: Only change S_DAX on inode loadIra Weiny
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-04-15ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o
2020-04-15ext4: fix return-value types in several function commentsJosh Triplett
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o
2020-03-26ext4: avoid ENOSPC when avoiding to reuse recently deleted inodesJan Kara
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o
2019-12-14ext4: reserve revoke credits in __ext4_new_inodeyangerkun
2019-11-14ext4: fix leak of quota reservationsJan Kara
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-10-10ext4: don't open-code ERR_CASTAl Viro
2018-08-01ext4: use ext4_warning() for sb_getblk failureWang Shilong
2018-07-29ext4: use timespec64 for all inode timesArnd Bergmann
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-07-12ext4: check for allocation block validity with block group lockedTheodore Ts'o
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-12ext4: mark inode bitmap corrupted when foundWang Shilong
2018-05-12ext4: add new ext4_mark_group_bitmap_corrupted() helperWang Shilong
2018-05-12ext4: fix wrong return value in ext4_read_inode_bitmap()Wang Shilong
2018-03-26ext4: add validity checks for bitmap block numbersTheodore Ts'o