summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix potential use after free after remounting with noblock_validityzhangyi (F)2019-10-072-52/+147
* ext4: fix punch hole for inline_data file systemsTheodore Ts'o2019-10-051-0/+9
* ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-10-051-2/+2
* ext4: unsigned int compared against zeroColin Ian King2019-09-161-1/+2
* ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-09-161-0/+5
* ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-09-161-4/+8
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2019-09-162-0/+52
* ext4: allow directory holesTheodore Ts'o2019-07-282-18/+46
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-07-283-10/+18
* ext4: enforce the immutable flag on open filesTheodore Ts'o2019-07-282-0/+15
* ext4: don't allow any modifications to an immutable fileDarrick J. Wong2019-07-281-1/+45
* ext4: wait for outstanding dio during truncate in nojournal modeJan Kara2019-05-311-12/+9
* ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-311-1/+1
* ext4: don't update s_rev_level if not requiredAndreas Dilger2019-05-223-3/+5
* ext4: fix compile error when using BUFFER_TRACEzhangyi (F)2019-05-221-1/+1
* ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-221-1/+1
* ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-221-1/+4
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-221-0/+7
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-221-2/+15
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-05-221-1/+1
* ext4: actually request zeroing of inode table after growKirill Tkhai2019-05-221-1/+1
* ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-05-221-24/+34
* ext4: avoid drop reference to iloc.bh twicePan Bian2019-05-221-0/+1
* ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-05-221-1/+1
* ext4: make sanity check in mballoc more strictJan Kara2019-05-221-1/+1
* ext4: fix some error pointer dereferencesDan Carpenter2019-05-021-0/+3
* ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-04-201-0/+7
* ext4: report real fs size after failed resizeLukas Czerner2019-04-201-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-04-201-2/+9
* ext4: avoid panic during forced rebootJan Kara2019-04-201-3/+13
* ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-04-051-25/+22
* ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-271-4/+8
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-271-1/+1
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-271-1/+1
* ext4: fix crash during online resizingJan Kara2019-03-231-1/+2
* ext4: add mask of ext4 flags to swapyangerkun2019-03-232-1/+8
* ext4: update quota information while swapping boot loader inodeyangerkun2019-03-231-13/+43
* ext4: cleanup pagecache before swap i_datayangerkun2019-03-231-4/+12
* ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-03-231-9/+13
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-02-151-9/+4
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-01-161-1/+1
* ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2019-01-161-0/+3
* ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2019-01-161-4/+9
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-01-161-1/+1
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2019-01-161-3/+3
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-01-161-1/+2
* ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2019-01-091-2/+7
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+11
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2019-01-098-41/+65
* ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o2019-01-091-1/+1