summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-276-9/+10
* btrfs: make get_extent_allocation_hint take btrfs_inodeNikolay Borisov2020-07-271-4/+5
* btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeNikolay Borisov2020-07-271-15/+15
* btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana2020-07-272-5/+0
* btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana2020-07-272-5/+0
* btrfs: add little-endian optimized key helpersDavid Sterba2020-07-272-0/+65
* btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo2020-07-273-0/+49
* btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo2020-07-273-15/+25
* btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo2020-07-271-4/+4
* btrfs: inode: move qgroup reserved space release to the callers of insert_res...Qu Wenruo2020-07-271-13/+13
* btrfs: inode: refactor the parameters of insert_reserved_file_extent()Qu Wenruo2020-07-272-32/+68
* btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba2020-07-271-6/+6
* btrfs: scrub: simplify tree block checksum calculationDavid Sterba2020-07-271-24/+9
* btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba2020-07-271-7/+5
* btrfs: scrub: simplify data block checksum calculationDavid Sterba2020-07-271-21/+3
* btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba2020-07-271-8/+8
* btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba2020-07-271-3/+1
* btrfs: scrub: simplify superblock checksum calculationDavid Sterba2020-07-271-27/+4
* btrfs: scrub: unify naming of page address variablesDavid Sterba2020-07-271-16/+16
* btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba2020-07-271-15/+8
* btrfs: introduce "rescue=" mount optionQu Wenruo2020-07-271-8/+73
* btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...Filipe Manana2020-07-271-8/+6
* btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Filipe Manana2020-07-273-11/+7
* btrfs: check-integrity: remove unnecessary failure messages during memory all...Liao Pingfang2020-07-271-21/+6
* btrfs: use helper btrfs_get_block_groupAnand Jain2020-07-271-2/+2
* btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain2020-07-272-10/+6
* btrfs: remove no longer necessary chunk mutex locking casesFilipe Manana2020-07-271-5/+0
* btrfs: factor out reading of bg from find_frist_block_groupJohannes Thumshirn2020-07-271-46/+56
* btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn2020-07-271-1/+1
* btrfs: simplify checks when adding excluded rangesNikolay Borisov2020-07-271-17/+4
* btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov2020-07-271-10/+3
* btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov2020-07-271-2/+0
* Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-251-3/+3
|\
| * efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel2020-07-091-3/+3
* | Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds2020-07-251-8/+2
|\ \
| * | Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-231-8/+2
* | | Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds2020-07-251-1/+19
|\ \ \
| * | | nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields2020-07-221-1/+19
* | | | Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds2020-07-241-1/+1
|\ \ \ \
| * | | | squashfs: fix length field overlap check in metadata readingPhillip Lougher2020-07-241-1/+1
* | | | | Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-244-14/+21
|\ \ \ \ \
| * | | | | btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-211-0/+8
| * | | | | btrfs: fix page leaks after failure to lock page for delallocRobbie Ko2020-07-211-1/+2
| * | | | | btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-07-211-13/+10
| * | | | | btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-211-0/+1
* | | | | | Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-07-241-7/+11
|\ \ \ \ \ \
| * | | | | | zonefs: count pages after truncating the iteratorJohannes Thumshirn2020-07-201-4/+4
| * | | | | | zonefs: Fix compilation warningDamien Le Moal2020-07-201-3/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds2020-07-241-25/+36
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov2020-07-231-0/+1