summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/stat.c: drop the last new_valid_dev checkYaowei Bai2016-01-161-1/+1
* mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz2016-01-161-69/+75
* fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz2016-01-161-8/+11
* mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov2016-01-161-1/+1
* cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo2016-01-161-2/+0Star
* dax: re-enable dax pmd mappingsDan Williams2016-01-162-7/+4Star
* dax: provide diagnostics for pmd mapping failuresDan Williams2016-01-161-8/+57
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-161-1/+1
* mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-161-1/+1
* mm, dax, pmem: introduce pfn_tDan Williams2016-01-161-4/+7
* dax: Split pmd map when fallback on COWToshi Kani2016-01-161-1/+3
* dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-162-86/+135
* dax: guarantee page aligned results from bdev_direct_access()Dan Williams2016-01-162-1/+2
* dax: increase granularity of dax_clear_blocks() operationsDan Williams2016-01-161-14/+8Star
* pmem, dax: clean up clear_pmem()Dan Williams2016-01-161-3/+1Star
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-161-2/+2
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-4/+4
* mm, proc: adjust PSS calculationKirill A. Shutemov2016-01-161-16/+31
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-161-4/+4
* Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-01-1512-47/+310
|\
| * nfsd: add new io class tracepointJeff Layton2016-01-143-0/+79
| * nfsd: give up on CB_LAYOUTRECALLs after two lease periodsJeff Layton2016-01-081-10/+25
| * nfsd: Fix nfsd leaks sunrpc module referencesKinglong Mee2016-01-071-4/+3Star
| * lockd: constify nlmsvc_binding structureJulia Lawall2016-01-072-2/+2
| * lockd: use to_delayed_workGeliang Tang2016-01-071-2/+1Star
| * nfsd: use to_delayed_workGeliang Tang2016-01-071-2/+1Star
| * lockd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew2015-12-231-2/+72
| * nfsd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew2015-12-231-0/+68
| * nfsd: don't base cl_cb_status on stale informationJ. Bruce Fields2015-12-231-0/+4
| * nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields2015-11-241-1/+9
| * nfsd: fix unlikely NULL deref in mach_creds_matchJ. Bruce Fields2015-11-241-0/+9
| * nfsd: minor consolidation of mach_cred handling codeJ. Bruce Fields2015-11-241-7/+10
| * nfsd: helper for dup of possibly NULL stringJ. Bruce Fields2015-11-241-6/+15
| * nfsd: fix a warning messageDan Carpenter2015-11-231-1/+2
| * nfsd: constify nfsd4_callback_ops structureJulia Lawall2015-11-234-7/+7
| * nfsd: recover: constify nfsd4_client_tracking_ops structuresJulia Lawall2015-11-232-4/+4
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-01-1510-200/+195Star
|\ \
| * | udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-01-041-2/+13
| * | udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-01-041-1/+5
| * | quota: constify qtree_fmt_operations structuresJulia Lawall2016-01-043-4/+4
| * | udf: avoid uninitialized variable useArnd Bergmann2016-01-041-0/+4
| * | udf: Fix lost indirect extent blockJan Kara2015-12-231-1/+10
| * | udf: Factor out code for creating indirect extentJan Kara2015-12-233-189/+130Star
| * | udf: limit the maximum number of indirect extents in a rowVegard Nossum2015-12-231-0/+15
| * | udf: limit the maximum number of TD redirectionsVegard Nossum2015-12-141-0/+14
| * | fs: make quota/dquot.c explicitly non-modularPaul Gortmaker2015-12-141-1/+1
| * | fs: make quota/netlink.c explicitly non-modularPaul Gortmaker2015-12-141-4/+1Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-1572-262/+252Star
|\ \ \
| * | | mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-151-4/+3Star
| * | | hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker2016-01-151-25/+2Star