summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo2014-01-101-7/+44
| * Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-2427-269/+409
| |\
| * | kernfs: add kernfs_dir_opsTejun Heo2013-12-172-2/+44
| * | kernfs: allow negative dentriesTejun Heo2013-12-171-24/+13
| * | kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAMETejun Heo2013-12-171-1/+5
| * | kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo2013-12-174-15/+22
| * | kernfs: add REMOVED check to create and rename pathsTejun Heo2013-12-171-0/+7
| * | kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo2013-12-173-6/+9
| * | kernfs: s/sysfs/kernfs/ in internal functions and whatever is leftTejun Heo2013-12-116-251/+254
| * | kernfs: s/sysfs/kernfs/ in global variablesTejun Heo2013-12-116-73/+73
| * | kernfs: s/sysfs/kernfs/ in constantsTejun Heo2013-12-118-45/+45