summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2020-10-13Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov
2020-10-07btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain
2020-10-07btrfs: cleanup cow block on errorJosef Bacik
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik
2020-10-07btrfs: init device stats for seed devicesJosef Bacik
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba
2020-10-07btrfs: send: use helpers for unaligned access to header membersDavid Sterba
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo
2020-10-07btrfs: reschedule when cloning lots of extentsJohannes Thumshirn
2020-10-07btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov
2020-10-07btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov
2020-10-07btrfs: remove inode argument from add_pending_csumsNikolay Borisov
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov
2020-10-07btrfs: sink mirror_num argument in __do_readpageNikolay Borisov
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov