summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov
2017-01-06ext4: return -ENOMEM instead of successDan Carpenter
2017-01-06ext4: reject inodes with negative sizeDarrick J. Wong
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-06ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-06ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2017-01-06ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o
2016-11-19ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches
2016-10-15ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers
2016-10-12ext4: do not advertise encryption support when disabledEric Biggers
2016-10-12ext4: super.c: Update logging style using KERN_CONTJoe Perches
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-09-30ext4: remove unused variableEric Engestrom
2016-09-30ext4: use journal inode to determine journal overheadEric Whitney
2016-09-30ext4: create function to read journal inodeEric Whitney
2016-09-30ext4: unmap metadata when zeroing blocksJan Kara
2016-09-30ext4: remove plugging from ext4_file_write_iter()Jan Kara
2016-09-30ext4: allow unlocked direct IO when pages are cachedJan Kara
2016-09-30ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger
2016-09-30ext4: do not unnecessarily null-terminate encrypted symlink dataEric Biggers
2016-09-30ext4: release bh in make_indexed_dirgmail
2016-09-30ext4: Allow parallel DIO readsJan Kara
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-22ext4: allow DAX writeback for hole punchRoss Zwisler
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers
2016-09-15ext4: fix memory leak when symlink decryption failsEric Biggers
2016-09-15ext4: remove unused definition for MAX_32_NUMFabian Frederick
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick
2016-09-15ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick
2016-09-15ext4: fix memory leak in ext4_insert_range()Fabian Frederick
2016-09-15ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-05ext4: improve ext4lazyinit scalabilityDmitry Monakhov
2016-09-05ext4: cleanup ext4_sync_parent()Jan Kara
2016-09-05ext4: remove old feature helpersKaho Ng
2016-09-05ext4: enable quota enforcement based on mount optionsJan Kara