Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b42fbed6b8a5942e9f76ec8c7f9c9fd798a2d3af
/
fs
/
ubifs
« Previous
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
fcdd57c
UBIFS: fix remount error path
by Artem Bityutskiy
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
bb25e49
fs/ubifs: use rbtree postorder iteration helper instead of opencoding
by Cody P Schafer
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
fbe43ff
Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 11 years ago
58a4e23
UBIFS: correct data corruption range
by Mats Kärrman
· 11 years ago
7203db9
UBIFS: fix return code
by Wei Yongjun
· 11 years ago
4cb2a01
ubifs: switch to %pd
by Al Viro
· 11 years ago
e71d1a5
UBIFS: remove unnecessary code in ubifs_garbage_collect
by wang.bo116@zte.com.cn
· 11 years ago
098e7f1
Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 11 years ago
1ab6c49
fs: convert fs shrinkers to new scan/count API
by Dave Chinner
· 11 years ago
c23e9b7
UBIFS: remove invalid warn msg with tst_recovery enabled
by Mats Kärrman
· 11 years ago
2dd1cb5
Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 11 years ago
9e239bb
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
01122e0
[readdir] convert ubifs
by Al Viro
· 11 years ago
605c912
UBIFS: fix a horrid bug
by Artem Bityutskiy
· 11 years ago
33f1a63
UBIFS: prepare to fix a horrid bug
by Artem Bityutskiy
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
beadadf
UBIFS: correct mount message
by Richard Genoud
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
67e753c
UBIFS: make space fixup work in the remount case
by Artem Bityutskiy
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a6590b9
Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
182dcfd
ubifs: wait for page writeback to provide stable pages
by Jan Kara
· 12 years ago
8afd500
UBIFS: fix double free of ubifs_orphan objects
by Adam Thomas
· 12 years ago
2928f0d
UBIFS: fix use of freed ubifs_orphan objects
by Adam Thomas
· 12 years ago
3d251a5
UBIFS: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
cdd9fa8
ubifs: use prandom_bytes
by Akinobu Mita
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
a28ad42
UBIFS: fix mounting problems after power cuts
by Artem Bityutskiy
· 12 years ago
98a1eeb
UBIFS: introduce categorized lprops counter
by Artem Bityutskiy
· 12 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
782c3fb
Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
39241be
userns: Convert ubifs to use kuid/kgid
by Eric W. Biederman
· 13 years ago
3668b70
UBIFS: print less
by Artem Bityutskiy
· 12 years ago
6b38d03
UBIFS: use pr_ helper instead of printk
by Artem Bityutskiy
· 12 years ago
79fda51
UBIFS: comply with coding style
by Artem Bityutskiy
· 12 years ago
43457c6
UBIFS: use __aligned() attribute
by Artem Bityutskiy
· 12 years ago
e2441b4
UBIFS: remove __DATE__ and __TIME__
by Jiri Slaby
· 12 years ago
8089ed7
UBIFS: fix power cut emulation for mtdram
by Artem Bityutskiy
· 12 years ago
4b3e58a
UBIFS: improve scanning debug output
by Artem Bityutskiy
· 12 years ago
db0f896
UBIFS: always print full error reports
by Artem Bityutskiy
· 12 years ago
c45640d
UBIFS: print PID in debug messages
by Artem Bityutskiy
· 12 years ago
69f9025
UBIFS: fix error messages spelling
by Artem Bityutskiy
· 12 years ago
65b455b
UBIFS: fix complaints about too small debug buffer size
by Artem Bityutskiy
· 12 years ago
c212f40
UBIFS: fix replay regression
by Artem Bityutskiy
· 12 years ago
11e3be0
UBIFS: fix crash on error path
by Artem Bityutskiy
· 12 years ago
73e8712
UBIFS: remove stale commentary
by Artem Bityutskiy
· 12 years ago
5c57f20
UBIFS: nuke pdflush from comments
by Artem Bityutskiy
· 12 years ago
93912fe
Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 12 years ago
a66d2c8
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
7074e5e
UBIFS: remove invalid reference to list iterator variable
by Julia Lawall
· 12 years ago
d51f17ea
UBIFS: simplify reply code a bit
by Artem Bityutskiy
· 12 years ago
06bef94
UBIFS: add debugfs knob to switch to R/O mode
by Artem Bityutskiy
· 12 years ago
782759b
UBIFS: fix compilation warning
by Alexandre Pereira da Silva
· 12 years ago
c672793
UBIFS: fix a bug in empty space fix-up
by Artem Bityutskiy
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
2d4cf5a
UBIFS: correct usage of IS_ENABLED()
by Brian Norris
· 12 years ago
1cfb727
UBIFS: fix assertion
by Dan Carpenter
· 12 years ago
818039c
UBIFS: fix debugfs-less systems support
by Artem Bityutskiy
· 12 years ago
6d42e7e
ubifs: use generic_fillattr()
by Al Viro
· 13 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
6133308
Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 12 years ago
4415626
UBI: amend commentaries WRT dtype
by Artem Bityutskiy
· 12 years ago
b36a261
UBI: Kill data type hint
by Richard Weinberger
· 12 years ago
56b04e3
UBIFS: fix memory leak on error path
by Sidney Amani
· 12 years ago
4994297
UBIFS: make ubifs_lpt_init clean-up in case of failure
by Artem Bityutskiy
· 12 years ago
a6aae4d
UBIFS: get rid of dbg_err
by Artem Bityutskiy
· 12 years ago
f70b7e5
UBIFS: remove Kconfig debugging option
by Artem Bityutskiy
· 12 years ago
1baafd2
UBIFS: remove a couple of unused macros
by Artem Bityutskiy
· 12 years ago
edf6be2
UBIFS: rename dumping functions
by Artem Bityutskiy
· 12 years ago
7c46d0a
UBIFS: get rid of dbg_dump_stack
by Artem Bityutskiy
· 12 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
1bdcc63
UBIFS: remove xattr Kconnfig option
by Subodh Nijsure
· 13 years ago
273946a
UBIFS: remove douple initialization in change_category()
by Dan Carpenter
· 13 years ago
e57f146
Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
a1c7c137
ubifs: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
5a1f36c
UBIFS: improve error messages
by Artem Bityutskiy
· 13 years ago
7ca58ba
UBIFS: kill CUR_MAX_KEY_LEN macro
by Artem Bityutskiy
· 13 years ago
c43be10
UBIFS: do not use inc_link when i_nlink is zero
by Artem Bityutskiy
· 13 years ago
b06283c
UBIFS: make the dbg_lock spinlock static
by Artem Bityutskiy
· 13 years ago
16c395c
UBIFS: increase dumps loglevel
by Artem Bityutskiy
· 13 years ago
7843736
UBIFS: amend recovery debugging message
by Artem Bityutskiy
· 13 years ago
e234b5f
UBIFS: fix non-debug configuration build
by Dominique Martinet
· 13 years ago
94b1984
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 13 years ago
Next »