summaryrefslogtreecommitdiffstats
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-ubiLinus Torvalds2013-11-133-13/+43
|\ \
| * | UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger2013-10-031-0/+4
| * | UBI: Fix memory leak in ubi_attach_fastmap() error pathRichard Weinberger2013-10-031-0/+13
| * | UBI: simplify image sequence testRichard Genoud2013-10-031-3/+2
| * | UBI: fastmap: fix backward compatibility with image_seqRichard Genoud2013-10-031-3/+19
| * | UBI: Call scan_all() with correct offset in error caseRichard Weinberger2013-10-031-2/+4
| * | UBI: Fix error path in scan_pool()Richard Weinberger2013-10-031-1/+1
| * | UBI: fix refill_wl_user_pool()Richard Weinberger2013-10-031-4/+0
* | | 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-135-27/+342
|\ \ \ \
| * | | | 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-013-1/+6
| * | | | 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-1319-412/+651
|\ \ \ \ \ \
| * | | | | | 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: update f2fs documentJaegeuk Kim2013-11-011-0/+1
| * | | | | | 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