summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-13proc: revalidate misc dentriesAlexey Dobriyan
2018-04-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-12Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-04-12Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-04-12Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-04-12GFS2: Minor improvements to comments and documentationBob Peterson
2018-04-12gfs2: Stop using rhashtable_walk_peekAndreas Gruenbacher
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein
2018-04-12ovl: cleanup ovl_update_time()Miklos Szeredi
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal
2018-04-12ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-04-12ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein
2018-04-12ovl: Set d->last properly during lookupVivek Goyal
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox
2018-04-11fscache: use appropriate radix tree accessorsMatthew Wilcox
2018-04-11export __set_page_dirtyMatthew Wilcox
2018-04-11elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko
2018-04-11fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko
2018-04-11fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long
2018-04-11exec: pin stack limit during execKees Cook
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-04-11seq_file: account everything to kmemcgAlexey Dobriyan
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton
2018-04-11autofs4: use wait_event_killableMatthew Wilcox
2018-04-11proc: use slower rb_first()Alexey Dobriyan
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan
2018-04-11proc: faster /proc/cmdlineAlexey Dobriyan