aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov1-20/+28
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov1-16/+19
2015-09-08dax: use linear_page_index()Matthew Wilcox1-1/+1
2015-09-08dax: ensure that zero pages are removed from other processesMatthew Wilcox1-1/+5
2015-09-08dax: don't use set_huge_zero_page()Kirill A. Shutemov1-6/+12
2015-09-08dax: fix race between simultaneous faultsMatthew Wilcox1-16/+17
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox1-3/+52
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox3-3/+16
2015-09-08dax: improve comment about truncate raceMatthew Wilcox1-1/+6
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox1-4/+4
2015-09-08fs/dax.c: fix typo in #endif commentValentin Rothberg1-1/+1
2015-09-08xfs: huge page fault supportMatthew Wilcox2-1/+30
2015-09-08ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-09-08ext2: huge page fault supportMatthew Wilcox1-1/+8
2015-09-08dax: add huge page fault supportMatthew Wilcox1-0/+152
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox7-0/+7
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-26/+40
2015-09-08ceph: cleanup use of ceph_msg_getJianpeng Ma1-2/+1
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma1-5/+1
2015-09-08ceph: remove the useless judgementJianpeng Ma1-1/+1
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard1-1/+1
2015-09-08ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng1-7/+0
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng1-0/+2
2015-09-08ceph: EIO all operations after forced umountYan, Zheng5-12/+54
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds2-10/+9
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds34-645/+967
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds55-478/+861
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust5-11/+55
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust3-9/+13
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds18-1074/+865
2015-09-05Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-2/+2
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds21-299/+382
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds21-338/+1134
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-9/+18
2015-09-04userfaultfd: avoid missing wakeups during refile in userfaultfd_readAndrea Arcangeli1-2/+24
2015-09-04userfaultfd: allow signals to interrupt a userfaultAndrea Arcangeli1-3/+32
2015-09-04userfaultfd: require UFFDIO_API before other ioctlsAndrea Arcangeli1-1/+3
2015-09-04userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGEAndrea Arcangeli1-0/+96
2015-09-04userfaultfd: buildsystem activationAndrea Arcangeli1-0/+1
2015-09-04userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and readAndrea Arcangeli1-15/+66
2015-09-04userfaultfd: allocate the userfaultfd_ctx cacheline alignedAndrea Arcangeli1-8/+31
2015-09-04userfaultfd: optimize read() and poll() to be O(1)Andrea Arcangeli1-74/+111
2015-09-04userfaultfd: wake pending userfaultsAndrea Arcangeli1-22/+43
2015-09-04userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli1-33/+46
2015-09-04userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov1-2/+2
2015-09-04userfaultfd: add new syscall to provide memory externalizationAndrea Arcangeli1-0/+1036
2015-09-04userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli1-0/+2
2015-09-04fs: create and use seq_show_option for escapingKees Cook11-24/+26
2015-09-04ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2-5/+3
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-202/+163