aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 1-0/+1
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-5/+6
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2022-12-11ocfs2: always read both high and low parts of dinode link countGravatar Alexey Asemov 1-2/+1
2022-11-30ocfs2: fix memory leak in ocfs2_mount_volume()Gravatar Li Zetao 3-2/+6
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-18ocfs2: fix memory leak in ocfs2_stack_glue_init()Gravatar Shang XiaoJing 1-1/+7
2022-11-18ocfs2/dlm: use bitmap API instead of hand-writing itGravatar Joseph Qi 4-27/+24
2022-11-18ocfs2: use bitmap API in fill_node_mapGravatar Joseph Qi 6-20/+16
2022-11-18ocfs2/cluster: use bitmap API instead of hand-writing itGravatar Joseph Qi 2-11/+11
2022-10-20ocfs2: clear dinode links count in case of errorGravatar Joseph Qi 1-2/+10
2022-10-20ocfs2: fix BUG when iput after ocfs2_mknod failsGravatar Joseph Qi 1-10/+1
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 2-3/+3
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 2-2/+3
2022-10-18attr: use consistent sgid stripping checksGravatar Christian Brauner 1-2/+2
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-9/+9
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-4/+2
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-12/+12
2022-10-03Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 1-1/+1
2022-10-03fs/ocfs2: fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-10-03fs/ocfs2/suballoc.h: fix spelling typo in commentGravatar Jiangshan Yi 1-1/+1
2022-10-03ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGravatar Gustavo A. R. Silva 1-4/+4
2022-09-11ocfs2: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 2-3/+3
2022-09-11ocfs2: replace ll_rw_block()Gravatar Zhang Yi 2-4/+2
2022-08-28ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownGravatar Heming Zhao 2-5/+6
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiGravatar Alexander Aring 1-1/+1
2022-08-17Change calling conventions for filldir_tGravatar Al Viro 2-12/+12
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-0/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-26/+17
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-51/+19
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-46/+41
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioGravatar Matthew Wilcox (Oracle) 1-14/+12
2022-08-02ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Gravatar Matthew Wilcox (Oracle) 1-36/+6
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-07-29ocfs2: fix a typo in a commentGravatar Christophe JAILLET 1-1/+1
2022-07-29ocfs2: use the bitmap API to simplify codeGravatar Christophe JAILLET 1-2/+2
2022-07-29ocfs2: remove some useless functionsGravatar Christophe JAILLET 1-19/+2
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersGravatar Yang Xu 1-0/+1
2022-07-18Revert "ocfs2: mount shared volume without ha stack"Gravatar Junxiao Bi 3-51/+20
2022-07-17fs/ocfs2: Fix spelling typo in commentGravatar Jiangshan Yi 1-1/+1
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-6/+5
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 3-6/+6
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionGravatar Christoph Hellwig 1-34/+30
2022-06-26attr: port attribute changes to new typesGravatar Christian Brauner 1-1/+1
2022-06-26quota: port quota helpers mount idsGravatar Christian Brauner 1-1/+1
2022-06-16ocfs2: kill EBUSY from dlmfs_evict_inodeGravatar Junxiao Bi 1-3/+11
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 10-115/+177
2022-05-25ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockGravatar Junxiao Bi via Ocfs2-devel 1-1/+15