summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval
2016-06-22Btrfs: track transid for delayed ref flushingJosef Bacik
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-18Revert "btrfs: switch to ->iterate_shared()"Al Viro
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17btrfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana
2016-05-13Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana
2016-05-13Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana
2016-05-13Btrfs: pin logs earlier when doing a rename exchange operationFilipe Manana
2016-05-13Btrfs: unpin logs if rename exchange operation failsFilipe Manana
2016-05-13Btrfs: fix inode leak on failure to setup whiteout inode in renameFilipe Manana
2016-05-13btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUTDan Fuhry
2016-05-13Btrfs: pin log earlier when renamingFilipe Manana
2016-05-13Btrfs: unpin log if rename operation failsFilipe Manana
2016-05-13Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana
2016-05-09btrfs: switch to ->iterate_shared()Al Viro
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-01Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana
2016-03-01Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason
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