aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-01-21/proc/meminfo: provide estimated available memoryRik van Riel
2014-01-21fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker
2014-01-21fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov
2014-01-21fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard
2014-01-21fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter
2014-01-21posix_acl: uninliningAndrew Morton
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang
2014-01-21ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed
2014-01-21ocfs2: fix sparse non static symbol warningWei Yongjun
2014-01-21ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu
2014-01-21ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu
2014-01-21ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu
2014-01-21ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu
2014-01-21ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues
2014-01-21ocfs2: framework for version LVBGoldwyn Rodrigues
2014-01-21ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues
2014-01-21ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues
2014-01-21ocfs2: add DLM recovery callbacksGoldwyn Rodrigues
2014-01-21ocfs2: add clustername to cluster connectionGoldwyn Rodrigues
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues
2014-01-21fsnotify: remove pointless NULL initializersJan Kara
2014-01-21fsnotify: remove .should_send_event callbackJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2014-01-21inotify: provide function for name length roundingJan Kara
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-01-17kernfs: associate a new kernfs_node with its parent on creationTejun Heo
2014-01-16Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner
2014-01-14kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo
2014-01-13Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"Greg Kroah-Hartman
2014-01-13Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...Greg Kroah-Hartman
2014-01-13Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Greg Kroah-Hartman
2014-01-13Revert "kernfs: remove KERNFS_REMOVED"Greg Kroah-Hartman
2014-01-13Revert "kernfs: restructure removal path to fix possible premature return"Greg Kroah-Hartman
2014-01-13Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"Greg Kroah-Hartman
2014-01-13Revert "kernfs: remove kernfs_addrm_cxt"Greg Kroah-Hartman
2014-01-13Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...Greg Kroah-Hartman
2014-01-13Revert "kernfs: implement kernfs_{de|re}activate[_self]()"Greg Kroah-Hartman
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-01-13Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"Greg Kroah-Hartman
2014-01-11kernfs: remove unnecessary NULL check in __kernfs_remove()Tejun Heo
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-01-11Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2014-01-10kernfs: implement kernfs_{de|re}activate[_self]()Tejun Heo
2014-01-10kernfs: make kernfs_get_active() block if the node is deactivated but not rem...Tejun Heo
2014-01-10kernfs: remove kernfs_addrm_cxtTejun Heo
2014-01-10kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()Tejun Heo