aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16ocfs2: kill EBUSY from dlmfs_evict_inodeJunxiao Bi1-3/+11
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-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada3-9/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+6
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-2/+2
2020-06-14dlmfs: clean up dlmfs_file_{read,write}() a bitAl Viro3-55/+13
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+14
2020-05-09dlmfs_file_write(): get rid of pointless access_ok()Al Viro1-3/+0
2020-04-23dlmfs: convert dlmfs_file_read() to copy_to_user()Al Viro1-19/+14
2020-04-23dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro1-15/+12
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada3-7/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner3-45/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-05-01dlmfs: switch to ->free_inode()Al Viro1-8/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-28ocfs2: improve ocfs2 MakefileLarry Chen1-1/+1
2018-12-28ocfs2: dlmfs: remove set but not used variable 'status'zhong jiang1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2017-11-15ocfs2: no need flush workqueue before destroying itpiaojun1-1/+0
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-07fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-20qstr: constify instances in ocfs2Al Viro3-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+0
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig1-14/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues4-77/+2
2013-09-11ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi1-3/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-12/+2
2012-01-03ocfs2: propagate umode_tAl Viro1-2/+2
2012-01-03dlmfs: use inode_init_owner()Al Viro1-13/+2