aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+15
2021-09-03ocfs2: ocfs2_downconvert_lock failure results in deadlockGang He1-0/+12
2021-09-03ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()Tuo Li2-1/+2
2021-09-03ocfs2: remove an unnecessary conditionDan Carpenter1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-2/+5
2021-08-23fs: remove mandatory file locking supportJeff Layton1-4/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-07-30ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-07-30ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-5/+5
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang1-2/+3
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing1-2/+1
2021-06-29ocfs2: remove redundant assignment to pointer queueColin Ian King1-1/+1
2021-06-29ocfs2: fix snprintf() checkingDan Carpenter2-11/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik2-5/+5
2021-06-05ocfs2: fix data corruption by fallocateJunxiao Bi1-5/+50
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada102-306/+102
2021-04-30ocfs2/dlm: remove unused functionJiapeng Chong1-7/+0
2021-04-30ocfs2: fix a typoBhaskar Chowdhury1-1/+1
2021-04-30ocfs2: map flags directly in flags_to_o2dlm()Joseph Qi1-18/+18
2021-04-30ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-1/+1
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-48/+27
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+10
2021-04-12ocfs2: convert to fileattrMiklos Szeredi5-48/+27
2021-04-09ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2-12/+7
2021-03-12ocfs2_inode_lock_update(): make sure we don't change the type bits of i_modeAl Viro1-2/+10
2021-02-24ocfs2: simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-24ocfs2: fix a use after free on errorDan Carpenter1-1/+7
2021-02-24ocfs2: clean up some definitions which are not used any moreguozh2-14/+0
2021-02-24ocfs2: remove redundant conditional before iputYi Li1-2/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds9-33/+52
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner6-20/+35
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner2-1/+5
2021-01-24attr: handle idmapped mountsChristian Brauner2-4/+4
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner3-4/+4
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner2-3/+3
2020-12-15ocfs2: ratelimit the 'max lookup times reached' noticeMauricio Faria de Oliveira1-2/+2
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix1-1/+0
2020-11-14ocfs2: initialize ip_next_orphanWengang Wang1-0/+1
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar1-1/+1
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+4
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira1-0/+4
2020-10-13ocfs2: fix potential soft lockup during fstrimGang He1-1/+3
2020-10-13ocfs2: delete repeated words in commentsRandy Dunlap2-2/+2
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig1-18/+10