summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: better handle btrfs_printk() defaultsPetr Mladek2016-12-141-9/+3
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-1433-1166/+1336
|\
| * Merge branch 'fscrypt' into devTheodore Ts'o2016-12-1212-128/+214
| |\
| | * fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2016-12-112-4/+4
| | * fscrypt: Delay bounce page pool allocation until neededDavid Gstir2016-12-113-4/+9
| | * fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-113-5/+8
| | * fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-41/+52
| | * fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir2016-12-111-11/+19
| | * fscrypt: Use correct index in decrypt path.David Gstir2016-12-111-1/+1
| | * fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-113-2/+73
| | * fscrypt: unexport fscrypt_initialize()Theodore Ts'o2016-12-112-1/+3
| | * fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o2016-12-113-5/+24
| | * fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-115-63/+32
| | * fscrypto: remove unneeded Kconfig dependenciesEric Biggers2016-12-111-2/+0
| * | dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara2016-12-121-8/+7
| * | ext4: do not perform data journaling when data is encryptedSergey Karamov2016-12-102-6/+13
| * | ext4: return -ENOMEM instead of successDan Carpenter2016-12-101-1/+3
| * | ext4: reject inodes with negative sizeDarrick J. Wong2016-12-101-0/+6
| * | ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter2016-12-031-1/+1
| * | ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara2016-12-031-6/+15
| * | mbcache: document that "find" functions only return reusable entriesEric Biggers2016-12-031-8/+8
| * | mbcache: use consistent type for entry countEric Biggers2016-12-031-8/+7
| * | mbcache: remove unnecessary module_get/module_putEric Biggers2016-12-031-5/+0
| * | mbcache: don't BUG() if entry cache cannot be allocatedEric Biggers2016-12-031-1/+2
| * | mbcache: correctly handle 'e_referenced' bitEric Biggers2016-12-031-1/+1
| * | 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
| * | dax: rip out get_block based IO supportJan Kara2016-11-201-315/+0
| * | ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara2016-11-201-3/+8
| * | 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