summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana3-25/+25
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana8-961/+1005
2021-04-19btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny1-2/+3
2021-04-19btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny1-4/+5
2021-04-19btrfs: raid56: convert kmaps to kmap_local_pageIra Weiny1-31/+34
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny4-11/+10
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn4-2/+3
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana1-13/+4
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-12/+19
2021-04-19btrfs: fix race between memory mapped writes and fsyncFilipe Manana1-9/+9
2021-04-19btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik1-6/+6
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik1-6/+24
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik5-28/+28
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik3-0/+12
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues3-5/+3
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues1-24/+13
2021-04-19btrfs: don't opencode extent_changeset_freeNikolay Borisov1-2/+1
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong1-2/+2
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana1-6/+36
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana1-0/+1
2021-04-19btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-20/+5
2021-04-19btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov1-5/+3
2021-04-19btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov1-28/+7
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain1-8/+0
2021-04-19btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain1-3/+3
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain3-14/+13
2021-04-19btrfs: replace open coded while loop with proper constructNikolay Borisov1-19/+23
2021-04-19btrfs: replace offset_in_entry with in_rangeNikolay Borisov1-15/+4
2021-04-19btrfs: make find_desired_extent take btrfs_inodeNikolay Borisov1-8/+7
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov4-34/+34
2021-04-19btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo1-2/+2
2021-04-17readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds1-0/+6
2021-04-17Merge tag 'io_uring-5.12-2021-04-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2021-04-14io_uring: fix early sqd_list removal sqpoll hangsPavel Begunkov1-2/+5
2021-04-11Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+42
2021-04-10btrfs: zoned: move superblock logging zone locationNaohiro Aota1-11/+42
2021-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-14/+10
2021-04-10Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+21
2021-04-10fs: direct-io: fix missing sdio->boundaryJack Qiu1-2/+3
2021-04-10ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2-12/+7
2021-04-09Merge tag '5.12-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-8/+22
2021-04-08io-wq: cancel unbounded works on io-wq destroyPavel Begunkov1-0/+4
2021-04-08io_uring: fix rw req completionPavel Begunkov1-0/+13
2021-04-08Merge tag 'for-linus-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+17
2021-04-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2021-04-08io_uring: clear F_REISSUE right after getting itPavel Begunkov1-2/+4
2021-04-08cifs: escape spaces in share namesMaciek Borzecki1-1/+2
2021-04-08fs: cifs: Remove unnecessary struct declarationWan Jiabing1-2/+0
2021-04-08cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N3-5/+20
2021-04-07LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro1-4/+4