summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2016-12-01ext4: validate s_first_meta_bg at mount timeEryu Guan
2016-12-01ext4: correctly detect when an xattr value has an invalid sizeEric Biggers
2016-12-01ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers
2016-12-01ext4: forbid i_extra_isize not divisible by 4Eric Biggers
2016-12-01ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers
2016-12-01ext4: get rid of ext4_sb_has_crypto()Eric Biggers
2016-12-01ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2016-12-01ext4: warn when page is dirtied without buffersJan Kara
2016-11-29ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara
2016-11-29ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara
2016-11-26ext4: fix mmp use after free during unmountEric Sandeen
2016-11-22ext4: Add select for CONFIG_FS_IOMAPJan Kara
2016-11-21ext4: avoid lockdep warning when inheriting encryption contextEric Biggers
2016-11-21ext4: remove unused function ext4_aligned_io()Ross Zwisler
2016-11-20ext4: rip out DAX handling from direct IO pathJan Kara
2016-11-20ext4: convert DAX faults to iomap infrastructureJan Kara
2016-11-20ext4: avoid split extents for DAX writesJan Kara
2016-11-20ext4: DAX iomap write supportJan Kara
2016-11-20ext4: use iomap for zeroing blocks in DAX modeJan Kara
2016-11-20ext4: convert DAX reads to iomap infrastructureJan Kara
2016-11-20ext4: only set S_DAX if DAX is really supportedJan Kara
2016-11-20ext4: factor out checks from ext4_file_write_iter()Jan Kara
2016-11-19ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-11-18ext4: add sanity checking to count_overhead()Theodore Ts'o
2016-11-18ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2016-11-18ext4: fix in-superblock mount options processingTheodore Ts'o
2016-11-18ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-11-14ext4: remove parameter from ext4_xattr_ibody_set()Eric Whitney
2016-11-14ext4: allow inode expansion for nojournal file systemsEric Whitney
2016-11-14ext4: use current_time() for inode timestampsDeepa Dinamani
2016-11-14ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2016-11-14ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2016-11-13ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o
2016-11-13ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o
2016-11-13ext4: allow ext4_truncate() to return an errorTheodore Ts'o
2016-11-13Merge branch 'fscrypt' into originTheodore Ts'o
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o
2016-11-13fscrypt: Let fs select encryption index/tweakDavid Gstir
2016-11-13fscrypt: Enable partial page encryptionDavid Gstir
2016-11-13fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir
2016-11-08ext4: tell DAX the size of allocation holesRoss Zwisler
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara
2016-11-04ext4: Use clean_bdev_aliases() instead of iterationJan Kara
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
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