aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.9.120 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-1/+4
|\
| * ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-151-1/+4
* | Merge 4.9.117 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+3
|\|
| * ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-08-031-0/+3
* | Merge 4.9.112 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-2/+12
|\|
| * ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-111-2/+12
* | Merge 4.9.98 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+7
|\|
| * ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-05-011-0/+7
* | Merge 4.9.96 into android-4.9Greg Kroah-Hartman2018-04-241-44/+3
|\|
| * ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-04-241-44/+3
| * fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2017-11-301-1/+1
* | f2fs: catch up to v4.14-rc1Hyojun Kim2017-10-131-8/+12
|/
* ext4: remove old feature helpersKaho Ng2016-09-051-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-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/+22
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-04-301-4/+6
* ext4: fix misspellings in comments.Adam Buchbinder2016-03-091-1/+1
* ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-111-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-171-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
* ext4: Handle error from dquot_initialize()Jan Kara2015-07-231-2/+4
* ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o2015-05-311-6/+20
* ext4: clean up superblock encryption mode fieldsTheodore Ts'o2015-05-181-19/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | ext4 crypto: enable encryption feature flagTheodore Ts'o2015-04-161-1/+2
* | ext4 crypto: enable filename encryptionMichael Halcrow2015-04-121-2/+19
* | ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2015-04-121-0/+5
* | ext4: remove unused header filesSheng Yong2015-04-021-1/+0
|/
* ext4: fix oops when loading block bitmap failedJan Kara2014-10-301-0/+4
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-2/+1
* ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon2014-07-121-1/+1
* ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o2014-07-051-7/+7
* ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon2014-06-261-0/+23
* ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o2013-11-081-1/+1
* ext4: mark group corrupt on group descriptor checksumDarrick J. Wong2013-08-281-6/+4
* ext4: mark block group as corrupt on inode bitmap errorDarrick J. Wong2013-08-281-4/+25
* ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o2013-08-161-0/+51
* ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o2013-07-261-5/+5
* ext4: provide wrappers for transaction reservation callsJan Kara2013-06-041-1/+2
* ext4: mark all metadata I/O with REQ_METATheodore Ts'o2013-04-201-1/+1
* ext4: move quota initialization out of inode allocation transactionJan Kara2013-04-191-36/+49
* ext4: fix usless declarationsDmitri Monakho2013-04-091-1/+0
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-111-2/+2
* ext4: use KERN_WARNING for warning messagesTheodore Ts'o2013-02-141-6/+6
* ext4: start handle at the last possible moment when creating inodesTheodore Ts'o2013-02-091-2/+13