index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-16
Merge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-19
/
+37
2024-10-11
btrfs: fix uninitialized pointer free on read_alloc_one_name() error
Roi Martin
1
-2
/
+2
2024-10-11
btrfs: send: cleanup unneeded return variable in changed_verity()
Christian Heusel
1
-3
/
+1
2024-10-11
btrfs: fix uninitialized pointer free in add_inode_ref()
Roi Martin
1
-1
/
+1
2024-10-11
btrfs: use sector numbers as keys for the dirty extents xarray
Filipe Manana
3
-13
/
+33
2024-10-10
Merge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-24
/
+76
2024-10-09
btrfs: fix clear_dirty and writeback ordering in submit_one_sector()
Naohiro Aota
1
-7
/
+7
2024-10-09
btrfs: zoned: fix missing RCU locking in error message when loading zone info
Filipe Manana
1
-1
/
+1
2024-10-07
btrfs: fix missing error handling when adding delayed ref with qgroups enabled
Filipe Manana
1
-9
/
+33
2024-10-07
btrfs: add cancellation points to trim loops
Luca Stefani
3
-3
/
+14
2024-10-07
btrfs: split remaining space to discard in chunks
Luca Stefani
2
-4
/
+21
2024-10-04
Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-82
/
+57
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
5
-5
/
+5
2024-10-01
btrfs: disable rate limiting when debug enabled
Leo Martins
1
-1
/
+2
2024-10-01
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
1
-0
/
+11
2024-10-01
btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
Qu Wenruo
1
-1
/
+1
2024-10-01
btrfs: send: fix invalid clone operation for file that got its size decreased
Filipe Manana
1
-1
/
+22
2024-10-01
btrfs: drop the backref cache during relocation if we commit
Josef Bacik
2
-76
/
+11
2024-10-01
btrfs: also add stripe entries for NOCOW writes
Johannes Thumshirn
1
-0
/
+5
2024-10-01
btrfs: send: fix buffer overflow detection when copying path to cache entry
Filipe Manana
1
-3
/
+5
2024-09-23
Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
5
-4
/
+37
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2024-09-17
btrfs: fix use-after-free on rbtree that tracks inodes for auto defrag
Filipe Manana
1
-0
/
+2
2024-09-17
btrfs: tree-checker: fix the wrong output of data backref objectid
Qu Wenruo
1
-1
/
+1
2024-09-17
btrfs: fix race setting file private on concurrent lseek using same fd
Filipe Manana
3
-3
/
+34
2024-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+18
2024-09-10
btrfs: only unlock the to-be-submitted ranges inside a folio
Qu Wenruo
3
-38
/
+86
2024-09-10
btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()
Qu Wenruo
3
-50
/
+35
2024-09-10
btrfs: BTRFS_PATH_AUTO_FREE in orphan.c
Leo Martins
1
-17
/
+7
2024-09-10
btrfs: use btrfs_path auto free in zoned.c
Leo Martins
1
-23
/
+11
2024-09-10
btrfs: DEFINE_FREE for struct btrfs_path
Leo Martins
1
-0
/
+5
2024-09-10
btrfs: remove btrfs_folio_end_all_writers()
Qu Wenruo
3
-51
/
+10
2024-09-10
btrfs: constify more pointer parameters
David Sterba
18
-83
/
+81
2024-09-10
btrfs: rework BTRFS_I as macro to preserve parameter const
David Sterba
1
-4
/
+6
2024-09-10
btrfs: add and use helper to verify the calling task has locked the inode
Filipe Manana
6
-7
/
+15
2024-09-10
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2
-5
/
+3
2024-09-10
btrfs: convert copy_inline_to_page() to use folio
Li Zetao
1
-17
/
+18
2024-09-10
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
4
-10
/
+10
2024-09-10
btrfs: convert zstd_decompress() to take a folio
Li Zetao
3
-10
/
+10
2024-09-10
btrfs: convert lzo_decompress() to take a folio
Li Zetao
3
-8
/
+8
2024-09-10
btrfs: convert zlib_decompress() to take a folio
Li Zetao
3
-9
/
+9
2024-09-10
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
3
-5
/
+5
2024-09-10
btrfs: convert try_release_extent_state() to take a folio
Li Zetao
1
-3
/
+3
2024-09-10
btrfs: convert submit_eb_page() to take a folio
Li Zetao
1
-5
/
+4
2024-09-10
btrfs: convert submit_eb_subpage() to take a folio
Li Zetao
1
-10
/
+9
2024-09-10
btrfs: convert read_key_bytes() to take a folio
Li Zetao
1
-7
/
+7
2024-09-10
btrfs: convert try_release_extent_buffer() to take a folio
Li Zetao
3
-10
/
+9
2024-09-10
btrfs: convert try_release_subpage_extent_buffer() to take a folio
Li Zetao
1
-9
/
+9
2024-09-10
btrfs: convert get_next_extent_buffer() to take a folio
Li Zetao
1
-7
/
+7
2024-09-10
btrfs: convert clear_page_extent_mapped() to take a folio
Li Zetao
3
-8
/
+7
[next]