Age | Commit message (Expand) | Author | Files | Lines |
2020-06-12 | ocfs2: fix build failure when TCP/IP is disabled | Tom Seewald | 1 | -1/+1 |
2020-06-11 | ocfs2: fix spelling mistake and grammar | Keyur Patel | 1 | -1/+1 |
2020-06-06 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -3/+1 |
2020-06-04 | fs: handle FIEMAP_FLAG_SYNC in fiemap_prep | Christoph Hellwig | 1 | -4/+1 |
2020-06-04 | fs: move fiemap range validation into the file systems instances | Christoph Hellwig | 1 | -1/+2 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -38/+4 |
2020-06-03 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -41/+65 |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 1 | -21/+13 |
2020-06-02 | ocfs2: mount shared volume without ha stack | Gang He | 3 | -20/+51 |
2020-06-02 | ocfs2: add missing annotation for dlm_empty_lockres() | Jules Irenge | 1 | -0/+1 |
2020-06-02 | Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -19/+14 |
2020-06-02 | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+0 |
2020-06-02 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2020-05-28 | tcp: add tcp_sock_set_user_timeout | Christoph Hellwig | 1 | -20/+2 |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 1 | -18/+2 |
2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
2020-05-09 | dlmfs_file_write(): get rid of pointless access_ok() | Al Viro | 1 | -3/+0 |
2020-04-23 | dlmfs: convert dlmfs_file_read() to copy_to_user() | Al Viro | 1 | -19/+14 |
2020-04-23 | dlmfs_file_write(): fix the bogosity in handling non-zero *ppos | Al Viro | 1 | -15/+12 |
2020-04-21 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-04-11 | ocfs2: no need try to truncate file beyond i_size | Changwei Ge | 1 | -0/+4 |
2020-04-02 | ocfs2: use memalloc_nofs_save instead of memalloc_noio_save | Matthew Wilcox (Oracle) | 1 | -14/+10 |
2020-04-02 | ocfs2: use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 4 | -80/+80 |
2020-04-02 | ocfs2: roll back the reference count modification of the parent directory if ... | wangjian | 1 | -4/+11 |
2020-04-02 | ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -9/+9 |
2020-04-02 | ocfs2: dlm: replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -4/+4 |
2020-04-02 | ocfs2: cluster: replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-04-02 | ocfs2: replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-04-02 | ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc... | Jules Irenge | 1 | -0/+2 |
2020-04-02 | ocfs2: remove useless err | Alex Shi | 2 | -4/+3 |
2020-04-02 | ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec" | wangyan | 1 | -1/+1 |
2020-04-02 | ocfs2: there is no need to log twice in several functions | wangyan | 2 | -6/+0 |
2020-04-02 | ocfs2: remove dlm_lock_is_remote | Alex Shi | 1 | -2/+0 |
2020-04-02 | ocfs2: use OCFS2_SEC_BITS in macro | Alex Shi | 1 | -1/+1 |
2020-04-02 | ocfs2: remove unused macros | Alex Shi | 4 | -8/+0 |
2020-04-02 | ocfs2: remove FS_OCFS2_NM | Alex Shi | 1 | -2/+0 |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -1/+1 |
2020-02-04 | ocfs2: fix oops when writing cloned file | Gang He | 1 | -8/+6 |
2020-01-31 | ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran... | wangyan | 1 | -2/+1 |
2020-01-31 | ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() | wangyan | 1 | -3/+5 |
2020-01-31 | ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use | Andy Shevchenko | 1 | -4/+0 |
2020-01-31 | ocfs2/dlm: remove redundant assignment to ret | Colin Ian King | 1 | -1/+1 |
2020-01-31 | ocfs2: make local header paths relative to C files | Masahiro Yamada | 13 | -45/+41 |
2020-01-31 | ocfs2: remove unneeded semicolons | zhengbin | 2 | -2/+2 |
2020-01-31 | fs: ocfs: remove unnecessary assertion in dlm_migrate_lockres | Aditya Pakki | 1 | -2/+0 |
2020-01-05 | ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less | Gang He | 1 | -0/+1 |
2020-01-05 | ocfs2: call journal flush to mark journal as empty after journal recovery whe... | Kai Li | 1 | -0/+8 |
2019-12-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2019-12-02 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |