summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov-1/+1
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov-3/+6
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin-3/+13
2015-02-11f2fs: use spinlock for segmap_lock instead of rwlockChao Yu-12/+12
2015-02-11f2fs: fix accessing wrong indexed data blocksJaegeuk Kim-1/+9
2015-02-11f2fs: avoid variable length arrayJaegeuk Kim-2/+10
2015-02-11f2fs: fix sparse warningsJaegeuk Kim-6/+5
2015-02-11f2fs: allocate data blocks in advance for f2fs_direct_IOJaegeuk Kim-3/+54
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim-10/+8
2015-02-11f2fs: call set_buffer_new for get_blockJaegeuk Kim-1/+3
2015-02-11f2fs: check node page contents all the timeJaegeuk Kim-4/+3
2015-02-11f2fs: avoid data offset overflow when lseeking huge fileChao Yu-1/+1
2015-02-11f2fs: fix to use highmem for pages of newly created directoryChao Yu-1/+1
2015-02-11f2fs: introduce a batched trimJaegeuk Kim-5/+21
2015-02-11f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu-51/+22
2015-02-11f2fs: show the number of writeback pages in statJaegeuk Kim-3/+4
2015-02-11f2fs: keep PagePrivate during releasepageJaegeuk Kim-0/+12
2015-02-11f2fs: should fail mount when trying to recover data on read-only devJaegeuk Kim-0/+9
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim-17/+44
2015-02-11f2fs: avoid write_checkpoint if f2fs is mounted readonlyJaegeuk Kim-0/+2
2015-02-11f2fs: support norecovery mount optionJaegeuk Kim-0/+8
2015-02-11f2fs: fix not to drop mount options when retrying fill_superJaegeuk Kim-3/+13
2015-02-11f2fs: merge flags in struct f2fs_sb_infoChao Yu-33/+44
2015-02-11f2fs: clean up {in,de}create_sleep_timeChao Yu-18/+18
2015-02-11f2fs: make truncate_inline_date staticChao Yu-17/+9
2015-02-11f2fs: fix a bug of inheriting default ACL from parentKinglong Mee-1/+1
2015-02-11f2fs: use f2fs_radix_tree_insert to clean codesChao Yu-5/+2
2015-02-11f2fs: add F2FS_IOC_GETVERSION supportChao Yu-0/+10
2015-02-11f2fs: leave comment for code readabilityJaegeuk Kim-0/+4
2015-02-11f2fs: fix to release count of meta page in ->invalidatepageChao Yu-0/+19
2015-02-11f2fs: do checkpoint when umount flag is not setJaegeuk Kim-3/+9
2015-02-11f2fs: trigger correct checkpoint during umountJaegeuk Kim-2/+11
2015-02-11f2fs: update memory footprint informationJaegeuk Kim-8/+18
2015-02-11f2fs: fix wrong memory footprint statistics in debugfsChao Yu-4/+11
2015-02-11f2fs: avoid infinite loop on cp_errorJaegeuk Kim-0/+4
2015-02-11NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()Trond Myklebust-2/+2
2015-02-11NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust-1/+3
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-13/+8
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-115/+92
2015-02-10Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+8
2015-02-10Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-880/+807
2015-02-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-212/+256
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds-389/+474
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov-1/+0
2015-02-10proc: drop handling non-linear mappingsKirill A. Shutemov-16/+0
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov-14/+0
2015-02-10fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov-0/+5
2015-02-10o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapperSrinivas Eeda-1/+5
2015-02-10ocfs2: prune the dcache before deleting the dentry of directoryalex chen-0/+3
2015-02-10ocfs2: make resv_lock spinlock staticFabian Frederick-1/+1