aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds12-293/+333
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-292/+791
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-12/+31
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds26-158/+41
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu2-14/+6
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataChao Yu1-0/+2
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu1-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+4
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-13/+13
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu3-3/+4
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu1-0/+5
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers1-3/+2
2014-08-01direct-io: fix AIO regressionChristoph Hellwig1-5/+4
2014-07-30f2fs: reduce competition among node page writesChao Yu4-7/+7
2014-07-30ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-07-30f2fs: fix coding styleJaegeuk Kim2-3/+4
2014-07-30f2fs: remove redundant lines in allocate_data_blockDongho Sim1-3/+0
2014-07-30f2fs: add tracepoint for f2fs_issue_flushJaegeuk Kim1-0/+3
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim4-7/+23
2014-07-30f2fs: test before set/clear bitsJaegeuk Kim1-2/+4
2014-07-30f2fs: fix wrong condition for unlikelyJaegeuk Kim1-1/+1
2014-07-30f2fs: enable in-place-update for fdatasyncJaegeuk Kim3-0/+12
2014-07-30f2fs: skip unnecessary data writes during fsyncJaegeuk Kim1-0/+18
2014-07-29AFS: Correctly assemble the client UUIDDavid Howells1-2/+2
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim5-0/+53
2014-07-29f2fs: use radix_tree for ino managementJaegeuk Kim2-22/+28
2014-07-29f2fs: add infra for ino managementJaegeuk Kim4-44/+55
2014-07-29ext4: fix COLLAPSE RANGE test for bigalloc file systemsNamjae Jeon1-5/+2
2014-07-29f2fs: punch the core function for inode managementJaegeuk Kim1-37/+44
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim4-1/+15
2014-07-28ext4: check inline directory before convertingDarrick J. Wong3-0/+39
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar31-219/+574
2014-07-27ext4: fix incorrect locking in move_extent_per_pageDmitry Monakhov1-1/+2
2014-07-27ext4: use correct depth valueDmitry Monakhov1-1/+1
2014-07-27ext4: add i_data_sem sanity checkDmitry Monakhov2-0/+9
2014-07-27ext4: fix wrong size computation in ext4_mb_normalize_request()Xiaoguang Wang1-2/+3
2014-07-27Merge branch 'vfs-for-3.16' of git://git.infradead.org/users/hch/vfsLinus Torvalds2-8/+9
2014-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-4/+1
2014-07-25f2fs: fix to put root inode in error path of fill_superChao Yu1-1/+2
2014-07-25f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu1-2/+3
2014-07-25f2fs: support ->rename2()Chao Yu1-0/+164
2014-07-25f2fs: add f2fs_balance_fs for direct IOHuang Ying1-1/+3
2014-07-24fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh1-7/+7
2014-07-23Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2014-07-23simple_xattr: permit 0-size extended attributesHugh Dickins1-1/+1
2014-07-23coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0