summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* ocfs2: fix crash when mount with quota enabledJoseph Qi2022-04-012-13/+12
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2214-36/+27
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-222-2/+2
| * | fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-2211-16/+16
| * | ocfs2: cleanup some return variablesJoseph Qi2022-03-222-18/+9
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-3/+1
|\ \ \ | |/ / |/| |
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
| |/
* / ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi2022-03-171-11/+11
|/
* ocfs2: fix a deadlock when commit transJoseph Qi2022-01-301-14/+11
* ocfs2: fix subdirectory registration with register_sysctl()Linus Torvalds2022-01-281-12/+1
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-235-14/+14
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-155-14/+14
* | mm: remove cleancacheChristoph Hellwig2022-01-221-2/+0
* | ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-24/+1
* | ocfs2: remove redundant assignment to variable free_spaceColin Ian King2022-01-151-1/+1
* | ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-5/+6
* | ocfs2: remove redundant assignment to pointer root_bhColin Ian King2022-01-151-1/+1
* | ocfs2: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-1/+2
* | ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi2022-01-151-13/+13
* | ocfs2: use BUG_ON instead of if condition followed by BUG.Zhang Mingyu2022-01-151-4/+2
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-4/+1
|\
| * exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-4/+1
* | ocfs2: do not zero pages beyond i_sizeJan Kara2021-11-061-7/+12
* | ocfs2: fix data corruption on truncateJan Kara2021-11-061-2/+6
* | ocfs2/dlm: remove redundant assignment of variable retColin Ian King2021-11-061-1/+0
* | ocfs2: cleanup journal init and shutdownValentin Vidic2021-11-064-46/+27
* | ocfs2: fix handle refcount leak in two exception handling pathsChenyuan Mi2021-11-061-0/+2
* | ocfs2: fix race between searching chunks and release journal_head from buffer...Gautham Ananthakrishna2021-10-281-9/+13
* | ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-181-4/+10
* | ocfs2: fix data corruption after conversion from inline formatJan Kara2021-10-181-34/+12
* | ocfs2: drop acl cache for directories tooWengang Wang2021-09-241-1/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-033-2/+15
|\
| * ocfs2: ocfs2_downconvert_lock failure results in deadlockGang He2021-09-031-0/+12
| * ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...Tuo Li2021-09-032-1/+2
| * ocfs2: remove an unnecessary conditionDan Carpenter2021-09-031-1/+1
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* / fs: remove mandatory file locking supportJeff Layton2021-08-231-4/+0
|/
* ocfs2: issue zeroout to EOF blocksJunxiao Bi2021-07-301-39/+60
* ocfs2: fix zero out valid dataJunxiao Bi2021-07-301-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-06-302-5/+5
|\
| * ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-222-5/+5
* | mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* | ocfs2: remove redundant initialization of variable retColin Ian King2021-06-291-1/+1
* | ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang2021-06-291-2/+3