summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-101-2/+2
|\
| * btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-281-2/+2
* | btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-051-23/+10
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-0/+4
|\ \ | |/ |/|
| * btrfs: convert to fileattrMiklos Szeredi2021-04-121-0/+4
* | btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolumeJosef Bacik2021-04-191-1/+5
* | btrfs: handle btrfs_record_root_in_trans failure in btrfs_renameJosef Bacik2021-04-191-2/+5
* | btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchangeJosef Bacik2021-04-191-2/+5
* | btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo2021-04-191-6/+2
* | btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo2021-04-191-4/+2
* | btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana2021-04-191-7/+11
* | btrfs: convert kmap to kmap_local_page, simple casesIra Weiny2021-04-191-2/+2
* | btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana2021-04-191-3/+1
* | btrfs: add a i_mmap_lock to our inodeJosef Bacik2021-04-191-0/+10
* | btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues2021-04-191-2/+1
* | btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues2021-04-191-24/+13
* | 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-191-0/+13
* | btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov2021-04-191-1/+1
|/
* Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-251-9/+9
|\
| * btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval2021-03-181-5/+9
| * btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn2021-03-171-4/+0
* | Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-181-11/+26
|\|
| * btrfs: fix slab cache flags for free space tree bitmapDavid Sterba2021-03-161-1/+1
| * btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo2021-03-151-5/+19
| * btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo2021-03-151-5/+6
* | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-051-1/+1
|\|
| * btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+1
* | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-011-6/+38
|\|
| * btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-02-221-2/+19
| * btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-221-1/+18
| * btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana2021-02-221-3/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-20/+26
|\ \ | |/ |/|
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-14/+19
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | btrfs: zoned: wait for existing extents before truncatingNaohiro Aota2021-02-091-0/+9
* | btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota2021-02-091-2/+32
* | btrfs: zoned: enable zone append writing for direct IONaohiro Aota2021-02-091-0/+18
* | btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-091-0/+4
* | btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn2021-02-091-0/+27
* | btrfs: zoned: split ordered extent when bio is sentNaohiro Aota2021-02-091-0/+95
* | btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota2021-02-091-5/+5
* | btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-4/+11
* | btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo2021-02-081-18/+10
* | btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki2021-02-081-11/+30
* | btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo2021-02-081-1/+2