summaryrefslogtreecommitdiffstats
path: root/fs/afs/volume.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir3-5/+4
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir4-5/+9
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir4-6/+9
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir2-45/+56
2016-12-11fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir1-11/+19
2016-12-11fscrypt: Use correct index in decrypt path.David Gstir1-1/+1
2016-12-11fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o2-14/+14
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o4-67/+76
2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o3-2/+3
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o4-6/+24
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers6-69/+38
2016-12-11fscrypto: remove unneeded Kconfig dependenciesEric Biggers1-2/+0
2016-12-11MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patchesEric Biggers1-0/+1
2016-12-10ext4: do not perform data journaling when data is encryptedSergey Karamov2-6/+13
2016-12-10ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2016-12-10ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2016-12-03ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter1-1/+1
2016-12-03Documentation: fix description of ext4's block_validity mount optionFabian Frederick1-7/+6
2016-12-03ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara1-6/+15
2016-12-03mbcache: document that "find" functions only return reusable entriesEric Biggers1-8/+8
2016-12-03mbcache: use consistent type for entry countEric Biggers1-8/+7
2016-12-03mbcache: remove unnecessary module_get/module_putEric Biggers1-5/+0
2016-12-03mbcache: don't BUG() if entry cache cannot be allocatedEric Biggers1-1/+2
2016-12-03mbcache: correctly handle 'e_referenced' bitEric Biggers1-1/+1
2016-12-02ext4: fix reading new encrypted symlinks on no-journal file systemsTheodore Ts'o1-1/+2
2016-12-01ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2016-12-01ext4: correctly detect when an xattr value has an invalid sizeEric Biggers1-6/+21
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