summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-11-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche2013-10-16
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-11-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | UBIFS: correct data corruption rangeMats Kärrman2013-10-26
| * | | | | | | | | | | | | | UBIFS: fix return codeWei Yongjun2013-10-26
| * | | | | | | | | | | | | | UBIFS: remove unnecessary code in ubifs_garbage_collectwang.bo116@zte.com.cn2013-10-22
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-11-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov2013-11-05
| * | | | | | | | | | | | | | | fuse: writepages: update bdi writeout when deleting secondary requestMaxim Patlasov2013-11-05
| * | | | | | | | | | | | | | | fuse: writepages: crop secondary requestsMaxim Patlasov2013-11-05
| * | | | | | | | | | | | | | | fuse: writepages: roll back changes if request not foundMaxim Patlasov2013-11-05
| * | | | | | | | | | | | | | | cuse: add fix minor number to /dev/cuseTom Gundersen2013-10-01
| * | | | | | | | | | | | | | | fuse: writepage: skip already in flightMiklos Szeredi2013-10-01
| * | | | | | | | | | | | | | | fuse: writepages: handle same page rewritesMiklos Szeredi2013-10-01
| * | | | | | | | | | | | | | | fuse: writepages: fix aggregationMiklos Szeredi2013-10-01
| * | | | | | | | | | | | | | | fuse: fix race in fuse_writepages()Maxim Patlasov2013-10-01
| * | | | | | | | | | | | | | | fuse: Implement writepages callbackPavel Emelyanov2013-10-01
| * | | | | | | | | | | | | | | fuse: don't BUG on no write fileMiklos Szeredi2013-10-01
| * | | | | | | | | | | | | | | fuse: lock page in mkwriteMiklos Szeredi2013-10-01
| * | | | | | | | | | | | | | | fuse: Prepare to handle multiple pages in writebackPavel Emelyanov2013-10-01
| * | | | | | | | | | | | | | | fuse: Getting file for writeback helperPavel Emelyanov2013-10-01
* | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-11-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2013-11-05
| * | | | | | | | | | | | | | | | quota: info leak in quota_getquota()Dan Carpenter2013-11-04
| * | | | | | | | | | | | | | | | jbd: Revert "jbd: remove dependency on __GFP_NOFAIL"Jan Kara2013-10-31
| * | | | | | | | | | | | | | | | udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi2013-10-18
| * | | | | | | | | | | | | | | | ext3: Count journal as bsddf overhead in ext3_statfsEric Sandeen2013-10-16
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-11-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | f2fs: issue more large discard commandChangman Lee2013-11-11
| * | | | | | | | | | | | | | | f2fs: fix memory leak after kobject init failed in fill_superChao Yu2013-11-08
| * | | | | | | | | | | | | | | f2fs: cleanup waiting routine for writeback pages in cpChangman Lee2013-11-08
| * | | | | | | | | | | | | | | f2fs: avoid to use a NULL point in destroy_segment_managerChao Yu2013-11-06
| * | | | | | | | | | | | | | | f2fs: remove unnecessary TestClearPageError when wait pages writebackChao Yu2013-11-04
| * | | | | | | | | | | | | | | f2fs: avoid to wait all the node blocks during fsyncJaegeuk Kim2013-10-31
| * | | | | | | | | | | | | | | f2fs: check all ones or zeros bitmap with bitops for better mount performanceChao Yu2013-10-30
| * | | | | | | | | | | | | | | f2fs: change the method of calculating the number summary blocksFan Li2013-10-30
| * | | | | | | | | | | | | | | f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattrChao Yu2013-10-29
| * | | | | | | | | | | | | | | f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-29
| * | | | | | | | | | | | | | | f2fs: introduce CONFIG_F2FS_CHECK_FS for BUG_ON controlJaegeuk Kim2013-10-29
| * | | | | | | | | | | | | | | f2fs: fix a deadlock during init_acl procedureJaegeuk Kim2013-10-28
| * | | | | | | | | | | | | | | f2fs: clean up acl flow for better readabilityJaegeuk Kim2013-10-28
| * | | | | | | | | | | | | | | f2fs: remove unnecessary segment bitmap updatesChangman Lee2013-10-28
| * | | | | | | | | | | | | | | f2fs: add tracepoint for vm_page_mkwriteJaegeuk Kim2013-10-25
| * | | | | | | | | | | | | | | f2fs: add tracepoint for set_page_dirtyJaegeuk Kim2013-10-25
| * | | | | | | | | | | | | | | f2fs: remove redundant set_page_dirty from write_compacted_summariesChao Yu2013-10-25
| * | | | | | | | | | | | | | | f2fs: add reclaiming control by sysfsJaegeuk Kim2013-10-25
| * | | | | | | | | | | | | | | f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim2013-10-25
| * | | | | | | | | | | | | | | f2fs: reclaim prefree segments periodicallyJaegeuk Kim2013-10-25
| * | | | | | | | | | | | | | | f2fs: use bool for booleansHaicheng Li2013-10-25
| * | | | | | | | | | | | | | | f2fs: clean up several status-related operationsJaegeuk Kim2013-10-25