aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: Fix data corruption for mmap writesJan Kara2017-12-311-2/+16
* Revert "ext4: fix data corruption for mmap writes"Mister Oyster2017-12-311-19/+5
* ext4: convert to mbcache2Jan Kara2017-12-314-75/+75
* ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2017-12-311-0/+1
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2017-12-311-0/+8
* ext4: don't read blocks from disk after extents being swappedEryu Guan2017-12-311-3/+12
* ext4: evict inline data when writing to memory mapEric Biggers2017-12-311-0/+5
* ext4: fix crashes in dioread_nolock modeJan Kara2017-12-311-20/+20
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2017-12-311-0/+2
* ext4: fix bh->b_state corruptionJan Kara2017-12-311-2/+30
* ext4: fix inline data error pathsTheodore Ts'o2017-12-312-6/+23
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2017-12-311-24/+22
* ext4: fix oops on corrupted filesystemJan Kara2017-12-311-1/+1
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-12-311-43/+37
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2017-12-312-0/+10
* ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2017-12-311-11/+11
* ext4: don't save the error information if the block device is read-onlyTheodore Ts'o2017-12-311-0/+2
* UPSTREAM: ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2017-12-311-3/+3
* UPSTREAM: ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2017-12-311-0/+6
* ext4: reject journal options for ext2 mountsCarlos Maiolino2017-12-311-3/+3
* fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes2017-12-311-3/+1
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2017-12-316-106/+77
* ext4: refactor sysfs support codeTheodore Ts'o2017-12-311-133/+128
* ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2017-12-314-410/+410
* ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2017-12-311-1/+12
* ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro2017-12-311-1/+1
* ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro2017-12-311-1/+1
* ext4: remove unused definition for MAX_32_NUMFabian Frederick2017-12-311-2/+0
* ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick2017-12-313-14/+7
* ext4: improve ext4lazyinit scalabilityDmitry Monakhov2017-12-311-10/+31
* ext4: remove checks for e_value_blockJan Kara2017-12-311-8/+7
* ext4: explicit mount options parsing cleanupDmitry Monakhov2017-12-311-2/+6
* ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2017-12-311-4/+8
* ext4: Check that external xattr value block is zeroJan Kara2017-12-311-0/+2
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-12-313-54/+74
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-221-0/+4
* UPSTREAM: fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-12-191-5/+3
* ext4: fix data corruption for mmap writesgregkh@linuxfoundation.org2017-12-101-5/+19
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-11-062-8/+13
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-11-061-2/+2
* ext4: fix SEEK_HOLEJan Kara2017-11-061-36/+14
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-11-061-2/+3
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-08-201-0/+15
* ext4: lock the xattr block before checksuming itTheodore Ts'o2017-08-151-34/+31
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-08-121-4/+11
* ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-121-0/+3
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-122-11/+16
* ext4: silence array overflow warningDan Carpenter2017-08-121-1/+1
* ext4: fix warning about stack corruptionArnd Bergmann2017-08-121-5/+6
* ext4: remove unused mode parameterTahsin Erdogan2017-08-121-3/+3