summaryrefslogtreecommitdiff
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-285-37/+42
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingakpm2022-06-276-40/+53
| |\
| | * ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan2022-06-271-1/+2
| | * ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan2022-06-271-2/+12
| | * ocfs2: reflink deadlock when clone file to the same directory simultaneouslyGang He2022-06-275-34/+28
* | | Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2022-06-281-3/+11
|\ \ \ | | |/ | |/|
| * | ocfs2: kill EBUSY from dlmfs_evict_inodeJunxiao Bi2022-06-161-3/+11
* | | Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell2022-06-282-51/+19
|\ \ \
| * | | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-06-261-1/+1
| * | | ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)2022-06-261-14/+12
| * | | ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)2022-06-261-36/+6
| |/ /
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Stephen Rothwell2022-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | attr: port attribute changes to new typesChristian Brauner2022-06-261-1/+1
| * | quota: port quota helpers mount idsChristian Brauner2022-06-261-1/+1
| |/
* | Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi via Ocfs2-devel2022-06-273-51/+20
|/
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-2710-115/+177
|\
| * ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel2022-05-251-1/+15
| * ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lockJunxiao Bi2022-05-251-1/+0
| * ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel2022-04-291-35/+32
| * ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-12/+23
| * ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-18/+41
| * ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel2022-04-293-15/+4
| * ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-294-12/+42
| * ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel2022-04-291-6/+6
| * ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-292-16/+15
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-245-17/+21
|\ \
| * | fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | ocfs2: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-5/+5
| * | ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)2022-05-094-6/+8
| * | fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-092-5/+7
| * | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
| |/
* | 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