index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bsg.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
Btrfs: helper for ops that requires full stripe
Liu Bo
1
-8
/
+10
2017-04-18
Btrfs: do not add extra mirror when dev_replace target dev is not available
Liu Bo
1
-3
/
+4
2017-04-18
Btrfs: handle operations for device replace separately
Liu Bo
1
-81
/
+98
2017-04-18
Btrfs: introduce a function to get extra mirror from replace
Liu Bo
1
-72
/
+89
2017-04-18
Btrfs: separate DISCARD from __btrfs_map_block
Liu Bo
1
-114
/
+175
2017-04-18
Btrfs: create a helper for getting chunk map
Liu Bo
3
-111
/
+57
2017-04-18
Btrfs: add file item tracepoints
Liu Bo
2
-0
/
+154
2017-04-18
btrfs: convert btrfs_raid_bio.refs from atomic_t to refcount_t
Elena Reshetova
1
-10
/
+9
2017-04-18
btrfs: convert scrub_ctx.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_parity.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: convert scrub_block.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_recover.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_t
Elena Reshetova
1
-9
/
+9
2017-04-18
btrfs: convert extent_state.refs from atomic_t to refcount_t
Elena Reshetova
2
-8
/
+9
2017-04-18
btrfs: convert btrfs_root.refs from atomic_t to refcount_t
Elena Reshetova
3
-4
/
+4
2017-04-18
btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_t
Elena Reshetova
2
-10
/
+10
2017-04-18
btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_t
Elena Reshetova
2
-16
/
+16
2017-04-18
btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t
Elena Reshetova
5
-12
/
+14
2017-04-18
btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t
Elena Reshetova
2
-7
/
+8
2017-04-18
btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t
Elena Reshetova
3
-11
/
+11
2017-04-18
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
6
-11
/
+12
2017-04-18
btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t
Elena Reshetova
5
-14
/
+16
2017-04-18
btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
Elena Reshetova
2
-5
/
+5
2017-04-18
Btrfs: remove ASSERT in btrfs_truncate_inode_items
Liu Bo
1
-7
/
+0
2017-04-18
btrfs: fix a bogus warning when converting only data or metadata
Adam Borowski
1
-3
/
+9
2017-04-18
MAINTAINERS: add btrfs file entries for include directories
Dmitry V. Levin
1
-0
/
+2
2017-04-16
Linux 4.11-rc7
v4.11-rc7
Linus Torvalds
1
-1
/
+1
2017-04-16
Revert "cgroup: avoid attaching a cgroup root to two different superblocks"
Tejun Heo
1
-1
/
+1
2017-04-15
orangefs: free superblock when mount fails
Martin Brandenburg
3
-9
/
+24
2017-04-15
vfs: don't do RCU lookup of empty pathnames
Linus Torvalds
1
-0
/
+3
2017-04-15
parisc: fix bugs in pa_memcpy
Mikulas Patocka
1
-13
/
+14
2017-04-14
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
1
-4
/
+16
2017-04-14
block: fix bio_will_gap() for first bvec with offset
Ming Lei
1
-4
/
+28
2017-04-14
fbdev: omapfb: delete check_required_callbacks()
Aaro Koskinen
1
-15
/
+0
2017-04-14
Revert "tty: don't panic on OOM in tty_set_ldisc()"
Greg Kroah-Hartman
1
-16
/
+69
2017-04-14
irqchip/irq-imx-gpcv2: Fix spinlock initialization
Tyler Baker
1
-0
/
+2
2017-04-14
perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
Peter Zijlstra
1
-0
/
+3
2017-04-14
mailmap: add Martin Kepplinger's email
Martin Kepplinger
1
-0
/
+2
2017-04-14
zsmalloc: expand class bit
Minchan Kim
1
-1
/
+1
2017-04-14
zram: do not use copy_page with non-page aligned address
Minchan Kim
1
-2
/
+2
2017-04-14
zram: fix operator precedence to get offset
Minchan Kim
1
-1
/
+1
2017-04-14
hugetlbfs: fix offset overflow in hugetlbfs mmap
Mike Kravetz
1
-3
/
+12
2017-04-14
thp: fix MADV_DONTNEED vs clear soft dirty race
Kirill A. Shutemov
1
-1
/
+8
2017-04-14
thp: fix MADV_DONTNEED vs. MADV_FREE race
Kirill A. Shutemov
1
-2
/
+1
2017-04-14
mm: drop unused pmdp_huge_get_and_clear_notify()
Kirill A. Shutemov
1
-13
/
+0
2017-04-14
thp: fix MADV_DONTNEED vs. numa balancing race
Kirill A. Shutemov
1
-1
/
+33
2017-04-14
thp: reduce indentation level in change_huge_pmd()
Kirill A. Shutemov
1
-26
/
+26
2017-04-14
z3fold: fix page locking in z3fold_alloc()
Vitaly Wool
1
-2
/
+7
2017-04-14
ia64: restore symbol versions for symbols defined in assembly
Jan Beulich
2
-8
/
+37
2017-04-13
irq/affinity: Fix extra vecs calculation
Keith Busch
1
-1
/
+1
[next]