index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
lzo.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-23
Btrfs: don't do nocow check unless we have to
Josef Bacik
1
-22
/
+22
2016-06-23
btrfs: fix deadlock in delayed_ref_async_start
Chris Mason
1
-9
/
+11
2016-06-23
Btrfs: track transid for delayed ref flushing
Josef Bacik
4
-5
/
+16
2016-06-17
Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize
Chandan Rajendra
1
-1
/
+2
2016-06-17
btrfs: remove build fixup for qgroup_account_snapshot
David Sterba
1
-5
/
+0
2016-06-17
btrfs: use new error message helper in qgroup_account_snapshot
David Sterba
1
-1
/
+1
2016-06-17
btrfs: avoid blocking open_ctree from cleaner_kthread
Zygo Blaxell
2
-15
/
+12
2016-06-17
Btrfs: don't BUG_ON() in btrfs_orphan_add
Josef Bacik
1
-1
/
+10
2016-06-17
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
4
-4
/
+7
2016-06-17
Btrfs: check if extent buffer is aligned to sectorsize
Liu Bo
6
-15
/
+28
2016-06-17
btrfs: Use correct format specifier
Heinrich Schuchardt
1
-1
/
+1
2016-06-06
Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system
Feifei Xu
1
-1
/
+11
2016-06-06
Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize
Feifei Xu
1
-1
/
+7
2016-06-06
Btrfs: self-tests: Use macros instead of constants and add missing newline
Feifei Xu
3
-18
/
+31
2016-06-06
Btrfs: self-tests: Support testing all possible sectorsizes and nodesizes
Feifei Xu
1
-22
/
+32
2016-06-06
Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE
Feifei Xu
1
-19
/
+30
2016-06-06
btrfs: advertise which crc32c implementation is being used at module load
Jeff Mahoney
3
-2
/
+9
2016-06-06
Btrfs: add validadtion checks for chunk loading
Liu Bo
1
-15
/
+67
2016-06-06
Btrfs: add more validation checks for superblock
Liu Bo
2
-0
/
+35
2016-06-06
Btrfs: clear uptodate flags of pages in sys_array eb
Liu Bo
1
-0
/
+2
2016-06-03
Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent
Chris Mason
1
-1
/
+12
2016-06-02
Btrfs: self-tests: Support non-4k page size
Feifei Xu
15
-291
/
+355
2016-06-02
Btrfs: Fix integer overflow when calculating bytes_per_bitmap
Feifei Xu
2
-7
/
+7
2016-06-02
Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...
Feifei Xu
1
-2
/
+2
2016-06-01
Btrfs: end transaction if we abort when creating uuid root
Josef Bacik
1
-0
/
+1
2016-05-31
Btrfs: fix race between device replace and read repair
Filipe Manana
1
-0
/
+10
2016-05-31
Btrfs: fix race between device replace and discard
Filipe Manana
1
-0
/
+6
2016-05-30
Btrfs: fix race between device replace and chunk allocation
Filipe Manana
1
-12
/
+9
2016-05-30
Btrfs: fix race setting block group back to RW mode during device replace
Filipe Manana
1
-5
/
+5
2016-05-30
Btrfs: fix unprotected assignment of the left cursor for device replace
Filipe Manana
1
-0
/
+4
2016-05-30
Btrfs: fix race setting block group readonly during device replace
Filipe Manana
3
-2
/
+46
2016-05-30
Btrfs: fix race between device replace and block group removal
Filipe Manana
1
-0
/
+11
2016-05-30
Btrfs: fix race between readahead and device replace/removal
Filipe Manana
1
-0
/
+2
2016-05-30
btrfs: Use __u64 in exported linux/btrfs.h.
Vinson Lee
1
-1
/
+1
2016-05-26
Btrfs: fix handling of faults from btrfs_copy_from_user
Chris Mason
1
-10
/
+17
2016-05-25
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
33
-105
/
+106
2016-05-25
btrfs: scrub: Set bbio to NULL before calling btrfs_map_block
Zhao Lei
1
-1
/
+2
2016-05-25
Btrfs: fix unexpected return value of fiemap
Liu Bo
1
-1
/
+5
2016-05-25
Btrfs: free sys_array eb as soon as possible
Liu Bo
1
-2
/
+2
2016-05-16
btrfs: fix memory leak during RAID 5/6 device replacement
Scott Talbert
1
-0
/
+2
2016-05-13
Btrfs: add semaphore to synchronize direct IO writes with fsync
Filipe Manana
3
-118
/
+77
2016-05-13
Btrfs: fix race between block group relocation and nocow writes
Filipe Manana
4
-1
/
+81
2016-05-13
Btrfs: fix race between fsync and direct IO writes for prealloc extents
Filipe Manana
1
-6
/
+37
2016-05-13
Btrfs: fix number of transaction units for renames with whiteout
Filipe Manana
1
-1
/
+8
2016-05-13
Btrfs: pin logs earlier when doing a rename exchange operation
Filipe Manana
1
-4
/
+4
2016-05-13
Btrfs: unpin logs if rename exchange operation fails
Filipe Manana
1
-2
/
+36
2016-05-13
Btrfs: fix inode leak on failure to setup whiteout inode in rename
Filipe Manana
1
-6
/
+6
2016-05-13
btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUT
Dan Fuhry
1
-7
/
+257
2016-05-13
Btrfs: pin log earlier when renaming
Filipe Manana
1
-9
/
+2
2016-05-13
Btrfs: unpin log if rename operation fails
Filipe Manana
1
-1
/
+27
[next]