aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlmfs
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-07fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Gravatar Bhaktipriya Shridhar 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-07-20qstr: constify instances in ocfs2Gravatar Al Viro 3-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-2/+0
2015-01-20fs: deduplicate noop_backing_dev_infoGravatar Christoph Hellwig 1-14/+2
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-2/+2
2014-01-21ocfs2: remove versioning informationGravatar Goldwyn Rodrigues 4-77/+2
2013-09-11ocfs2: remove unused variable ip in dlmfs_get_root_inode()Gravatar Joseph Qi 1-3/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-3/+3
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-12/+2
2012-01-03ocfs2: propagate umode_tGravatar Al Viro 1-2/+2
2012-01-03dlmfs: use inode_init_owner()Gravatar Al Viro 1-13/+2
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-05-23ocfs2: change incorrect 'extern' keyword to 'static' in dlmfsGravatar Robin Dong 1-1/+1
2011-03-17fs: change to new flag variableGravatar matt mooney 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+8
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-4/+3
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+5
2010-07-20fs/ocfs2: Remove unnecessary casts of private_dataGravatar Joe Perches 1-2/+1
2010-04-23ocfs2_dlmfs: Fix math error when reading LVB.Gravatar Joel Becker 1-1/+1
2010-03-30ocfs2_dlmfs: User DLM_* when decoding file open flags.Gravatar Tao Ma 1-6/+6
2010-02-27ocfs2/userdlm: Add tracing in userdlmGravatar Sunil Mushran 1-19/+25
2010-02-26ocfs2_dlmfs: Enable the use of user cluster stacks.Gravatar Joel Becker 2-5/+5
2010-02-26ocfs2_dlmfs: Use the stackglue.Gravatar Joel Becker 3-173/+166
2010-02-26ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LENGravatar Joel Becker 1-0/+18
2010-02-26ocfs2_dlmfs: Move to its own directoryGravatar Joel Becker 6-0/+1577