summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel2023-03-071-2/+17
* ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel2023-02-271-11/+13
* ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel2023-02-271-10/+0
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+15
|\
| * ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesChristoph Hellwig2023-01-181-1/+1
| * jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig2023-01-181-1/+15
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+5
|\ \
| * | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+5
| |/
* | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\ \
| * | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2010-39/+39
|\ \
| * | quota: port to mnt_idmapChristian Brauner2023-01-191-2/+1
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-192-3/+3
| * | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-192-3/+3
| * | fs: port acl to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-193-5/+5
| * | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-193-7/+8
| |/
* / filelock: move file locking definitions to separate header fileJeff Layton2023-01-112-0/+2
|/
* 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
| |/