aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-11/+6
2018-08-17ocfs2: make several functions and variables static (and some const)Gravatar Colin Ian King 3-10/+10
2018-08-17ocfs2: clean up some unnecessary codeGravatar wangyan 3-19/+5
2018-08-17ocfs2: return -EROFS when filesystem becomes read-onlyGravatar Jun Piao 3-37/+30
2018-07-06vfs: dedupe: rationalize argsGravatar Miklos Szeredi 1-6/+6
2018-07-06vfs: dedupe: return intGravatar Miklos Szeredi 1-11/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-9/+17
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 2-9/+17
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-5/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-2/+2
2018-06-07fs: ocfs2: use new return type vm_fault_tGravatar Souptick Joarder 1-24/+20
2018-06-07ocfs2: drop a VLA in ocfs2_orphan_del()Gravatar Salvatore Mesoraca 1-2/+1
2018-06-07ocfs2: correct the comments position of struct ocfs2_dir_block_trailerGravatar Guozhonghua 1-4/+4
2018-06-07ocfs2: eliminate a misreported warningGravatar Zhen Lei 1-1/+1
2018-06-07ocfs2: ocfs2_inode_lock_tracker does not distinguish lock levelGravatar Larry Chen 2-30/+90
2018-06-07ocfs2: clean up redundant function declarationsGravatar Jia Guo 2-7/+5
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 2-9/+17
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Gravatar Changwei Ge 1-10/+1
2018-05-11ocfs2: take inode cluster lock before moving reflinked inode from orphan dirGravatar Ashish Samant 1-2/+12
2018-04-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 25-390/+329
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2018-04-05ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataGravatar Changwei Ge 1-4/+0
2018-04-05ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bioGravatar piaojun 1-1/+10
2018-04-05ocfs2: add duplicated ino number checkGravatar Gang He 1-1/+20
2018-04-05ocfs2: add kobject for online file checkGravatar Gang He 4-202/+155
2018-04-05ocfs2: fix some small problemsGravatar Gang He 1-4/+4
2018-04-05ocfs2: move some definitions to header fileGravatar Gang He 2-27/+27
2018-04-05ocfs2: correct spelling mistake for migratable for allGravatar Changwei Ge 1-4/+4
2018-04-05ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Gravatar Colin Ian King 1-1/+1
2018-04-05ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcesGravatar piaojun 3-3/+26
2018-04-05ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Gravatar Changwei Ge 1-2/+0
2018-04-05ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Gravatar Changwei Ge 1-4/+4
2018-04-05fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentGravatar Changwei Ge 1-7/+0
2018-04-05ocfs2: remove two unused functions from suballoc.cGravatar Changwei Ge 1-49/+0
2018-04-05ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()Gravatar piaojun 4-26/+13
2018-04-05ocfs2/dlm: don't handle migrate lockres if already in shutdownGravatar Jun Piao 3-15/+33
2018-04-05ocfs2: keep the trace point consistent with the function nameGravatar Jia Guo 3-8/+8
2018-04-05ocfs2: remove some unused function declarationsGravatar piaojun 1-3/+0
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'Gravatar piaojun 6-12/+12
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'Gravatar piaojun 9-26/+21
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+2
2018-03-26treewide: Align function definition open/close bracesGravatar Joe Perches 1-1/+1
2018-03-20sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_ev...Gravatar Peter Zijlstra 1-4/+5
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsGravatar Ingo Molnar 1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-4/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Gravatar Goffredo Baroncelli 1-2/+2
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2Gravatar piaojun 1-11/+12
2018-01-31ocfs2: unlock bh_state if bg check failsGravatar Changwei Ge 1-0/+2