summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-145-80/+165
|\
| * radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-1/+1
| * btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox2016-12-141-0/+1
| * dax: clear dirty entry tags on cache flushJan Kara2016-12-141-0/+64
| * dax: protect PTE modification on WP fault by radix tree entry lockJan Kara2016-12-141-6/+16
| * dax: make cache flushing protected by entry lockJan Kara2016-12-141-22/+39
| * mm: move handling of COW faults into DAX codeJan Kara2016-12-141-32/+29
| * mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-2/+2
| * mm: join struct fault_env and vm_faultJan Kara2016-12-141-10/+12
| * mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-1/+1
| * btrfs: better handle btrfs_printk() defaultsPetr Mladek2016-12-141-9/+3
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-5/+2
|\ \
| * | block_dev: don't update file access position for sync direct IOShaohua Li2016-12-131-4/+1
| * | block_dev: don't test bdev->bd_contains when it is not stableNeilBrown2016-12-131-1/+1
* | | 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