summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain
2016-04-28btrfs: use fs_info directlyAnand Jain
2016-04-28btrfs: rename flags for vol args v2David Sterba
2016-04-28btrfs: rename btrfs_find_device_by_user_inputDavid Sterba
2016-04-28btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba
2016-04-28btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba
2016-04-28btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba
2016-04-28btrfs: rename __check_raid_min_devicesDavid Sterba
2016-04-28btrfs: optimize check for stale deviceAnand Jain
2016-04-28btrfs: introduce device delete by devidAnand Jain
2016-04-28btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain
2016-04-28btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain
2016-04-28btrfs: make use of btrfs_find_device_by_user_input()Anand Jain
2016-04-28btrfs: create helper btrfs_find_device_by_user_input()Anand Jain
2016-04-28btrfs: clean up and optimize __check_raid_min_device()Anand Jain
2016-04-28btrfs: create helper function __check_raid_min_devices()Anand Jain
2016-04-28btrfs: create a helper function to read the disk superAnand Jain
2016-04-28Btrfs: do not create empty block group if we have allocated dataLiu Bo
2016-04-28Btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc...Chandan Rajendra
2016-04-28Btrfs: cleanup error handling in extent_write_cached_pagesLiu Bo
2016-04-28Btrfs: make mapping->writeback_index point to the last written pageLiu Bo
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr
2016-04-28btrfs: fix typos in commentsLuis de Bethencourt
2016-04-28Btrfs: Refactor btrfs_lock_cluster() to kill compiler warningGeert Uytterhoeven
2016-04-28btrfs: remove save_error_info()Anand Jain
2016-04-28btrfs: Simplify conditions about compress while mapping btrfs flags to inode ...Satoru Takeuchi
2016-04-28btrfs: move error handling code together in ctree.hAnand Jain
2016-04-28btrfs: remove unused function btrfs_assert()Anand Jain
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-06Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy
2016-04-04btrfs: Add qgroup tracingMark Fasheh
2016-04-04Btrfs: don't use src fd for printkJosef Bacik
2016-04-04btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba
2016-04-04btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh
2016-04-04btrfs: Output more info for enospc_debug mount optionQu Wenruo
2016-04-04Btrfs: fix invalid reference in replace_pathLiu Bo
2016-04-04Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano
2016-04-01Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-03-30btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana
2016-03-24Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris Mason
2016-03-22btrfs: transaction_kthread() is not freezableJiri Kosina