summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-10exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman
2020-12-10file: Remove get_files_structEric W. Biederman
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman
2020-12-10proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman
2020-12-10proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman
2020-12-10file: Implement task_lookup_next_fd_rcuEric W. Biederman
2020-12-10proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman
2020-12-10file: Implement task_lookup_fd_rcuEric W. Biederman
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman
2020-12-10file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman
2020-12-10proc/fd: In proc_fd_link use fget_taskEric W. Biederman
2020-12-10exec: Remove reset_files_structEric W. Biederman
2020-12-10exec: Simplify unshare_filesEric W. Biederman
2020-12-10exec: Move unshare_files to fix posix file locking during execEric W. Biederman
2020-12-10exec: Don't open code get_close_on_execEric W. Biederman
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal
2020-12-10erofs: avoid using generic_block_bmapHuang Jianan
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo
2020-12-09btrfs: scrub: support subpage data scrubQu Wenruo
2020-12-09btrfs: scrub: support subpage tree block scrubQu Wenruo
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferQu Wenruo
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportQu Wenruo
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo
2020-12-09btrfs: factor out btree page submission code to a helperQu 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: fix lockdep warning when creating free space treeBoris Burkov
2020-12-09btrfs: skip space_cache v1 setup when not using itBoris Burkov
2020-12-09btrfs: remove free space items when disabling space cache v1Boris Burkov
2020-12-09btrfs: warn when remount will not change the free space treeBoris Burkov
2020-12-09btrfs: use superblock state to print space_cache mount optionBoris Burkov
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: clear free space tree on ro->rw remountBoris Burkov
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov
2020-12-09btrfs: create free space tree on ro->rw remountBoris Burkov