OSDN Git Service

tomoyo/tomoyo-test1.git
2019-09-09 Qu Wenruobtrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM...
2019-09-09 Dan Carpenterbtrfs: fix error pointer check in __btrfs_map_block()
2019-09-09 Anand Jainbtrfs: dev stat drop useless goto
2019-09-09 Anand Jainbtrfs: dev stats item key conversion per cpu type is...
2019-09-09 Nikolay Borisovbtrfs: Make reada_tree_block_flagged private
2019-09-09 David Sterbabtrfs: compression: replace set_level callbacks by...
2019-09-09 David Sterbabtrfs: define compression levels statically
2019-09-09 Filipe MananaBtrfs: fix use-after-free when using the tree modificat...
2019-09-09 Anand Jainbtrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines...
2019-09-09 Josef Bacikbtrfs: introduce an evict flushing state
2019-09-09 Josef Bacikbtrfs: refactor priority_reclaim_metadata_space
2019-09-09 Josef Bacikbtrfs: factor out the ticket flush handling
2019-09-09 Josef Bacikbtrfs: unify error handling for ticket flushing
2019-09-09 Josef Bacikbtrfs: add a flush step for delayed iputs
2019-09-09 Josef Bacikbtrfs: unexport the temporary exported functions
2019-09-09 Josef Bacikbtrfs: migrate the block group cleanup code
2019-09-09 Josef Bacikbtrfs: migrate the alloc_profile helpers
2019-09-09 Josef Bacikbtrfs: migrate the chunk allocation code
2019-09-09 Josef Bacikbtrfs: migrate the block group space accounting helpers
2019-09-09 Josef Bacikbtrfs: export block group accounting helpers
2019-09-09 Josef Bacikbtrfs: migrate the dirty bg writeout code
2019-09-09 Josef Bacikbtrfs: migrate inc/dec_block_group_ro code
2019-09-09 Josef Bacikbtrfs: temporarily export btrfs_get_restripe_target
2019-09-09 Josef Bacikbtrfs: migrate the block group read/creation code
2019-09-09 Josef Bacikbtrfs: migrate the block group removal code
2019-09-09 Josef Bacikbtrfs: temporarily export inc_block_group_ro
2019-09-09 Josef Bacikbtrfs: migrate the block group caching code
2019-09-09 David Sterbabtrfs: sysfs: move helper macros to sysfs.c
2019-09-09 David Sterbabtrfs: sysfs: move type conversion helpers to sysfs.c
2019-09-09 David Sterbabtrfs: cleanup kobject.h includes
2019-09-09 David Sterbabtrfs: factor out sysfs code for updating sprout fsid
2019-09-09 David Sterbabtrfs: factor out sysfs code for deleting block group...
2019-09-09 David Sterbabtrfs: factor out sysfs code for sending device uevent
2019-09-09 David Sterbabtrfs: sysfs: replace direct access to feature set...
2019-09-09 David Sterbabtrfs: sysfs: unexport space_info_ktype
2019-09-09 David Sterbabtrfs: factor out sysfs code for creating space infos
2019-09-09 David Sterbabtrfs: sysfs: unexport btrfs_raid_ktype
2019-09-09 David Sterbabtrfs: factor sysfs code out of link_block_group
2019-09-09 David Sterbabtrfs: move sysfs declarations out of ctree.h
2019-09-09 Anand Jainbtrfs: opencode reset of all device stats
2019-09-09 Anand Jainbtrfs: reset device stat using btrfs_dev_stat_set
2019-09-09 Qu Wenruobtrfs: qgroup: Try our best to delete qgroup relations
2019-09-09 Hans van Kranenburgbtrfs: clarify btrfs_ioctl_get_dev_stats padding
2019-09-09 Filipe MananaBtrfs: make test_find_first_clear_extent_bit fail on...
2019-09-09 Filipe MananaBtrfs: fix memory leaks in the test test_find_first_cle...
2019-09-09 David Sterbabtrfs: delete debugfs code
2019-09-09 David Sterbabtrfs: sysfs: add debugging exports
2019-09-09 Josef Bacikbtrfs: make caching_thread use btrfs_find_next_key
2019-09-09 Josef Bacikbtrfs: temporarily export fragment_free_space
2019-09-09 Josef Bacikbtrfs: export the caching control helpers
2019-09-09 Josef Bacikbtrfs: export the excluded extents helpers
2019-09-09 Josef Bacikbtrfs: export the block group caching helpers
2019-09-09 Josef Bacikbtrfs: migrate nocow and reservation helpers
2019-09-09 Josef Bacikbtrfs: migrate the block group ref counting stuff
2019-09-09 Josef Bacikbtrfs: migrate the block group lookup code
2019-09-09 Josef Bacikbtrfs: move basic block_group definitions to their...
2019-09-09 Josef Bacikbtrfs: move btrfs_add_free_space out of a header file
2019-09-09 David Sterbabtrfs: tree-log: use symbolic name for first replay...
2019-09-09 David Sterbabtrfs: async-thread: convert defines to enums
2019-09-09 David Sterbabtrfs: tree-log: convert defines to enums
2019-09-09 David Sterbabtrfs: remove unused key type set/get helpers
2019-09-09 David Sterbabtrfs: remove unused btrfs_device::flush_bio_sent
2019-09-09 Filipe MananaBtrfs: remove unnecessary condition in btrfs_clone...
2019-09-09 Nikolay Borisovbtrfs: Refactor btrfs_calc_avail_data_space
2019-09-09 Nikolay Borisovbtrfs: Remove unnecessary check from join_running_log_trans
2019-09-09 Filipe MananaBtrfs: wake up inode cache waiters sooner to reduce...
2019-09-09 Filipe MananaBtrfs: fix inode cache waiters hanging on path allocati...
2019-09-09 Filipe MananaBtrfs: fix inode cache waiters hanging on failure to...
2019-09-09 Filipe MananaBtrfs: fix inode cache block reserve leak on failure...
2019-09-09 Filipe MananaBtrfs: fix hang when loading existing inode cache off...
2019-09-09 Qu Wenruobtrfs: tree-checker: Add ROOT_ITEM check
2019-09-09 Qu Wenruobtrfs: extent-tree: Make sure we only allocate extents...
2019-09-09 Qu Wenruobtrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete...
2019-09-09 Qu Wenruobtrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
2019-09-09 Qu Wenruobtrfs: extent-tree: Add comment for inc_block_group_ro()
2019-09-09 Qu Wenruobtrfs: volumes: Add comment for find_free_dev_extent_st...
2019-09-09 Qu Wenruobtrfs: volumes: Unexport find_free_dev_extent_start()
2019-09-09 David Sterbabtrfs: assert tree mod log lock in __tree_mod_log_insert
2019-09-09 David Sterbabtrfs: assert extent map tree lock in add_extent_mapping
2019-09-09 Jia-Ju Baibtrfs: Add an assertion to warn incorrect case in inser...
2019-09-09 Nikolay Borisovbtrfs: Remove leftover of in-band dedupe
2019-09-09 Nikolay Borisovbtrfs: Remove delalloc_end argument from extent_clear_u...
2019-09-09 Nikolay Borisovbtrfs: Move free_pages_out label in inline extent handl...
2019-09-09 Nikolay Borisovbtrfs: Return number of compressed extents directly...
2019-09-09 Eric Sandeenbtrfs: use common vfs LABEL ioctl definitions
2019-09-09 Nikolay Borisovbtrfs: Remove unused locking functions
2019-09-09 Arnd Bergmannbtrfs: reduce stack usage for btrfsic_process_written_block
2019-09-09 YueHaibingbtrfs: remove set but not used variable 'offset'
2019-09-09 Filipe MananaBtrfs: fix ENOSPC errors, leading to transaction aborts...
2019-09-09 Filipe MananaBtrfs: factor out extent dropping code from hole punch...
2019-09-08 Linus TorvaldsLinux 5.3-rc8 v5.3-rc8
2019-09-08 Linus TorvaldsMerge tag 'compiler-attributes-for-linus-v5.3-rc8'...
2019-09-08 Linus TorvaldsMerge tag 'gpio-v5.3-5' of git://git./linux/kernel...
2019-09-08 Nick Desaulniersinclude/linux/compiler.h: fix Oops for Clang-compiled...
2019-09-07 Linus TorvaldsRevert "x86/apic: Include the LDR when clearing out...
2019-09-07 Linus TorvaldsMerge tag 'char-misc-5.3-rc8' of git://git./linux/kerne...
2019-09-07 Trilok SoniDocumentation/process: Add Qualcomm process ambassador...
2019-09-07 Linus TorvaldsMerge tag 'dmaengine-fix-5.3' of git://git.infradead...
2019-09-06 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-09-06 Linus TorvaldsMerge tag 'libnvdimm-fix-5.3-rc8' of git://git./linux...
next