summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-01-24coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov
2014-01-24coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov
2014-01-24coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov
2014-01-24hfsplus: remove hfsplus_file_lookup()Sougata Santra
2014-01-24nilfs2: add comments for ioctlsVyacheslav Dubeyko
2014-01-24fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan
2014-01-24fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov
2014-01-24autofs: fix symlinks aren't checked for expiryIan Kent
2014-01-24autofs: use IS_ROOT to replace root dentry checksRui Xiang
2014-01-24autofs: fix the return value of autofs4_fill_superRui Xiang
2014-01-24autofs4: translate pids to the right namespace for the daemonMiklos Szeredi
2014-01-24autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu
2014-01-24fs/ramfs: move ramfs_aops to inode.cAxel Lin
2014-01-24fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin
2014-01-24fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev
2014-01-24remove extra definitions of U32_MAXAlex Elder
2014-01-24conditionally define U32_MAXAlex Elder
2014-01-24logfs: check for the return value after calling find_or_create_page()Younger Liu
2014-01-24fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi
2014-01-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-22f2fs: drop obsolete node page when it is truncatedJaegeuk Kim
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi
2014-01-22f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim
2014-01-22f2fs: remove the orphan block page arrayGu Zheng
2014-01-22f2fs: add help function META_MAPPINGGu Zheng
2014-01-22f2fs: move a branch for code redabilityJaegeuk Kim
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim
2014-01-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-22Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2014-01-22Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-22/proc/meminfo: provide estimated available memoryRik van Riel
2014-01-22fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker
2014-01-22fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov
2014-01-22fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard
2014-01-22fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter
2014-01-22posix_acl: uninliningAndrew Morton
2014-01-22ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang
2014-01-22ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed
2014-01-22ocfs2: fix sparse non static symbol warningWei Yongjun
2014-01-22ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu
2014-01-22ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu
2014-01-22ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu
2014-01-22ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu