aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-23autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-23autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2014-01-23fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-23fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() staticAxel Lin1-2/+8
2014-01-23fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2014-01-23remove extra definitions of U32_MAXAlex Elder1-4/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-23logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2014-01-23fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi1-3/+5
2014-01-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-8/+6
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-32/+71
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds19-800/+1739
2014-01-23Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds40-717/+614
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2014-01-23f2fs: drop obsolete node page when it is truncatedJaegeuk Kim1-0/+4
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher2-10/+30
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher3-4/+16
2014-01-22fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi1-1/+2
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi2-17/+23
2014-01-22f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim4-31/+30
2014-01-22f2fs: remove the orphan block page arrayGu Zheng1-3/+4
2014-01-22f2fs: add help function META_MAPPINGGu Zheng5-8/+13
2014-01-22f2fs: move a branch for code redabilityJaegeuk Kim1-5/+4
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim3-5/+8
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds44-1147/+775
2014-01-21Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-0/+8
2014-01-21Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds17-358/+540
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel1-0/+37
2014-01-21fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2014-01-21fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov1-1/+2
2014-01-21fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard1-4/+0
2014-01-21fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter1-1/+2
2014-01-21posix_acl: uninliningAndrew Morton1-5/+79
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang1-2/+6
2014-01-21ocfs2: punch hole should return EINVAL if the length argument in ioctl is negativeTariq Saeed1-1/+2
2014-01-21ocfs2: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-21ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu1-0/+2
2014-01-21ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu1-7/+3
2014-01-21ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu1-0/+5
2014-01-21ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_group_set_bits()Younger Liu3-87/+14
2014-01-21ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues1-24/+102
2014-01-21ocfs2: framework for version LVBGoldwyn Rodrigues1-0/+101
2014-01-21ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues5-8/+24
2014-01-21ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues1-19/+18
2014-01-21ocfs2: add DLM recovery callbacksGoldwyn Rodrigues1-0/+38
2014-01-21ocfs2: add clustername to cluster connectionGoldwyn Rodrigues5-7/+24
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues16-310/+7
2014-01-21fsnotify: remove pointless NULL initializersJan Kara2-4/+0