summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-2/+2
|\
| * attr: use consistent sgid stripping checksChristian Brauner2022-10-181-2/+2
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-124-5/+6
|\ \
| * | fs: rename current get acl methodChristian Brauner2022-10-202-3/+3
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-192-2/+3
| |/
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | | ocfs2: always read both high and low parts of dinode link countAlexey Asemov2022-12-111-2/+1
* | | ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2022-11-303-2/+6
* | | ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2022-11-181-1/+7
* | | ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi2022-11-184-27/+24
* | | ocfs2: use bitmap API in fill_node_mapJoseph Qi2022-11-186-20/+16
* | | ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2022-11-182-11/+11
|/ /
* | ocfs2: clear dinode links count in case of errorJoseph Qi2022-10-201-2/+10
* | ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi2022-10-201-10/+1
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-125-9/+9
|\
| * fs/ocfs2: fix repeated words in commentswangjianli2022-10-031-1/+1
| * fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi2022-10-031-1/+1
| * ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-10-031-4/+4
| * ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-112-3/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-4/+2
|\ \
| * | ocfs2: replace ll_rw_block()Zhang Yi2022-09-112-4/+2
| |/
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-062-12/+12
|\ \
| * | Change calling conventions for filldir_tAl Viro2022-08-172-12/+12
* | | Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2022-10-031-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring2022-08-231-1/+1
| |/
* / ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-282-5/+6
|/
* Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-08-091-0/+1
|\
| * fs: move S_ISGID stripping into the vfs_*() helpersYang Xu2022-07-211-0/+1
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-073-26/+17
|\ \
| * | ocfs2: fix a typo in a commentChristophe JAILLET2022-07-291-1/+1
| * | ocfs2: use the bitmap API to simplify codeChristophe JAILLET2022-07-291-2/+2
| * | ocfs2: remove some useless functionsChristophe JAILLET2022-07-291-19/+2
| * | fs/ocfs2: Fix spelling typo in commentJiangshan Yi2022-07-171-1/+1
| * | ocfs2: kill EBUSY from dlmfs_evict_inodeJunxiao Bi2022-06-161-3/+11
| |/
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-032-51/+19
|\ \
| * | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| * | ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)2022-08-021-14/+12
| * | ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)2022-08-021-36/+6
| |/
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-024-46/+41
|\ \
| * | fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-6/+5
| * | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-143-6/+6
| * | ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig2022-07-141-34/+30
| |/
* | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-011-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 Bi2022-07-183-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