summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-0/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-3/+1
|\
| * ext4: improve smp scalability for inode generationTheodore Ts'o2017-11-081-3/+1
* | 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-141-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/+6
* | 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-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
OpenPOWER on IntegriCloud