btrfs: open code btrfs_after_dev_replace_commit
[sfrench/cifs-2.6.git] / fs /
2018-10-15 David Sterbabtrfs: open code btrfs_after_dev_replace_commit
2018-10-15 David Sterbabtrfs: open code btrfs_dev_replace_stats_inc
2018-10-15 David Sterbabtrfs: open code btrfs_dev_replace_clear_lock_blocking
2018-10-15 David Sterbabtrfs: remove btrfs_dev_replace::read_locks
2018-10-15 Qu Wenruobtrfs: tree-checker: Check level for leaves and nodes
2018-10-15 Qu Wenruobtrfs: qgroup: Only trace data extents in leaves if...
2018-10-15 Qu Wenruobtrfs: qgroup: Don't trace subtree if we're dropping...
2018-10-15 Qu Wenruobtrfs: qgroup: Use generation-aware subtree swap to...
2018-10-15 Qu Wenruobtrfs: qgroup: Introduce function to find all new tree...
2018-10-15 Qu Wenruobtrfs: qgroup: Introduce function to trace two swaped...
2018-10-15 Qu Wenruobtrfs: qgroup: Introduce trace event to analyse the...
2018-10-15 Qu Wenruobtrfs: relocation: Add basic extent backref related...
2018-10-15 Omar SandovalBtrfs: get rid of btrfs_symlink_aops
2018-10-15 Chris MasonBtrfs: don't clean dirty pages during buffered writes
2018-10-15 David Sterbabtrfs: use common helper instead of open coding a bit...
2018-10-15 Nikolay Borisovbtrfs: refactor __btrfs_run_delayed_refs loop
2018-10-15 Nikolay Borisovbtrfs: Factor out loop processing all refs of a head
2018-10-15 Nikolay Borisovbtrfs: Factor out ref head locking code in __btrfs_run_...
2018-10-15 David Sterbabtrfs: tests: polish ifdefs around testing helper
2018-10-15 David Sterbabtrfs: tests: group declarations of self-test helpers
2018-10-15 David Sterbabtrfs: tests: move testing members of struct btrfs_root...
2018-10-15 David Sterbabtrfs: tests: add separate stub for find_lock_delalloc_...
2018-10-15 Liu BoBtrfs: preftree: use rb_first_cached
2018-10-15 Liu BoBtrfs: extent_map: use rb_first_cached
2018-10-15 Liu BoBtrfs: delayed-inode: use rb_first_cached for ins_root...
2018-10-15 Liu BoBtrfs: delayed-refs: use rb_first_cached for ref_tree
2018-10-15 Liu BoBtrfs: delayed-refs: use rb_first_cached for href_root
2018-10-15 Josef Bacikbtrfs: wait on caching when putting the bg cache
2018-10-15 Jeff Mahoneybtrfs: keep trim from interfering with transaction...
2018-10-15 Jeff Mahoneybtrfs: don't attempt to trim devices that don't support it
2018-10-15 Jeff Mahoneybtrfs: iterate all devices during trim, instead of...
2018-10-15 Qu Wenruobtrfs: Ensure btrfs_trim_fs can trim the whole filesystem
2018-10-15 Qu Wenruobtrfs: Enhance btrfs_trim_fs function to handle error...
2018-10-15 Jeff Mahoneybtrfs: fix error handling in btrfs_dev_replace_start
2018-10-15 zhong jiangbtrfs: change remove_extent_mapping to return void
2018-10-15 Nikolay Borisovbtrfs: handle error of get_old_root
2018-10-15 Nikolay Borisovbtrfs: Remove logically dead code from btrfs_orphan_cleanup
2018-10-15 Liu BoBtrfs: remove wait_ordered_range in btrfs_evict_inode
2018-10-15 Liu BoBtrfs: skip set_page_dirty if eb pages are already...
2018-10-15 Liu BoBtrfs: assert page dirty bit on extent buffer pages
2018-10-15 Liu BoBtrfs: remove unnecessary level check in balance_level
2018-10-15 Liu BoBtrfs: unify error handling of btrfs_lookup_dir_item
2018-10-15 Liu BoBtrfs: use args in the correct order for kcalloc in...
2018-10-15 Nikolay Borisovbtrfs: Make btrfs_find_device_by_devspec return btrfs_d...
2018-10-15 Nikolay Borisovbtrfs: Make btrfs_find_device_missing_or_by_path return...
2018-10-15 Nikolay Borisovbtrfs: Make btrfs_find_device_by_path return struct...
2018-10-15 Jeff Mahoneybtrfs: fix error handling in free_log_tree
2018-10-15 Misono Tomohirobtrfs: remove redundant variable from btrfs_cross_ref_exist
2018-10-15 Liu BoBtrfs: set leave_spinning in btrfs_get_extent
2018-10-15 Liu BoBtrfs: fix alignment in declaration and prototype of...
2018-10-15 Colin Ian Kingbtrfs: remove unused pointer 'tree' in btrfs_submit_com...
2018-10-15 Colin Ian Kingbtrfs: remove unused pointer inode in relink_file_extents
2018-10-15 Su Yuebtrfs: defrag: use btrfs_mod_outstanding_extents in...
2018-10-15 Liu BoBtrfs: remove confusing tracepoint in btrfs_add_reserve...
2018-10-15 Liu Bobtrfs: free path at an earlier point in btrfs_get_extent
2018-10-15 Liu BoBtrfs: use next_state in find_first_extent_bit
2018-10-15 Qu Wenruobtrfs: locking: Add extra check in btrfs_init_new_buffe...
2018-10-15 Qu Wenruobtrfs: Handle owner mismatch gracefully when walking...
2018-10-15 zhong jiangbtrfs: change btrfs_pin_log_trans to return void
2018-10-15 zhong jiangbtrfs: change btrfs_free_reserved_bytes to return void
2018-10-15 Liu BoBtrfs: remove always true if branch in btrfs_get_extent
2018-10-15 Qu Wenruobtrfs: qgroup: Dirty all qgroups before rescan
2018-10-15 Omar SandovalBtrfs: clean up scrub is_dev_replace parameter
2018-10-15 Anand Jainbtrfs: add helper to obtain number of devices with...
2018-10-15 Anand Jainbtrfs: add assertions where number of devices could...
2018-10-15 zhong jiangbtrfs: remove unneeded NULL checks before kfree
2018-10-15 Liu BoBtrfs: do not unnecessarily pass write_lock_level when...
2018-10-15 Misono Tomohirobtrfs: Remove 'objectid' member from struct btrfs_root
2018-10-15 Lu Fengqibtrfs: remove a useless return statement in btrfs_block...
2018-10-15 Lu Fengqibtrfs: Remove root parameter from btrfs_insert_dir_item
2018-10-15 Lu Fengqibtrfs: switch update_size to bool in btrfs_block_rsv_mi...
2018-10-15 Lu Fengqibtrfs: simplify the send_in_progress check in btrfs_del...
2018-10-14 Greg Kroah-HartmanMerge tag 'libnvdimm-fixes-4.19-rc8' of git://git....
2018-10-14 Greg Kroah-HartmanMerge branch 'i2c/for-current' of git://git./linux...
2018-10-13 Greg Kroah-HartmanMerge tag 'for-linus' of git://git./virt/kvm/kvm
2018-10-13 Richard Weinbergerubifs: Fix WARN_ON logic in exit path
2018-10-13 Greg Kroah-HartmanMerge branch 'akpm'
2018-10-13 Khazhismel Kumykovfs/fat/fatent.c: add cond_resched() to fat_count_free_c...
2018-10-13 zhong jiangocfs2: fix a GCC warning
2018-10-13 Greg Kroah-HartmanMerge tag 'for-linus-20181012' of git://git.kernel...
2018-10-13 Greg Kroah-HartmanMerge tag 'gfs2-4.19.fixes3' of git://git./linux/kernel...
2018-10-13 Greg Kroah-HartmanMerge tag 'arm64-fixes' of git://git./linux/kernel...
2018-10-12 Greg Kroah-HartmanMerge tag 'armsoc-fixes-4.19' of git://git./linux/kerne...
2018-10-12 David Howellsafs: Fix afs_server struct leak
2018-10-12 Andreas Gruenbachergfs2: Fix iomap buffered write support for journaled...
2018-10-12 David Howellsafs: Fix cell proc list
2018-10-12 Greg Kroah-HartmanMerge tag 'mmc-v4.19-rc7' of git://git./linux/kernel...
2018-10-12 Greg Kroah-HartmanMerge tag 'gpio-v4.19-4' of git://git./linux/kernel...
2018-10-12 Greg Kroah-HartmanMerge tag 'pinctrl-v4.19-5' of git://git./linux/kernel...
2018-10-12 Greg Kroah-HartmanMerge tag 'mtd/fixes-for-4.19-rc8' of git://git.infrade...
2018-10-12 Greg Kroah-HartmanMerge tag 'drm-fixes-2018-10-12-1' of git://anongit...
2018-10-12 Greg Kroah-HartmanMerge tag 'for-gkh' of git://git./linux/kernel/git...
2018-10-12 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-12 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/net
2018-10-11 Greg Kroah-HartmanMerge branch 'for-4.19-fixes' of git://git./linux/kerne...
2018-10-11 Greg Kroah-HartmanMerge tag 'kbuild-fixes-v4.19-2' of git://git./linux...
2018-10-11 Greg Kroah-HartmanMerge tag 'alloc-args-v4.19-rc8' of https://git./linux...
2018-10-11 Greg Kroah-HartmanMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-10-11 Greg Kroah-HartmanMerge branch 'sched-urgent-for-linus' of git://git...
2018-10-11 Greg Kroah-HartmanMerge branch 'perf-urgent-for-linus' of git://git....
next