aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2018-02-02aufs: fs and uapi supportBruce Ashfield
2018-02-02aufs4: standalone supportBruce Ashfield
2018-02-02aufs4: mmap supportBruce Ashfield
2018-02-02aufs4: base supportBruce Ashfield
2018-02-02aufs4: kbuild supportBruce Ashfield
2018-02-02fs: yaffs2: includes the missing header fileKevin Hao
2018-02-02fs: yaffs2: replace CURRENT_TIME by other appropriate apisKevin Hao
2018-02-02fs: yaffs2: fix the prototype of function yaffs_rename()Kevin Hao
2018-02-02fs: yaffs2: switch to the generic xattr handlerKevin Hao
2018-02-02fs/yaffs2: adjust to the change of inode_change_ok()Kevin Hao
2018-02-02fs: yaffs2: fix the wrong check of return value of dir_emit()Kevin Hao
2018-02-02fs: yaffs2: kill ->put_link()Kevin Hao
2018-02-02fs: yaffs2: replace ->follow_link() with -->get_link()Kevin Hao
2018-02-02fs: yaffs2: switch to the new prototype for ->set/getxattr()Kevin Hao
2018-02-02fs: yaffs2: kill PAGE_CACHE_* and page_cache_{get, release} macrosKevin Hao
2018-02-02yaffs2: using new ->follow_link() and ->put_link() calling conventionsKevin Hao
2018-02-02yaffs2: NULL ->read/->writeKevin Hao
2018-02-02yaffs2: replace f_dentry to f_path.dentryYang Shi
2018-02-02fs/yaffs2: fix missing checkpoint on yaffsHe Zhe
2018-02-02yaffs2: fix memory leak in mount/umountczou
2018-02-02yaffs2: implement ->splice_write() via ->write_iter()Paul Gortmaker
2018-02-02yaffs2: use write_iter variants of {__,}generic_file_aio_write()Paul Gortmaker
2018-02-02yaffs2: switch simple generic_file_aio_read() users to ->read_iter()Paul Gortmaker
2018-02-02yaffs2: fix compile fails due to undefined vfs_readlinkPaul Gortmaker
2018-02-02yaffs: fix yaffs_vfs.c warnings.Zhang Xiao
2018-02-02yaffs: Avoid setting any ACL releated xattrZhang Xiao
2018-02-02yaffs2: remove the using of macro __DATE__ & __TIME__Kevin Hao
2018-02-02yaffs2: fix MTD_BLOCK_MAJOR compilation errorBruce Ashfield
2018-02-02yaffs2: fix 3.12+ compilation issuesBruce Ashfield
2018-02-02Yaffs:check oob size before auto selecting Yaffs1Jiang Lu
2018-02-02yaffs2: disable procfs supportBruce Ashfield
2018-02-02yaffs2: convert to kuid_t and kgid_tBruce Ashfield
2018-02-02yaffs2: restore multi-kernel version functionalityBruce Ashfield
2018-02-02yaffs2: import 2013-git-3a8580Bruce Ashfield
2018-02-02nfs: Allow default io size to be configured.Jim Somerville
2018-02-02NFS: allow nfs root mount to use alternate rpc portsJason Wessel
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg
2018-01-25Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-24Btrfs: fix stale entries in readdirJosef Bacik
2018-01-22nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg
2018-01-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-05Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-05Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-04userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK failsAndrea Arcangeli
2018-01-03Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds
2018-01-03exec: Weaken dumpability for secureexecKees Cook
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong