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
/
orangefs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
orangefs: implement writepage
Martin Brandenburg
3
-68
/
+80
2019-05-03
orangefs: migrate to generic_file_read_iter
Martin Brandenburg
3
-104
/
+38
2019-05-03
orangefs: service ops done for writeback are not killable
Martin Brandenburg
3
-9
/
+12
2019-05-03
orangefs: remove orangefs_readpages
Martin Brandenburg
1
-38
/
+1
2019-05-03
orangefs: reorganize setattr functions to track attribute changes
Martin Brandenburg
6
-119
/
+129
2019-05-03
orangefs: let setattr write to cached inode
Martin Brandenburg
2
-8
/
+20
2019-05-03
orangefs: set up and use backing_dev_info
Martin Brandenburg
1
-7
/
+14
2019-05-03
orangefs: hold i_lock during inode_getattr
Martin Brandenburg
2
-12
/
+25
2019-05-03
orangefs: update attributes rather than relying on server
Martin Brandenburg
2
-9
/
+8
2019-05-03
orangefs: simplify orangefs_inode_getattr interface
Martin Brandenburg
4
-38
/
+28
2019-05-03
orangefs: do not invalidate attributes on inode create
Martin Brandenburg
2
-12
/
+0
2019-05-03
orangefs: implement xattr cache
Martin Brandenburg
4
-1
/
+127
2019-05-01
orangefs: make use of ->free_inode()
Al Viro
1
-6
/
+3
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+2
2019-02-20
orangefs: remove two un-needed BUG_ONs...
Mike Marshall
1
-4
/
+0
2019-02-01
orangefs: don't reinitialize result_mask in ->getattr
Christoph Hellwig
1
-5
/
+2
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
1
-1
/
+1
2019-01-04
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-1
/
+1
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-1
/
+1
2018-10-18
orangefs: no need to check for service_operation returns > 0
Mike Marshall
1
-1
/
+1
2018-10-18
orangefs: some error code paths missed kmem_cache_free
Mike Marshall
1
-3
/
+3
2018-10-18
orangefs: don't let orangefs_iget return NULL.
Mike Marshall
1
-1
/
+5
2018-10-18
orangefs: don't let orangefs_new_inode return NULL
Mike Marshall
1
-1
/
+1
2018-10-10
orangefs: rate limit the client not running info message
Colin Ian King
1
-1
/
+1
2018-10-10
orangefs: cache NULL when both default_acl and acl are NULL
Chengguang Xu
1
-0
/
+4
2018-08-14
orangefs: remove redundant pointer orangefs_inode
Colin Ian King
1
-3
/
+0
2018-08-14
orangefs: Adding new return type vm_fault_t
Souptick Joarder
1
-9
/
+10
2018-06-17
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
1
-1
/
+1
2018-06-16
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-42
/
+12
2018-06-15
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-15
orangefs: simplify compat ioctl handling
Al Viro
1
-42
/
+12
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-2
/
+2
2018-06-14
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...
Arnd Bergmann
2
-2
/
+2
2018-06-07
Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-76
/
+91
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
2
-2
/
+2
2018-06-01
orangefs: use sparse annotations for holding locks across function calls.
Mike Marshall
1
-4
/
+10
2018-06-01
orangefs: make debug_help_fops static
Mike Marshall
1
-1
/
+1
2018-06-01
orangefs: remove unused function orangefs_get_bufmap_init
Mike Marshall
1
-14
/
+0
2018-06-01
orangefs: specify user pointers when using dev_map_desc and bufmap
Mike Marshall
2
-2
/
+2
2018-06-01
orangefs: formatting cleanups
Mike Marshall
6
-39
/
+55
2018-06-01
orangefs: set i_size on new symlink
Martin Brandenburg
1
-0
/
+7
2018-06-01
orangefs: report attributes_mask and attributes for statx
Martin Brandenburg
1
-0
/
+7
2018-06-01
orangefs: make struct orangefs_file_vm_ops static
Colin Ian King
1
-1
/
+1
2018-06-01
orangefs: revamp block sizes
Martin Brandenburg
4
-15
/
+8
2018-05-22
orangefs_lookup: simplify
Al Viro
1
-56
/
+8
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
1
-6
/
+3
2018-04-15
orangefs_kill_sb(): deal with allocation failures
Al Viro
1
-0
/
+5
2018-04-09
Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-241
/
+78
2018-04-06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
[prev]
[next]