OSDN Git Service

tomoyo/tomoyo-test1.git
2020-03-23 Josef Bacikbtrfs: do not readahead in build_backref_tree
2020-03-23 Josef Bacikbtrfs: do not use readahead for running delayed refs
2020-03-23 Nikolay Borisovbtrfs: Remove async_transid from btrfs_mksubvol/create_...
2020-03-23 Nikolay Borisovbtrfs: Remove transid argument from btrfs_ioctl_snap_cr...
2020-03-23 Nikolay Borisovbtrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC support
2020-03-23 Josef Bacikbtrfs: kill the subvol_srcu
2020-03-23 Josef Bacikbtrfs: make btrfs_cleanup_fs_roots use the radix tree...
2020-03-23 Josef Bacikbtrfs: don't take an extra root ref at allocation time
2020-03-23 Josef Bacikbtrfs: hold a ref on the root on the dead roots list
2020-03-23 Josef Bacikbtrfs: make inodes hold a ref on their roots
2020-03-23 Josef Bacikbtrfs: move the root freeing stuff into btrfs_put_root
2020-03-23 Josef Bacikbtrfs: move ino_cache_inode dropping out of btrfs_free_...
2020-03-23 Josef Bacikbtrfs: make the extent buffer leak check per fs info
2020-03-23 Josef Bacikbtrfs: remove a BUG_ON() from merge_reloc_roots()
2020-03-23 Josef Bacikbtrfs: hold a ref on the root->reloc_root
2020-03-23 Josef Bacikbtrfs: clear DEAD_RELOC_TREE before dropping the reloc...
2020-03-23 Josef Bacikbtrfs: free the reloc_control in a consistent way
2020-03-23 Josef Bacikbtrfs: do not init a reloc root if we aren't relocating
2020-03-23 Josef Bacikbtrfs: reloc: clean dirty subvols if we fail to start...
2020-03-23 Josef Bacikbtrfs: unset reloc control if we fail to recover
2020-03-23 Josef Bacikbtrfs: drop block from cache on error in relocation
2020-03-23 Qu Wenruobtrfs: relocation: Use btrfs_find_all_leafs to locate...
2020-03-23 Josef Bacikbtrfs: fix ref-verify to catch operations on 0 ref...
2020-03-23 Filipe Mananabtrfs: make ranged full fsyncs more efficient
2020-03-23 Filipe Mananabtrfs: factor out inode items copy loop from btrfs_log_...
2020-03-23 Filipe Mananabtrfs: add helper to get the end offset of a file exten...
2020-03-23 Filipe Mananabtrfs: fix missing file extent item for hole after...
2020-03-23 Nikolay Borisovbtrfs: account ticket size at add/delete time
2020-03-23 Roman Gushchinbtrfs: implement migratepage callback for data pages
2020-03-23 Nikolay Borisovbtrfs: Remove block_rsv parameter from btrfs_drop_snapshot
2020-03-23 Nikolay Borisovbtrfs: Remove __ prefix from btrfs_block_rsv_release
2020-03-23 Qu Wenruobtrfs: relocation: Check cancel request after each...
2020-03-23 Qu Wenruobtrfs: relocation: Check cancel request after each...
2020-03-23 Qu Wenruobtrfs: relocation: add error injection points for cance...
2020-03-23 Filipe MananaBtrfs: implement full reflink support for inline extents
2020-03-23 Filipe MananaBtrfs: simplify inline extent handling when doing reflinks
2020-03-23 Filipe MananaBtrfs: move all reflink implementation code into its...
2020-03-23 Gustavo A.... btrfs: scrub: Replace zero-length array with flexible...
2020-03-23 Gustavo A.... btrfs: rcu-string: Replace zero-length array with flexi...
2020-03-23 Gustavo A.... btrfs: delayed-inode: Replace zero-length array with...
2020-03-23 Madhuparna... btrfs: add RCU locks around block group initialization
2020-03-23 Nikolay Borisovbtrfs: Open code insert_extent_backref
2020-03-23 Nikolay Borisovbtrfs: Remove impossible BUG_ON in get_tree_block_key
2020-03-23 David Sterbabtrfs: balance: factor out convert profile validation
2020-03-23 David Sterbabtrfs: return void from csum_tree_block
2020-03-23 David Sterbabtrfs: simplify tree block checksumming loop
2020-03-23 David Sterbabtrfs: inline checksum name and driver definitions
2020-03-23 Nikolay Borisovbtrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunk
2020-03-23 Josef Bacikbtrfs: fix btrfs_calc_reclaim_metadata_size calculation
2020-03-23 Filipe MananaBtrfs: fix crash during unmount due to race with delaye...
2020-03-23 Naohiro Aotabtrfs: factor out prepare_allocation() for extent alloc...
2020-03-23 Naohiro Aotabtrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
2020-03-23 Naohiro Aotabtrfs: factor out chunk_allocation_failed() for extent...
2020-03-23 Naohiro Aotabtrfs: drop unnecessary arguments from find_free_extent...
2020-03-23 Naohiro Aotabtrfs: factor out found_extent() for extent allocation
2020-03-23 Naohiro Aotabtrfs: factor out release_block_group()
2020-03-23 Naohiro Aotabtrfs: drop unnecessary arguments from clustered alloca...
2020-03-23 Naohiro Aotabtrfs: factor out do_allocation() for extent allocation
2020-03-23 Naohiro Aotabtrfs: move variables for clustered allocation into...
2020-03-23 Naohiro Aotabtrfs: move hint_byte into find_free_extent_ctl
2020-03-23 Naohiro Aotabtrfs: introduce extent allocation policy
2020-03-23 Naohiro Aotabtrfs: parameterize dev_extent_min for chunk allocation
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
next