summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-38/+4
|\ \
| * | tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-20/+2
| * | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-18/+2
| |/
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+1
|\ \
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-025-41/+65
|\ \ \
| * | | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-21/+13
| * | | ocfs2: mount shared volume without ha stackGang He2020-06-023-20/+51
| * | | ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge2020-06-021-0/+1
| | |/ | |/|
* | | Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-011-19/+14
|\ \ \
| * | | dlmfs: convert dlmfs_file_read() to copy_to_user()Al Viro2020-04-231-19/+14
| | |/ | |/|
* | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-3/+0
|\ \ \
| * | | dlmfs_file_write(): get rid of pointless access_ok()Al Viro2020-05-091-3/+0
| | |/ | |/|
* | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-1/+1
|\ \ \ | |/ / |/| |
| * | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
| |/
* / dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro2020-04-231-15/+12
|/
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-101-0/+4
* ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-024-80/+80
* ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-04-021-4/+11
* ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-9/+9