aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+12
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds36-210/+219
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-7/+5
2016-05-26Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason1-10/+17
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro1-11/+7
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba36-196/+193
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves33-105/+106
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei1-1/+2
2016-05-25Btrfs: fix unexpected return value of fiemapLiu Bo1-1/+5
2016-05-25Btrfs: free sys_array eb as soon as possibleLiu Bo1-2/+2
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds28-1788/+1530
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/viro/vfsLinus Torvalds3-30/+11
2016-05-17btrfs: Switch to generic xattr handlersAndreas Gruenbacher3-30/+11
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+9
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7Chris Mason12-134/+608
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2-1059/+1
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba5-241/+310
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba15-190/+176
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert1-0/+2
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana3-118/+77
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana4-1/+81
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 Manana4-7/+79
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana8-19/+38
2016-05-13Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana1-1/+1
2016-05-13Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana1-5/+8
2016-05-12btrfs: build fixup for qgroup_account_snapshotDavid Sterba1-0/+5
2016-05-12btrfs: qgroup: Fix qgroup accounting when creating snapshotQu Wenruo1-24/+105
2016-05-10Btrfs: fix fspath error deallocationVincent Stehlé1-1/+1
2016-05-10btrfs: make find_workspace warn if there are no workspacesDavid Sterba1-0/+14
2016-05-10btrfs: make find_workspace always succeedDavid Sterba1-8/+12
2016-05-10btrfs: preallocate compression workspacesDavid Sterba1-0/+16
2016-05-10btrfs: rename and document compression workspace membersDavid Sterba1-16/+19
2016-05-10btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba3-4/+4
2016-05-10btrfs: switch to common message helpers in open_ctree, adjust messagesDavid Sterba1-52/+50
2016-05-09btrfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-09btrfs: fix int32 overflow in shrink_delalloc().Adam Borowski1-1/+1
2016-05-06btrfs: don't force mounts to wait for cleaner_kthread to delete one or more subvolumesZygo Blaxell1-3/+15
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba1-12/+11
2016-05-06btrfs: add write protection to SET_FEATURES ioctlDavid Sterba1-3/+13