aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-21fsnotify: remove .should_send_event callbackJan Kara4-48/+21
2014-01-21fsnotify: do not share events between notification groupsJan Kara10-611/+279
2014-01-21inotify: provide function for name length roundingJan Kara1-20/+21
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds17-2760/+3114
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+7
2014-01-17kernfs: associate a new kernfs_node with its parent on creationTejun Heo4-24/+34
2014-01-16Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-6/+9
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2014-01-14kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo1-7/+44
2014-01-13Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"Greg Kroah-Hartman1-44/+7
2014-01-13Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq"Greg Kroah-Hartman1-11/+16
2014-01-13Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Greg Kroah-Hartman1-20/+11
2014-01-13Revert "kernfs: remove KERNFS_REMOVED"Greg Kroah-Hartman4-60/+42
2014-01-13Revert "kernfs: restructure removal path to fix possible premature return"Greg Kroah-Hartman1-86/+53
2014-01-13Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"Greg Kroah-Hartman3-35/+14
2014-01-13Revert "kernfs: remove kernfs_addrm_cxt"Greg Kroah-Hartman4-29/+117
2014-01-13Revert "kernfs: make kernfs_get_active() block if the node is deactivated but not removed"Greg Kroah-Hartman1-21/+4
2014-01-13Revert "kernfs: implement kernfs_{de|re}activate[_self]()"Greg Kroah-Hartman1-117/+1
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers"Greg Kroah-Hartman2-95/+0
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()"Greg Kroah-Hartman1-0/+92
2014-01-13Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"Greg Kroah-Hartman1-0/+3
2014-01-11kernfs: remove unnecessary NULL check in __kernfs_remove()Tejun Heo1-3/+0
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-92/+0
2014-01-11Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-1/+2
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2-0/+95
2014-01-10kernfs: implement kernfs_{de|re}activate[_self]()Tejun Heo1-1/+117
2014-01-10kernfs: make kernfs_get_active() block if the node is deactivated but not removedTejun Heo1-4/+21
2014-01-10kernfs: remove kernfs_addrm_cxtTejun Heo4-117/+29
2014-01-10kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()Tejun Heo3-14/+35