summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-286-116/+38
|\
| * ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * ovl: update documentationMiklos Szeredi2016-05-271-9/+0
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2836-210/+219
|\ \
| * | Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17
| * | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-2636-200/+202
| |\ \
| | * \ Merge branch 'dev/comp-workspaces' into for-chris-4.7-20160525David Sterba2016-05-250-0/+0
| | |\ \
| | | * | btrfs: make find_workspace warn if there are no workspacesDavid Sterba2016-04-271-0/+14
| | | * | btrfs: make find_workspace always succeedDavid Sterba2016-04-271-8/+12
| | | * | btrfs: preallocate compression workspacesDavid Sterba2016-04-271-0/+16
| | | * | btrfs: rename and document compression workspace membersDavid Sterba2016-04-271-16/+19
| | * | | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-2536-196/+193
| | |\ \ \
| | | * | | btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-2533-105/+106
| | | * | | btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-293-8/+8
| | | * | | btrfs: make state preallocation more speculative in __set_extent_bitDavid Sterba2016-04-291-1/+7
| | | * | | btrfs: untangle gotos a bit in convert_extent_bitDavid Sterba2016-04-291-9/+7
| | | * | | btrfs: untangle gotos a bit in __clear_extent_bitDavid Sterba2016-04-291-8/+8
| | | * | | btrfs: untangle gotos a bit in __set_extent_bitDavid Sterba2016-04-291-8/+7
| | | * | | btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba2016-04-293-7/+4
| | | * | | btrfs: sink gfp parameter to set_extent_newDavid Sterba2016-04-292-3/+4
| | | * | | btrfs: sink gfp parameter to set_extent_defragDavid Sterba2016-04-292-3/+3
| | | * | | btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-293-6/+6
| | | * | | btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-293-4/+4
| | | * | | btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba2016-04-293-8/+5
| | | * | | btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-299-16/+15
| | | * | | btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-296-11/+10
| | * | | | Merge branch 'misc-4.7' into for-chris-4.7-20160525David Sterba2016-05-253-4/+9
| |/| | | |
| | * | | | btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei2016-05-251-1/+2
| | * | | | Btrfs: fix unexpected return value of fiemapLiu Bo2016-05-251-1/+5
| | * | | | Btrfs: free sys_array eb as soon as possibleLiu Bo2016-05-251-2/+2
| |/ / / /
* | | | | make IS_ERR_VALUE() complain about non-pointer-sized argumentsLinus Torvalds2016-05-281-1/+1
* | | | | mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-286-36/+30
* | | | | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-2838-103/+102
* | | | | mm: fix section mismatch warningLinus Torvalds2016-05-282-2/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2712-51/+246
|\ \ \ \ \
| * | | | | mm: disable DEFERRED_STRUCT_PAGE_INIT on !NO_BOOTMEMGavin Shan2016-05-271-1/+1
| * | | | | mm/memcontrol.c: move comments for get_mctgt_type() to proper positionLi RongQing2016-05-271-18/+19
| * | | | | mm/memcontrol.c: fix the margin computation in mem_cgroup_margin()Li RongQing2016-05-271-0/+2
| * | | | | mm/cma: silence warnings due to max() usageStephen Rothwell2016-05-271-3/+4
| * | | | | mm: thp: avoid false positive VM_BUG_ON_PAGE in page_move_anon_rmap()Kirill A. Shutemov2016-05-271-0/+2
| * | | | | oom_reaper: close race with exiting taskMichal Hocko2016-05-271-6/+24
| * | | | | mm: use early_pfn_to_nid in register_page_bootmem_info_nodeYang Shi2016-05-271-1/+1
| * | | | | mm: use early_pfn_to_nid in page_ext_initYang Shi2016-05-272-3/+4
| * | | | | MAINTAINERS: Kdump maintainers updateVivek Goyal2016-05-271-2/+3
| * | | | | MAINTAINERS: add kexec_core.c and kexec_file.cMinfei Huang2016-05-271-1/+1
| * | | | | mm: oom: do not reap task if there are live threads in threadgroupVladimir Davydov2016-05-271-2/+0
| * | | | | direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan2016-05-271-7/+7
| * | | | | ocfs2: bump up o2cb network protocol versionJunxiao Bi2016-05-271-1/+4
| * | | | | ocfs2: o2hb: fix hb hung timeJunxiao Bi2016-05-271-1/+1