index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-22
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-05-20
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
1
-1
/
+1
2021-05-17
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2021-05-14
btrfs: avoid RCU stalls while running delayed iputs
Josef Bacik
1
-0
/
+1
2021-05-11
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
1
-23
/
+10
2021-04-28
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
1
-2
/
+2
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+4
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
Josef Bacik
1
-1
/
+5
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
Josef Bacik
1
-2
/
+5
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
Josef Bacik
1
-2
/
+5
2021-04-19
btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()
Qu Wenruo
1
-6
/
+2
2021-04-19
btrfs: use min() to replace open-code in btrfs_invalidatepage()
Qu Wenruo
1
-4
/
+2
2021-04-19
btrfs: update outdated comment at btrfs_orphan_cleanup()
Filipe Manana
1
-7
/
+11
2021-04-19
btrfs: convert kmap to kmap_local_page, simple cases
Ira Weiny
1
-2
/
+2
2021-04-19
btrfs: fix race between marking inode needs to be logged and log syncing
Filipe Manana
1
-3
/
+1
2021-04-19
btrfs: add a i_mmap_lock to our inode
Josef Bacik
1
-0
/
+10
2021-04-19
btrfs: remove mirror argument from btrfs_csum_verify_data()
Goldwyn Rodrigues
1
-2
/
+1
2021-04-19
btrfs: remove force argument from run_delalloc_nocow()
Goldwyn Rodrigues
1
-24
/
+13
2021-04-19
btrfs: change return type to bool in btrfs_extent_readonly
Anand Jain
1
-3
/
+3
2021-04-19
btrfs: unexport btrfs_extent_readonly() and make it static
Anand Jain
1
-0
/
+13
2021-04-19
btrfs: make btrfs_replace_file_extents take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2021-04-12
btrfs: convert to fileattr
Miklos Szeredi
1
-0
/
+4
2021-03-26
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+9
2021-03-18
Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+26
2021-03-18
btrfs: fix check_data_csum() error message for direct I/O
Omar Sandoval
1
-5
/
+9
2021-03-17
btrfs: zoned: remove outdated WARN_ON in direct IO
Johannes Thumshirn
1
-4
/
+0
2021-03-16
btrfs: fix slab cache flags for free space tree bitmap
David Sterba
1
-1
/
+1
2021-03-15
btrfs: fix qgroup data rsv leak caused by falloc failure
Qu Wenruo
1
-5
/
+19
2021-03-15
btrfs: track qgroup released data in own variable in insert_prealloc_file_extent
Qu Wenruo
1
-5
/
+6
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-03-02
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-1
/
+1
2021-03-01
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+38
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-20
/
+26
2021-02-22
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
1
-2
/
+19
2021-02-22
btrfs: fix race between writes to swap files and scrub
Filipe Manana
1
-1
/
+18
2021-02-22
btrfs: avoid checking for RO block group twice during nocow writeback
Filipe Manana
1
-3
/
+1
2021-02-09
btrfs: zoned: wait for existing extents before truncating
Naohiro Aota
1
-0
/
+9
2021-02-09
btrfs: zoned: introduce dedicated data write path for zoned filesystems
Naohiro Aota
1
-2
/
+32
2021-02-09
btrfs: zoned: enable zone append writing for direct IO
Naohiro Aota
1
-0
/
+18
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
1
-0
/
+4
2021-02-09
btrfs: zoned: check if bio spans across an ordered extent
Johannes Thumshirn
1
-0
/
+27
2021-02-09
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
1
-0
/
+95
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
1
-5
/
+5
2021-02-09
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
1
-4
/
+11
2021-02-09
btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK
Qu Wenruo
1
-18
/
+10
2021-02-09
btrfs: let callers of btrfs_get_io_geometry pass the em
Michal Rostecki
1
-11
/
+30
2021-02-09
btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...
Qu Wenruo
1
-1
/
+2
2021-02-09
btrfs: remove wrong comment for can_nocow_extent()
Filipe Manana
1
-3
/
+0
2021-02-09
btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputs
Nikolay Borisov
1
-3
/
+5
[next]