index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
afs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-26
UBI: Fastmap: Remove else after return.
Richard Weinberger
1
-3
/
+3
2015-03-26
UBI: Fastmap: Introduce may_reserve_for_fm()
Richard Weinberger
3
-6
/
+28
2015-03-26
UBI: Fastmap: Introduce ubi_fastmap_init()
Richard Weinberger
2
-7
/
+8
2015-03-26
UBI: Fastmap: Wire up WL accessor functions
Richard Weinberger
1
-16
/
+12
2015-03-26
UBI: Add accessor functions for WL data structures
Richard Weinberger
1
-0
/
+36
2015-03-26
UBI: Move fastmap specific functions out of wl.c
Richard Weinberger
3
-463
/
+476
2015-03-26
UBI: Fastmap: Add new module parameter fm_debug
Richard Weinberger
2
-0
/
+10
2015-03-26
UBI: Fastmap: Make self_check_eba() depend on fastmap self checking
Richard Weinberger
1
-1
/
+1
2015-03-26
UBI: Fastmap: Add self check to detect absent PEBs
Richard Weinberger
1
-2
/
+84
2015-03-26
UBI: Fix stale pointers in ubi->lookuptbl
Richard Weinberger
1
-16
/
+31
2015-03-26
UBI: Fastmap: Enhance fastmap checking
Richard Weinberger
1
-2
/
+5
2015-03-26
UBI: Add initial support for fastmap self checks
Richard Weinberger
3
-0
/
+20
2015-03-26
UBI: Fastmap: Rework fastmap error paths
Richard Weinberger
1
-48
/
+114
2015-03-26
UBI: Fastmap: Prepare for variable sized fastmaps
Richard Weinberger
1
-2
/
+10
2015-03-26
UBI: Fastmap: Locking updates
Richard Weinberger
5
-44
/
+50
2015-03-26
UBI: Fastmap: Set used_ebs only for static volumes
Richard Weinberger
1
-2
/
+3
2015-03-26
UBI: Fastmap: Fix race after ubi_wl_get_peb()
Richard Weinberger
2
-6
/
+25
2015-03-26
UBI: Fastmap: Fix leb_count unbalance
Richard Weinberger
1
-0
/
+1
2015-03-26
UBI: Fastmap: Make WL pool size 50% of user pool size
Richard Weinberger
2
-3
/
+1
2015-03-26
UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails
Richard Weinberger
1
-1
/
+3
2015-03-26
UBI: Fastmap: Remove eba_orphans logic
Richard Weinberger
1
-83
/
+8
2015-03-26
UBI: Fastmap: Remove bogus ubi_assert()
Richard Weinberger
1
-1
/
+3
2015-03-26
UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()
Richard Weinberger
1
-7
/
+8
2015-03-26
UBI: Remove alloc_ai() slab name from parameter list
Richard Weinberger
1
-6
/
+6
2015-03-26
UBI: Fastmap: Fix memory leak while attaching
Richard Weinberger
2
-41
/
+33
2015-03-26
UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()
Richard Weinberger
1
-6
/
+5
2015-03-26
UBI: Fastmap: Wrap fastmap specific function in a ifdef
Richard Weinberger
1
-0
/
+4
2015-03-26
UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure
Richard Weinberger
1
-1
/
+5
2015-03-26
UBI: Fastmap: Fix memory leaks while closing the WL sub-system
Richard Weinberger
1
-0
/
+18
2015-03-26
UBI: Fastmap: Don't allocate new ubi_wl_entry objects
Richard Weinberger
2
-29
/
+5
2015-03-26
UBI: Fastmap: Make ubi_refill_pools() fair
Richard Weinberger
1
-38
/
+47
2015-03-26
UBI: Split __wl_get_peb()
Richard Weinberger
1
-23
/
+38
2015-03-26
UBI: Fastmap: Fix races in ubi_wl_get_peb()
Richard Weinberger
2
-12
/
+25
2015-03-26
UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown
Richard Weinberger
1
-0
/
+3
2015-03-26
UBI: Fastmap: Ensure that only one fastmap work is scheduled
Richard Weinberger
2
-2
/
+10
2015-03-26
UBI: align comment for readability
Brian Norris
1
-1
/
+1
2015-03-26
UBI: fix check for "too many bytes"
Brian Norris
1
-1
/
+1
2015-03-26
UBI: initialize LEB number variable
Brian Norris
1
-1
/
+1
2015-03-26
UBI: fix out of bounds write
Brian Norris
1
-1
/
+2
2015-03-26
UBI: account for bitflips in both the VID header and data
Brian Norris
1
-1
/
+1
2015-03-25
UBIFS: extend debug/message capabilities
Sheng Yong
25
-409
/
+419
2015-03-25
UBIFS: simplify returns
Fabian Frederick
1
-8
/
+2
2015-03-25
UBIFS: Fix trivial typos in comments
Yannick Guerrini
1
-7
/
+7
2015-03-25
UBIFS: do not write master node if need recovery
Sheng Yong
1
-1
/
+1
2015-03-25
UBIFS: fix incorrect unlocking handling
Taesoo Kim
1
-4
/
+7
2015-03-23
Linux 4.0-rc5
v4.0-rc5
Linus Torvalds
1
-1
/
+1
2015-03-20
md: fix problems with freeing private data after ->run failure.
NeilBrown
2
-3
/
+2
2015-03-20
arm64: Honor __GFP_ZERO in dma allocations
Suzuki K. Poulose
1
-3
/
+9
2015-03-20
arm64: efi: don't restore TTBR0 if active_mm points at init_mm
Will Deacon
2
-2
/
+10
2015-03-20
Revert "x86/PCI: Refine the way to release PCI IRQ resources"
Rafael J. Wysocki
5
-32
/
+32
[next]