summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-09-09dax: improve comment about truncate raceMatthew Wilcox1-1/+6
2015-09-09ext4: use ext4_get_block_write() for DAXMatthew Wilcox1-4/+4
2015-09-09fs/dax.c: fix typo in #endif commentValentin Rothberg1-1/+1
2015-09-09xfs: huge page fault supportMatthew Wilcox2-1/+30
2015-09-09ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-09-09ext2: huge page fault supportMatthew Wilcox1-1/+8
2015-09-09dax: add huge page fault supportMatthew Wilcox1-0/+152
2015-09-09dax: move DAX-related functions to a new headerMatthew Wilcox7-0/+7
2015-09-08Merge 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/gi...Linus 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-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds18-1074/+865
2015-09-06Merge tag 'for-linus-4.3-merge-window-part-1' of git://git.kernel.org/pub/scm...Linus Torvalds2-2/+2
2015-09-06Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds21-299/+382
2015-09-06Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-338/+1134
2015-09-05mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-9/+18
2015-09-05userfaultfd: avoid missing wakeups during refile in userfaultfd_readAndrea Arcangeli1-2/+24
2015-09-05userfaultfd: allow signals to interrupt a userfaultAndrea Arcangeli1-3/+32
2015-09-05userfaultfd: require UFFDIO_API before other ioctlsAndrea Arcangeli1-1/+3
2015-09-05userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGEAndrea Arcangeli1-0/+96
2015-09-05userfaultfd: buildsystem activationAndrea Arcangeli1-0/+1
2015-09-05userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and readAndrea Arcangeli1-15/+66
2015-09-05userfaultfd: allocate the userfaultfd_ctx cacheline alignedAndrea Arcangeli1-8/+31
2015-09-05userfaultfd: optimize read() and poll() to be O(1)Andrea Arcangeli1-74/+111
2015-09-05userfaultfd: wake pending userfaultsAndrea Arcangeli1-22/+43
2015-09-05userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli1-33/+46
2015-09-05userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov1-2/+2
2015-09-05userfaultfd: add new syscall to provide memory externalizationAndrea Arcangeli1-0/+1036
2015-09-05userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli1-0/+2
2015-09-05fs: create and use seq_show_option for escapingKees Cook11-24/+26
2015-09-05ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2-5/+3
2015-09-05ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-202/+163
2015-09-05ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-09-05ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang1-5/+11
2015-09-05ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-05ocfs2: fix race between crashed dio and rmJoseph Qi2-1/+12
2015-09-05ocfs2: avoid access invalid address when read o2dlm debug messagesYiwen Jiang2-11/+21
2015-09-05ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed1-6/+20
2015-09-05ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-05ocfs2: optimize error handling in dlm_request_joinNorton.Zhu1-32/+39
2015-09-05ocfs2: fix a tiny case that inode can not removedYiwen Jiang1-0/+5
2015-09-05ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-09-05ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-09-05ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51
2015-09-05ocfs2: add errors=continueGoldwyn Rodrigues3-20/+47
2015-09-05ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-09-05ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-09-05ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen1-1/+14
2015-09-05ocfs2/dlm: use list_for_each_entry instead of list_for_eachJoseph Qi1-4/+2