linux-2.6-block.git
2022-02-15 Qu Wenruobtrfs: use scrub_simple_mirror() to handle RAID56 data...
2022-02-15 Qu Wenruobtrfs: introduce dedicated helper to scrub simple-strip...
2022-02-15 Qu Wenruobtrfs: introduce dedicated helper to scrub simple-mirro...
2022-02-15 Qu Wenruobtrfs: introduce a helper to locate an extent item
2022-02-15 Qu Wenruobtrfs: defrag: use control structure in btrfs_defrag_file()
2022-02-15 Qu Wenruobtrfs: defrag: introduce control structure for later use
2022-02-15 Qu Wenruobtrfs: uapi: introduce BTRFS_DEFRAG_RANGE_MASK for...
2022-02-14 Qu Wenruobtrfs: defrag: remove an ambiguous condition for rejection
2022-02-14 Qu Wenruobtrfs: defrag: don't defrag extents which are already...
2022-02-14 Qu Wenruobtrfs: defrag: don't try to merge regular extents with...
2022-02-14 Qu Wenruobtrfs: defrag: allow defrag_one_cluster() to skip large...
2022-02-14 Sidong Yangbtrfs: qgroup: remove outdated TODO comments
2022-02-14 Sidong Yangbtrfs: qgroup: remove duplicated check in adding qgroup...
2022-02-14 Dāvis Mosānsbtrfs: add lzo workspace buffer length constants
2022-02-14 Dāvis Mosānsbtrfs: prevent copying too big compressed lzo segment
2022-02-14 Dāvis Mosānsbtrfs: send: in case of IO error log it
2022-02-14 Filipe Mananabtrfs: get rid of warning on transaction commit when...
2022-02-14 Qu Wenruobtrfs: defrag: don't try to defrag extents which are...
2022-02-14 Qu Wenruobtrfs: populate extent_map::generation when reading...
2022-02-14 Filipe Mananabtrfs: assert we have a write lock when removing and...
2022-02-14 Filipe Mananabtrfs: remove no longer used counter when reading data...
2022-02-14 Filipe Mananabtrfs: fix lost error return value when reading a data...
2022-02-14 Filipe Mananabtrfs: stop checking for NULL return from btrfs_get_ext...
2022-02-14 Filipe Mananabtrfs: prepare extents to be logged before locking...
2022-02-14 Filipe Mananabtrfs: remove useless path release in the fast fsync...
2022-02-14 Filipe Mananabtrfs: remove constraint on number of visited leaves...
2022-02-14 Filipe Mananabtrfs: avoid unnecessary computation when deleting...
2022-02-14 Filipe Mananabtrfs: avoid unnecessary COW of leaves when deleting...
2022-02-14 Filipe Mananabtrfs: remove unnecessary leaf free space checks when...
2022-02-14 Johannes Thumshirnbtrfs: stop checking for NULL return from btrfs_get_ext...
2022-02-14 Pankaj Raghavbtrfs: zoned: remove redundant assignment in btrfs_chec...
2022-02-14 David Sterbabtrfs: replace BUILD_BUG_ON by static_assert
2022-02-14 Qu Wenruobtrfs: don't hold CPU for too long when defragging...
2022-02-14 Johannes Thumshirnbtrfs: zoned: allow DUP on meta-data block groups
2022-02-14 Johannes Thumshirnbtrfs: zoned: prepare for allowing DUP on zoned
2022-02-14 Johannes Thumshirnbtrfs: zoned: make zone finishing multi stripe capable
2022-02-14 Johannes Thumshirnbtrfs: zoned: make zone activation multi stripe capable
2022-02-14 Josef Bacikbtrfs: add support for multiple global roots
2022-02-14 Josef Bacikbtrfs: add code to support the block group root
2022-02-14 Josef Bacikbtrfs: abstract out loading the tree root
2022-02-14 Josef Bacikbtrfs: tree-checker: don't fail on empty extent roots...
2022-02-14 Josef Bacikbtrfs: disable space cache related mount options for...
2022-02-14 Josef Bacikbtrfs: disable snapshot creation/deletion for extent...
2022-02-14 Josef Bacikbtrfs: disable scrub for extent-tree-v2
2022-02-14 Josef Bacikbtrfs: disable qgroups in extent tree v2
2022-02-14 Josef Bacikbtrfs: disable device manipulation ioctl's EXTENT_TREE_V2
2022-02-14 Josef Bacikbtrfs: disable balance for extent tree v2 for now
2022-02-14 Josef Bacikbtrfs: add definition for EXTENT_TREE_V2
2022-02-14 Filipe Mananabtrfs: use single variable to track return value at...
2022-02-14 Filipe Mananabtrfs: avoid inode logging during rename and link when...
2022-02-14 Filipe Mananabtrfs: stop doing unnecessary log updates during a...
2022-02-14 Filipe Mananabtrfs: avoid logging all directory changes during renames
2022-02-14 Filipe Mananabtrfs: pass the dentry to btrfs_log_new_name() instead...
2022-02-14 Filipe Mananabtrfs: add helper to delete a dir entry from a log...
2022-02-14 Minghao Chibtrfs: send: remove redundant ret variable in fs_path_copy
2022-02-14 Nikolay Borisovbtrfs: move QUOTA_ENABLED check to rescan_should_stop...
2022-02-14 Jiapeng Chongbtrfs: scrub: remove redundant initialization of increment
2022-02-14 Jiapeng Chongbtrfs: zoned: remove redundant initialization of to_add
2022-02-14 Anand Jainbtrfs: cleanup temporary variables when finding rotatio...
2022-02-14 Anand Jainbtrfs: use dev_t to match device in device_matched
2022-02-14 Anand Jainbtrfs: add device major-minor info in the struct btrfs_...
2022-02-14 Anand Jainbtrfs: match stale devices by dev_t
2022-02-14 Anand Jainbtrfs: harden identification of a stale device
2022-02-14 Anand Jainbtrfs: simplify fs_devices member access in btrfs_init_...
2022-02-14 Sahil Kangbtrfs: reuse existing inode from btrfs_ioctl
2022-02-14 Nikolay Borisovbtrfs: move missing device handling in a dedicate function
2022-02-14 Filipe Mananabtrfs: stop trying to log subdirectories created in...
2022-02-14 Filipe Mananabtrfs: stop copying old dir items when logging a directory
2022-02-14 Filipe Mananabtrfs: put initial index value of a directory in a...
2022-02-14 Filipe Mananabtrfs: don't log unnecessary boundary keys when logging...
2022-02-14 Sahil Kangbtrfs: reuse existing pointers from btrfs_ioctl
2022-02-14 Filipe Mananabtrfs: remove write and wait of struct walk_control
2022-02-13 Linus TorvaldsLinux 5.17-rc4 v5.17-rc4
2022-02-13 Linus TorvaldsMerge tag 'kbuild-fixes-v5.17-2' of git://git./linux...
2022-02-13 Linus TorvaldsMerge tag 'irq-urgent-2022-02-13' of git://git./linux...
2022-02-13 Linus TorvaldsMerge tag 'objtool_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'sched_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'perf_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'x86_urgent_for_v5.17_rc4' of git://git....
2022-02-13 Linus TorvaldsMerge tag '5.17-rc4-smb3-fixes' of git://git.samba...
2022-02-13 Thomas GleixnerMerge tag 'irqchip-fixes-5.17-2' of git://git./linux...
2022-02-12 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-02-12 Linus TorvaldsMerge tag 'char-misc-5.17-rc4' of git://git./linux...
2022-02-12 Linus TorvaldsMerge tag 'staging-5.17-rc4' of git://git./linux/kernel...
2022-02-12 Linus TorvaldsMerge tag 'tty-5.17-rc4' of git://git./linux/kernel...
2022-02-12 Linus TorvaldsMerge tag 'usb-5.17-rc4' of git://git./linux/kernel...
2022-02-12 Linus TorvaldsMerge tag 's390-5.17-4' of git://git./linux/kernel...
2022-02-12 Linus TorvaldsMerge tag 'for-linus-5.17a-rc4-tag' of git://git./linux...
2022-02-12 Linus TorvaldsMerge tag 'seccomp-v5.17-rc4' of git://git./linux/kerne...
2022-02-12 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2022-02-12 Jing Lengkconfig: fix failing to generate auto.conf
2022-02-12 Greg Kroah... Revert "usb: dwc2: drd: fix soft connect when gadget...
2022-02-12 Peng Liukfence: make test case compatible with run time set...
2022-02-12 Roman Gushchinmm: memcg: synchronize objcg lists with a dedicated...
2022-02-12 Mel Gormanmm: vmscan: remove deadlock due to throttling failing...
2022-02-12 Yang Shifs/proc: task_mmu.c: don't read mapcount for migration...
2022-02-12 Mike Rapoportfs/binfmt_elf: fix PT_LOAD p_align values for loaders
2022-02-11 Linus TorvaldsMerge tag 'soc-fixes-5.17-1' of git://git./linux/kernel...
2022-02-11 Linus TorvaldsMerge tag 'pci-v5.17-fixes-4' of git://git./linux/kerne...
2022-02-11 Bjorn HelgaasRevert "PCI/portdrv: Do not setup up IRQs if there...
next