aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-55/+13
2020-08-07ocfs2: fix unbalanced lockingPavel Machek1-1/+7
2020-08-07ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov2-4/+4
2020-08-07ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-07ocfs2: suballoc.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-08-07ocfs2: fix remounting needed after setfacl commandGang He1-0/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook6-14/+14
2020-06-26ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi1-1/+1
2020-06-26ocfs2: fix panic on nfs server over ocfs2Junxiao Bi1-3/+6
2020-06-26ocfs2: load global_inode_allocJunxiao Bi1-1/+1
2020-06-26ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2-1/+17
2020-06-14dlmfs: clean up dlmfs_file_{read,write}() a bitAl Viro3-55/+13
2020-06-11ocfs2: fix build failure when TCP/IP is disabledTom Seewald1-1/+1
2020-06-10ocfs2: fix spelling mistake and grammarKeyur Patel1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+1
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-4/+1
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-1/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-38/+4
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-41/+65
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-21/+13
2020-06-02ocfs2: mount shared volume without ha stackGang He3-20/+51
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge1-0/+1
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+14
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-18/+2