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