index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
1
-1
/
+3
|
\
|
*
fs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk to NULL after free
Richard Genoud
2020-12-02
1
-1
/
+3
*
|
fs/fat: implement fsuuid command
Heinrich Schuchardt
2020-12-31
2
-1
/
+19
*
|
fs: fat: eliminate DIRENTSPERBLOCK() macro
Heinrich Schuchardt
2020-12-31
1
-3
/
+2
*
|
fs: fat: deletion of long file names
Heinrich Schuchardt
2020-12-10
1
-12
/
+76
*
|
fs: fat: first dentry of long name in FAT iterator
Heinrich Schuchardt
2020-12-10
1
-2
/
+18
*
|
fs: fat: use constant DELETED_FLAG
Heinrich Schuchardt
2020-12-10
1
-1
/
+1
*
|
fs: fat: search file should not allocate cluster
Heinrich Schuchardt
2020-12-10
1
-23
/
+6
*
|
fs: fat: reuse deleted directory entries
Heinrich Schuchardt
2020-12-10
1
-12
/
+22
*
|
fs: fat: fat_find_empty_dentries()
Heinrich Schuchardt
2020-12-10
1
-1
/
+61
*
|
fs: fat: flush new directory cluster
Heinrich Schuchardt
2020-12-10
1
-9
/
+19
*
|
fs: fat: set start cluster for root directory
Heinrich Schuchardt
2020-12-10
1
-1
/
+3
*
|
fs: fat: dentry iterator for fill_dir_slot()
Heinrich Schuchardt
2020-12-10
1
-1
/
+1
*
|
fs: fat: generate unique short names
Heinrich Schuchardt
2020-12-10
1
-5
/
+36
*
|
fs: fat: call set_name() only once
Heinrich Schuchardt
2020-12-10
1
-33
/
+54
*
|
fs: fat: pass shortname to fill_dir_slot
Heinrich Schuchardt
2020-12-10
1
-8
/
+12
*
|
fs: fat: create correct short names
Heinrich Schuchardt
2020-12-10
1
-76
/
+139
*
|
fs: fat: export fat_next_cluster()
Heinrich Schuchardt
2020-12-10
1
-32
/
+74
*
|
fs: fat: correct first cluster for '..'
Heinrich Schuchardt
2020-12-10
1
-1
/
+5
|
/
*
fs: fat: use ATTR_ARCH instead of anonymous 0x20
Heinrich Schuchardt
2020-11-29
1
-1
/
+2
*
fs: fat: directory entries starting with 0x05
Heinrich Schuchardt
2020-11-29
1
-2
/
+1
*
fs: fat: avoid NULL dereference when root dir is full
Heinrich Schuchardt
2020-11-29
1
-3
/
+2
*
fs/squashfs: implement exists() function
Richard Genoud
2020-11-19
2
-1
/
+39
*
fs/squashfs: sqfs_read: remove buggy offset functionality
Richard Genoud
2020-11-19
1
-4
/
+12
*
fs/squashfs: sqfs_read: don't write beyond buffer size
Richard Genoud
2020-11-19
1
-0
/
+8
*
fs/squashfs: sqfs_probe: use sqfs_decompressor_init() return value
Richard Genoud
2020-11-19
1
-2
/
+0
*
fs/squashfs: sqfs_probe: reset cur_dev/cur_part_info to NULL on error
Richard Genoud
2020-11-19
1
-1
/
+1
*
fs/squashfs: sqfs_probe: fix possible memory leak on error
Richard Genoud
2020-11-19
1
-5
/
+9
*
fs/squashfs: sqfs_read: fix memory leak on finfo.blk_sizes
Richard Genoud
2020-11-19
1
-26
/
+22
*
fs/squashfs: sqfs_get_abs_path: fix possible memory leak on error
Richard Genoud
2020-11-19
1
-14
/
+18
*
fs/squashfs: sqfs_get_abs_path: fix error check
Richard Genoud
2020-11-19
1
-1
/
+1
*
fs/squashfs: sqfs_frag_lookup: simplify error handling
Richard Genoud
2020-11-19
1
-12
/
+16
*
fs/squashfs: sqfs_read: fix another memory leak
Richard Genoud
2020-11-19
1
-0
/
+2
*
fs/squashfs: sqfs_read: fix memory leak
Richard Genoud
2020-11-19
1
-1
/
+1
*
fs/squashfs: sqfs_read: remove useless sqfs_closedir()
Richard Genoud
2020-11-19
1
-1
/
+0
*
fs/squashfs: sqfs_read: fix dangling pointer dirs->entry
Richard Genoud
2020-11-19
1
-0
/
+1
*
fs/squashfs: sqfs_size: remove useless sqfs_closedir()
Richard Genoud
2020-11-19
1
-1
/
+0
*
fs/squashfs: sqfs_size: fix dangling pointer dirs->entry
Richard Genoud
2020-11-19
1
-0
/
+2
*
fs/squashfs: sqfs_concat_tokens: check if malloc succeeds
Richard Genoud
2020-11-19
1
-0
/
+3
*
fs/squashfs: sqfs_read_inode_table: fix dangling pointer
Richard Genoud
2020-11-19
1
-0
/
+1
*
fs/squashfs: sqfs_search_dir: fix memory leaks
Richard Genoud
2020-11-19
1
-13
/
+51
*
fs/squashfs: sqfs_search_dir: fix dangling pointer
Richard Genoud
2020-11-19
1
-0
/
+5
*
fs/squashfs: sqfs_read_directory_table: fix memory leak
Richard Genoud
2020-11-19
1
-14
/
+17
*
fs/squashfs: sqfs_split_path: fix memory leak and dangling pointers
Richard Genoud
2020-11-19
1
-12
/
+28
*
fs/squashfs: sqfs_closedir: fix memory leak
Richard Genoud
2020-11-19
1
-0
/
+1
*
fs/squashfs: sqfs_opendir: simplify error handling
Richard Genoud
2020-11-19
1
-15
/
+12
*
fs/squashfs: sqfs_opendir: fix some memory leaks and dangling pointers
Richard Genoud
2020-11-19
1
-8
/
+29
*
fs/squashfs: fix board hang-up when calling .exists()
Richard Genoud
2020-11-19
1
-0
/
+7
*
fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
Qu Wenruo
2020-11-19
1
-1
/
+1
*
fs: btrfs: inode: handle uninitialized type before returning it
Qu Wenruo
2020-11-19
1
-1
/
+5
[next]