aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2022-04-01ocfs2: fix crash when mount with quota enabledGravatar Joseph Qi 2-13/+12
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+2
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 14-36/+27
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 2-2/+2
2022-03-22fs/ocfs2: fix comments mentioning i_mutexGravatar hongnanli 11-16/+16
2022-03-22ocfs2: cleanup some return variablesGravatar Joseph Qi 2-18/+9
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsGravatar Joseph Qi 1-11/+11
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-3/+1
2022-01-30ocfs2: fix a deadlock when commit transGravatar Joseph Qi 1-14/+11
2022-01-28ocfs2: fix subdirectory registration with register_sysctl()Gravatar Linus Torvalds 1-12/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 5-14/+14
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 1-2/+0
2022-01-22ocfs2: simplify subdirectory registration with register_sysctl()Gravatar Luis Chamberlain 1-24/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateGravatar Yury Norov 5-14/+14
2022-01-15ocfs2: remove redundant assignment to variable free_spaceGravatar Colin Ian King 1-1/+1
2022-01-15ocfs2: cluster: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-5/+6
2022-01-15ocfs2: remove redundant assignment to pointer root_bhGravatar Colin Ian King 1-1/+1
2022-01-15ocfs2: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-1/+2
2022-01-15ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueGravatar Joseph Qi 1-13/+13
2022-01-15ocfs2: use BUG_ON instead of if condition followed by BUG.Gravatar Zhang Mingyu 1-4/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+1
2021-11-06ocfs2: do not zero pages beyond i_sizeGravatar Jan Kara 1-7/+12
2021-11-06ocfs2: fix data corruption on truncateGravatar Jan Kara 1-2/+6
2021-11-06ocfs2/dlm: remove redundant assignment of variable retGravatar Colin Ian King 1-1/+0
2021-11-06ocfs2: cleanup journal init and shutdownGravatar Valentin Vidic 4-46/+27
2021-11-06ocfs2: fix handle refcount leak in two exception handling pathsGravatar Chenyuan Mi 1-0/+2
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitGravatar Eric W. Biederman 1-4/+1
2021-10-28ocfs2: fix race between searching chunks and release journal_head from buffer...Gravatar Gautham Ananthakrishna 1-9/+13
2021-10-18ocfs2: mount fails with buffer overflow in strlenGravatar Valentin Vidic 1-4/+10
2021-10-18ocfs2: fix data corruption after conversion from inline formatGravatar Jan Kara 1-34/+12
2021-09-24ocfs2: drop acl cache for directories tooGravatar Wengang Wang 1-1/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-2/+15
2021-09-03ocfs2: ocfs2_downconvert_lock failure results in deadlockGravatar Gang He 1-0/+12
2021-09-03ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...Gravatar Tuo Li 2-1/+2
2021-09-03ocfs2: remove an unnecessary conditionGravatar Dan Carpenter 1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+5
2021-08-23fs: remove mandatory file locking supportGravatar Jeff Layton 1-4/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 2-2/+5
2021-07-30ocfs2: issue zeroout to EOF blocksGravatar Junxiao Bi 1-39/+60
2021-07-30ocfs2: fix zero out valid dataGravatar Junxiao Bi 1-2/+2
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-5/+5
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+1
2021-06-29ocfs2: remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Gravatar Chen Huang 1-2/+3
2021-06-29ocfs2: remove repeated uptodate check for bufferGravatar Wan Jiabing 1-2/+1
2021-06-29ocfs2: remove redundant assignment to pointer queueGravatar Colin Ian King 1-1/+1
2021-06-29ocfs2: fix snprintf() checkingGravatar Dan Carpenter 2-11/+3