summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmfs
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-073-9/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+6
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* dlmfs: clean up dlmfs_file_{read,write}() a bitAl Viro2020-06-143-55/+13
* Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-011-19/+14
|\
| * dlmfs: convert dlmfs_file_read() to copy_to_user()Al Viro2020-04-231-19/+14
* | dlmfs_file_write(): get rid of pointless access_ok()Al Viro2020-05-091-3/+0
* | dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro2020-04-231-15/+12
|/
* ocfs2: make local header paths relative to C filesMasahiro Yamada2020-01-313-7/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-303-45/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* dlmfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* ocfs2: improve ocfs2 MakefileLarry Chen2018-12-281-1/+1
* ocfs2: dlmfs: remove set but not used variable 'status'zhong jiang2018-12-281-2/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+0
|\
| * ocfs2: no need flush workqueue before destroying itpiaojun2017-11-151-1/+0
* | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
|/
* qstr: constify instances in ocfs2Al Viro2016-07-203-4/+4
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+0
* fs: deduplicate noop_backing_dev_infoChristoph Hellwig2015-01-201-14/+2
* assorted conversions to %p[dD]Al Viro2014-11-191-2/+2
* ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-214-77/+2
* ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi2013-09-111-3/+0
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-3/+3
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-12/+2
* ocfs2: propagate umode_tAl Viro2012-01-031-2/+2
* dlmfs: use inode_init_owner()Al Viro2012-01-031-13/+2
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* ocfs2: change incorrect 'extern' keyword to 'static' in dlmfsRobin Dong2011-05-231-1/+1