summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-01-14kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo
2014-01-14f2fs: add delimiter to seperate name and value in debug phraseChangman Lee
2014-01-14f2fs: use spinlock rather than mutex for better speedGu Zheng
2014-01-14f2fs: move alloc new orphan node out of lock protection regionGu Zheng
2014-01-14f2fs: move grabing orphan pages out of protection regionGu Zheng
2014-01-14f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong
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-11sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-01-10Merge 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
2014-01-10kernfs: restructure removal path to fix possible premature returnTejun Heo
2014-01-10kernfs: remove KERNFS_REMOVEDTejun Heo
2014-01-10kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo
2014-01-10kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo
2014-01-10kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu
2014-01-10xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu
2014-01-09Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers
2014-01-09Merge branch 'xfs-misc' into for-nextBen Myers
2014-01-09xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu
2014-01-09GFS2: Add initialization for address space in super blockSteven Whitehouse
2014-01-08GFS2: Add hints to directory leaf blocksSteven Whitehouse
2014-01-08GFS2: For exhash conversion, only one block is neededSteven Whitehouse
2014-01-08f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim
2014-01-08f2fs: improve write performance under frequent fsync callsJaegeuk Kim
2014-01-07treewide: fix comments and printk msgsMasanari Iida
2014-01-07GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson
2014-01-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-01-06xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu
2014-01-06ext4: fix bigalloc regressionEric Whitney
2014-01-06GFS2: Remember directory insert pointSteven Whitehouse
2014-01-06GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse
2014-01-06GFS2: Add directory addition info structureSteven Whitehouse
2014-01-06f2fs: avoid to read inline data except first pageChao Yu