aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana
2016-08-01Btrfs: be more precise on errors when getting an inode from diskFilipe Manana
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksizeWang Xiaoguang
2016-07-26btrfs: Cleanup compress_file_range()Ashish Samant
2016-07-26Btrfs: cleanup BUG_ON in merge_bioLiu Bo
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov
2016-07-26btrfs: Handle uninitialised inode evictionNikolay Borisov
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik
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