summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2016-06-07btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr
2016-05-18Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana
2016-05-18Btrfs: fix truncate_space_checkJosef Bacik
2016-02-19Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-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
2015-12-17Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana
2015-12-17Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06btrfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-12-03btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba
2015-12-03btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-09fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-11-09Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana