summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-5/+9
* ext4: xattr-in-inode supportAndreas Dilger2017-06-211-1/+0
* 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/+1
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-141-1/+1
* 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
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-1/+1
* ext4: enable ext4 inline supportTao Ma2012-12-101-0/+4