summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-2/+2
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-6/+6
2016-07-26btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksizeWang Xiaoguang1-11/+17
2016-07-26btrfs: Cleanup compress_file_range()Ashish Samant1-37/+35
2016-07-26Btrfs: cleanup BUG_ON in merge_bioLiu Bo1-2/+6
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-4/+4
2016-07-26btrfs: Handle uninitialised inode evictionNikolay Borisov1-1/+8
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik1-4/+3
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+6
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval1-4/+6
2016-06-23Btrfs: track transid for delayed ref flushingJosef Bacik1-0/+1
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-28Merge 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-18btrfs: Switch to generic xattr handlersAndreas Gruenbacher1-8/+8
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2016-05-18Merge 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-02direct-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