aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Gravatar Yang Yingliang 1-2/+0
2021-06-22ext4: add discard/zeroout flags to journal flushGravatar Leah Rumancik 2-5/+5
2021-06-05ocfs2: fix data corruption by fallocateGravatar Junxiao Bi 1-5/+50
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 102-306/+102
2021-04-30ocfs2/dlm: remove unused functionGravatar Jiapeng Chong 1-7/+0
2021-04-30ocfs2: fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2021-04-30ocfs2: map flags directly in flags_to_o2dlm()Gravatar Joseph Qi 1-18/+18
2021-04-30ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEGravatar Yang Li 1-1/+1
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-48/+27
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+10
2021-04-12ocfs2: convert to fileattrGravatar Miklos Szeredi 5-48/+27
2021-04-09ocfs2: fix deadlock between setattr and dio_end_io_writeGravatar Wengang Wang 2-12/+7
2021-03-12ocfs2_inode_lock_update(): make sure we don't change the type bits of i_modeGravatar Al Viro 1-2/+10
2021-02-24ocfs2: simplify the calculation of variablesGravatar Jiapeng Chong 1-1/+1
2021-02-24ocfs2: fix a use after free on errorGravatar Dan Carpenter 1-1/+7
2021-02-24ocfs2: clean up some definitions which are not used any moreGravatar guozh 2-14/+0
2021-02-24ocfs2: remove redundant conditional before iputGravatar Yi Li 1-2/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-33/+52
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 6-20/+35
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 2-1/+5
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 2-4/+4