index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-13
ubifs: Fix WARN_ON logic in exit path
Richard Weinberger
1
-2
/
+2
2018-09-20
Revert "ubifs: xattr: Don't operate on deleted inodes"
Richard Weinberger
1
-24
/
+0
2018-09-20
ubifs: drop false positive assertion
Sascha Hauer
1
-1
/
+3
2018-09-20
ubifs: Check for name being NULL while mounting
Richard Weinberger
1
-0
/
+3
2018-08-24
ubifs: Remove empty file.h
Richard Weinberger
1
-0
/
+0
2018-08-15
ubifs: Set default assert action to read-only
Richard Weinberger
1
-0
/
+1
2018-08-15
ubifs: Allow setting assert action as mount parameter
Richard Weinberger
3
-0
/
+37
2018-08-15
ubifs: Rework ubifs_assert()
Richard Weinberger
3
-4
/
+42
2018-08-15
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
31
-521
/
+550
2018-08-15
ubifs: Turn two ubifs_assert() into a WARN_ON()
Richard Weinberger
1
-2
/
+2
2018-08-15
ubifs: Use kmalloc_array()
Richard Weinberger
1
-1
/
+1
2018-08-15
ubifs: Check data node size before truncate
Richard Weinberger
1
-1
/
+10
2018-08-15
Revert "UBIFS: Fix potential integer overflow in allocation"
Richard Weinberger
1
-3
/
+2
2018-08-15
ubifs: Add comment on c->commit_sem
Richard Weinberger
1
-0
/
+1
2018-08-15
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
6
-3
/
+29
2018-08-15
ubifs: use swap macro in swap_dirty_idx
Gustavo A. R. Silva
1
-4
/
+1
2018-08-15
ubifs: tnc: use monotonic znode timestamp
Arnd Bergmann
4
-5
/
+5
2018-08-15
ubifs: use timespec64 for inode timestamps
Arnd Bergmann
2
-9
/
+8
2018-08-15
ubifs: xattr: Don't operate on deleted inodes
Richard Weinberger
1
-0
/
+24
2018-08-15
ubifs: gc: Fix typo
Richard Weinberger
1
-1
/
+1
2018-08-15
ubifs: Fix memory leak in lprobs self-check
Richard Weinberger
1
-4
/
+4
2018-08-15
ubifs: Fix synced_i_size calculation for xattr inodes
Richard Weinberger
1
-0
/
+5
2018-08-15
ubifs: Fix directory size calculation for symlinks
Richard Weinberger
1
-2
/
+3
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-14
/
+15
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-3
/
+6
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
4
-12
/
+17
2018-06-12
UBIFS: Fix potential integer overflow in allocation
Silvio Cesare
1
-2
/
+3
2018-06-10
Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
8
-22
/
+13
2018-06-07
ubifs: lpt: Fix wrong pnode number range in comment
Sascha Hauer
1
-1
/
+1
2018-06-07
ubifs: gc: Fix typo
Sascha Hauer
1
-1
/
+1
2018-06-07
ubifs: log: Some spelling fixes
Sascha Hauer
1
-3
/
+3
2018-06-07
ubifs: Spelling fix someting -> something
Sascha Hauer
1
-1
/
+1
2018-06-07
ubifs: journal: Remove wrong comment
Sascha Hauer
1
-3
/
+2
2018-06-07
ubifs: remove set but never used variable
Sascha Hauer
2
-5
/
+0
2018-06-07
ubifs, xattr: remove misguided quota flags
Wang Shilong
1
-1
/
+1
2018-06-07
fs: ubifs: Adding new return type vm_fault_t
Souptick Joarder
1
-7
/
+4
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
3
-14
/
+15
2018-06-05
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+1
2018-05-22
ubifs_lookup: use d_splice_alias()
Al Viro
1
-28
/
+15
2018-05-20
fscrypt: make fscrypt_operations.max_namelen an integer
Eric Biggers
1
-9
/
+1
2018-04-11
Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
4
-9
/
+12
2018-04-04
ubifs: Remove useless parameter of lpt_heap_replace
Jiang Biao
1
-3
/
+1
2018-04-04
ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idx
Jiang Biao
1
-1
/
+1
2018-04-04
ubifs: remove unnecessary assignment
Stefan Agner
1
-1
/
+0
2018-04-04
ubifs: Check ubifs_wbuf_sync() return code
Richard Weinberger
1
-4
/
+10
2018-03-28
ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call
Christoph Hellwig
1
-1
/
+1
2018-02-04
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-85
/
+18
2018-01-18
ubifs: remove error message in ubifs_xattr_get
Rock Lee
1
-2
/
+0
2018-01-17
ubifs: switch to fscrypt_prepare_setattr()
Eric Biggers
1
-7
/
+3
2018-01-17
ubifs: switch to fscrypt_prepare_lookup()
Eric Biggers
1
-14
/
+3
[next]