summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmfs/dlmfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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-201-2/+2
* 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-211-3/+1
* 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
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* convert get_sb_nodev() usersAl Viro2010-10-291-4/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+2
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-7/+8
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-4/+3
| * remove inode_setattrChristoph Hellwig2010-08-091-3/+5
* | fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches2010-07-201-2/+1
|/
* ocfs2_dlmfs: Fix math error when reading LVB.Joel Becker2010-04-231-1/+1
* ocfs2_dlmfs: User DLM_* when decoding file open flags.Tao Ma2010-03-301-6/+6
* ocfs2_dlmfs: Enable the use of user cluster stacks.Joel Becker2010-02-261-1/+1
* ocfs2_dlmfs: Use the stackglue.Joel Becker2010-02-261-35/+22
* ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LENJoel Becker2010-02-261-0/+18
* ocfs2_dlmfs: Move to its own directoryJoel Becker2010-02-261-0/+710