summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-11f2fs: fix accessing wrong indexed data blocksJaegeuk Kim1-1/+9
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim3-2/+10
2015-02-11f2fs: fix sparse warningsJaegeuk Kim4-6/+5
2015-02-11f2fs: allocate data blocks in advance for f2fs_direct_IOJaegeuk Kim1-3/+54
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim3-10/+8
2015-02-11f2fs: call set_buffer_new for get_blockJaegeuk Kim1-1/+3
2015-02-11f2fs: check node page contents all the timeJaegeuk Kim1-4/+3
2015-02-11f2fs: avoid data offset overflow when lseeking huge fileChao Yu1-1/+1
2015-02-11f2fs: fix to use highmem for pages of newly created directoryChao Yu1-1/+1
2015-02-11f2fs: introduce a batched trimJaegeuk Kim3-5/+21
2015-02-11f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu4-51/+22
2015-02-11f2fs: show the number of writeback pages in statJaegeuk Kim2-3/+4
2015-02-11f2fs: keep PagePrivate during releasepageJaegeuk Kim3-0/+12
2015-02-11f2fs: should fail mount when trying to recover data on read-only devJaegeuk Kim1-0/+9
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim5-17/+44
2015-02-11f2fs: avoid write_checkpoint if f2fs is mounted readonlyJaegeuk Kim1-0/+2
2015-02-11f2fs: support norecovery mount optionJaegeuk Kim1-0/+8
2015-02-11f2fs: fix not to drop mount options when retrying fill_superJaegeuk Kim1-3/+13
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu7-33/+44
2015-02-11f2fs: clean up {in,de}create_sleep_timeChao Yu2-18/+18
2015-02-11f2fs: make truncate_inline_date staticChao Yu2-17/+9
2015-02-11f2fs: fix a bug of inheriting default ACL from parentKinglong Mee1-1/+1
2015-02-11f2fs: use f2fs_radix_tree_insert to clean codesChao Yu1-5/+2
2015-02-11f2fs: add F2FS_IOC_GETVERSION supportChao Yu2-0/+10
2015-02-11f2fs: leave comment for code readabilityJaegeuk Kim1-0/+4
2015-02-11f2fs: fix to release count of meta page in ->invalidatepageChao Yu1-0/+19
2015-02-11f2fs: do checkpoint when umount flag is not setJaegeuk Kim2-3/+9
2015-02-11f2fs: trigger correct checkpoint during umountJaegeuk Kim2-2/+11
2015-02-11f2fs: update memory footprint informationJaegeuk Kim2-8/+18
2015-02-11f2fs: fix wrong memory footprint statistics in debugfsChao Yu1-4/+11
2015-02-11f2fs: avoid infinite loop on cp_errorJaegeuk Kim1-0/+4
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-13/+8
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds37-115/+92
2015-02-10Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-17/+8
2015-02-10Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds38-880/+807
2015-02-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds15-212/+256
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds12-389/+474
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-1/+0
2015-02-10proc: drop handling non-linear mappingsKirill A. Shutemov1-16/+0
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov13-14/+0
2015-02-10fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov1-0/+5
2015-02-10o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapperSrinivas Eeda1-1/+5
2015-02-10ocfs2: prune the dcache before deleting the dentry of directoryalex chen1-0/+3
2015-02-10ocfs2: make resv_lock spinlock staticFabian Frederick1-1/+1
2015-02-10ocfs2: remove unreachable code in __ocfs2_recovery_thread()Daeseok Youn1-1/+0
2015-02-10ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()Daeseok Youn1-6/+3
2015-02-10ocfs2: remove unreachable codeDaeseok Youn1-1/+0
2015-02-10ocfs2: o2net: silence uninitialized variable warningDan Carpenter1-1/+2
2015-02-10ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits()Jan Kara1-2/+0
2015-02-10ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen2-0/+19