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
/
fuse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-11-13
4
-42
/
+9
|
\
|
*
fuse: rcu-delay freeing fuse_conn
Al Viro
2013-10-24
3
-2
/
+4
|
*
vfs: introduce d_instantiate_no_diralias()
Miklos Szeredi
2013-10-24
3
-40
/
+5
*
|
fuse: writepages: protect secondary requests from fuse file release
Maxim Patlasov
2013-11-05
1
-0
/
+1
*
|
fuse: writepages: update bdi writeout when deleting secondary request
Maxim Patlasov
2013-11-05
1
-1
/
+4
*
|
fuse: writepages: crop secondary requests
Maxim Patlasov
2013-11-05
1
-5
/
+31
*
|
fuse: writepages: roll back changes if request not found
Maxim Patlasov
2013-11-05
1
-2
/
+4
*
|
cuse: add fix minor number to /dev/cuse
Tom Gundersen
2013-10-01
1
-1
/
+4
*
|
fuse: writepage: skip already in flight
Miklos Szeredi
2013-10-01
1
-0
/
+12
*
|
fuse: writepages: handle same page rewrites
Miklos Szeredi
2013-10-01
2
-10
/
+91
*
|
fuse: writepages: fix aggregation
Miklos Szeredi
2013-10-01
1
-1
/
+1
*
|
fuse: fix race in fuse_writepages()
Maxim Patlasov
2013-10-01
1
-1
/
+16
*
|
fuse: Implement writepages callback
Pavel Emelyanov
2013-10-01
1
-3
/
+147
*
|
fuse: don't BUG on no write file
Miklos Szeredi
2013-10-01
1
-5
/
+12
*
|
fuse: lock page in mkwrite
Miklos Szeredi
2013-10-01
1
-6
/
+9
*
|
fuse: Prepare to handle multiple pages in writeback
Pavel Emelyanov
2013-10-01
1
-8
/
+16
*
|
fuse: Getting file for writeback helper
Pavel Emelyanov
2013-10-01
1
-8
/
+16
|
/
*
fuse: no RCU mode in fuse_access()
Miklos Szeredi
2013-10-01
1
-3
/
+2
*
fuse: readdirplus: fix RCU walk
Miklos Szeredi
2013-10-01
2
-3
/
+11
*
fuse: don't check_submounts_and_drop() in RCU walk
Miklos Szeredi
2013-10-01
1
-1
/
+2
*
fuse: fix fallocate vs. ftruncate race
Maxim Patlasov
2013-09-18
1
-0
/
+7
*
fuse: wait for writeback in fuse_file_fallocate()
Maxim Patlasov
2013-09-18
1
-6
/
+10
*
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-09-12
2
-2
/
+2
*
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
2013-09-11
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2013-09-09
5
-8
/
+29
|
\
|
*
fuse: use list_for_each_entry() for list traversing
Dong Fang
2013-09-04
1
-4
/
+2
|
*
fuse: readdir: check for slash in names
Miklos Szeredi
2013-09-03
1
-0
/
+4
|
*
fuse: hotfix truncate_pagecache() issue
Maxim Patlasov
2013-09-03
4
-3
/
+17
|
*
fuse: invalidate inode attributes on xattr modification
Anand Avati
2013-09-03
1
-0
/
+4
|
*
fuse: postpone end_page_writeback() in fuse_writepage_locked()
Maxim Patlasov
2013-09-03
1
-1
/
+2
*
|
fuse: drop dentry on failed revalidate
Anand Avati
2013-09-05
1
-0
/
+2
*
|
fuse: clean up return in fuse_dentry_revalidate()
Miklos Szeredi
2013-09-05
1
-8
/
+18
*
|
fuse: use d_materialise_unique()
Miklos Szeredi
2013-09-05
1
-43
/
+26
*
|
Merge 3.11-rc3 into driver-core-next
Greg Kroah-Hartman
2013-07-29
1
-15
/
+36
|
\
\
|
|
/
|
*
fuse: readdirplus: cleanup
Miklos Szeredi
2013-07-17
1
-3
/
+1
|
*
fuse: readdirplus: change attributes once
Miklos Szeredi
2013-07-17
1
-3
/
+4
|
*
fuse: readdirplus: fix instantiate
Miklos Szeredi
2013-07-17
1
-4
/
+13
|
*
fuse: readdirplus: sanity checks
Miklos Szeredi
2013-07-17
1
-1
/
+11
|
*
fuse: readdirplus: fix dentry leak
Niels de Vos
2013-07-17
1
-5
/
+8
*
|
cuse: convert class code to use dev_groups
Greg Kroah-Hartman
2013-07-26
1
-5
/
+8
|
/
*
mm: use totalram_pages instead of num_physpages at runtime
Jiang Liu
2013-07-03
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-07-03
1
-2
/
+1
|
\
|
*
fuse: another open-coded file_inode()
Al Viro
2013-06-29
1
-2
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-07-02
1
-20
/
+17
|
\
\
|
|
/
|
*
[readdir] convert fuse
Al Viro
2013-06-29
1
-20
/
+17
*
|
fuse: hold i_mutex in fuse_file_fallocate()
Maxim Patlasov
2013-06-18
1
-4
/
+8
|
/
*
fuse: fix alignment in short read optimization for async_dio
Maxim Patlasov
2013-06-03
1
-4
/
+10
*
fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests
Brian Foster
2013-06-03
1
-1
/
+1
*
fuse: fix readdirplus Oops in fuse_dentry_revalidate
Miklos Szeredi
2013-06-03
2
-6
/
+13
*
fuse: update inode size and invalidate attributes on fallocate
Brian Foster
2013-05-20
1
-3
/
+12
[next]