index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
btrfs: remove racy and unnecessary inode transaction update when using no-holes
Filipe Manana
1
-7
/
+5
2021-08-23
btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool
Filipe Manana
2
-17
/
+5
2021-08-23
btrfs: improve the batch insertion of delayed items
Filipe Manana
1
-133
/
+79
2021-08-23
btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items
Qu Wenruo
1
-0
/
+19
2021-08-23
btrfs: pass NULL as trans to btrfs_search_slot if we only want to search
Marcos Paulo de Souza
2
-2
/
+2
2021-08-23
btrfs: continue readahead of siblings even if target node is in memory
Filipe Manana
1
-5
/
+8
2021-08-23
btrfs: check-integrity: drop kmap/kunmap for block pages
David Sterba
1
-8
/
+3
2021-08-23
btrfs: compression: drop kmap/kunmap from generic helpers
David Sterba
2
-4
/
+2
2021-08-23
btrfs: compression: drop kmap/kunmap from zstd
David Sterba
1
-18
/
+9
2021-08-23
btrfs: compression: drop kmap/kunmap from zlib
David Sterba
1
-25
/
+11
2021-08-23
btrfs: compression: drop kmap/kunmap from lzo
David Sterba
1
-28
/
+10
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
5
-15
/
+14
2021-08-23
btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs
Anand Jain
1
-5
/
+5
2021-08-23
btrfs: remove max argument from generic_bin_search
Marcos Paulo de Souza
1
-11
/
+7
2021-08-23
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
3
-96
/
+91
2021-08-23
btrfs: check-integrity: drop unnecessary function prototypes
Anand Jain
1
-49
/
+0
2021-08-23
btrfs: add special case to setget helpers for 64k pages
David Sterba
1
-4
/
+4
2021-08-23
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
4
-24
/
+0
2021-08-18
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2
-2
/
+5
2021-08-18
Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-2
/
+8
2021-08-16
iomap: switch __iomap_dio_rw to use iomap_iter
Christoph Hellwig
1
-2
/
+3
2021-08-16
btrfs: prevent rename2 from exchanging a subvol with a directory from different parents
NeilBrown
1
-2
/
+8
2021-07-30
Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-4
/
+5
2021-07-29
btrfs: calculate number of eb pages properly in csum_tree_block
David Sterba
1
-1
/
+1
2021-07-28
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
1
-0
/
+1
2021-07-28
btrfs: fix lost inode on log replay after mix of fsync, rename and inode eviction
Filipe Manana
1
-2
/
+2
2021-07-28
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
1
-1
/
+1
2021-07-23
Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
12
-47
/
+79
2021-07-22
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
4
-13
/
+6
2021-07-22
btrfs: fix lock inversion problem when doing qgroup extent tracing
Filipe Manana
6
-25
/
+48
2021-07-22
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
1
-0
/
+3
2021-07-22
btrfs: fix unpersisted i_size on fsync after expanding truncate
Filipe Manana
1
-9
/
+22
2021-07-13
Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
9
-286
/
+687
2021-07-07
btrfs: zoned: fix wrong mutex unlock on failure to allocate log root tree
Filipe Manana
1
-1
/
+1
2021-07-07
btrfs: don't block if we can't acquire the reclaim lock
Johannes Thumshirn
1
-1
/
+9
2021-07-07
btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
Naohiro Aota
1
-29
/
+118
2021-07-07
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
7
-184
/
+546
2021-07-07
btrfs: fix deadlock with concurrent chunk allocations involving system chunks
Filipe Manana
3
-69
/
+1
2021-07-07
btrfs: zoned: print unusable percentage when reclaiming block groups
Johannes Thumshirn
1
-2
/
+12
2021-07-07
btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_work
David Sterba
1
-1
/
+1
2021-07-03
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-12
/
+11
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-06-22
btrfs: remove unused btrfs_fs_info::total_pinned
Nikolay Borisov
1
-2
/
+0
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
7
-97
/
+0
2021-06-22
btrfs: rip the first_ticket_bytes logic from fail_all_tickets
Josef Bacik
1
-16
/
+0
2021-06-22
btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing
Josef Bacik
1
-16
/
+0
2021-06-22
btrfs: rip out may_commit_transaction
Josef Bacik
2
-126
/
+11
2021-06-22
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
5
-31
/
+2
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
6
-19
/
+32
2021-06-22
btrfs: shorten integrity checker extent data mount option
David Sterba
3
-6
/
+4
[prev]
[next]