summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-251-1/+1
* ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-241-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-131-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-061-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/+4Star
* | 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-271-0/+7
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-191-44/+3Star
* 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-111-0/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-3/+1Star
|\
| * ext4: improve smp scalability for inode generationTheodore Ts'o2017-11-091-3/+1Star
* | 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-151-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | ext4: avoid Y2038 overflow in recently_deleted()Andreas Dilger2017-08-311-6/+13
* | ext4: reduce lock contention in __ext4_new_inodeWang Shilong2017-08-241-11/+39
* | ext4: cleanup goto next groupWang Shilong2017-08-241-14/+6Star
* | ext4: do not unnecessarily allocate buffer in recently_deleted()Jan Kara2017-08-241-2/+2
|/
* ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-061-7/+45
* ext4: skip ext4_init_security() and encryption on ea_inodesTahsin Erdogan2017-07-061-5/+6
* ext4: do not set posix acls on xattr inodesTahsin Erdogan2017-06-221-5/+9
* ext4: xattr-in-inode supportAndreas Dilger2017-06-221-1/+0Star
* ext4: inherit encryption xattr before other xattrsEric Biggers2017-05-021-6/+11
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+2
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-051-0/+3
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-311-1/+1
* ext4: avoid lockdep warning when inheriting encryption contextEric Biggers2016-11-211-2/+1Star
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-151-1/+1
* ext4: remove old feature helpersKaho Ng2016-09-061-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-271-3/+4
|\
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-3/+4
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-04-301-27/+22Star
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-04-301-4/+6
* ext4: fix misspellings in comments.Adam Buchbinder2016-03-101-1/+1
* ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-121-2/+4
* ext4: adds project ID supportLi Xi2016-01-081-0/+7
* ext4: make the bitmap read routines return real error codesDarrick J. Wong2015-10-181-36/+72
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-2/+2
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-0/+1