summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-1412-94/+98
|\
| * fs: Remove unmap_underlying_metadataJan Kara2016-11-041-32/+0
| * fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-049-19/+12
| * ext2: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-041-6/+3
| * ext4: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-042-22/+6
| * direct-io: Use clean_bdev_aliases() instead of handmade iterationJan Kara2016-11-041-21/+7
| * fs: Provide function to unmap metadata for a range of blocksJan Kara2016-11-041-0/+76
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-3/+18
|\ \
| * | exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-221-2/+17
| * | ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-221-1/+1
* | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-1/+1
|\ \ \
| * | | audit: less stack usage for /proc/*/loginuidAlexey Dobriyan2016-11-031-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-144-21/+13
|\ \ \ \
| * \ \ \ Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2016-11-244-21/+13
| |\ \ \ \
| | * | | | proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-144-21/+13
* | | | | | 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
OpenPOWER on IntegriCloud