aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+4
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-3/+4
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-1/+1
2016-04-30ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-27/+22
2016-04-30ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-03-09ext4: fix misspellings in comments.Adam Buchbinder1-1/+1
2016-02-11ext4: fix scheduling in atomic on group checksum failureJan Kara1-2/+4
2016-01-08ext4: adds project ID supportLi Xi1-0/+7
2015-10-17ext4: make the bitmap read routines return real error codesDarrick J. Wong1-36/+72
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-2/+2
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong1-0/+1
2015-07-23ext4: Handle error from dquot_initialize()Jan Kara1-2/+4
2015-05-31ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o1-6/+20
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o1-19/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-12ext4 crypto: enable filename encryptionMichael Halcrow1-2/+19
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow1-0/+5
2015-04-02ext4: remove unused header filesSheng Yong1-1/+0
2014-10-30ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-2/+1
2014-07-12ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon1-1/+1
2014-07-05ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o1-7/+7
2014-06-26ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon1-0/+23
2013-11-08ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o1-1/+1
2013-08-28ext4: mark group corrupt on group descriptor checksumDarrick J. Wong1-6/+4
2013-08-28ext4: mark block group as corrupt on inode bitmap errorDarrick J. Wong1-4/+25
2013-08-16ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o1-0/+51
2013-07-26ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o1-5/+5
2013-06-04ext4: provide wrappers for transaction reservation callsJan Kara1-1/+2
2013-04-20ext4: mark all metadata I/O with REQ_METATheodore Ts'o1-1/+1
2013-04-19ext4: move quota initialization out of inode allocation transactionJan Kara1-36/+49
2013-04-09ext4: fix usless declarationsDmitri Monakho1-1/+0
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o1-2/+2
2013-02-14ext4: use KERN_WARNING for warning messagesTheodore Ts'o1-6/+6
2013-02-09ext4: start handle at the last possible moment when creating inodesTheodore Ts'o1-2/+13
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-1/+1
2012-12-10ext4: enable ext4 inline supportTao Ma1-0/+4
2012-11-29ext4: fix possible use after free with metadata csumTheodore Ts'o1-1/+1
2012-10-28ext4: fix unjournaled inode bitmap modificationEric Sandeen1-10/+9
2012-10-22ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma1-3/+1
2012-09-23ext4: check free inode count before allocating an inodeYongqiang Yang1-0/+9
2012-07-22ext4: remove useless marking of superblock dirtyJan Kara1-2/+0
2012-06-30ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o1-1/+2
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-19/+62
2012-05-28ext4: protect group inode free counting with group lockTao Ma1-1/+4
2012-05-28ext4: fix potential NULL dereference in ext4_free_inodes_counts()Dan Carpenter1-4/+6
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-04-29ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong1-10/+7