aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/josef/space-updates' into for-chris-4.6David Sterba
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba
2016-02-19Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-02-18Btrfs: fix truncate_space_checkJosef Bacik
2016-02-16Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana
2016-02-12Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba
2016-02-11btrfs: readdir: use GFP_KERNELDavid Sterba
2016-02-01Btrfs: Clean pte corresponding to page straddling i_sizeChandan Rajendra
2016-02-01Btrfs: Fix block size returned to user spaceChandan Rajendra
2016-02-01Btrfs: Limit inline extents to root->sectorsizeChandan Rajendra
2016-02-01Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector lengthChandan Rajendra
2016-02-01Btrfs: Search for all ordered extents that could span across a pageChandan Rajendra
2016-02-01Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized unitsChandan Rajendra
2016-02-01Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra
2016-02-01Btrfs: Direct I/O read: Work on sectorsized blocksChandan Rajendra
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-25Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07btrfs: constify static arraysDavid Sterba
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba
2016-01-07btrfs: remove unused inode argument from uncompress_inline()Byongho Lee
2016-01-07btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba
2016-01-07Btrfs: igrab inode in writepageJosef Bacik
2016-01-06Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana
2015-12-31Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2015-12-31Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-23Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2015-12-17Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana