summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o2016-12-021-1/+2
* ext4: validate s_first_meta_bg at mount timeEryu Guan2016-12-011-0/+9
* ext4: correctly detect when an xattr value has an invalid sizeEric Biggers2016-12-011-6/+21
* ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2016-12-012-4/+5
* ext4: forbid i_extra_isize not divisible by 4Eric Biggers2016-12-011-4/+7
* ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers2016-12-011-0/+6
* ext4: get rid of ext4_sb_has_crypto()Eric Biggers2016-12-012-6/+1
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2016-12-011-3/+2
* ext4: warn when page is dirtied without buffersJan Kara2016-12-011-0/+9
* ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara2016-11-292-5/+24
* ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara2016-11-292-1/+4
* ext4: fix mmp use after free during unmountEric Sandeen2016-11-261-1/+1
* ext4: Add select for CONFIG_FS_IOMAPJan Kara2016-11-221-0/+1
* ext4: avoid lockdep warning when inheriting encryption contextEric Biggers2016-11-212-12/+23
* ext4: remove unused function ext4_aligned_io()Ross Zwisler2016-11-211-7/+0
* ext4: rip out DAX handling from direct IO pathJan Kara2016-11-202-84/+15
* ext4: convert DAX faults to iomap infrastructureJan Kara2016-11-202-9/+14
* ext4: avoid split extents for DAX writesJan Kara2016-11-201-17/+0
* ext4: DAX iomap write supportJan Kara2016-11-202-6/+160
* ext4: use iomap for zeroing blocks in DAX modeJan Kara2016-11-201-2/+4
* ext4: convert DAX reads to iomap infrastructureJan Kara2016-11-203-1/+93
* ext4: only set S_DAX if DAX is really supportedJan Kara2016-11-203-1/+24
* ext4: factor out checks from ext4_file_write_iter()Jan Kara2016-11-201-47/+50
* ext4: add sanity checking to count_overhead()Theodore Ts'o2016-11-181-3/+8
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2016-11-181-9/+6
* ext4: fix in-superblock mount options processingTheodore Ts'o2016-11-181-15/+23
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-182-1/+17
* ext4: remove parameter from ext4_xattr_ibody_set()Eric Whitney2016-11-141-6/+5
* ext4: allow inode expansion for nojournal file systemsEric Whitney2016-11-141-5/+7
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-1410-35/+31
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2016-11-141-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2016-11-141-1/+1
* ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2016-11-131-2/+3
* ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o2016-11-133-10/+11
* ext4: allow ext4_truncate() to return an errorTheodore Ts'o2016-11-134-20/+36
* Merge branch 'fscrypt' into originTheodore Ts'o2016-11-132-3/+7
|\
| * fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-132-3/+4
| * fscrypt: Enable partial page encryptionDavid Gstir2016-11-132-3/+5
| * fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-131-2/+3
* | Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-131-0/+3
|\ \ | |/ |/|
| * ext4: tell DAX the size of allocation holesRoss Zwisler2016-11-081-0/+3
* | ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-154-31/+26
* | ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2016-10-151-1/+1
* | ext4: do not advertise encryption support when disabledEric Biggers2016-10-121-0/+4
* | ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-121-10/+11
|/
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-103-18/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-073-18/+0
| |/
OpenPOWER on IntegriCloud