index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
uid16.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-03
Btrfs: fix memory leak after block remove + trimming
Filipe Manana
1
-0
/
+6
2014-12-03
Btrfs: make btrfs_abort_transaction consider existence of new block groups
Filipe Manana
2
-3
/
+4
2014-12-03
Btrfs: fix race between writing free space cache and trimming
Filipe Manana
3
-6
/
+71
2014-12-03
Btrfs: fix race between fs trimming and block group remove/allocation
Filipe Manana
6
-21
/
+140
2014-12-03
Btrfs: fix freeing used extents after removing empty block group
Filipe Manana
1
-11
/
+10
2014-12-03
Btrfs: fix crash caused by block group removal
Filipe Manana
2
-0
/
+28
2014-12-03
Btrfs: fix invalid block group rbtree access after bg is removed
Filipe Manana
1
-0
/
+13
2014-11-25
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
5
-24
/
+60
2014-11-25
Btrfs: ensure send always works on roots without orphans
Filipe Manana
2
-29
/
+49
2014-11-25
Btrfs: fix freeing used extent after removing empty block group
Filipe Manana
1
-2
/
+11
2014-11-25
Btrfs: include vmalloc.h in check-integrity.c
Chris Mason
1
-0
/
+1
2014-11-25
btrfs: Fix a lockdep warning when running xfstest.
Qu Wenruo
3
-9
/
+18
2014-11-21
Btrfs: ensure ordered extent errors aren't missed on fsync
Filipe Manana
3
-0
/
+37
2014-11-21
Btrfs: collect only the necessary ordered extents on ranged fsync
Filipe Manana
3
-5
/
+17
2014-11-21
Btrfs: don't ignore log btree writeback errors
Filipe Manana
1
-6
/
+15
2014-11-21
Btrfs: do not move em to modified list when unpinning
Josef Bacik
1
-2
/
+0
2014-11-21
Btrfs: make sure logged extents complete in the current transaction V3
Josef Bacik
6
-6
/
+72
2014-11-21
Btrfs: make sure we wait on logged extents when fsycning two subvols
Josef Bacik
1
-1
/
+1
2014-11-21
btrfs: fix wrong accounting of raid1 data profile in statfs
David Sterba
1
-1
/
+1
2014-11-21
btrfs: fix dead lock while running replace and defrag concurrently
Gui Hecheng
1
-30
/
+60
2014-11-21
Btrfs: make xattr replace operations atomic
Filipe Manana
4
-65
/
+102
2014-11-21
Btrfs: avoid premature -ENOMEM in clear_extent_bit()
Filipe Manana
1
-2
/
+7
2014-11-21
Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2
Josef Bacik
1
-25
/
+47
2014-11-21
Btrfs: move read only block groups onto their own list V2
Josef Bacik
2
-23
/
+17
2014-11-21
btrfs: fix typos in btrfs_check_super_valid
David Sterba
1
-4
/
+4
2014-11-21
Btrfs: check-int: don't complain about balanced blocks
Stefan Behrens
1
-38
/
+42
2014-11-21
Btrfs: check_int: use the known block location
Stefan Behrens
1
-55
/
+11
2014-11-21
Btrfs: avoid returning -ENOMEM in convert_extent_bit() too early
Filipe Manana
1
-1
/
+10
2014-11-21
Btrfs: make find_first_extent_bit be able to cache any state
Filipe Manana
2
-4
/
+15
2014-11-21
Btrfs: deal with convert_extent_bit errors to avoid fs corruption
Filipe Manana
2
-18
/
+76
2014-11-21
Btrfs: return failure if btrfs_dev_replace_finishing() failed
Eryu Guan
2
-3
/
+10
2014-11-21
Btrfs: fix allocationg memory failure for btrfsic_state structure
Shilong Wang
1
-5
/
+11
2014-11-21
Btrfs: report error after failure inlining extent in compressed write path
Filipe Manana
1
-0
/
+4
2014-11-21
Btrfs: add helper btrfs_fdatawrite_range
Filipe Manana
4
-39
/
+34
2014-11-21
Btrfs: correctly flush compressed data before/after direct IO
Filipe Manana
2
-4
/
+24
2014-11-21
Btrfs: make inode.c:compress_file_range() return void
Filipe Manana
1
-5
/
+2
2014-11-21
Btrfs: fix incorrect compression ratio detection
Shilong Wang
1
-8
/
+8
2014-11-21
Btrfs: don't ignore compressed bio write errors
Filipe Manana
1
-6
/
+12
2014-11-21
Btrfs: make inode.c:submit_compressed_extents() return void
Filipe Manana
1
-5
/
+2
2014-11-21
Btrfs: process all async extents on compressed write failure
Filipe Manana
1
-5
/
+1
2014-11-21
Btrfs: don't leak pages and memory on compressed write error
Filipe Manana
1
-9
/
+19
2014-11-21
Btrfs: fix hang on compressed write error
Filipe Manana
1
-0
/
+14
2014-11-21
Btrfs: set page and mapping error on compressed write failure
Filipe Manana
3
-1
/
+8
2014-11-17
Linux 3.18-rc5
v3.18-rc5
Linus Torvalds
1
-1
/
+1
2014-11-17
ARM: at91/dt: Fix sama5d3x typos
Peter Rosin
6
-6
/
+6
2014-11-16
md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
NeilBrown
1
-0
/
+4
2014-11-16
sparc64: Fix constraints on swab helpers.
David S. Miller
1
-6
/
+6
2014-11-16
x86-64: make csum_partial_copy_from_user() error handling consistent
Linus Torvalds
1
-3
/
+2
2014-11-15
kernel: use the gnu89 standard explicitly
Kirill A. Shutemov
1
-2
/
+3
2014-11-14
firewire: cdev: prevent kernel stack leaking into ioctl arguments
Stefan Richter
1
-2
/
+1
[next]