Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2696f901c97fbec3b0dc94297bcac64cb59f229f
/
drivers
/
mtd
/
ubi
790b2b5
ubi/upd: Always flush after prepared for an update
by Sebastian Siewior
· 8 years ago
40b6e61
ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
by Boris Brezillon
· 8 years ago
884a3b6
UBI: Fix crash in try_recover_peb()
by Geert Uytterhoeven
· 8 years ago
a15cf34
ubi: fix swapped arguments to call to ubi_alloc_aeb
by Colin Ian King
· 8 years ago
4c60992
Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 8 years ago
f7d11b3
ubi: Fix Fastmap's update_vol()
by Richard Weinberger
· 8 years ago
2e8f08d
ubi: Fix races around ubi_refill_pools()
by Richard Weinberger
· 8 years ago
23654188
ubi: Deal with interrupted erasures in WL
by Richard Weinberger
· 8 years ago
3291b52
UBI: introduce the VID buffer concept
by Boris Brezillon
· 8 years ago
799dca3
UBI: hide EBA internals
by Boris Brezillon
· 8 years ago
1f81a5c
UBI: provide an helper to query LEB information
by Boris Brezillon
· 8 years ago
7554769
UBI: provide an helper to check whether a LEB is mapped or not
by Boris Brezillon
· 8 years ago
9a5f09a
UBI: add an helper to check lnum validity
by Boris Brezillon
· 8 years ago
2d78aee
UBI: simplify LEB write and atomic LEB change code
by Boris Brezillon
· 8 years ago
f036dfe
UBI: simplify recover_peb() code
by Boris Brezillon
· 8 years ago
7b6b749
UBI: move the global ech and vidh variables into struct ubi_attach_info
by Boris Brezillon
· 8 years ago
91f4285
UBI: provide helpers to allocate and free aeb elements
by Boris Brezillon
· 8 years ago
fcbb6af
UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()
by Boris Brezillon
· 8 years ago
f2fb134
UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()
by Boris Brezillon
· 8 years ago
f9efe8d
UBI: factorize destroy_av() and ubi_remove_av() code
by Boris Brezillon
· 8 years ago
de4c455
UBI: factorize code used to manipulate volumes at attach time
by Boris Brezillon
· 8 years ago
5f09aaa
UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)
by Boris Brezillon
· 8 years ago
ecbfa8e
UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
by Boris Brezillon
· 8 years ago
4c36842
UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
by Boris Brezillon
· 8 years ago
3f84e45
UBI: fix add_fastmap() to use the vid_hdr passed in argument
by Boris Brezillon
· 8 years ago
f5f9d43
UBI: fastmap: use ubi_find_volume() instead of open coding it
by Boris Brezillon
· 8 years ago
7d7e0f9
blk-mq: remove ->map_queue
by Christoph Hellwig
· 8 years ago
5d71afb
ubi: Use bitmaps in Fastmap self-check code
by Richard Weinberger
· 8 years ago
74f2c6e
ubi: Be more paranoid while seaching for the most recent Fastmap
by Richard Weinberger
· 8 years ago
5283ec7
ubi: Check whether the Fastmap anchor matches the super block
by Richard Weinberger
· 8 years ago
fdf10ed
ubi: Rework Fastmap attach base code
by Richard Weinberger
· 8 years ago
be80110
ubi: Fix whitespace issue in count_fastmap_pebs()
by Richard Weinberger
· 8 years ago
243a4f8
ubi: Introduce vol_ignored()
by Richard Weinberger
· 8 years ago
d139d30
ubi: Fix scan_fast() comment
by Richard Weinberger
· 8 years ago
4946784b
ubi: Make volume resize power cut aware
by Richard Weinberger
· 8 years ago
bc743f3
ubi: Fix early logging
by Richard Weinberger
· 8 years ago
95b54e1
ubi: gluebi: Fix double refcounting
by Richard Weinberger
· 8 years ago
714fb87
ubi: Fix race condition between ubi device creation and udev
by Iosif Harutyunov
· 8 years ago
8a8e8d2
ubi: Only read necessary size when reading the VID header
by Sascha Hauer
· 8 years ago
972228d
ubi: Make recover_peb power cut aware
by Richard Weinberger
· 8 years ago
61edc3f
ubi: Don't bypass ->getattr()
by Richard Weinberger
· 8 years ago
1a498ec
Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()"
by Richard Weinberger
· 8 years ago
ad022c8
Revert "mtd: switch ubi_open_volume_path() to vfs_stat()"
by Richard Weinberger
· 8 years ago
23a3e17
Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 8 years ago
1900149
UBI: Fix static volume checks when Fastmap is used
by Richard Weinberger
· 9 years ago
73b0cd5
UBI: Set free_count to zero before walking through erase list
by Heiko Schocher
· 9 years ago
24663e7
UBI: Silence an unintialized variable warning
by Dan Carpenter
· 9 years ago
fadb366
UBI: Clean up return in ubi_remove_volume()
by Dan Carpenter
· 9 years ago
960b35d
UBI: Modify wrong comment in ubi_leb_map function.
by z00189512
· 9 years ago
1e0a74f
UBI: Don't read back all data in ubi_eba_copy_leb()
by Richard Weinberger
· 8 years ago
525bab7
UBI: Add ro-mode sysfs attribute
by Ezequiel Garcia
· 9 years ago
322ea0b
mtd: switch ubi_open_volume_path() to vfs_stat()
by Al Viro
· 9 years ago
87f15d4
mtd: switch open_mtd_by_chdev() to use of vfs_stat()
by Al Viro
· 9 years ago
58d303d
mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_err
by Joe Perches
· 9 years ago
e4f6daa
ubi: Fix out of bounds write in volume update code
by Richard Weinberger
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
34b89df
mtd: ubi: wl: avoid erasing a PEB which is empty
by Sebastian Siewior
· 9 years ago
6b238de
mtd: ubi: don't leak e if schedule_erase() fails
by Sebastian Siewior
· 9 years ago
1a31b20
mtd: ubi: fixup error correction in do_sync_erase()
by Sebastian Siewior
· 9 years ago
2e69d49
UBI: fix use of "VID" vs. "EC" in header self-check
by Brian Norris
· 9 years ago
97cb69d
UBI: fix return error code
by Sudip Mukherjee
· 9 years ago
01504f5
Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 9 years ago
75021d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
a396ce4
UBI: Remove in vain semicolon
by Richard Weinberger
· 9 years ago
2a130f1
UBI: Fastmap: Fix PEB array type
by Ezequiel García
· 9 years ago
1cb8f97
ubi: fastmap: Implement produce_free_peb()
by Richard Weinberger
· 9 years ago
f9a113d
UBI: drop null test before destroy functions
by Julia Lawall
· 9 years ago
86f6e45
UBI: Update comments to reflect UBI_METAONLY flag
by Andrew Murray
· 9 years ago
5347417
UBI: Fix debug message
by Richard Weinberger
· 9 years ago
4ebb4c9
UBI: Fix typo in comment
by Richard Weinberger
· 9 years ago
876f9a3
UBI: Fastmap: Simplify expression
by Richard Weinberger
· 9 years ago
061eebb
UBI: Update comments to reflect UBI_METAONLY flag
by Andrew Murray
· 9 years ago
7c7feb2
UBI: return ENOSPC if no enough space available
by shengyong
· 9 years ago
281fda2
UBI: Validate data_size
by Richard Weinberger
· 9 years ago
02201e3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 9 years ago
669d3d1
UBI: Remove unnecessary `\'
by shengyong
· 9 years ago
53cd255
UBI: Use static class and attribute groups
by Takashi Iwai
· 9 years ago
2848594
UBI: add a helper function for updatting on-flash layout volumes
by shengyong
· 9 years ago
e96a8a3
UBI: Fastmap: Do not add vol if it already exists
by shengyong
· 9 years ago
e8d266c
UBI: Init vol->reserved_pebs by assignment
by shengyong
· 9 years ago
f6e951a
UBI: Fastmap: Rename variables to make them meaningful
by shengyong
· 9 years ago
a18fd67
UBI: Fastmap: Remove unnecessary `\'
by shengyong
· 9 years ago
212240d
UBI: Fastmap: Use max() to get the larger value
by shengyong
· 9 years ago
2bf50d4
UBI: block: Dynamically allocate minor numbers
by Dan Ehrenberg
· 10 years ago
9c27847
kernel/params: constify struct kernel_param_ops uses
by Luis R. Rodriguez
· 9 years ago
98fb1ff
UBI: block: Add missing cache flushes
by Kevin Cernekee
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
bb668734
VFS: assorted d_backing_inode() annotations
by David Howells
· 10 years ago
5026906
UBI: power cut emulation for testing
by david.oberhollenzer@sigma-star.at
· 10 years ago
180a535
UBI: Fastmap: Fall back to scanning mode after ECC error
by Richard Weinberger
· 10 years ago
56794c0
UBI: Fastmap: Remove is_fm_block()
by Richard Weinberger
· 10 years ago
1841fcf
UBI: Fastmap: Add blank line after declarations
by Richard Weinberger
· 10 years ago
e1bc37c
UBI: Fastmap: Remove else after return.
by Richard Weinberger
· 10 years ago
2f84c246
UBI: Fastmap: Introduce may_reserve_for_fm()
by Richard Weinberger
· 10 years ago
acfda79
UBI: Fastmap: Introduce ubi_fastmap_init()
by Richard Weinberger
· 10 years ago
c5c3f3c
UBI: Fastmap: Wire up WL accessor functions
by Richard Weinberger
· 10 years ago
23c482e
UBI: Add accessor functions for WL data structures
by Richard Weinberger
· 10 years ago
78d6d49
UBI: Move fastmap specific functions out of wl.c
by Richard Weinberger
· 10 years ago
479c2c0
UBI: Fastmap: Add new module parameter fm_debug
by Richard Weinberger
· 10 years ago
560d86a
UBI: Fastmap: Make self_check_eba() depend on fastmap self checking
by Richard Weinberger
· 10 years ago
Next »