index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-24
btrfs: reduce extent threshold for autodefrag
Qu Wenruo
3
-4
/
+17
2022-02-23
btrfs: autodefrag: only scan one inode once
Qu Wenruo
1
-62
/
+22
2022-02-23
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
3
-0
/
+24
2022-02-23
btrfs: defrag: bring back the old file extent search behavior
Qu Wenruo
1
-4
/
+157
2022-02-23
btrfs: defrag: remove an ambiguous condition for rejection
Qu Wenruo
1
-4
/
+0
2022-02-23
btrfs: defrag: don't defrag extents which are already at max capacity
Qu Wenruo
1
-0
/
+20
2022-02-23
btrfs: defrag: don't try to merge regular extents with preallocated extents
Qu Wenruo
1
-6
/
+11
2022-02-15
btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...
Qu Wenruo
1
-9
/
+39
2022-02-15
btrfs: prevent copying too big compressed lzo segment
Dāvis Mosāns
1
-0
/
+11
2022-02-09
btrfs: send: in case of IO error log it
Dāvis Mosāns
1
-0
/
+4
2022-02-09
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
1
-2
/
+10
2022-02-09
btrfs: defrag: don't try to defrag extents which are under writeback
Qu Wenruo
1
-0
/
+4
2022-02-09
btrfs: don't hold CPU for too long when defragging a file
Qu Wenruo
1
-0
/
+1
2022-01-31
btrfs: skip reserved bytes warning on unmount after log cleanup failure
Filipe Manana
3
-2
/
+53
2022-01-31
btrfs: fix use of uninitialized variable at rm device ioctl
Tom Rix
1
-1
/
+1
2022-01-31
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
3
-4
/
+27
2022-01-31
btrfs: tree-checker: check item_size for dev_item
Su Yue
1
-0
/
+8
2022-01-31
btrfs: tree-checker: check item_size for inode_item
Su Yue
1
-0
/
+7
2022-01-31
btrfs: fix deadlock between quota disable and qgroup rescan worker
Shin'ichiro Kawasaki
1
-2
/
+19
2022-01-31
btrfs: don't start transaction for scrub if the fs is mounted read-only
Qu Wenruo
1
-0
/
+13
2022-01-24
btrfs: update writeback index when starting defrag
Filipe Manana
1
-0
/
+9
2022-01-24
btrfs: add back missing dirty page rate limiting to defrag
Filipe Manana
1
-0
/
+5
2022-01-24
btrfs: fix deadlock when reserving space during defrag
Filipe Manana
1
-1
/
+30
2022-01-19
btrfs: defrag: properly update range->start for autodefrag
Qu Wenruo
1
-2
/
+16
2022-01-19
btrfs: defrag: fix wrong number of defragged sectors
Qu Wenruo
1
-3
/
+7
2022-01-19
btrfs: allow defrag to be interruptible
Filipe Manana
1
-0
/
+5
2022-01-19
btrfs: fix too long loop when defragging a 1 byte file
Filipe Manana
1
-6
/
+6
2022-01-07
btrfs: output more debug messages for uncommitted transaction
Qu Wenruo
1
-1
/
+43
2022-01-07
btrfs: respect the max size in the header when activating swap file
Filipe Manana
1
-0
/
+11
2022-01-07
btrfs: fix argument list that the kdoc format and script verified
Yang Li
2
-4
/
+3
2022-01-07
btrfs: remove unnecessary parameter type from compression_decompress_bio
Su Yue
1
-4
/
+4
2022-01-07
btrfs: selftests: dump extent io tree if extent-io-tree test failed
Qu Wenruo
1
-0
/
+52
2022-01-07
btrfs: scrub: cleanup the argument list of scrub_stripe()
Qu Wenruo
1
-32
/
+35
2022-01-07
btrfs: scrub: cleanup the argument list of scrub_chunk()
Qu Wenruo
1
-19
/
+19
2022-01-07
btrfs: remove reada infrastructure
Qu Wenruo
10
-1189
/
+3
2022-01-07
btrfs: scrub: use btrfs_path::reada for extent tree readahead
Qu Wenruo
1
-0
/
+1
2022-01-07
btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()
Qu Wenruo
1
-14
/
+16
2022-01-07
btrfs: refactor unlock_up
Nikolay Borisov
1
-15
/
+16
2022-01-07
btrfs: skip transaction commit after failure to create subvolume
Filipe Manana
1
-4
/
+4
2022-01-07
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
3
-18
/
+13
2022-01-07
btrfs: add extent allocator hook to decide to allocate chunk or not
Naohiro Aota
1
-0
/
+17
2022-01-07
btrfs: zoned: unset dedicated block group on allocation failure
Naohiro Aota
1
-4
/
+16
2022-01-07
btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zoned
Johannes Thumshirn
1
-3
/
+2
2022-01-07
btrfs: zoned: sink zone check into btrfs_repair_one_zone
Johannes Thumshirn
4
-10
/
+13
2022-01-07
btrfs: zoned: simplify btrfs_check_meta_write_pointer
Johannes Thumshirn
1
-18
/
+8
2022-01-07
btrfs: zoned: encapsulate inode locking for zoned relocation
Johannes Thumshirn
2
-6
/
+19
2022-01-07
btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the device
Anand Jain
1
-0
/
+11
2022-01-07
btrfs: reserve extra space for the free space tree
Josef Bacik
2
-0
/
+23
2022-01-07
btrfs: include the free space tree in the global rsv minimum calculation
Josef Bacik
1
-13
/
+17
2022-01-07
btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIO
Qu Wenruo
1
-20
/
+14
[next]