summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* aio: don't include aio.h in sched.hKent Overstreet2013-05-082-2/+2
* aio: remove retry-based AIOZach Brown2013-05-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-7/+2Star
|\
| * pipe: don't use ->i_mutexAl Viro2013-04-091-4/+2Star
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0Star
* | ocfs2/dlm: remove redundant null pointer checkSachin Kamat2013-04-301-4/+2Star
* | ocfs2: fix NULL dereference for moving extentsDan Carpenter2013-04-301-8/+8
* | ocfs2: fix error handling in ocfs2_ioctl_move_extents()Dan Carpenter2013-04-301-20/+17Star
* | ocfs2: fix error return code in ocfs2_info_handle_freefrag()Wei Yongjun2013-04-301-1/+3
* | ocfs2: delay inode update transactions after verifying the input flagsJeff Liu2013-04-301-9/+9
|/
* fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2013-03-071-0/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-6/+3Star
* ocfs2: convert to idr_alloc()Tejun Heo2013-02-281-19/+13Star
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-02-282-5/+4Star
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-02-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2711-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-238-20/+20
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-02-261-1/+0Star
|\ \
| * | ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEXGuo Chao2013-01-211-1/+0Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-266-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-221-1/+1
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-292-31/+10Star
| |\|
| * | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | ocfs2: wait for page writeback to provide stable pagesJan Kara2013-02-221-0/+1
* | | ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-02-221-1/+4
* | | ocfs2: remove kfree() redundant null checksTim Gardner2013-02-2210-34/+17Star
| |/ |/|
* | ocfs2: drop vmtruncateMarco Stornelli2012-12-201-18/+0Star
* | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-182-9/+9
* | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-121-4/+1Star
|/
* 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-033-19/+29
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-032-0/+10
| * switch simple cases of fget_light to fdgetAl Viro2012-09-271-20/+19Star
| * switch o2hb_region_dev_write() to fget_light()Al Viro2012-09-271-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
|/