Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
dcf79afdce51ae0df3643f5956341802356e3c31
/
fs
/
ocfs2
72094e4
ocfs2: ->e_leaf_clusters endianness breakage
by Al Viro
· 13 years ago
28748b3
ocfs2: ->rl_count endianness breakage
by Al Viro
· 13 years ago
e1bf4cc
ocfs: ->rl_used breakage on big-endian
by Al Viro
· 13 years ago
3a251f0
ocfs2: ->l_next_free_req breakage on big-endian
by Al Viro
· 13 years ago
2f99c36
get rid of pointless includes of ext2_fs.h
by Al Viro
· 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
342827d
ocfs2: fix leaks on failure exits in module_init
by Al Viro
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
be0d93f
... and the same failure exits cleanup for ocfs2
by Al Viro
· 13 years ago
c4bc8dc
ocfs2: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
847c9db
ocfs2: deal with wraparounds of i_nlink in ocfs2_rename()
by Al Viro
· 13 years ago
49d41ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
60f98d1
dlm: add recovery callbacks
by David Teigland
· 13 years ago
67697cb
ocfs2: propagate umode_t
by Al Viro
· 13 years ago
2b15ad0
dlmfs: use inode_init_owner()
by Al Viro
· 13 years ago
f4ae40a
switch debugfs to umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
0a4ebed
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 13 years ago
9392557
ocfs2: avoid unaligned access to dqc_bitmap
by Akinobu Mita
· 13 years ago
249ec93
ocfs2: Use filemap_write_and_wait() instead of write_inode_now()
by Jan Kara
· 13 years ago
df295d4
ocfs2: honor O_(D)SYNC flag in fallocate
by Mark Fasheh
· 13 years ago
0393afe
ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2
by Xiaowei.Hu
· 13 years ago
e41d33a
ocfs2: send correct UUID to cleancache initialization
by Dan Magenheimer
· 13 years ago
b8a0ae5
ocfs2: Commit transactions in error cases -v2
by Wengang Wang
· 13 years ago
8298524
ocfs2: make direntry invalid when deleting it
by Wengang Wang
· 13 years ago
fc9f899
fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_free
by Julia Lawall
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
a7732b0
ocfs2: remove unnecessary nlink setting
by Miklos Szeredi
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
afeacc8
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
by Paul Gortmaker
· 13 years ago
99b1bb6
Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-fixes
by Joel Becker
· 13 years ago
5a2f3a0
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next
by James Morris
· 13 years ago
d695212
switch posix_acl_equiv_mode() to umode_t *
by Al Viro
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
c7e25e6
ocfs2: Avoid livelock in ocfs2_readpage()
by Jan Kara
· 13 years ago
a11f7e6
ocfs2: serialize unaligned aio
by Mark Fasheh
· 13 years ago
93862d5
ocfs2: Implement llseek()
by Sunil Mushran
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
826cae2
kill boilerplates around posix_acl_create_masq()
by Al Viro
· 13 years ago
bc26ab5
kill boilerplate around posix_acl_chmod_masq()
by Al Viro
· 13 years ago
e77819e
vfs: move ACL cache lookup into generic code
by Linus Torvalds
· 13 years ago
5cffff9
ocfs2: Fix ocfs2_page_mkwrite()
by Wengang Wang
· 13 years ago
a035bff
ocfs2: Add comment about orphan scanning
by Sunil Mushran
· 13 years ago
619c200
ocfs2: Clean up messages in the fs
by Sunil Mushran
· 13 years ago
6b27f62
ocfs2/cluster: Cluster up now includes network connections too
by Sunil Mushran
· 13 years ago
3ba169c
ocfs2/cluster: Add new function o2net_fill_node_map()
by Sunil Mushran
· 13 years ago
bb570a5
ocfs2/cluster: Fix output in file elapsed_time_in_ms
by Sunil Mushran
· 13 years ago
a2c0cc1
ocfs2/dlm: dlmlock_remote() needs to account for remastery
by Sunil Mushran
· 13 years ago
ff0a522
ocfs2/dlm: Take inflight reference count for remotely mastered resources too
by Sunil Mushran
· 13 years ago
ed8625c
ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()
by Sunil Mushran
· 13 years ago
e9f0b6a
ocfs2/dlm: Trace insert/remove of resource to/from hash
by Sunil Mushran
· 13 years ago
8d400b8
ocfs2/dlm: Clean up refmap helpers
by Sunil Mushran
· 13 years ago
0afbba1
ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()
by Sunil Mushran
· 13 years ago
394eb3d
ocfs2: Clean up messages in stack_o2cb.c
by Sunil Mushran
· 13 years ago
8decab3
ocfs2/dlm: Clean up messages in o2dlm
by Sunil Mushran
· 13 years ago
1dfecf8
ocfs2/cluster: Clean up messages in o2net
by Sunil Mushran
· 13 years ago
d2eece3
ocfs2/cluster: Abort heartbeat start on hard-ro devices
by Sunil Mushran
· 13 years ago
c0d960f
ocfs2_init_acl(): fix a leak
by Al Viro
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
72c5052
fs: move inode_dio_done to the end_io handler
by Christoph Hellwig
· 13 years ago
df2d6f2
fs: always maintain i_dio_count
by Christoph Hellwig
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 13 years ago
bd5fe6c
fs: kill i_alloc_sem
by Christoph Hellwig
· 13 years ago
dae6ad8
new helpers: kern_path_create/user_path_create
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 13 years ago
9c2c703
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
9d8f13b
security: new security_inode_init_security API adds function callback
by Mimi Zohar
· 13 years ago
e44ba03
treewide: remove duplicate includes
by Vitaliy Ivanov
· 13 years ago
9e1f1de
more conservative S_NOSEC handling
by Al Viro
· 13 years ago
730e663
ocfs2: use proper little-endian bitops
by Akinobu Mita
· 13 years ago
87f0d5c
ocfs2: null deref on allocation error
by Dan Carpenter
· 13 years ago
3d75be7
ocfs2: checking the wrong variable in ocfs2_move_extent()
by Dan Carpenter
· 13 years ago
03efed8
ocfs2: Bugfix for hard readonly mount
by Tiger Yang
· 13 years ago
81faae7
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 13 years ago
d194f1a
Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-window
by Joel Becker
· 13 years ago
ea5e167
Ocfs2/move_extents: Validate moving goal after the adjustment.
by Tristan Ye
· 13 years ago
6aea6f5
Ocfs2/move_extents: Avoid doing division in extent moving.
by Tristan Ye
· 13 years ago
a74b81b
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 13 years ago
f8d613e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem
by Linus Torvalds
· 13 years ago
1cfd8bd
ocfs2: add cleancache support
by Dan Magenheimer
· 13 years ago
ece928d
Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-window
by Joel Becker
· 13 years ago
3d1c182
Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.
by Tristan Ye
· 13 years ago
66effd3
ocfs2/dlm: Do not migrate resource to a node that is leaving the domain
by Sunil Mushran
· 13 years ago
bddefde
ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG
by Sunil Mushran
· 13 years ago
dda54e7
Ocfs2/move_extents: Set several trivial constraints for threshold.
by Tristan Ye
· 13 years ago
4dfa66b
Ocfs2/move_extents: Let defrag handle partial extent moving.
by Tristan Ye
· 13 years ago
Next »