summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+10
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik1-1/+10
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+12
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason1-1/+12
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+13
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-14/+13
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-11/+11
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-66/+400
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-05-18Revert "btrfs: switch to ->iterate_shared()"Al Viro1-1/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+8
2016-05-17btrfs: Switch to generic xattr handlersAndreas Gruenbacher1-8/+8
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-65/+399
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana1-81/+53
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana1-1/+14
2016-05-13Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana1-6/+37
2016-05-13Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana1-1/+8
2016-05-13Btrfs: pin logs earlier when doing a rename exchange operationFilipe Manana1-4/+4
2016-05-13Btrfs: unpin logs if rename exchange operation failsFilipe Manana1-2/+36
2016-05-13Btrfs: fix inode leak on failure to setup whiteout inode in renameFilipe Manana1-6/+6
2016-05-13btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUTDan Fuhry1-7/+257
2016-05-13Btrfs: pin log earlier when renamingFilipe Manana1-9/+2
2016-05-13Btrfs: unpin log if rename operation failsFilipe Manana1-1/+27
2016-05-13Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana1-0/+8
2016-05-09btrfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+3
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba1-1/+1
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-2/+1
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-1/+1
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-19Merge 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