Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota
2021-02-09btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2021-02-09btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo
2021-02-09btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki
2021-02-09btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo
2021-02-09btrfs: remove wrong comment for can_nocow_extent()Filipe Manana
2021-02-09btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov
2021-02-09btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo
2021-02-09btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo
2021-02-09btrfs: remove always true condition in btrfs_start_delalloc_rootsNikolay Borisov
2021-02-09btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov
2021-02-09btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov
2021-02-09btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov
2021-02-09btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-08btrfs: shrink delalloc pages instead of full inodesJosef Bacik
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo
2020-12-09btrfs: make btrfs_verify_data_csum follow sector sizeQu Wenruo
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-09btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba
2020-12-08btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov
2020-12-08btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana
2020-12-08btrfs: remove unnecessary attempt to drop extent maps after adding inline extentFilipe Manana
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov