aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 3-4/+4
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 2-3/+3
2020-12-15ocfs2: ratelimit the 'max lookup times reached' noticeGravatar Mauricio Faria de Oliveira 1-2/+2
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakGravatar Tom Rix 1-1/+0
2020-11-14ocfs2: initialize ip_next_orphanGravatar Wengang Wang 1-0/+1
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsGravatar Harshad Shirwadkar 1-1/+1
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+4
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Gravatar Mauricio Faria de Oliveira 1-0/+4
2020-10-13ocfs2: fix potential soft lockup during fstrimGravatar Gang He 1-1/+3
2020-10-13ocfs2: delete repeated words in commentsGravatar Randy Dunlap 2-2/+2
2020-09-23ocfs2: cleanup o2hb_region_dev_storeGravatar Christoph Hellwig 1-18/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-55/+13
2020-08-07ocfs2: fix unbalanced lockingGravatar Pavel Machek 1-1/+7
2020-08-07ocfs2: replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 2-4/+4
2020-08-07ocfs2: change slot number type s16 to u16Gravatar Junxiao Bi 3-6/+6
2020-08-07ocfs2: suballoc.h: delete a duplicated wordGravatar Randy Dunlap 1-1/+1
2020-08-07ocfs2: fix remounting needed after setfacl commandGravatar Gang He 1-0/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 6-14/+14
2020-06-26ocfs2: fix value of OCFS2_INVALID_SLOTGravatar Junxiao Bi 1-1/+1
2020-06-26ocfs2: fix panic on nfs server over ocfs2Gravatar Junxiao Bi 1-3/+6
2020-06-26ocfs2: load global_inode_allocGravatar Junxiao Bi 1-1/+1
2020-06-26ocfs2: avoid inode removal while nfsd is accessing itGravatar Junxiao Bi 2-1/+17
2020-06-14dlmfs: clean up dlmfs_file_{read,write}() a bitGravatar Al Viro 3-55/+13
2020-06-11ocfs2: fix build failure when TCP/IP is disabledGravatar Tom Seewald 1-1/+1
2020-06-10ocfs2: fix spelling mistake and grammarGravatar Keyur Patel 1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+1
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepGravatar Christoph Hellwig 1-4/+1
2020-06-03fs: move fiemap range validation into the file systems instancesGravatar Christoph Hellwig 1-1/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-38/+4
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-41/+65
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-21/+13
2020-06-02ocfs2: mount shared volume without ha stackGravatar Gang He 3-20/+51
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Gravatar Jules Irenge 1-0/+1
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-19/+14
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutGravatar Christoph Hellwig 1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayGravatar Christoph Hellwig 1-18/+2