summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-6/+3
* ocfs2: convert to idr_alloc()Tejun Heo2013-02-271-19/+13
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-02-272-5/+4
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-02-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2611-29/+29
|\
| * ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter2013-02-261-1/+1
| * ocfs2: fix possible use-after-free with AIOJan Kara2013-02-261-1/+1
| * ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code pathSunil Mushran2013-02-261-1/+1
| * fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
| * kill f_vfsmntAl Viro2013-02-263-4/+4
| * new helper: file_inode(file)Al Viro2013-02-228-20/+20
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-02-261-1/+0
|\ \
| * | ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEXGuo Chao2013-01-211-1/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-256-20/+48
|\ \
| * | ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman2013-02-132-5/+5
| * | ocfs2: For tracing report the uid and gid values in the initial user namespaceEric W. Biederman2013-02-131-1/+2
| * | ocfs2: Convert uid and gids between in core and on disk inodesEric W. Biederman2013-02-132-8/+8
| * | ocfs2: convert between kuids and kgids and DLM locksEric W. Biederman2013-02-131-4/+4
| * | ocfs2: Handle kuids and kgids in acl/xattr conversions.Eric W. Biederman2013-02-131-2/+29
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2013-01-292-31/+10
| |\ \ | | |/
| * | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | ocfs2: wait for page writeback to provide stable pagesJan Kara2013-02-211-0/+1
* | | ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-02-211-1/+4
* | | ocfs2: remove kfree() redundant null checksTim Gardner2013-02-2110-34/+17
| |/ |/|
* | ocfs2: drop vmtruncateMarco Stornelli2012-12-201-18/+0
* | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-172-9/+9
* | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-111-4/+1
|/
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-023-19/+29
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-022-0/+10
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-20/+19
| * switch o2hb_region_dev_write() to fget_light()Al Viro2012-09-261-2/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-024-29/+39
|\ \
| * | userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman2012-09-182-22/+32
| * | userns: Modify dqget to take struct kqidEric W. Biederman2012-09-182-5/+5
| * | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
| |/
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-015-15/+30
|\
| * ocfs2: Convert to new freezing mechanismJan Kara2012-07-314-5/+29
| * pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro2012-07-291-7/+0
| * new helper: done_path_create()Al Viro2012-07-291-3/+1
* | ocfs2: use memweight()Akinobu Mita2012-07-301-6/+2
|/
* don't pass nameidata to ->create()Al Viro2012-07-142-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+2
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro2012-07-141-11/+5
* ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques2012-07-111-1/+1
* ocfs2: Fix bogus error message from ocfs2_global_read_infoJan Kara2012-07-031-2/+0
OpenPOWER on IntegriCloud