summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix data corruption by fallocateJunxiao Bi2021-06-051-5/+50
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-07102-306/+102
* ocfs2/dlm: remove unused functionJiapeng Chong2021-04-301-7/+0
* ocfs2: fix a typoBhaskar Chowdhury2021-04-301-1/+1
* ocfs2: map flags directly in flags_to_o2dlm()Joseph Qi2021-04-301-18/+18
* ocfs2: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li2021-04-301-1/+1
* Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-275-48/+27
|\
| * ocfs2: convert to fileattrMiklos Szeredi2021-04-125-48/+27
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-2/+10
|\ \
| * | ocfs2_inode_lock_update(): make sure we don't change the type bits of i_modeAl Viro2021-03-121-2/+10
| |/
* / ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-092-12/+7
|/
* ocfs2: simplify the calculation of variablesJiapeng Chong2021-02-241-1/+1
* ocfs2: fix a use after free on errorDan Carpenter2021-02-241-1/+7
* ocfs2: clean up some definitions which are not used any moreguozh2021-02-242-14/+0
* ocfs2: remove redundant conditional before iputYi Li2021-02-241-2/+0
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-239-33/+52
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-246-20/+35
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-242-1/+5
| * attr: handle idmapped mountsChristian Brauner2021-01-242-4/+4
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-243-4/+4
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-242-3/+3
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* ocfs2: ratelimit the 'max lookup times reached' noticeMauricio Faria de Oliveira2020-12-151-2/+2
* fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix2020-12-151-1/+0
* ocfs2: initialize ip_next_orphanWengang Wang2020-11-141-0/+1
* jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-061-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-221-0/+4
|\
| * jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira2020-10-181-0/+4
* | ocfs2: fix potential soft lockup during fstrimGang He2020-10-131-1/+3
* | ocfs2: delete repeated words in commentsRandy Dunlap2020-10-132-2/+2
* | ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig2020-09-231-18/+10
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-073-55/+13
|\
| * dlmfs: clean up dlmfs_file_{read,write}() a bitAl Viro2020-06-143-55/+13
* | ocfs2: fix unbalanced lockingPavel Machek2020-08-071-1/+7
* | ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-072-4/+4
* | ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-073-6/+6
* | ocfs2: suballoc.h: delete a duplicated wordRandy Dunlap2020-08-071-1/+1
* | ocfs2: fix remounting needed after setfacl commandGang He2020-08-071-0/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-166-14/+14
* | ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi2020-06-261-1/+1
* | ocfs2: fix panic on nfs server over ocfs2Junxiao Bi2020-06-261-3/+6
* | ocfs2: load global_inode_allocJunxiao Bi2020-06-261-1/+1
* | ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2020-06-262-1/+17
|/
* ocfs2: fix build failure when TCP/IP is disabledTom Seewald2020-06-111-1/+1
* ocfs2: fix spelling mistake and grammarKeyur Patel2020-06-101-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-3/+1
|\
| * fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-4/+1
| * fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-1/+2