linux-2.6-microblaze.git
2020-03-23 Naohiro Aotabtrfs: factor out create_chunk()
2020-03-23 Naohiro Aotabtrfs: factor out decide_stripe_size()
2020-03-23 Naohiro Aotabtrfs: factor out gather_device_info()
2020-03-23 Naohiro Aotabtrfs: factor out init_alloc_chunk_ctl
2020-03-23 Naohiro Aotabtrfs: introduce alloc_chunk_ctl
2020-03-23 Naohiro Aotabtrfs: refactor find_free_dev_extent_start()
2020-03-23 Naohiro Aotabtrfs: introduce chunk allocation policy
2020-03-23 Naohiro Aotabtrfs: handle invalid profile in chunk allocation
2020-03-23 Naohiro Aotabtrfs: change full_search to bool in find_free_extent_u...
2020-03-23 Qu Wenruobtrfs: qgroup: Remove the unnecesaary spin lock for...
2020-03-23 Qu Wenruobtrfs: qgroup: ensure qgroup_rescan_running is only...
2020-03-23 Andy Shevchenkouuid: Remove no more needed macro
2020-03-23 Andy Shevchenkobtrfs: switch to use new generic UUID API
2020-03-23 Andy Shevchenkouuid: Provide a GUID generator for raw buffer
2020-03-23 Andy Shevchenkouuid: Add inline helpers to import / export UUIDs
2020-03-23 Qu Wenruobtrfs: Don't submit any btree write bio if the fs has...
2020-03-23 Marcos Paulo... btrfs: ioctl: resize: only show message if size is...
2020-03-23 Anand Jainbtrfs: slightly simplify global block reserve calculations
2020-03-23 David Sterbabtrfs: merge unlocking to common exit block in btrfs_co...
2020-03-23 David Sterbabtrfs: reduce pointer intdirections in btree_readpage_e...
2020-03-23 David Sterbabtrfs: adjust delayed refs message level
2020-03-23 David Sterbabtrfs: replace u_long type cast with unsigned long
2020-03-23 David Sterbabtrfs: raid56: simplify sort_parity_stripes
2020-03-23 David Sterbabtrfs: adjust message level for unrecognized mount...
2020-03-23 David Sterbabtrfs: simplify parameters of btrfs_set_disk_extent_flags
2020-03-23 David Sterbabtrfs: open code trivial helper btrfs_header_chunk_tree...
2020-03-23 David Sterbabtrfs: open code trivial helper btrfs_header_fsid
2020-03-23 David Sterbabtrfs: move mapping of block for discard to its caller
2020-03-23 David Sterbabtrfs: use struct_size to calculate size of raid hash...
2020-03-23 Nikolay Borisovbtrfs: convert snapshot/nocow exlcusion to drew lock
2020-03-23 Nikolay Borisovbtrfs: Implement DREW lock
2020-03-23 Johannes Thumshirnbtrfs: simplify error handling in __btrfs_write_out_cache()
2020-03-23 Johannes Thumshirnbtrfs: use standard debug config option to enable free...
2020-03-23 Johannes Thumshirnbtrfs: make the uptodate argument of io_ctl_add_pages...
2020-03-23 Johannes Thumshirnbtrfs: use inode from io_ctl in io_ctl_prepare_pages
2020-03-23 Marcos Paulo... btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
2020-03-23 Marcos Paulo... btrfs: export helpers for subvolume name/id resolution
2020-03-23 David Sterbabtrfs: use ioctl args support mask for device delete
2020-03-23 David Sterbabtrfs: use ioctl args support mask for subvolume create...
2020-03-23 David Sterbabtrfs: define support masks for ioctl volume args v2
2020-03-23 Jules Irengebtrfs: Add missing lock annotation for release_extent_b...
2020-03-23 Josef Bacikbtrfs: set update the uuid generation as soon as possible
2020-03-23 Josef Bacikbtrfs: bail out of uuid tree scanning if we're closing
2020-03-23 Nikolay Borisovbtrfs: make btrfs_check_uuid_tree private to disk-io.c
2020-03-23 Nikolay Borisovbtrfs: call btrfs_check_uuid_tree_entry directly in...
2020-03-23 David Sterbabtrfs: raid56: simplify tracking of Q stripe presence
2020-03-23 ethanwubtrfs: backref, use correct count to resolve normal...
2020-03-23 ethanwubtrfs: backref, only search backref entries from leaves...
2020-03-23 ethanwubtrfs: backref, don't add refs from shared block when...
2020-03-23 ethanwubtrfs: backref, only collect file extent items matching...
2020-03-23 Johannes Thumshirnbtrfs: remove buffer_heads form super block mirror...
2020-03-23 Johannes Thumshirnbtrfs: remove buffer_heads from btrfsic_process_written...
2020-03-23 Johannes Thumshirnbtrfs: remove btrfsic_submit_bh()
2020-03-23 Johannes Thumshirnbtrfs: use bios instead of buffer_heads from super...
2020-03-23 Johannes Thumshirnbtrfs: use the page cache for super block reading
2020-03-23 Johannes Thumshirnbtrfs: reduce scope of btrfs_scratch_superblocks()
2020-03-23 Johannes Thumshirnbtrfs: don't kmap() pages from block devices
2020-03-23 Nikolay Borisovbtrfs: Export btrfs_release_disk_super
2020-03-23 Filipe MananaBtrfs: avoid unnecessary splits when setting bits on...
2020-03-23 Josef Bacikbtrfs: handle logged extent failure properly
2020-03-23 Qu Wenruobtrfs: relocation: Remove is_cowonly_root()
2020-03-23 Nikolay Borisovbtrfs: switch to per-transaction pinned extents
2020-03-23 Nikolay Borisovbtrfs: Factor out pinned extent clean up in btrfs_delet...
2020-03-23 Nikolay Borisovbtrfs: Mark pinned log extents as excluded
2020-03-23 Nikolay Borisovbtrfs: Pass transaction handle to write_pinned_extent_e...
2020-03-23 Nikolay Borisovbtrfs: Make pin_down_extent take transaction handle
2020-03-23 Nikolay Borisovbtrfs: Make btrfs_pin_extent_for_log_replay take transa...
2020-03-23 Nikolay Borisovbtrfs: Make btrfs_pin_reserved_extent take transaction...
2020-03-23 Nikolay Borisovbtrfs: Call btrfs_pin_reserved_extent only during activ...
2020-03-23 Nikolay Borisovbtrfs: Introduce unaccount_log_buffer
2020-03-23 Nikolay Borisovbtrfs: Make btrfs_pin_extent take trans handle
2020-03-23 Nikolay Borisovbtrfs: Perform pinned cleanup directly in btrfs_destroy...
2020-03-23 Anand Jainbtrfs: sysfs, unify handler name of devinfo/missing
2020-03-23 Anand Jainbtrfs: sysfs, rename device_link add/remove functions
2020-03-23 Anand Jainbtrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup...
2020-03-23 David Sterbabtrfs: sink argument tree to __do_readpage
2020-03-23 David Sterbabtrfs: sink arugment tree to contiguous_readpages
2020-03-23 David Sterbabtrfs: sink argument tree to __extent_read_full_page
2020-03-23 David Sterbabtrfs: sink argument tree to extent_read_full_page
2020-03-23 David Sterbabtrfs: drop argument tree from btrfs_lock_and_flush_ord...
2020-03-23 David Sterbabtrfs: add assertions for tree == inode->io_tree to...
2020-03-23 David Sterbabtrfs: drop argument tree from submit_extent_page
2020-03-23 David Sterbabtrfs: remove extent_page_data::tree
2020-03-23 David Sterbabtrfs: add wrapper for transaction abort predicate
2020-03-23 David Sterbabtrfs: move root node locking helpers to locking.c
2020-03-23 Josef Bacikbtrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
2020-03-23 Josef Bacikbtrfs: add a leak check for roots
2020-03-23 Josef Bacikbtrfs: make the init of static elements in fs_info...
2020-03-23 Josef Bacikbtrfs: move fs_info init work into it's own helper...
2020-03-23 Josef Bacikbtrfs: free more things in btrfs_free_fs_info
2020-03-23 Josef Bacikbtrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
2020-03-23 Josef Bacikbtrfs: use btrfs_put_fs_root to free roots always
2020-03-23 Josef Bacikbtrfs: hold a ref on the root in open_ctree
2020-03-23 Josef Bacikbtrfs: export and rename free_fs_info
2020-03-23 Josef Bacikbtrfs: hold a ref on the root in btrfs_check_uuid_tree_...
2020-03-23 Josef Bacikbtrfs: hold a ref on the root in btrfs_recover_log_trees
2020-03-23 Josef Bacikbtrfs: hold a ref on the root in create_pending_snapshot
2020-03-23 Josef Bacikbtrfs: hold a ref on the root in get_subvol_name_from_o...
2020-03-23 Josef Bacikbtrfs: hold a ref on the root in btrfs_ioctl_send
2020-03-23 Josef Bacikbtrfs: hold a ref on the root in scrub_print_warning_inode
next