Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
40bd3a5f341b4ef4c6a49fb68938247d3065d8ad
/
fs
/
orangefs
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e55f1d1
Merge remote-tracking branch 'jk/vfs' into work.misc
by Al Viro
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
6c6ef9f
xattr: Stop calling {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
f60fbdb
Revert "orangefs: bump minimum userspace version"
by Mike Marshall
· 8 years ago
b78b119
Merge branch 'misc' into for-next
by Martin Brandenburg
· 8 years ago
c2050a4
fs: Replace current_fs_time() with current_time()
by Deepa Dinamani
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
1cd66c9
fs: make remaining filesystems use .rename2
by Miklos Szeredi
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
0739310
posix_acl: Clear SGID bit when setting file permissions
by Jan Kara
· 8 years ago
0c95ad7
orangefs: bump minimum userspace version
by Martin Brandenburg
· 8 years ago
1d50361
orangefs: rename most remaining global variables
by Martin Brandenburg
· 8 years ago
889d5f1
orangefs: g_orangefs_stats -> orangefs_stats for consistency
by Martin Brandenburg
· 8 years ago
a0fe051
orangefs: make devreq_mutex static
by Martin Brandenburg
· 8 years ago
c27889c
orangefs: describe organization of sysfs
by Martin Brandenburg
· 8 years ago
4a34366
orangefs: remove duplicated sysfs_ops structures
by Martin Brandenburg
· 8 years ago
7b0cae6
orangefs: consolidate sysfs show and store functions
by Martin Brandenburg
· 8 years ago
2e9f80d
orangefs: reorganize duplicated sysfs attribute structs
by Martin Brandenburg
· 8 years ago
dc3012a
orangefs: remove dead code in sysfs
by Martin Brandenburg
· 8 years ago
44f4641
orangefs: clean up debugfs globals
by Martin Brandenburg
· 8 years ago
c51e012
orangefs: do not allow client readahead cache without feature bit
by Martin Brandenburg
· 8 years ago
482664d
orangefs: add features op
by Martin Brandenburg
· 8 years ago
f2ee3b7
orangefs: record userspace version for feature compatbility
by Martin Brandenburg
· 8 years ago
4d20a75
orangefs: add readahead count and size to sysfs
by Martin Brandenburg
· 8 years ago
ed1e158
orangefs: re-add flush_racache from out-of-tree
by Martin Brandenburg
· 8 years ago
680908e
orangefs: turn param response value into union
by Martin Brandenburg
· 8 years ago
a6dff80
orangefs: add missing param request ops
by Martin Brandenburg
· 8 years ago
6eaff8c
orangefs: rename remaining bits of mmap readahead cache
by Martin Brandenburg
· 8 years ago
f66debf
orangefs: use %pd/%pD
by Al Viro
· 8 years ago
8bbb20a
orangefs: Account for jiffies wraparound.
by Martin Brandenburg
· 8 years ago
957ee43
orangefs: Change default dcache and getattr timeout to 50 msec.
by Martin Brandenburg
· 8 years ago
4cd8f31
orangefs: Allow dcache and getattr cache time to be configured.
by Martin Brandenburg
· 8 years ago
71680c1
orangefs: Cache getattr results.
by Martin Brandenburg
· 8 years ago
31b7c1a
orangefs: Use d_time to avoid excessive lookups
by Martin Brandenburg
· 9 years ago
6784725
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
0e06f5c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
8a5c743
mm, memcg: use consistent gfp flags during readahead
by Michal Hocko
· 8 years ago
78fee0b
orangefs: fix namespace handling
by Jann Horn
· 8 years ago
3903f15
Orangefs: allow O_DIRECT in open
by Mike Marshall
· 8 years ago
d373a71
orangefs: Remove useless xattr prefix arguments
by Andreas Gruenbacher
· 8 years ago
2ce8272
orangefs: Remove redundant "trusted." xattr handler
by Andreas Gruenbacher
· 8 years ago
972a734
orangefs: Remove useless defines
by Andreas Gruenbacher
· 8 years ago
6f3fc10
orangefs: constify inode_operations
by Al Viro
· 8 years ago
96b0cff
orangefs: don't open-code %pd2
by Al Viro
· 8 years ago
5930122
switch xattr_handler->set() to passing dentry and inode separately
by Al Viro
· 8 years ago
5ecfcb2
orangefs: don't open-code inode_lock/inode_unlock
by Al Viro
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
b296821
xattr_handler: pass dentry and inode as separate arguments of ->get()
by Al Viro
· 9 years ago
6759212
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 9 years ago
e56f498
orangefs: remove unused variable
by Martin Brandenburg
· 9 years ago
1917a69
orangefs: Add KERN_<LEVEL> to gossip_<level> macros
by Joe Perches
· 9 years ago
2eacea7
orangefs: strncpy -> strscpy
by Martin Brandenburg
· 9 years ago
f83140c
orangefs: clean up truncate ctime and mtime setting
by Martin Brandenburg
· 9 years ago
2fa37fd
Orangefs: fix ifnullfree.cocci warnings
by kbuild test robot
· 9 years ago
a9bb3ba
Orangefs: optimize boilerplate code.
by Mike Marshall
· 9 years ago
2d09a2c
Orangefs: xattr.c cleanup
by Mike Marshall
· 9 years ago
4a2d057
Merge branch 'PAGE_CACHE_SIZE-removal'
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
878dfd3
orangefs: minimum userspace version is 2.9.3
by Martin Brandenburg
· 9 years ago
641bb32
orangefs: don't put readdir slot twice
by Martin Brandenburg
· 9 years ago
4599649
orangefs: fix orangefs_superblock locking
by Al Viro
· 9 years ago
6d4c1a3
orangefs: fix do_readv_writev() handling of error halfway through
by Al Viro
· 9 years ago
524b1d3
orangefs: have ->kill_sb() evict the VFS side of things first
by Al Viro
· 9 years ago
177f8fc
orangefs: sanitize ->llseek()
by Al Viro
· 9 years ago
7df240d771
orangefs-bufmap.h: trim unused junk
by Al Viro
· 9 years ago
b8a99a8
orangefs: saner calling conventions for getting a slot
by Al Viro
· 9 years ago
bf6bf60
orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer
by Al Viro
· 9 years ago
9f5e2f7
orangefs: get rid of readdir_handle_s
by Al Viro
· 9 years ago
fecd86a
ornagefs: ensure that truncate has an up to date inode size
by Martin Brandenburg
· 9 years ago
e8da254
orangefs: move code which sets i_link to orangefs_inode_getattr
by Martin Brandenburg
· 9 years ago
05d31c5
orangefs: remove needless wrapper around GFP_KERNEL
by Martin Brandenburg
· 9 years ago
93d53a4
orangefs: remove wrapper around mutex_lock(&inode->i_mutex)
by Martin Brandenburg
· 9 years ago
2666263
orangefs: refactor inode type or link_target change detection
by Martin Brandenburg
· 9 years ago
5859d77
orangefs: use new getattr for revalidate and remove old getattr
by Martin Brandenburg
· 9 years ago
8f24928
orangefs: use new getattr in inode getattr and permission
by Martin Brandenburg
· 9 years ago
e2f7f0d
orangefs: use new orangefs_inode_getattr to get size in write and llseek
by Martin Brandenburg
· 9 years ago
075cca5
orangefs: use new orangefs_inode_getattr to create new inodes
by Martin Brandenburg
· 9 years ago
3c9cf98
orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr
by Martin Brandenburg
· 9 years ago
d57521a
orangefs: remove inode->i_lock wrapper
by Martin Brandenburg
· 9 years ago
2f83ace
orangefs: put register_chrdev immediately before register_filesystem
by Martin Brandenburg
· 9 years ago
a4c680a
orangefs: remove paranoia in orangefs_set_inode
by Martin Brandenburg
· 9 years ago
02a5cc5
orangefs: sanitize listxattr and return EIO on impossible values
by Martin Brandenburg
· 9 years ago
5e06664
orangefs: remove unused reference to xattr key length
by Martin Brandenburg
· 9 years ago
1a0ce16
Orangefs: adjust unwind on module init failure.
by Mike Marshall
· 9 years ago
2180c52
Orangefs: fix sloppy cleanups of debugfs and sysfs init failures.
by Mike Marshall
· 9 years ago
a7d3e78
Orangefs: follow_link -> get_link change
by Mike Marshall
· 9 years ago
53f57fe
Orangefs: Extra sanity insurance on buffer before using string functions on it.
by Mike Marshall
· 9 years ago
acfcbaf
orangefs: make fs_mount_pending static
by Martin Brandenburg
· 9 years ago
c62da58
orangefs: Avoid symlink upcall if target is too long.
by Martin Brandenburg
· 9 years ago
162ada7
Orangefs: improve the POSIXness of interrupted writes...
by Mike Marshall
· 9 years ago
cf07c0b
Orangefs: add a new gossip statement
by Mike Marshall
· 9 years ago
9d9e7ba
Orangefs: improve gossip statements
by Mike Marshall
· 9 years ago
9f08cfe9
Orangefs: update orangefs.txt
by Mike Marshall
· 9 years ago
ca9f518
Orangefs: code sanitation.
by Mike Marshall
· 9 years ago
401898e
orangefs: remove unused 'diff' function
by Arnd Bergmann
· 9 years ago
Next »