aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana2021-04-193-25/+25
* btrfs: move the tree mod log code into its own fileFilipe Manana2021-04-198-961/+1005
* btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny2021-04-191-2/+3
* btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny2021-04-191-4/+5
* btrfs: raid56: convert kmaps to kmap_local_pageIra Weiny2021-04-191-31/+34
* btrfs: convert kmap to kmap_local_page, simple casesIra Weiny2021-04-194-11/+10
* btrfs: remove duplicated in_range() macroJohannes Thumshirn2021-04-194-2/+3
* btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana2021-04-191-13/+4
* btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana2021-04-194-12/+19
* btrfs: fix race between memory mapped writes and fsyncFilipe Manana2021-04-191-9/+9
* btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik2021-04-191-6/+6
* btrfs: exclude mmaps while doing remapJosef Bacik2021-04-191-6/+24
* btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik2021-04-195-28/+28
* btrfs: add a i_mmap_lock to our inodeJosef Bacik2021-04-193-0/+12
* btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues2021-04-193-5/+3
* btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues2021-04-191-24/+13
* btrfs: don't opencode extent_changeset_freeNikolay Borisov2021-04-191-2/+1
* btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong2021-04-191-2/+2
* btrfs: add btree read ahead for incremental send operationsFilipe Manana2021-04-191-6/+36
* btrfs: add btree read ahead for full send operationsFilipe Manana2021-04-191-0/+1
* btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-04-191-20/+5
* btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-04-191-5/+3
* btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov2021-04-191-28/+7
* btrfs: scrub: drop a few function declarationsAnand Jain2021-04-191-8/+0
* btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain2021-04-191-3/+3
* btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain2021-04-193-14/+13
* btrfs: replace open coded while loop with proper constructNikolay Borisov2021-04-191-19/+23
* btrfs: replace offset_in_entry with in_rangeNikolay Borisov2021-04-191-15/+4
* btrfs: make find_desired_extent take btrfs_inodeNikolay Borisov2021-04-191-8/+7
* btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov2021-04-194-34/+34
* btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo2021-04-191-2/+2
* readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds2021-04-171-0/+6
* Merge tag 'io_uring-5.12-2021-04-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-161-2/+5
|\
| * io_uring: fix early sqd_list removal sqpoll hangsPavel Begunkov2021-04-141-2/+5
* | Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-111-11/+42
|\ \
| * | btrfs: zoned: move superblock logging zone locationNaohiro Aota2021-04-101-11/+42
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-093-14/+10
|\ \ \
| * | | fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-091-2/+3
| * | | ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-092-12/+7
* | | | Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-092-2/+21
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | io-wq: cancel unbounded works on io-wq destroyPavel Begunkov2021-04-081-0/+4
| * | io_uring: fix rw req completionPavel Begunkov2021-04-081-0/+13
| * | io_uring: clear F_REISSUE right after getting itPavel Begunkov2021-04-071-2/+4
* | | Merge tag '5.12-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-04-085-8/+22
|\ \ \
| * | | cifs: escape spaces in share namesMaciek Borzecki2021-04-071-1/+2
| * | | fs: cifs: Remove unnecessary struct declarationWan Jiabing2021-04-071-2/+0
| * | | cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N2021-04-073-5/+20
* | | | Merge tag 'for-linus-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-081-4/+17
|\ \ \ \
| * | | | file: fix close_range() for unshare+cloexecChristian Brauner2021-04-021-4/+17
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-04-081-4/+4
|\ \ \ \ \