index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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: allow idmapped rename inode op
Christian Brauner
1
-7
/
+10
2021-08-23
btrfs: handle idmaps in btrfs_new_inode()
Christian Brauner
1
-15
/
+19
2021-08-23
btrfs: sysfs: document structures and their associated files
Anand Jain
1
-16
/
+75
2021-08-23
btrfs: fix NULL pointer dereference when deleting device by invalid id
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: zoned: add asserts on splitting extent_map
Naohiro Aota
1
-6
/
+6
2021-08-23
btrfs: zoned: fix block group alloc_offset calculation
Naohiro Aota
1
-2
/
+5
2021-08-23
btrfs: zoned: suppress reclaim error message on EAGAIN
Naohiro Aota
1
-1
/
+1
2021-08-23
btrfs: zoned: allow disabling of zone auto reclaim
Johannes Thumshirn
2
-6
/
+8
2021-08-23
btrfs: update comment at log_conflicting_inodes()
Filipe Manana
1
-2
/
+2
2021-08-23
btrfs: remove no longer needed full sync flag check at inode_logged()
Filipe Manana
1
-7
/
+5
2021-08-23
btrfs: remove unnecessary NULL check for the new inode during rename exchange
Filipe Manana
1
-2
/
+1
2021-08-23
btrfs: allocate backref_ctx on stack in find_extent_clone
Goldwyn Rodrigues
1
-18
/
+11
2021-08-23
btrfs: allocate btrfs_ioctl_defrag_range_args on stack
Goldwyn Rodrigues
1
-16
/
+7
2021-08-23
btrfs: allocate btrfs_ioctl_quota_rescan_args on stack
Goldwyn Rodrigues
1
-9
/
+4
2021-08-23
btrfs: allocate file_ra_state on stack in readahead_cache
Goldwyn Rodrigues
1
-9
/
+3
2021-08-23
btrfs: introduce btrfs_search_backwards function
Marcos Paulo de Souza
5
-48
/
+40
2021-08-23
btrfs: print if fsverity support is built in when loading module
David Sterba
1
-0
/
+5
2021-08-23
btrfs: verity metadata orphan items
Boris Burkov
2
-9
/
+93
2021-08-23
btrfs: initial fsverity support
Boris Burkov
10
-19
/
+823
2021-08-23
btrfs: add ro compat flags to inodes
Boris Burkov
7
-27
/
+70
2021-08-23
btrfs: simplify return values in btrfs_check_raid_min_devices
Anand Jain
1
-6
/
+2
2021-08-23
btrfs: remove the dead comment in writepage_delalloc()
Qu Wenruo
2
-7
/
+2
2021-08-23
btrfs: allow degenerate raid0/raid10
David Sterba
1
-2
/
+2
2021-08-23
btrfs: do not pin logs too early during renames
Filipe Manana
1
-6
/
+42
2021-08-23
btrfs: eliminate some false positives when checking if inode was logged
Filipe Manana
1
-9
/
+16
2021-08-23
btrfs: drop unnecessary ASSERT from btrfs_submit_direct()
Naohiro Aota
1
-4
/
+4
2021-08-23
btrfs: fix argument type of btrfs_bio_clone_partial()
Chaitanya Kulkarni
2
-2
/
+4
2021-08-23
btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking
Josef Bacik
1
-1
/
+1
2021-08-23
btrfs: wait on async extents when flushing delalloc
Josef Bacik
2
-4
/
+40
2021-08-23
btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc
Josef Bacik
2
-16
/
+33
2021-08-23
btrfs: enable a tracepoint when we fail tickets
Josef Bacik
1
-0
/
+2
2021-08-23
btrfs: wake up async_delalloc_pages waiters after submit
Josef Bacik
1
-5
/
+5
2021-08-23
btrfs: unify regular and subpage error paths in __extent_writepage()
Qu Wenruo
1
-7
/
+44
2021-08-23
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
5
-16
/
+17
2021-08-23
btrfs: subpage: fix relocation potentially overwriting last page data
Qu Wenruo
1
-0
/
+60
2021-08-23
btrfs: subpage: fix false alert when relocating partial preallocated data ext...
Qu Wenruo
1
-6
/
+11
2021-08-23
btrfs: subpage: fix a potential use-after-free in writeback helper
Qu Wenruo
3
-6
/
+45
2021-08-23
btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()
Qu Wenruo
1
-1
/
+12
2021-08-23
btrfs: subpage: reject raid56 filesystem and profile conversion
Qu Wenruo
2
-0
/
+17
2021-08-23
btrfs: subpage: allow submit_extent_page() to do bio split
Qu Wenruo
1
-59
/
+131
2021-08-23
btrfs: subpage: disable inline extent creation
Qu Wenruo
1
-2
/
+16
2021-08-23
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
3
-0
/
+39
2021-08-23
btrfs: make relocate_one_page() handle subpage case
Qu Wenruo
1
-29
/
+77
2021-08-23
btrfs: reloc: factor out relocation page read and dirty part
Qu Wenruo
1
-105
/
+93
2021-08-23
btrfs: rework lzo_decompress_bio() to make it subpage compatible
Qu Wenruo
1
-106
/
+90
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
5
-99
/
+76
2021-08-23
btrfs: grab correct extent map for subpage compressed extent read
Qu Wenruo
1
-3
/
+6
2021-08-23
btrfs: disable compressed readahead for subpage
Qu Wenruo
1
-0
/
+10
2021-08-23
btrfs: subpage: check if there are compressed extents inside one page
Qu Wenruo
1
-0
/
+14
2021-08-23
btrfs: reset this_bio_flag to avoid inheriting old flags
Qu Wenruo
1
-1
/
+1
[next]