aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-38/+4
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-41/+65
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-21/+13
2020-06-02ocfs2: mount shared volume without ha stackGravatar Gang He 3-20/+51
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Gravatar Jules Irenge 1-0/+1
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-19/+14
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutGravatar Christoph Hellwig 1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayGravatar Christoph Hellwig 1-18/+2
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2020-05-09dlmfs_file_write(): get rid of pointless access_ok()Gravatar Al Viro 1-3/+0
2020-04-23dlmfs: convert dlmfs_file_read() to copy_to_user()Gravatar Al Viro 1-19/+14
2020-04-23dlmfs_file_write(): fix the bogosity in handling non-zero *pposGravatar Al Viro 1-15/+12
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2020-04-10ocfs2: no need try to truncate file beyond i_sizeGravatar Changwei Ge 1-0/+4
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveGravatar Matthew Wilcox (Oracle) 1-14/+10
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 4-80/+80
2020-04-02ocfs2: roll back the reference count modification of the parent directory if ...Gravatar wangjian 1-4/+11
2020-04-02ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-9/+9
2020-04-02ocfs2: dlm: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-4/+4
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Gravatar Jules Irenge 1-0/+2
2020-04-02ocfs2: remove useless errGravatar Alex Shi 2-4/+3
2020-04-02ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"Gravatar wangyan 1-1/+1
2020-04-02ocfs2: there is no need to log twice in several functionsGravatar wangyan 2-6/+0
2020-04-02ocfs2: remove dlm_lock_is_remoteGravatar Alex Shi 1-2/+0
2020-04-02ocfs2: use OCFS2_SEC_BITS in macroGravatar Alex Shi 1-1/+1
2020-04-02ocfs2: remove unused macrosGravatar Alex Shi 4-8/+0
2020-04-02ocfs2: remove FS_OCFS2_NMGravatar Alex Shi 1-2/+0
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-1/+1
2020-02-04ocfs2: fix oops when writing cloned fileGravatar Gang He 1-8/+6
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...Gravatar wangyan 1-2/+1
2020-01-31ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()Gravatar wangyan 1-3/+5
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useGravatar Andy Shevchenko 1-4/+0
2020-01-31ocfs2/dlm: remove redundant assignment to retGravatar Colin Ian King 1-1/+1
2020-01-31ocfs2: make local header paths relative to C filesGravatar Masahiro Yamada 13-45/+41
2020-01-31ocfs2: remove unneeded semicolonsGravatar zhengbin 2-2/+2
2020-01-31fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresGravatar Aditya Pakki 1-2/+0
2020-01-04ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGravatar Gang He 1-0/+1
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery whe...Gravatar Kai Li 1-0/+8
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-12-01ocfs2: fix passing zero to 'PTR_ERR' warningGravatar Ding Xiang 1-2/+2
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-3/+3
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-28/+31
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1