summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2016-05-06btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba1-5/+8
2016-05-06btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba1-4/+7
2016-05-06btrfs: send: use temporary variable to store allocation sizeDavid Sterba1-6/+8
2016-05-06btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba1-4/+7
2016-05-06btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba1-4/+7
2016-05-06btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...Anand Jain1-5/+12
2016-05-06btrfs: send: silence an integer overflow warningDan Carpenter1-0/+6
2016-05-06btrfs: avoid overflowing f_bfreeLuis de Bethencourt1-1/+5
2016-05-06btrfs: fix mixed block count of available spaceLuis de Bethencourt1-3/+13
2016-05-06btrfs: allow balancing to dup with multi-deviceAustin S. Hemmelgarn1-4/+2
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba1-12/+11
2016-05-06btrfs: kill unused writepage_io_hook callbackDavid Sterba2-24/+16
2016-05-04btrfs: cleanup assigning next active device with a checkAnand Jain3-22/+48
2016-05-04btrfs: s_bdev is not null after missing replaceAnand Jain2-3/+6
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-7/+11
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro3-10/+5
2016-05-02btrfs: pass the right error code to the btrfs_std_errorAnand Jain1-2/+2
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+3
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-5/+4
2016-04-28btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney1-948/+1
2016-04-28btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney1-31/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney1-46/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney1-25/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney1-8/+0
2016-04-28btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney1-1/+0
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain3-23/+41
2016-04-28btrfs: use fs_info directlyAnand Jain1-4/+4
2016-04-28btrfs: rename flags for vol args v2David Sterba1-4/+4
2016-04-28btrfs: rename btrfs_find_device_by_user_inputDavid Sterba3-10/+13
2016-04-28btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba1-14/+9
2016-04-28btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2-1/+16
2016-04-28btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba1-15/+20
2016-04-28btrfs: rename __check_raid_min_devicesDavid Sterba1-2/+2
2016-04-28btrfs: optimize check for stale deviceAnand Jain1-1/+2
2016-04-28btrfs: introduce device delete by devidAnand Jain3-4/+60
2016-04-28btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain1-64/+13
2016-04-28btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2-4/+3
2016-04-28btrfs: make use of btrfs_find_device_by_user_input()Anand Jain1-63/+37
2016-04-28btrfs: create helper btrfs_find_device_by_user_input()Anand Jain3-23/+23
2016-04-28btrfs: clean up and optimize __check_raid_min_device()Anand Jain1-24/+19
2016-04-28btrfs: create helper function __check_raid_min_devices()Anand Jain1-19/+32
2016-04-28btrfs: create a helper function to read the disk superAnand Jain1-35/+52
2016-04-28Btrfs: do not create empty block group if we have allocated dataLiu Bo1-1/+8
2016-04-28Btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc...Chandan Rajendra1-1/+3
2016-04-28Btrfs: cleanup error handling in extent_write_cached_pagesLiu Bo1-5/+2
2016-04-28Btrfs: make mapping->writeback_index point to the last written pageLiu Bo1-6/+26
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-04-28btrfs: fix typos in commentsLuis de Bethencourt1-7/+7