index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
hostfs: Use page_offset()
Richard Weinberger
2015-03-26
1
-4
/
+2
|
*
|
|
hostfs: Set page flags in hostfs_readpage() correctly
Richard Weinberger
2015-03-26
1
-4
/
+6
|
*
|
|
hostfs: Remove superfluous initializations in hostfs_open()
Richard Weinberger
2015-03-26
1
-2
/
+2
|
*
|
|
hostfs: hostfs_open: Reset open flags upon each retry
Richard Weinberger
2015-03-26
1
-0
/
+2
|
*
|
|
hostfs: Remove superfluous test in hostfs_open()
Richard Weinberger
2015-03-26
1
-3
/
+1
|
*
|
|
hostfs: Report append flag in ->show_options()
Richard Weinberger
2015-03-26
1
-0
/
+3
|
*
|
|
hostfs: Use __getname() in follow_link
Richard Weinberger
2015-03-26
1
-14
/
+11
|
*
|
|
hostfs: Remove open coded strcpy()
Richard Weinberger
2015-03-26
1
-5
/
+4
|
*
|
|
hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()
Richard Weinberger
2015-03-26
1
-0
/
+7
|
*
|
|
hostfs: Make hostfs_readpage more readable
Richard Weinberger
2015-03-26
1
-6
/
+8
|
*
|
|
hostfs: Handle bogus st.mode
Richard Weinberger
2015-03-26
1
-2
/
+4
|
*
|
|
hostfs: Allow fsync on directories
Richard Weinberger
2015-03-26
1
-2
/
+4
|
*
|
|
hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_open
Richard Weinberger
2015-03-26
1
-0
/
+1
|
*
|
|
hostfs: hostfs_file_open: Switch to data locking model
Richard Weinberger
2015-03-26
1
-6
/
+7
*
|
|
|
Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2015-04-15
25
-429
/
+436
|
\
\
\
\
|
*
|
|
|
UBIFS: fix output format of INUM_WATERMARK
Sheng Yong
2015-04-13
1
-1
/
+1
|
*
|
|
|
UBIFS: extend debug/message capabilities
Sheng Yong
2015-03-25
25
-409
/
+419
|
*
|
|
|
UBIFS: simplify returns
Fabian Frederick
2015-03-25
1
-8
/
+2
|
*
|
|
|
UBIFS: Fix trivial typos in comments
Yannick Guerrini
2015-03-25
1
-7
/
+7
|
*
|
|
|
UBIFS: do not write master node if need recovery
Sheng Yong
2015-03-25
1
-1
/
+1
|
*
|
|
|
UBIFS: fix incorrect unlocking handling
Taesoo Kim
2015-03-25
1
-4
/
+7
|
|
/
/
/
*
|
|
|
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-04-15
60
-820
/
+300
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
->aio_read and ->aio_write removed
Al Viro
2015-04-11
4
-44
/
+6
|
*
|
|
kill do_sync_read/do_sync_write
Al Viro
2015-04-11
1
-38
/
+0
|
*
|
|
fuse: use iov_iter_get_pages() for non-splice path
Al Viro
2015-04-11
1
-24
/
+17
|
*
|
|
fuse: switch to ->read_iter/->write_iter
Al Viro
2015-04-11
1
-12
/
+14
|
*
|
|
make new_sync_{read,write}() static
Al Viro
2015-04-11
47
-127
/
+2
|
*
|
|
coredump: accept any write method
Al Viro
2015-04-11
1
-1
/
+1
|
*
|
|
export __vfs_read()
Al Viro
2015-04-11
1
-8
/
+5
|
*
|
|
autofs: switch to __vfs_write()
Al Viro
2015-04-11
2
-2
/
+2
|
*
|
|
new helper: __vfs_write()
Al Viro
2015-04-11
1
-12
/
+16
|
*
|
|
Merge branch '9p-iov_iter' into for-next
Al Viro
2015-04-11
5
-366
/
+139
|
|
\
\
\
|
|
*
|
|
9p: we are leaking glock.client_id in v9fs_file_getlock()
Al Viro
2015-04-11
1
-0
/
+2
|
|
*
|
|
9p: switch to ->read_iter/->write_iter
Al Viro
2015-04-11
1
-44
/
+39
|
|
*
|
|
9p: get rid of v9fs_direct_file_read()
Al Viro
2015-04-11
2
-51
/
+12
|
|
*
|
|
9p: switch p9_client_read() to passing struct iov_iter *
Al Viro
2015-04-11
5
-118
/
+46
|
|
*
|
|
9p: get rid of v9fs_direct_file_write()
Al Viro
2015-04-11
2
-82
/
+17
|
|
*
|
|
9p: fold v9fs_file_write_internal() into the caller
Al Viro
2015-04-11
2
-49
/
+30
|
|
*
|
|
9p: switch ->writepage() to direct use of p9_client_write()
Al Viro
2015-04-11
1
-22
/
+13
|
|
*
|
|
9p: switch p9_client_write() to passing it struct iov_iter *
Al Viro
2015-04-11
2
-38
/
+18
|
*
|
|
|
switch hugetlbfs to ->read_iter()
Al Viro
2015-04-11
1
-58
/
+34
|
*
|
|
|
coda: switch to ->read_iter/->write_iter
Al Viro
2015-04-11
1
-25
/
+15
|
*
|
|
|
ncpfs: switch to ->read_iter/->write_iter
Al Viro
2015-04-11
3
-63
/
+37
|
|
/
/
/
|
*
|
|
aio_run_iocb(): kill dead check
Al Viro
2015-04-11
1
-7
/
+0
|
*
|
|
ioctx_alloc(): remove pointless check
Al Viro
2015-04-11
1
-2
/
+1
|
*
|
|
expand __fuse_direct_write() in both callers
Al Viro
2015-04-11
1
-25
/
+17
|
*
|
|
fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()
Al Viro
2015-04-11
1
-17
/
+12
|
*
|
|
cuse: switch to iov_iter
Al Viro
2015-04-11
1
-17
/
+10
|
*
|
|
Merge branch 'for-davem' into for-next
Al Viro
2015-04-11
21
-62
/
+194
|
|
\
\
\
*
|
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-04-15
3
-5
/
+18
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
[prev]
[next]