summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-07-27btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeNikolay Borisov1-15/+15
2020-07-27btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana2-5/+0
2020-07-27btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana2-5/+0
2020-07-27btrfs: add little-endian optimized key helpersDavid Sterba2-0/+65
2020-07-27btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo3-0/+49
2020-07-27btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo3-15/+25
2020-07-27btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo1-4/+4
2020-07-27btrfs: inode: move qgroup reserved space release to the callers of insert_res...Qu Wenruo1-13/+13
2020-07-27btrfs: inode: refactor the parameters of insert_reserved_file_extent()Qu Wenruo2-32/+68
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba1-6/+6
2020-07-27btrfs: scrub: simplify tree block checksum calculationDavid Sterba1-24/+9
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba1-7/+5
2020-07-27btrfs: scrub: simplify data block checksum calculationDavid Sterba1-21/+3
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba1-8/+8
2020-07-27btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba1-3/+1
2020-07-27btrfs: scrub: simplify superblock checksum calculationDavid Sterba1-27/+4
2020-07-27btrfs: scrub: unify naming of page address variablesDavid Sterba1-16/+16
2020-07-27btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba1-15/+8
2020-07-27btrfs: introduce "rescue=" mount optionQu Wenruo1-8/+73
2020-07-27btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...Filipe Manana1-8/+6
2020-07-27btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Filipe Manana3-11/+7
2020-07-27btrfs: check-integrity: remove unnecessary failure messages during memory all...Liao Pingfang1-21/+6
2020-07-27btrfs: use helper btrfs_get_block_groupAnand Jain1-2/+2
2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain2-10/+6
2020-07-27btrfs: remove no longer necessary chunk mutex locking casesFilipe Manana1-5/+0
2020-07-27btrfs: factor out reading of bg from find_frist_block_groupJohannes Thumshirn1-46/+56
2020-07-27btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn1-1/+1
2020-07-27btrfs: simplify checks when adding excluded rangesNikolay Borisov1-17/+4
2020-07-27btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov1-10/+3
2020-07-27btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov1-2/+0
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds1-8/+2
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds1-1/+19
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds1-1/+1
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+21
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+11
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds1-25/+36
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher1-1/+1
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov1-0/+1
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields1-1/+19
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-21btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo1-13/+10
2020-07-21btrfs: fix double free on ulist after backref resolution failureFilipe Manana1-0/+1
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev1-4/+4
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim1-1/+1
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon1-1/+1
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon1-1/+1
2020-07-20zonefs: count pages after truncating the iteratorJohannes Thumshirn1-4/+4