Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2c991e408df6a407476dbc453d725e1e975479e7
/
fs
/
ocfs2
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 6 years ago
15eefe2
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
by Arnd Bergmann
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 6 years ago
c6137fe
fs: ocfs2: use new return type vm_fault_t
by Souptick Joarder
· 6 years ago
64202a2
ocfs2: drop a VLA in ocfs2_orphan_del()
by Salvatore Mesoraca
· 6 years ago
f3797d8
ocfs2: correct the comments position of struct ocfs2_dir_block_trailer
by Guozhonghua
· 6 years ago
731a40f
ocfs2: eliminate a misreported warning
by Zhen Lei
· 6 years ago
133b81f
ocfs2: ocfs2_inode_lock_tracker does not distinguish lock level
by Larry Chen
· 6 years ago
5bc55d6
ocfs2: clean up redundant function declarations
by Jia Guo
· 6 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
3373de2
ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio"
by Changwei Ge
· 6 years ago
e438302
ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
by Ashish Samant
· 7 years ago
3b54765
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
9022ca6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
de37428
ocfs2/dlm: clean up unused variable in dlm_process_recovery_data
by Changwei Ge
· 7 years ago
ba16ddf
ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio
by piaojun
· 7 years ago
39ec377
ocfs2: add duplicated ino number check
by Gang He
· 7 years ago
5f483c4
ocfs2: add kobject for online file check
by Gang He
· 7 years ago
8fc2cb4b
ocfs2: fix some small problems
by Gang He
· 7 years ago
5ac9438
ocfs2: move some definitions to header file
by Gang He
· 7 years ago
baa31b8
ocfs2: correct spelling mistake for migratable for all
by Changwei Ge
· 7 years ago
510c487
ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"
by Colin Ian King
· 7 years ago
60c7ec9
ocfs2/dlm: wait for dlm recovery done when migrating all lock resources
by piaojun
· 7 years ago
a43d24c
ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()
by Changwei Ge
· 7 years ago
2bcb654
ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()
by Changwei Ge
· 7 years ago
26ec161
fs/ocfs2/dlm/dlmrecovery.c: remove unrelated comment
by Changwei Ge
· 7 years ago
a012ab4
ocfs2: remove two unused functions from suballoc.c
by Changwei Ge
· 7 years ago
a17b485
ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()
by piaojun
· 7 years ago
bb34f24
ocfs2/dlm: don't handle migrate lockres if already in shutdown
by Jun Piao
· 7 years ago
1202d4b
ocfs2: keep the trace point consistent with the function name
by Jia Guo
· 7 years ago
bb4c9d6
ocfs2: remove some unused function declarations
by piaojun
· 7 years ago
d324cd4
ocfs2: use 'oi' instead of 'OCFS2_I()'
by piaojun
· 7 years ago
1119d3c
ocfs2: use 'osb' instead of 'OCFS2_SB()'
by piaojun
· 7 years ago
672a9c1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 7 years ago
5bb053b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
447a564
treewide: Align function definition open/close braces
by Joe Perches
· 7 years ago
e24e960
sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_event() API
by Peter Zijlstra
· 7 years ago
793057e
vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents
by Ingo Molnar
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
c472c07
iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}
by Goffredo Baroncelli
· 7 years ago
d984187
ocfs2: return error when we attempt to access a dirty bh in jbd2
by piaojun
· 7 years ago
e75ed71
ocfs2: unlock bh_state if bg check fails
by Changwei Ge
· 7 years ago
c4c2416
ocfs2: nowait aio support
by Gang He
· 7 years ago
ac604d3
ocfs2: add ocfs2_overwrite_io()
by Gang He
· 7 years ago
06e7f13
ocfs2: add ocfs2_try_rw_lock() and ocfs2_try_inode_lock()
by Gang He
· 7 years ago
637dd20
ocfs2: add trimfs lock to avoid duplicated trims in cluster
by Gang He
· 7 years ago
4882abe
ocfs2: add trimfs dlm lock resource
by Gang He
· 7 years ago
71a3694
ocfs2: try to reuse extent block in dealloc without meta_alloc
by Changwei Ge
· 7 years ago
63de8bd
ocfs2: make metadata estimation accurate and clear
by Changwei Ge
· 7 years ago
16c8d56
ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute
by piaojun
· 7 years ago
d22aa61
ocfs2: clean up dead code in alloc.c
by Changwei Ge
· 7 years ago
c0a1a6d
ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()
by piaojun
· 7 years ago
ff26cc1
ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
by Gang He
· 7 years ago
025bcbd
ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid
by piaojun
· 7 years ago
dd7b5f9
ocfs2: clean dead code in suballoc.c
by Changwei Ge
· 7 years ago
32ed0bd
ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()
by alex chen
· 7 years ago
fc2af28
ocfs2/cluster: close a race that fence can't be triggered
by Yang Zhang
· 7 years ago
a52370b
ocfs2: give an obvious tip for mismatched cluster names
by Gang He
· 7 years ago
cfdce25
ocfs2/cluster: neaten a member of o2net_msg_handler
by Changwei Ge
· 7 years ago
e37b963
fs/ocfs2/dlm/dlmmaster.c: clean up dead code
by Changwei Ge
· 7 years ago
1ed2d76
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
cc56c33
ocfs2: convert to new i_version API
by Jeff Layton
· 7 years ago
e749d4f
cfs2: switch to sock_recvmsg()
by Al Viro
· 7 years ago
076ccb7
fs: annotate ->poll() instances
by Al Viro
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
487e2c9
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 7 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
47ee9d8
ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()
by Guozhonghua
· 7 years ago
3db409f
ocfs2/dlm: get mle inuse only when it is initialized
by Changwei Ge
· 7 years ago
853bc26
ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent
by alex chen
· 7 years ago
3e4c56d
ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()
by alex chen
· 7 years ago
28f5a8a
ocfs2: should wait dio before inode lock in ocfs2_setattr()
by alex chen
· 7 years ago
67b1b8d
ocfs2: clean up some unused function declarations
by piaojun
· 7 years ago
1c01967
ocfs2: fix cluster hang after a node dies
by Changwei Ge
· 7 years ago
98d6c09
ocfs2: cleanup unused func declaration and assignment
by piaojun
· 7 years ago
23e0813
ocfs2: no need flush workqueue before destroying it
by piaojun
· 7 years ago
a60874f
ocfs2: remove unused declaration ocfs2_publish_get_mount_state()
by Guozhonghua
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
abc36be
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 7 years ago
5e4def2
Pass mode to wait_on_atomic_t() action funcs and provide default actions
by David Howells
· 7 years ago
105ddc9
ocfs2: fstrim: Fix start offset of first cluster group during fstrim
by Ashish Samant
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
4843afe
ocfs2/cluster: make config_item_type const
by Bhumika Goyal
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
ae8ac6b
Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
d34fc1a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
964f14a
ocfs2: clean up some dead code
by Jun Piao
· 7 years ago
01ffb56
ocfs2: make ocfs2_set_acl() static
by Jan Kara
· 7 years ago
ec3604c
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
7b9ca4c
quota: Reduce contention on dq_data_lock
by Jan Kara
· 7 years ago
42fdb85
quota: Push dqio_sem down to ->read_file_info()
by Jan Kara
· 7 years ago
9a8ae30
quota: Push dqio_sem down to ->write_file_info()
by Jan Kara
· 7 years ago
d6ab366
quota: Acquire dqio_sem for reading in vfs_load_quota_inode()
by Jan Kara
· 7 years ago
Next »