summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-11kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo1-16/+11
2014-01-11kernfs: fix get_active failure handling in kernfs_seq_*()Tejun Heo1-7/+44
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2014-01-10xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2014-01-10Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers13-69/+84
2014-01-10Merge branch 'xfs-misc' into for-nextBen Myers2-1/+2
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2014-01-09GFS2: Add initialization for address space in super blockSteven Whitehouse1-0/+1
2014-01-08GFS2: Add hints to directory leaf blocksSteven Whitehouse1-3/+37
2014-01-08GFS2: For exhash conversion, only one block is neededSteven Whitehouse1-0/+5
2014-01-08f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim4-3/+12
2014-01-08f2fs: improve write performance under frequent fsync callsJaegeuk Kim4-10/+11
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-07GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson1-1/+15
2014-01-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-01-06xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2014-01-06ext4: fix bigalloc regressionEric Whitney1-1/+1
2014-01-06GFS2: Remember directory insert pointSteven Whitehouse3-16/+42
2014-01-06GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse1-12/+26
2014-01-06GFS2: Add directory addition info structureSteven Whitehouse3-33/+43
2014-01-06f2fs: avoid to read inline data except first pageChao Yu1-0/+6
2014-01-06f2fs: avoid to left uninitialized data in page when read inline dataChao Yu1-3/+2
2014-01-06f2fs: fix truncate_partial_nodes bugshifei10.ge1-6/+7
2014-01-06f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim3-16/+26
2014-01-06f2fs: add inline_data recovery routineJaegeuk Kim4-3/+57
2014-01-06f2fs: add the number of inline_data files to status infoJaegeuk Kim4-7/+26
2014-01-06f2fs: refactor f2fs_convert_inline_dataJaegeuk Kim4-41/+28
2014-01-06f2fs: call f2fs_put_page at the error caseJaegeuk Kim1-1/+3
2014-01-06f2fs: convert inline_data for punch_holeJaegeuk Kim1-19/+3
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse5-8/+31
2014-01-03GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse3-4/+15
2014-01-03GFS2: Remove test which is always trueSteven Whitehouse1-1/+1
2014-01-03GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse1-25/+12
2014-01-03GFS2: Clean up releasepageSteven Whitehouse1-13/+5
2014-01-03GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson3-6/+28
2014-01-03GFS2: Drop inadequate rgrps from the reservation treeBob Peterson1-3/+4
2014-01-03GFS2: If requested is too large, use the largest extent in the rgrpBob Peterson1-15/+49
2014-01-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-4/+0
2014-01-03epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron1-4/+0
2014-01-03Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds6-5/+58
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa1-0/+2
2013-12-28cifs: set FILE_CREATEDShirish Pargaonkar1-5/+6
2013-12-28cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu3-20/+19
2013-12-28Add missing end of line termination to some cifs messagesSteve French1-3/+3
2013-12-27f2fs: don't need to get f2fs_lock_op for the inline_data testJaegeuk Kim1-5/+4
2013-12-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-57/+93
2013-12-26f2fs: handle inline data operationsHuajun Li2-8/+86
2013-12-26f2fs: key functions to handle inline dataHuajun Li3-1/+185
2013-12-26f2fs: convert max_orphans to a field of f2fs_sb_infoGu Zheng2-10/+11
2013-12-26f2fs: check the blocksize before calling generic_direct_IO pathJaegeuk Kim1-0/+22