| Commit message (Expand) | Author | Age | Files | Lines |
* | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington | 2022-12-20 | 1 | -0/+1 |
* | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-13 | 1 | -2/+2 |
|\ |
|
| * | attr: use consistent sgid stripping checks | Christian Brauner | 2022-10-18 | 1 | -2/+2 |
* | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-13 | 4 | -5/+6 |
|\ \ |
|
| * | | fs: rename current get acl method | Christian Brauner | 2022-10-20 | 2 | -3/+3 |
| * | | fs: pass dentry to set acl method | Christian Brauner | 2022-10-19 | 2 | -2/+3 |
| |/ |
|
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2022-12-13 | 1 | -1/+1 |
|\ \ |
|
| * | | use less confusing names for iov_iter direction initializers | Al Viro | 2022-11-25 | 1 | -1/+1 |
* | | | ocfs2: always read both high and low parts of dinode link count | Alexey Asemov | 2022-12-12 | 1 | -2/+1 |
* | | | ocfs2: fix memory leak in ocfs2_mount_volume() | Li Zetao | 2022-12-01 | 3 | -2/+6 |
* | | | ocfs2: fix memory leak in ocfs2_stack_glue_init() | Shang XiaoJing | 2022-11-18 | 1 | -1/+7 |
* | | | ocfs2/dlm: use bitmap API instead of hand-writing it | Joseph Qi | 2022-11-18 | 4 | -27/+24 |
* | | | ocfs2: use bitmap API in fill_node_map | Joseph Qi | 2022-11-18 | 6 | -20/+16 |
* | | | ocfs2/cluster: use bitmap API instead of hand-writing it | Joseph Qi | 2022-11-18 | 2 | -11/+11 |
|/ / |
|
* | | ocfs2: clear dinode links count in case of error | Joseph Qi | 2022-10-21 | 1 | -2/+10 |
* | | ocfs2: fix BUG when iput after ocfs2_mknod fails | Joseph Qi | 2022-10-21 | 1 | -10/+1 |
|/ |
|
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 5 | -9/+9 |
|\ |
|
| * | fs/ocfs2: fix repeated words in comments | wangjianli | 2022-10-03 | 1 | -1/+1 |
| * | fs/ocfs2/suballoc.h: fix spelling typo in comment | Jiangshan Yi | 2022-10-03 | 1 | -1/+1 |
| * | ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helper | Gustavo A. R. Silva | 2022-10-03 | 1 | -4/+4 |
| * | ocfs2: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-12 | 2 | -3/+3 |
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-11 | 2 | -4/+2 |
|\ \ |
|
| * | | ocfs2: replace ll_rw_block() | Zhang Yi | 2022-09-12 | 2 | -4/+2 |
| |/ |
|
* | | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2022-10-07 | 2 | -12/+12 |
|\ \ |
|
| * | | Change calling conventions for filldir_t | Al Viro | 2022-08-17 | 2 | -12/+12 |
* | | | Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 2022-10-04 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | fs: dlm: remove DLM_LSFL_FS from uapi | Alexander Aring | 2022-08-23 | 1 | -1/+1 |
| |/ |
|
* / | ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown | Heming Zhao | 2022-08-28 | 2 | -5/+6 |
|/ |
|
* | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2022-08-09 | 1 | -0/+1 |
|\ |
|
| * | fs: move S_ISGID stripping into the vfs_*() helpers | Yang Xu | 2022-07-21 | 1 | -0/+1 |
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-08-07 | 3 | -26/+17 |
|\ \ |
|
| * | | ocfs2: fix a typo in a comment | Christophe JAILLET | 2022-07-30 | 1 | -1/+1 |
| * | | ocfs2: use the bitmap API to simplify code | Christophe JAILLET | 2022-07-30 | 1 | -2/+2 |
| * | | ocfs2: remove some useless functions | Christophe JAILLET | 2022-07-30 | 1 | -19/+2 |
| * | | fs/ocfs2: Fix spelling typo in comment | Jiangshan Yi | 2022-07-18 | 1 | -1/+1 |
| * | | ocfs2: kill EBUSY from dlmfs_evict_inode | Junxiao Bi | 2022-06-17 | 1 | -3/+11 |
| |/ |
|
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-08-03 | 2 | -51/+19 |
|\ \ |
|
| * | | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 2022-08-02 | 1 | -1/+1 |
| * | | ocfs2: Convert ocfs2_read_folio() to use a folio | Matthew Wilcox (Oracle) | 2022-08-02 | 1 | -14/+12 |
| * | | ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback() | Matthew Wilcox (Oracle) | 2022-08-02 | 1 | -36/+6 |
| |/ |
|
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-08-02 | 4 | -46/+41 |
|\ \ |
|
| * | | fs/ocfs2: Use the enum req_op and blk_opf_t types | Bart Van Assche | 2022-07-14 | 1 | -6/+5 |
| * | | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 2022-07-14 | 3 | -6/+6 |
| * | | ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region | Christoph Hellwig | 2022-07-14 | 1 | -34/+30 |
| |/ |
|
* | | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-08-01 | 1 | -1/+1 |
|\ \ |
|
| * | | attr: port attribute changes to new types | Christian Brauner | 2022-06-26 | 1 | -1/+1 |
| * | | quota: port quota helpers mount ids | Christian Brauner | 2022-06-26 | 1 | -1/+1 |
| |/ |
|
* / | Revert "ocfs2: mount shared volume without ha stack" | Junxiao Bi | 2022-07-19 | 3 | -51/+20 |
|/ |
|
* | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-05-27 | 10 | -115/+177 |
|\ |
|
| * | ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock | Junxiao Bi via Ocfs2-devel | 2022-05-25 | 1 | -1/+15 |