summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix build failure when TCP/IP is disabledTom Seewald2020-06-111-1/+1
* ocfs2: fix spelling mistake and grammarKeyur Patel2020-06-101-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-3/+1
|\
| * fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-4/+1
| * fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-38/+4
|\ \
| * | tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-20/+2
| * | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-18/+2
| |/
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+1
|\ \
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-025-41/+65
|\ \ \
| * | | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-21/+13
| * | | ocfs2: mount shared volume without ha stackGang He2020-06-023-20/+51
| * | | ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge2020-06-021-0/+1
| | |/ | |/|
* | | Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-011-19/+14
|\ \ \
| * | | dlmfs: convert dlmfs_file_read() to copy_to_user()Al Viro2020-04-231-19/+14
| | |/ | |/|
* | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-3/+0
|\ \ \
| * | | dlmfs_file_write(): get rid of pointless access_ok()Al Viro2020-05-091-3/+0
| | |/ | |/|
* | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-1/+1
|\ \ \ | |/ / |/| |
| * | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
| |/
* / dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro2020-04-231-15/+12
|/
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-101-0/+4
* ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-024-80/+80
* ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-04-021-4/+11
* ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-9/+9
* ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-4/+4
* ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge2020-04-021-0/+2
* ocfs2: remove useless errAlex Shi2020-04-022-4/+3
* ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan2020-04-021-1/+1
* ocfs2: there is no need to log twice in several functionswangyan2020-04-022-6/+0
* ocfs2: remove dlm_lock_is_remoteAlex Shi2020-04-021-2/+0
* ocfs2: use OCFS2_SEC_BITS in macroAlex Shi2020-04-021-1/+1
* ocfs2: remove unused macrosAlex Shi2020-04-024-8/+0
* ocfs2: remove FS_OCFS2_NMAlex Shi2020-04-021-2/+0
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* ocfs2: fix oops when writing cloned fileGang He2020-02-041-8/+6
* ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan2020-01-311-2/+1
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-01-311-3/+5
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-4/+0
* ocfs2/dlm: remove redundant assignment to retColin Ian King2020-01-311-1/+1
* ocfs2: make local header paths relative to C filesMasahiro Yamada2020-01-3113-45/+41
* ocfs2: remove unneeded semicolonszhengbin2020-01-312-2/+2
* fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresAditya Pakki2020-01-311-2/+0
* ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-041-0/+1
* ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-041-0/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-011-2/+2
|\
| * ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2019-12-011-2/+2