sfrench/cifs-2.6.git
2020-12-08 Qu Wenruobtrfs: scrub: refactor scrub_find_csum()
2020-12-08 Qu Wenruobtrfs: scrub: remove the force parameter from scrub_pages
2020-12-08 Qu Wenruobtrfs: scrub: distinguish scrub page from regular page
2020-12-08 Qu Wenruobtrfs: pass bvec to csum_dirty_buffer instead of page
2020-12-08 Qu Wenruobtrfs: extract extent buffer verification from btrfs_va...
2020-12-08 Qu Wenruobtrfs: make csum_tree_block() handle node smaller than...
2020-12-08 Qu Wenruobtrfs: grab fs_info from extent_buffer in btrfs_mark_bu...
2020-12-08 Qu Wenruobtrfs: make buffer_radix take sector size units
2020-12-08 Qu Wenruobtrfs: assert page mapping lock in attach_extent_buffer...
2020-12-08 Josef Bacikbtrfs: protect fs_info->caching_block_groups by block_g...
2020-12-08 Josef Bacikbtrfs: load free space cache asynchronously
2020-12-08 Josef Bacikbtrfs: load the free space cache inode extents from...
2020-12-08 Josef Bacikbtrfs: load free space cache into a temporary ctl
2020-12-08 Josef Bacikbtrfs: cleanup btrfs_discard_update_discardable usage
2020-12-08 Josef Bacikbtrfs: explicitly protect ->last_byte_to_unpin in unpin...
2020-12-08 Josef Bacikbtrfs: update last_byte_to_unpin in switch_commit_roots
2020-12-08 Josef Bacikbtrfs: do not shorten unpin len for caching block groups
2020-12-08 David Sterbabtrfs: reorder extent buffer members for better packing
2020-12-08 Josef Bacikbtrfs: locking: rip out path->leave_spinning
2020-12-08 Josef Bacikbtrfs: locking: remove all the blocking helpers
2020-12-08 David Sterbabtrfs: scrub: remove local copy of csum_size from context
2020-12-08 David Sterbabtrfs: check integrity: remove local copy of csum_size
2020-12-08 David Sterbabtrfs: remove unnecessary local variables for checksum...
2020-12-08 David Sterbabtrfs: switch cached fs_info::csum_size from u16 to u32
2020-12-08 David Sterbabtrfs: use cached value of fs_info::csum_size everywhere
2020-12-08 David Sterbabtrfs: precalculate checksums per leaf once
2020-12-08 David Sterbabtrfs: store precalculated csum_size in fs_info
2020-12-08 David Sterbabtrfs: replace s_blocksize_bits with fs_info::sectorsiz...
2020-12-08 David Sterbabtrfs: replace div_u64 by shift in free_space_bitmap_size
2020-12-08 David Sterbabtrfs: use precalculated sectorsize_bits from fs_info
2020-12-08 Qu Wenruobtrfs: rename page_size to io_size in submit_extent_page
2020-12-08 Qu Wenruobtrfs: only require sector size alignment for page...
2020-12-08 Qu Wenruobtrfs: rename pages_locked in process_pages_contig()
2020-12-08 Qu Wenruobtrfs: sink parameter start and len to check_data_csum
2020-12-08 Qu Wenruobtrfs: replace fs_info and private_data with inode...
2020-12-08 Qu Wenruobtrfs: sink the failed_start parameter to set_extent_bit
2020-12-08 Qu Wenruobtrfs: update the comment for find_first_extent_bit
2020-12-08 Qu Wenruobtrfs: fix the comment on lock_extent_buffer_for_io
2020-12-08 David Sterbabtrfs: remove unnecessary casts in printk
2020-12-08 David Sterbabtrfs: add set/get accessors for root_item::drop_level
2020-12-08 David Sterbabtrfs: use root_item helpers for limit and flags in...
2020-12-08 David Sterbabtrfs: check-integrity: use proper helper to access...
2020-12-08 David Sterbabtrfs: send: use helpers to access root_item::ctransid
2020-12-08 David Sterbabtrfs: generate lockdep keyset names at compile time
2020-12-08 David Sterbabtrfs: use the right number of levels for lockdep keysets
2020-12-08 Goldwyn Rodriguesbtrfs: remove dio iomap DSYNC workaround
2020-12-08 Goldwyn Rodriguesbtrfs: call iomap_dio_complete() without inode_lock
2020-12-08 Goldwyn Rodriguesbtrfs: remove btrfs_inode::dio_sem
2020-12-08 Goldwyn Rodriguesbtrfs: use shared lock for direct writes within EOF
2020-12-08 Goldwyn Rodriguesbtrfs: push inode locking and unlocking into buffered...
2020-12-08 Goldwyn Rodriguesbtrfs: introduce btrfs_inode_lock()/unlock()
2020-12-08 Goldwyn Rodriguesbtrfs: introduce btrfs_write_check()
2020-12-08 Goldwyn Rodriguesbtrfs: check FS error state bit early during write
2020-12-08 Goldwyn Rodriguesbtrfs: move pos increment and pagecache extension to...
2020-12-08 Goldwyn Rodriguesbtrfs: split btrfs_direct_IO to read and write
2020-12-08 Anand Jainbtrfs: sysfs: add per-fs attribute for read policy
2020-12-08 Anand Jainbtrfs: create read policy framework
2020-12-08 Anand Jainbtrfs: add helper for string match ignoring leading...
2020-12-08 Filipe Mananabtrfs: do not start and wait for delalloc on snapshot...
2020-12-08 Josef Bacikbtrfs: switch extent buffer tree lock to rw_semaphore
2020-12-08 Nikolay Borisovbtrfs: open code insert_orphan_item
2020-12-08 Josef Bacikbtrfs: introduce mount option rescue=all
2020-12-08 Josef Bacikbtrfs: introduce mount option rescue=ignoredatacsums
2020-12-08 Josef Bacikbtrfs: introduce mount option rescue=ignorebadroots
2020-12-08 Josef Bacikbtrfs: show rescue=usebackuproot in /proc/mounts
2020-12-08 Josef Bacikbtrfs: add a helper to print out rescue= options
2020-12-08 Josef Bacikbtrfs: sysfs: export supported rescue= mount options
2020-12-08 Josef Bacikbtrfs: push the NODATASUM check into btrfs_lookup_bio_sums
2020-12-08 Josef Bacikbtrfs: unify the ro checking for mount options
2020-12-08 Filipe Mananabtrfs: do not start readahead for csum tree when scrubb...
2020-12-08 Filipe Mananabtrfs: assert we are holding the reada_lock when releas...
2020-12-08 Goldwyn Rodriguesbtrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()
2020-12-08 Goldwyn Rodriguesbtrfs: use round_down while calculating start position...
2020-12-08 Goldwyn Rodriguesbtrfs: use iosize while reading compressed pages
2020-12-08 Goldwyn Rodriguesbtrfs: calculate num_pages, reserve_bytes once in btrfs...
2020-12-08 Nikolay Borisovbtrfs: calculate more accurate remaining time to sleep...
2020-12-08 Nikolay Borisovbtrfs: record delta directly in transaction_kthread
2020-12-08 Nikolay Borisovbtrfs: remove redundant time check in transaction kthre...
2020-12-07 Nikolay Borisovbtrfs: use helpers to convert from seconds to jiffies...
2020-12-07 Anand Jainbtrfs: sysfs: export filesystem generation
2020-12-06 Linus TorvaldsLinux 5.10-rc7 v5.10-rc7
2020-12-06 Linus TorvaldsMerge tag 'char-misc-5.10-rc7' of git://git./linux...
2020-12-06 Linus TorvaldsMerge tag 'tty-5.10-rc7' of git://git./linux/kernel...
2020-12-06 Linus TorvaldsMerge tag 'usb-5.10-rc7' of git://git./linux/kernel...
2020-12-06 Linus TorvaldsMerge tag 'x86-urgent-2020-12-06' of git://git./linux...
2020-12-06 Linus TorvaldsMerge tag 'perf-urgent-2020-12-06' of git://git./linux...
2020-12-06 Linus TorvaldsMerge tag 'irq-urgent-2020-12-06' of git://git./linux...
2020-12-06 Linus TorvaldsMerge tag 'locking-urgent-2020-12-06' of git://git...
2020-12-06 Linus TorvaldsMerge tag 'kbuild-fixes-v5.10-2' of git://git./linux...
2020-12-06 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-12-06 Liu Zixianmm/mmap.c: fix mmap return value when vma is merged...
2020-12-06 Mike Kravetzhugetlb_cgroup: fix offline of hugetlb cgroup with...
2020-12-06 Alex Shimm/filemap: add static for function __add_to_page_cache...
2020-12-06 Axel Rasmussenuserfaultfd: selftests: fix SIGSEGV if huge mmap fails
2020-12-06 Xingxing Sutools/testing/selftests/vm: fix build error
2020-12-06 Uwe Kleine... mailmap: add two more addresses of Uwe Kleine-König
2020-12-06 Qian Caimm/swapfile: do not sleep with a spin lock held
2020-12-06 Minchan Kimmm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
2020-12-06 Yang Shimm: list_lru: set shrinker map bit when child nr_items...
2020-12-06 Roman Gushchinmm: memcg/slab: fix obj_cgroup_charge() return value...
next