summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-52/+52
2016-03-01Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana1-2/+23
2016-03-01Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason1-98/+203
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-22/+18
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-1/+13
2016-02-26Merge branch 'foreign/josef/space-updates' into for-chris-4.6David Sterba1-1/+10
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba1-1/+1
2016-02-26Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6David Sterba1-74/+174
2016-02-20Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-10/+5
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-12/+13
2016-02-18Btrfs: fix truncate_space_checkJosef Bacik1-1/+10
2016-02-16Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana1-0/+2
2016-02-12Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+13
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba1-1/+13
2016-02-11btrfs: readdir: use GFP_KERNELDavid Sterba1-1/+1
2016-02-01Btrfs: Clean pte corresponding to page straddling i_sizeChandan Rajendra1-1/+1
2016-02-01Btrfs: Fix block size returned to user spaceChandan Rajendra1-1/+0
2016-02-01Btrfs: Limit inline extents to root->sectorsizeChandan Rajendra1-1/+1
2016-02-01Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector lengthChandan Rajendra1-8/+17
2016-02-01Btrfs: Search for all ordered extents that could span across a pageChandan Rajendra1-7/+18
2016-02-01Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized unitsChandan Rajendra1-5/+30
2016-02-01Btrfs: fallocate: Work with sectorsized blocksChandan Rajendra1-28/+32
2016-02-01Btrfs: Direct I/O read: Work on sectorsized blocksChandan Rajendra1-23/+75
2016-01-30Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+28
2016-01-26Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana1-8/+28
2016-01-23wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+1
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei1-21/+1
2016-01-20Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-2/+0
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-143/+169
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-12Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-8/+8
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-7/+14
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason1-15/+13
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-52/+49
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-4/+4
2016-01-07btrfs: constify static arraysDavid Sterba1-1/+1
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba1-2/+2
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-11/+11
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba1-1/+0
2016-01-07btrfs: remove unused inode argument from uncompress_inline()Byongho Lee1-3/+2
2016-01-07btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba1-12/+2
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba1-31/+25
2016-01-07Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-01-07Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2015-12-31Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2015-12-31Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana1-4/+7
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-24Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-49/+78