summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-11-131-3/+1
|\
| * dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche2013-10-161-3/+1
* | Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-11-133-7/+10
|\ \
| * | UBIFS: correct data corruption rangeMats Kärrman2013-10-261-3/+3
| * | UBIFS: fix return codeWei Yongjun2013-10-261-2/+6
| * | UBIFS: remove unnecessary code in ubifs_garbage_collectwang.bo116@zte.com.cn2013-10-221-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-11-133-27/+340
|\ \ \
| * | | fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov2013-11-051-0/+1
| * | | fuse: writepages: update bdi writeout when deleting secondary requestMaxim Patlasov2013-11-051-1/+4
| * | | fuse: writepages: crop secondary requestsMaxim Patlasov2013-11-051-5/+31
| * | | fuse: writepages: roll back changes if request not foundMaxim Patlasov2013-11-051-2/+4
| * | | cuse: add fix minor number to /dev/cuseTom Gundersen2013-10-011-1/+4
| * | | fuse: writepage: skip already in flightMiklos Szeredi2013-10-011-0/+12
| * | | fuse: writepages: handle same page rewritesMiklos Szeredi2013-10-012-10/+91
| * | | fuse: writepages: fix aggregationMiklos Szeredi2013-10-011-1/+1
| * | | fuse: fix race in fuse_writepages()Maxim Patlasov2013-10-011-1/+16
| * | | fuse: Implement writepages callbackPavel Emelyanov2013-10-011-3/+147
| * | | fuse: don't BUG on no write fileMiklos Szeredi2013-10-011-5/+12
| * | | fuse: lock page in mkwriteMiklos Szeredi2013-10-011-6/+9
| * | | fuse: Prepare to handle multiple pages in writebackPavel Emelyanov2013-10-011-8/+16
| * | | fuse: Getting file for writeback helperPavel Emelyanov2013-10-011-8/+16
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-11-136-13/+48
|\ \ \ \
| * | | | ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2013-11-052-0/+3
| * | | | quota: info leak in quota_getquota()Dan Carpenter2013-11-041-0/+1
| * | | | jbd: Revert "jbd: remove dependency on __GFP_NOFAIL"Jan Kara2013-10-311-4/+4
| * | | | udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi2013-10-181-9/+36
| * | | | ext3: Count journal as bsddf overhead in ext3_statfsEric Sandeen2013-10-161-0/+4
| | |_|/ | |/| |
* | | | Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-11-1317-412/+593
|\ \ \ \
| * | | | f2fs: issue more large discard commandChangman Lee2013-11-111-15/+21
| * | | | f2fs: fix memory leak after kobject init failed in fill_superChao Yu2013-11-081-2/+8
| * | | | f2fs: cleanup waiting routine for writeback pages in cpChangman Lee2013-11-084-12/+21
| * | | | f2fs: avoid to use a NULL point in destroy_segment_managerChao Yu2013-11-061-0/+2
| * | | | f2fs: remove unnecessary TestClearPageError when wait pages writebackChao Yu2013-11-041-3/+4
| * | | | f2fs: avoid to wait all the node blocks during fsyncJaegeuk Kim2013-10-313-2/+44
| * | | | f2fs: check all ones or zeros bitmap with bitops for better mount performanceChao Yu2013-10-301-4/+15
| * | | | f2fs: change the method of calculating the number summary blocksFan Li2013-10-301-8/+6
| * | | | f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattrChao Yu2013-10-291-1/+1
| * | | | f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-2911-57/+65
| * | | | f2fs: introduce CONFIG_F2FS_CHECK_FS for BUG_ON controlJaegeuk Kim2013-10-291-0/+8
| * | | | f2fs: fix a deadlock during init_acl procedureJaegeuk Kim2013-10-283-10/+12
| * | | | f2fs: clean up acl flow for better readabilityJaegeuk Kim2013-10-282-15/+16
| * | | | f2fs: remove unnecessary segment bitmap updatesChangman Lee2013-10-281-23/+8
| * | | | f2fs: add tracepoint for vm_page_mkwriteJaegeuk Kim2013-10-251-0/+1
| * | | | f2fs: add tracepoint for set_page_dirtyJaegeuk Kim2013-10-253-0/+6
| * | | | f2fs: remove redundant set_page_dirty from write_compacted_summariesChao Yu2013-10-251-4/+4
| * | | | f2fs: add reclaiming control by sysfsJaegeuk Kim2013-10-251-14/+36
| * | | | f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim2013-10-254-10/+15
| * | | | f2fs: reclaim prefree segments periodicallyJaegeuk Kim2013-10-255-1/+18
| * | | | f2fs: use bool for booleansHaicheng Li2013-10-255-11/+11
| * | | | f2fs: clean up several status-related operationsJaegeuk Kim2013-10-255-25/+27