summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* /proc/meminfo: provide estimated available memoryRik van Riel2014-01-211-0/+37
* fs/ramfs: don't use module_init for non-modular core codePaul Gortmaker2014-01-211-1/+1
* fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov2014-01-211-1/+2
* fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard2014-01-211-4/+0
* fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter2014-01-211-1/+2
* posix_acl: uninliningAndrew Morton2014-01-211-5/+79
* ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang2014-01-211-2/+6
* ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed2014-01-211-1/+2
* ocfs2: fix sparse non static symbol warningWei Yongjun2014-01-211-1/+1
* ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu2014-01-211-0/+2
* ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu2014-01-211-7/+3
* ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu2014-01-211-0/+5
* ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu2014-01-213-87/+14
* ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues2014-01-211-24/+102
* ocfs2: framework for version LVBGoldwyn Rodrigues2014-01-211-0/+101
* ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues2014-01-215-8/+24
* ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues2014-01-211-19/+18
* ocfs2: add DLM recovery callbacksGoldwyn Rodrigues2014-01-211-0/+38
* ocfs2: add clustername to cluster connectionGoldwyn Rodrigues2014-01-215-7/+24
* ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-2116-310/+7
* fsnotify: remove pointless NULL initializersJan Kara2014-01-212-4/+0
* fsnotify: remove .should_send_event callbackJan Kara2014-01-214-48/+21
* fsnotify: do not share events between notification groupsJan Kara2014-01-2110-611/+279
* inotify: provide function for name length roundingJan Kara2014-01-211-20/+21
* Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-2017-2760/+3114
|\
| * kernfs: associate a new kernfs_node with its parent on creationTejun Heo2014-01-174-24/+34
| * kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo2014-01-141-7/+44
| * Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"Greg Kroah-Hartman2014-01-131-44/+7
| * Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...Greg Kroah-Hartman2014-01-131-11/+16
| * Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Greg Kroah-Hartman2014-01-131-20/+11
| * Revert "kernfs: remove KERNFS_REMOVED"Greg Kroah-Hartman2014-01-134-60/+42
| * Revert "kernfs: restructure removal path to fix possible premature return"Greg Kroah-Hartman2014-01-131-86/+53
| * Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"Greg Kroah-Hartman2014-01-133-35/+14
| * Revert "kernfs: remove kernfs_addrm_cxt"Greg Kroah-Hartman2014-01-134-29/+117
| * Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...Greg Kroah-Hartman2014-01-131-21/+4
| * Revert "kernfs: implement kernfs_{de|re}activate[_self]()"Greg Kroah-Hartman2014-01-131-117/+1
| * Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-132-95/+0
| * Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-01-131-0/+92
| * Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"Greg Kroah-Hartman2014-01-131-0/+3
| * kernfs: remove unnecessary NULL check in __kernfs_remove()Tejun Heo2014-01-111-3/+0
| * sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-01-101-92/+0
| * kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-01-102-0/+95
| * kernfs: implement kernfs_{de|re}activate[_self]()Tejun Heo2014-01-101-1/+117
| * kernfs: make kernfs_get_active() block if the node is deactivated but not rem...Tejun Heo2014-01-101-4/+21
| * kernfs: remove kernfs_addrm_cxtTejun Heo2014-01-104-117/+29
| * kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()Tejun Heo2014-01-103-14/+35
| * kernfs: restructure removal path to fix possible premature returnTejun Heo2014-01-101-53/+86
| * kernfs: remove KERNFS_REMOVEDTejun Heo2014-01-104-42/+60
| * kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2014-01-101-11/+20
| * kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo2014-01-101-16/+11
OpenPOWER on IntegriCloud