aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-32/+22
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 52-1978/+2690
2020-10-13Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Gravatar Linus Torvalds 6-279/+260
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 19-342/+470
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-209/+126
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-140/+93
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-398/+49
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-7/+25
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-6/+5
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathGravatar Vladimir Zapolskiy 1-1/+1
2020-10-09erofs: remove unnecessary enum entriesGravatar Chengguang Xu 1-2/+0
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-22/+12
2020-10-08afs: Fix deadlock between writeback and truncateGravatar David Howells 3-9/+50
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagGravatar Nikolay Borisov 3-9/+9
2020-10-07btrfs: annotate device name rcu_string with __rcuGravatar Madhuparna Bhowmik 1-1/+1
2020-10-07btrfs: skip devices without magic signature when mountingGravatar Anand Jain 2-8/+18
2020-10-07btrfs: cleanup cow block on errorGravatar Josef Bacik 1-0/+6
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGravatar Goldwyn Rodrigues 2-21/+0
2020-10-07fs: remove no longer used dio_end_io()Gravatar Goldwyn Rodrigues 1-19/+0
2020-10-07btrfs: return error if we're unable to read device statsGravatar Josef Bacik 1-8/+18
2020-10-07btrfs: init device stats for seed devicesGravatar Josef Bacik 1-41/+46
2020-10-07btrfs: remove struct extent_io_opsGravatar Nikolay Borisov 7-38/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesGravatar Nikolay Borisov 3-7/+7
2020-10-07btrfs: stop calling submit_bio_hook for data inodesGravatar Nikolay Borisov 3-8/+12
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageGravatar Nikolay Borisov 1-4/+2
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioGravatar Nikolay Borisov 1-5/+2
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookGravatar Nikolay Borisov 3-6/+1
2020-10-07btrfs: replace readpage_end_io_hook with direct callsGravatar Nikolay Borisov 5-12/+18
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryGravatar Filipe Manana 1-0/+72
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesGravatar Filipe Manana 1-40/+87
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemGravatar Qu Wenruo 1-5/+12
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersGravatar David Sterba 2-16/+14
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataGravatar David Sterba 1-12/+9
2020-10-07btrfs: send: use helpers for unaligned access to header membersGravatar David Sterba 1-7/+7
2020-10-07btrfs: use own btree inode io_tree owner idGravatar Qu Wenruo 2-1/+2
2020-10-07btrfs: reschedule when cloning lots of extentsGravatar Johannes Thumshirn 1-0/+2
2020-10-07btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Gravatar Denis Efremov 1-5/+6
2020-10-07btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Gravatar Denis Efremov 1-1/+1
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentGravatar Nikolay Borisov 5-17/+14
2020-10-07btrfs: remove inode argument from add_pending_csumsGravatar Nikolay Borisov 1-5/+4
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentGravatar Nikolay Borisov 1-5/+4
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeGravatar Nikolay Borisov 3-7/+6
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeGravatar Nikolay Borisov 1-21/+20
2020-10-07btrfs: open code extent_read_full_page to its sole callerGravatar Nikolay Borisov 3-23/+15
2020-10-07btrfs: sink mirror_num argument in __do_readpageGravatar Nikolay Borisov 1-6/+5
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageGravatar Nikolay Borisov 3-4/+4
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageGravatar Nikolay Borisov 3-5/+4
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageGravatar Nikolay Borisov 3-19/+16
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageGravatar Nikolay Borisov 3-5/+5