summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-11-14dax: fix PMD faults on zero-length filesJeff Moyer
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams
2017-11-03xfs: support for synchronous DAX faultsChristoph Hellwig
2017-11-03xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara
2017-11-03ext4: Support for synchronous DAX faultsJan Kara
2017-11-03ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara
2017-11-03dax: Implement dax_finish_sync_fault()Jan Kara
2017-11-03dax, iomap: Add support for synchronous faultsJan Kara
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara
2017-11-03dax: Allow tuning whether dax_insert_mapping_entry() dirties entryJan Kara
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara
2017-11-03dax: Fix comment describing dax_iomap_fault()Jan Kara
2017-11-03dax: Inline dax_pmd_insert_mapping() into the callsiteJan Kara
2017-11-03dax: Inline dax_insert_mapping() into the callsiteJan Kara
2017-11-03dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE testJan Kara
2017-11-03dax: Create local variable for VMA in dax_iomap_pte_fault()Jan Kara
2017-11-03dax: Factor out getting of pfn out of iomapJan Kara
2017-11-03dax: Simplify arguments of dax_insert_mapping()Jan Kara
2017-10-06Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-10-06Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-10-06Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein
2017-10-05ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowxfs-4.14-fixes-4Christoph Hellwig
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov
2017-10-03exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov
2017-10-03exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Oleg Nesterov
2017-10-03exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov
2017-10-03userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng
2017-10-02ceph: properly queue cap snap for newly created snap realmYan, Zheng
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra
2017-09-28Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-09-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds