summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2023-07-19ocfs2: Fix use of slab data with sendpageDavid Howells1-11/+12
2023-06-21ocfs2: check new file size on fallocate callLuís Henriques1-1/+7
2023-06-21ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques1-2/+4
2023-05-30ocfs2: Switch to security_inode_init_security()Roberto Sassu2-4/+28
2023-03-22ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel1-2/+17
2023-03-10ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel1-11/+13
2023-03-10ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel1-10/+0
2023-03-03attr: use consistent sgid stripping checksChristian Brauner1-2/+2
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-12-31ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao3-2/+6
2022-12-31ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2022-10-21ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-10-21ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-9/+9
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+2
2022-10-07Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-12/+12
2022-10-04Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-1/+1
2022-10-04fs/ocfs2: fix repeated words in commentswangjianli1-1/+1
2022-10-04fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-04ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-4/+4
2022-09-12ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-09-12ocfs2: replace ll_rw_block()Zhang Yi2-4/+2
2022-08-29ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2-5/+6
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring1-1/+1
2022-08-18Change calling conventions for filldir_tAl Viro2-12/+12
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-26/+17
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-51/+19
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-46/+41
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)1-14/+12
2022-08-02ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)1-36/+6
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-07-30ocfs2: fix a typo in a commentChristophe JAILLET1-1/+1
2022-07-30ocfs2: use the bitmap API to simplify codeChristophe JAILLET1-2/+2
2022-07-30ocfs2: remove some useless functionsChristophe JAILLET1-19/+2
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu1-0/+1
2022-07-19Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi3-51/+20
2022-07-18fs/ocfs2: Fix spelling typo in commentJiangshan Yi1-1/+1
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche1-6/+5
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche3-6/+6
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig1-34/+30
2022-06-26attr: port attribute changes to new typesChristian Brauner1-1/+1
2022-06-26quota: port quota helpers mount idsChristian Brauner1-1/+1
2022-06-17ocfs2: kill EBUSY from dlmfs_evict_inodeJunxiao Bi1-3/+11
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-115/+177
2022-05-25ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel1-1/+15
2022-05-25ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lockJunxiao Bi1-1/+0
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds5-17/+21
2022-05-10fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1