summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-03-23btrfs: hold a ref on the root in create_reloc_inodeJosef Bacik
2020-03-23btrfs: hold a ref on the root in find_data_referencesJosef Bacik
2020-03-23btrfs: hold a ref on the root in record_reloc_root_in_transJosef Bacik
2020-03-23btrfs: hold a ref on the root in merge_reloc_rootsJosef Bacik
2020-03-23btrfs: hold a ref on the root in prepare_to_mergeJosef Bacik
2020-03-23btrfs: hold a ref on the root in build_backref_treeJosef Bacik
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik
2020-03-23btrfs: hold a ref on the root in search_ioctlJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_subvolJosef Bacik
2020-03-23btrfs: hold a ref on the root in fixup_tree_root_locationJosef Bacik
2020-03-23btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik
2020-03-23btrfs: hold a root ref in btrfs_get_dentryJosef Bacik
2020-03-23btrfs: hold a ref on the root in resolve_indirect_refJosef Bacik
2020-03-23btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik
2020-03-23btrfs: describe the space reservation system in generalJosef Bacik
2020-03-23btrfs: add a comment describing delalloc space reservationJosef Bacik
2020-03-23btrfs: add a comment describing block reservesJosef Bacik
2020-03-23btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: make the fs root init functions staticJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik
2020-03-23btrfs: make relocation use btrfs_read_tree_root()Josef Bacik
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik
2020-03-23btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2020-03-23btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Su Yue
2020-03-23btrfs: relocation: Add introduction of how relocation worksQu Wenruo
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana
2020-03-23btrfs: Add overview of device replaceQu Wenruo
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-03-21epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter