summaryrefslogtreecommitdiff
path: root/fs/ext4/ialloc.c
AgeCommit message (Expand)Author
2021-07-20ext4: fix avefreec in find_group_orlovPan Dong
2021-05-22ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2018-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-08-06ext4: check for allocation block validity with block group lockedTheodore Ts'o
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-05-02ext4: add validity checks for bitmap block numbersTheodore Ts'o
2018-04-24ext4: don't update checksum of new initialized bitmapsTheodore Ts'o
2016-06-07ext4: clean up error handling when orphan list is corruptedTheodore Ts'o
2016-06-07ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-02-25ext4: fix scheduling in atomic on group checksum failureJan Kara
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