summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-08-26fs: fix comment for 'CONFIG_LBADF'Paul Bolle
2014-08-26fs/btrfs/tree-log.c: Fix closing brace followed by ifRasmus Villemoes
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataChao Yu
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers
2014-08-01direct-io: fix AIO regressionChristoph Hellwig
2014-07-30f2fs: reduce competition among node page writesChao Yu
2014-07-30ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o
2014-07-30f2fs: fix coding styleJaegeuk Kim
2014-07-30f2fs: remove redundant lines in allocate_data_blockDongho Sim
2014-07-30f2fs: add tracepoint for f2fs_issue_flushJaegeuk Kim
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim
2014-07-30f2fs: test before set/clear bitsJaegeuk Kim
2014-07-30f2fs: fix wrong condition for unlikelyJaegeuk Kim
2014-07-30f2fs: enable in-place-update for fdatasyncJaegeuk Kim
2014-07-30f2fs: skip unnecessary data writes during fsyncJaegeuk Kim
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-29AFS: Correctly assemble the client UUIDDavid Howells
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim
2014-07-29f2fs: use radix_tree for ino managementJaegeuk Kim
2014-07-29f2fs: add infra for ino managementJaegeuk Kim
2014-07-29ext4: fix COLLAPSE RANGE test for bigalloc file systemsNamjae Jeon
2014-07-29f2fs: punch the core function for inode managementJaegeuk Kim
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-07-28ext4: check inline directory before convertingDarrick J. Wong
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-27ext4: fix incorrect locking in move_extent_per_pageDmitry Monakhov
2014-07-27ext4: use correct depth valueDmitry Monakhov
2014-07-27ext4: add i_data_sem sanity checkDmitry Monakhov
2014-07-27ext4: fix wrong size computation in ext4_mb_normalize_request()Xiaoguang Wang
2014-07-27Merge branch 'vfs-for-3.16' of git://git.infradead.org/users/hch/vfsLinus Torvalds
2014-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-07-25f2fs: fix to put root inode in error path of fill_superChao Yu
2014-07-25f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu
2014-07-25f2fs: support ->rename2()Chao Yu
2014-07-25f2fs: add f2fs_balance_fs for direct IOHuang Ying