sfrench/cifs-2.6.git
2017-06-19 Anand Jainbtrfs: remove redundant null bdev counting during flush...
2017-06-19 Anand Jainbtrfs: write_dev_flush does not return ENOMEM anymore
2017-06-19 Timofey TitovetsBtrfs: compression must free at least one sector size
2017-06-19 David Sterbabtrfs: sink gfp parameter to btrfs_io_bio_alloc
2017-06-19 David Sterbabtrfs: add helper to initialize the non-bio part of...
2017-06-19 David Sterbabtrfs: document mandatory order of bio in btrfs_io_bio
2017-06-19 Hans van KranenburgBtrfs: btrfs_ioctl_search_key documentation
2017-06-19 Liu BoBtrfs: skip checksum verification if IO error occurs
2017-06-19 Liu BoBtrfs: tolerate errors if we have retried successfully
2017-06-19 David Sterbabtrfs: pass bytes to btrfs_bio_alloc
2017-06-19 David Sterbabtrfs: opencode trivial compressed_bio_alloc, simplify...
2017-06-19 David Sterbabtrfs: remove redundant parameters from btrfs_bio_alloc
2017-06-19 David Sterbabtrfs: sink gfp parameter to btrfs_bio_clone
2017-06-19 David Sterbabtrfs: btrfs_io_bio_alloc never fails, skip error handling
2017-06-19 David Sterbabtrfs: btrfs_bio_clone never fails, skip error handling
2017-06-19 David Sterbabtrfs: btrfs_bio_alloc never fails, skip error handling
2017-06-19 David Sterbabtrfs: bioset allocations will never fail, adapt our...
2017-06-19 David Sterbabtrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib...
2017-06-19 David Sterbabtrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_...
2017-06-19 David Sterbabtrfs: add memalloc_nofs protections around alloc_works...
2017-06-19 David Sterbabtrfs: adjust includes after vmalloc removal
2017-06-19 David Sterbabtrfs: use GFP_KERNEL in init_ipath
2017-06-19 David Sterbabtrfs: scrub: add memalloc_nofs protection around init_...
2017-06-19 David Sterbabtrfs: send: use kvmalloc in iterate_dir_item
2017-06-19 David Sterbabtrfs: replace opencoded kvzalloc with the helper
2017-06-19 Timofey TitovetsBtrfs: lzo: compressed data size must be less then...
2017-06-19 Guoqing Jiangbtrfs: simplify code with bio_io_error
2017-06-19 Omar SandovalBtrfs: use memalloc_nofs and kvzalloc() for free space...
2017-06-19 David Sterbabtrfs: use generic slab for for btrfs_transaction
2017-06-19 David Sterbabtrfs: scrub: embed scrub_wr_ctx into scrub context
2017-06-19 David Sterbabtrfs: scrub: use fs_info::sectorsize and drop it from...
2017-06-19 Yonghong SongBtrfs: add statx support
2017-06-19 Timofey TitovetsBtrfs: lzo: fix typo in error message after failed...
2017-06-19 Jeff Laytonbtrfs: btrfs_wait_tree_block_writeback can be void...
2017-06-19 Nikolay Borisovbtrfs: remove __BTRFS_LEAF_DATA_SIZE
2017-06-19 Nikolay Borisovbtrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET
2017-06-19 Anand Jainbtrfs: reduce arguments for decompress_bio ops
2017-06-19 Anand Jainbtrfs: btrfs_decompress_bio() could accept compressed_b...
2017-06-19 Nikolay Borisovbtrfs: Refactor update_space_info
2017-06-19 Nikolay Borisovbtrfs: Separate space_info create/update
2017-06-19 Liu BoBtrfs: let btrfs_print_leaf print more about block...
2017-06-19 Liu BoBtrfs: skip commit transaction if we don't have enough...
2017-06-19 David Sterbabtrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx
2017-06-19 David Sterbabtrfs: scrub: inline helper scrub_free_wr_ctx
2017-06-19 David Sterbabtrfs: scrub: inline helper scrub_setup_wr_ctx
2017-06-19 Jeff Mahoneybtrfs: remove root usage from can_overcommit
2017-06-19 Jeff Mahoneybtrfs: cleanup root usage by btrfs_get_alloc_profile
2017-06-19 David Sterbabtrfs: fix bool type in btrfs_page_exists_in_range
2017-06-19 David Sterbabtrfs: remove unused member list from btrfs_end_io_wq
2017-06-19 David Sterbabtrfs: remove unused members dir_path from recorded_ref
2017-06-19 David Sterbabtrfs: remove unused member list from async_submit_bio
2017-06-19 David Sterbabtrfs: remove unused member err from reada_extent
2017-06-19 Sahil Kangbtrfs: Remove unnecessary branching in free-space-tree.c
2017-06-19 Liu BoBtrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial
2017-06-19 Arnd BergmannBtrfs: work around maybe-uninitialized warning
2017-06-19 Liu BoBtrfs: unify naming of btrfs_io_bio
2017-06-19 Liu BoBtrfs: check-integrity use bvec_iter
2017-06-19 Liu BoBtrfs: record error if one block has failed to retry
2017-06-19 Liu BoBtrfs: change how we iterate bios in endio
2017-06-19 Liu BoBtrfs: use bio_clone_bioset_partial to simplify DIO...
2017-06-19 Liu BoBtrfs: new helper btrfs_bio_clone_partial
2017-06-19 Liu BoBtrfs: use bio_clone_fast to clone our bio
2017-06-19 Josef BacikBtrfs: don't pass the inode through clean_io_failure
2017-06-19 Josef Bacikbtrfs: remove inode argument from repair_io_failure
2017-06-19 Josef BacikBtrfs: replace tree->mapping with tree->private_data
2017-06-19 Sargun Dhillonbtrfs: Add quota_override knob into sysfs
2017-06-19 Sargun Dhillonbtrfs: add quota override flag to enable quota override...
2017-06-19 Nikolay Borisovbtrfs: Convert fs_info->free_chunk_space to atomic64_t
2017-06-19 Anand Jainbtrfs: add framework to handle device flush error as...
2017-06-19 DaichouBtrfs: remove obsolete FIXMEs in qgroup ioctls
2017-06-19 Anand Jainbtrfs: cleanup unused qgroup trace event
2017-06-19 Dan CarpenterBtrfs: remove an unused variable
2017-06-19 Fabian Frederickbtrfs: kmap() can't fail
2017-06-19 Linus TorvaldsLinux 4.12-rc6 v4.12-rc6
2017-06-19 Hugh Dickinsmm: larger stack guard gap, between vmas
2017-06-19 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2017-06-19 Olof JohanssonMerge tag 'sunxi-fixes-for-4.12' of https://git./linux...
2017-06-19 Olof JohanssonMerge tag 'omap-for-v4.12/fixes-sl50' of git://git...
2017-06-19 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2017-06-19 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git....
2017-06-19 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2017-06-18 Michael S.... virtio_balloon: disable VIOMMU support
2017-06-18 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2017-06-18 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2017-06-18 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2017-06-18 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2017-06-18 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2017-06-18 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2017-06-17 Linus TorvaldsMerge tag 'led_fixes_for_4.12-rc6' of git://git./linux...
2017-06-17 Linus TorvaldsMerge tag 'usb-4.12-rc6' of git://git./linux/kernel...
2017-06-17 Linus TorvaldsMerge tag 'staging-4.12-rc6' of git://git./linux/kernel...
2017-06-17 Linus TorvaldsMerge tag 'ceph-for-4.12-rc6' of git://github.com/ceph...
2017-06-17 Linus TorvaldsMerge tag 'xfs-4.12-fixes-4' of git://git./fs/xfs/xfs...
2017-06-17 Linus TorvaldsMerge branch 'ufs-fixes' of git://git./linux/kernel...
2017-06-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-06-16 Linus TorvaldsMerge tag 'pci-v4.12-fixes-2' of git://git./linux/kerne...
2017-06-16 Linus TorvaldsMerge tag 'fbdev-v4.12-rc6' of git://github.com/bzolnie...
2017-06-16 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2017-06-16 zhongjiangmm: correct the comment when reclaimed pages exceed...
2017-06-16 Andrea Arcangeliuserfaultfd: shmem: handle coredumping in handle_userfa...
next