aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-21/proc/meminfo: provide estimated available memoryGravatar Rik van Riel 1-0/+37
2014-01-21fs/ramfs: don't use module_init for non-modular core codeGravatar Paul Gortmaker 1-1/+1
2014-01-21fs/super.c: fix WARN on alloc_super() fail pathGravatar Vladimir Davydov 1-1/+2
2014-01-21fs/read_write.c:compat_readv(): remove bogus area verifyGravatar Corey Minyard 1-4/+0
2014-01-21fs/compat_ioctl.c: fix an underflow issue (harmless)Gravatar Dan Carpenter 1-1/+2
2014-01-21posix_acl: uninliningGravatar Andrew Morton 1-5/+79
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyGravatar Yiwen Jiang 1-2/+6
2014-01-21ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Gravatar Tariq Saeed 1-1/+2
2014-01-21ocfs2: fix sparse non static symbol warningGravatar Wei Yongjun 1-1/+1
2014-01-21ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlGravatar Jie Liu 1-0/+2
2014-01-21ocfs2: return EINVAL if the given range to discard is less than block sizeGravatar Jie Liu 1-7/+3
2014-01-21ocfs2: return EOPNOTSUPP if the device does not support discardGravatar Jie Liu 1-0/+5
2014-01-21ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Gravatar Younger Liu 3-87/+14
2014-01-21ocfs2: use the new DLM operation callbacks while requesting new lockspaceGravatar Goldwyn Rodrigues 1-24/+102
2014-01-21ocfs2: framework for version LVBGravatar Goldwyn Rodrigues 1-0/+101
2014-01-21ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGravatar Goldwyn Rodrigues 5-8/+24
2014-01-21ocfs2: shift allocation ocfs2_live_connection to user_connect()Gravatar Goldwyn Rodrigues 1-19/+18
2014-01-21ocfs2: add DLM recovery callbacksGravatar Goldwyn Rodrigues 1-0/+38
2014-01-21ocfs2: add clustername to cluster connectionGravatar Goldwyn Rodrigues 5-7/+24
2014-01-21ocfs2: remove versioning informationGravatar Goldwyn Rodrigues 16-310/+7
2014-01-21fsnotify: remove pointless NULL initializersGravatar Jan Kara 2-4/+0
2014-01-21fsnotify: remove .should_send_event callbackGravatar Jan Kara 4-48/+21
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 10-611/+279
2014-01-21inotify: provide function for name length roundingGravatar Jan Kara 1-20/+21
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 17-2760/+3114
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-2/+7
2014-01-17kernfs: associate a new kernfs_node with its parent on creationGravatar Tejun Heo 4-24/+34
2014-01-16Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+9
2014-01-15nilfs2: fix segctor bug that causes file system corruptionGravatar Andreas Rohner 1-4/+6
2014-01-14kernfs: fix get_active failure handling in kernfs_seq_*()Gravatar Tejun Heo 1-7/+44
2014-01-13Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"Gravatar Greg Kroah-Hartman 1-44/+7
2014-01-13Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...Gravatar Greg Kroah-Hartman 1-11/+16
2014-01-13Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Gravatar Greg Kroah-Hartman 1-20/+11
2014-01-13Revert "kernfs: remove KERNFS_REMOVED"Gravatar Greg Kroah-Hartman 4-60/+42
2014-01-13Revert "kernfs: restructure removal path to fix possible premature return"Gravatar Greg Kroah-Hartman 1-86/+53
2014-01-13Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"Gravatar Greg Kroah-Hartman 3-35/+14
2014-01-13Revert "kernfs: remove kernfs_addrm_cxt"Gravatar Greg Kroah-Hartman 4-29/+117
2014-01-13Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...Gravatar Greg Kroah-Hartman 1-21/+4
2014-01-13Revert "kernfs: implement kernfs_{de|re}activate[_self]()"Gravatar Greg Kroah-Hartman 1-117/+1
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Gravatar Greg Kroah-Hartman 2-95/+0
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Gravatar Greg Kroah-Hartman 1-0/+92
2014-01-13Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"Gravatar Greg Kroah-Hartman 1-0/+3
2014-01-11kernfs: remove unnecessary NULL check in __kernfs_remove()Gravatar Tejun Heo 1-3/+0
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Gravatar Tejun Heo 1-92/+0
2014-01-11Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 2-1/+2
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersGravatar Tejun Heo 2-0/+95
2014-01-10kernfs: implement kernfs_{de|re}activate[_self]()Gravatar Tejun Heo 1-1/+117
2014-01-10kernfs: make kernfs_get_active() block if the node is deactivated but not rem...Gravatar Tejun Heo 1-4/+21
2014-01-10kernfs: remove kernfs_addrm_cxtGravatar Tejun Heo 4-117/+29
2014-01-10kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()Gravatar Tejun Heo 3-14/+35