summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-04-10f2fs: support fs shutdownJaegeuk Kim
2015-03-03f2fs: avoid wrong error during recoveryJaegeuk Kim
2015-03-03f2fs: remove obsolete codeJaegeuk Kim
2015-03-03f2fs: use extent cache for dirChao Yu
2015-03-03f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cacheChao Yu
2015-03-03f2fs: support fast lookup in extent cacheChao Yu
2015-03-03f2fs: add trace for rb-tree extent cache opsChao Yu
2015-03-03f2fs: show extent tree, node stat info in debugfsChao Yu
2015-03-03f2fs: enable rb-tree extent cacheChao Yu
2015-03-03f2fs: add a mount option for rb-tree extent cacheChao Yu
2015-03-03f2fs: add core functions for rb-tree extent cacheChao Yu
2015-03-03f2fs: introduce infra macro and data structure of rb-tree extent cacheChao Yu
2015-03-03f2fs: introduce universal lookup/update interface for extent cacheChao Yu
2015-03-03f2fs: introduce f2fs_map_bh to clean codes of check_extent_cacheChao Yu
2015-03-03f2fs: simplfy a field name in struct f2fs_extent,extent_infoChao Yu
2015-03-03f2fs: move ext_lock out of struct extent_infoChao Yu
2015-03-03f2fs: fix incorrectly stat number of inline data inodeChao Yu
2015-03-03f2fs: use ->writepage in sync_meta_pagesChao Yu
2015-03-03f2fs: introduce f2fs_update_dentry to clean up duplicated codesChao Yu
2015-03-03f2fs: remove unused inline_dentry_addrChao Yu
2015-02-28Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-28nilfs2: fix potential memory overrun on inodeRyusuke Konishi
2015-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-24xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen
2015-02-24xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-23xfs: Fix quota type in quota structures when reusing quota fileJan Kara
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells
2015-02-21Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-21Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-20Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro
2015-02-20posix_acl: fix reference leaks in posix_acl_createOmar Sandoval
2015-02-20autofs4: Wrong format for printing dentryRasmus Villemoes
2015-02-20coredump: Fix typo in commentBastien Nocera
2015-02-20fs/aio.c: Remove duplicate function name in pr_debug messagesKinglong Mee
2015-02-20configfs: Fix potential NULL d_inode dereferenceDavid Howells
2015-02-20don't bother with most of the bad_file_ops methodsAl Viro
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds