summaryrefslogtreecommitdiffstats
path: root/scripts/mkuboot.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-01ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2-4/+5
2016-12-01ext4: forbid i_extra_isize not divisible by 4Eric Biggers1-4/+7
2016-12-01ext4: disable pwsalt ioctl when encryption disabled by configEric Biggers1-0/+6
2016-12-01ext4: get rid of ext4_sb_has_crypto()Eric Biggers2-6/+1
2016-12-01ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2016-12-01ext4: warn when page is dirtied without buffersJan Kara1-0/+9
2016-11-29ext4: be more strict when verifying flags set via SETFLAGS ioctlsJan Kara2-5/+24
2016-11-29ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable maskJan Kara2-1/+4
2016-11-26ext4: fix mmp use after free during unmountEric Sandeen1-1/+1
2016-11-23ext4: Add select for CONFIG_FS_IOMAPJan Kara1-0/+1
2016-11-21ext4: avoid lockdep warning when inheriting encryption contextEric Biggers2-12/+23
2016-11-21ext4: remove unused function ext4_aligned_io()Ross Zwisler1-7/+0
2016-11-21dax: rip out get_block based IO supportJan Kara3-338/+11
2016-11-21ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara1-3/+8
2016-11-21ext4: rip out DAX handling from direct IO pathJan Kara2-84/+15
2016-11-21ext4: convert DAX faults to iomap infrastructureJan Kara2-9/+14
2016-11-21ext4: avoid split extents for DAX writesJan Kara1-17/+0
2016-11-21ext4: DAX iomap write supportJan Kara2-6/+160
2016-11-21ext4: use iomap for zeroing blocks in DAX modeJan Kara1-2/+4
2016-11-20ext4: convert DAX reads to iomap infrastructureJan Kara3-1/+93
2016-11-20ext4: only set S_DAX if DAX is really supportedJan Kara3-1/+24
2016-11-20ext4: factor out checks from ext4_file_write_iter()Jan Kara1-47/+50
2016-11-18ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2016-11-18ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2016-11-18ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2016-11-18ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-11-15ext4: remove parameter from ext4_xattr_ibody_set()Eric Whitney1-6/+5
2016-11-15ext4: allow inode expansion for nojournal file systemsEric Whitney1-5/+7
2016-11-15ext4: use current_time() for inode timestampsDeepa Dinamani10-35/+31
2016-11-15ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2016-11-15ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2016-11-14ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o1-2/+3
2016-11-14ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o3-10/+11
2016-11-14ext4: allow ext4_truncate() to return an errorTheodore Ts'o4-20/+36
2016-11-14fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13
2016-11-14fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-14fscrypt: Let fs select encryption index/tweakDavid Gstir5-13/+19
2016-11-14fscrypt: Constify struct inode pointerDavid Gstir3-18/+18
2016-11-14fscrypt: Enable partial page encryptionDavid Gstir5-24/+44
2016-11-14fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir3-9/+12
2016-11-14fscrypt: Add in-place encryption modeDavid Gstir2-10/+21
2016-11-10dax: Introduce IOMAP_FAULT flagJan Kara3-4/+6
2016-11-08dax: remove "depends on BROKEN" from FS_DAX_PMDRoss Zwisler1-1/+0
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler3-25/+6
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler3-50/+386
2016-11-08dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler1-25/+25
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler2-15/+14
2016-11-08dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler1-8/+29
2016-11-08dax: add dax_iomap_sector() helper functionRoss Zwisler1-3/+7
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler4-17/+17