aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2013-07-21ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei
2013-06-12fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues
2013-06-12ocfs2: ocfs2_prep_new_orphaned_file() should return retXiaowei.Hu
2013-05-24ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi
2013-05-24ocfs2: unlock rw lock if inode lock failedJoseph Qi
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07aio: remove retry-based AIOZach Brown
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29ocfs2/dlm: remove redundant null pointer checkSachin Kamat
2013-04-29ocfs2: fix NULL dereference for moving extentsDan Carpenter
2013-04-29ocfs2: fix error handling in ocfs2_ioctl_move_extents()Dan Carpenter
2013-04-29ocfs2: fix error return code in ocfs2_info_handle_freefrag()Wei Yongjun
2013-04-29ocfs2: delay inode update transactions after verifying the input flagsJeff Liu
2013-04-09pipe: don't use ->i_mutexAl Viro
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27ocfs2: convert to idr_alloc()Tejun Heo
2013-02-27ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu
2013-02-27ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-02-26ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter
2013-02-26ocfs2: fix possible use-after-free with AIOJan Kara
2013-02-26ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code pathSunil Mushran
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-26kill f_vfsmntAl Viro
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21ocfs2: wait for page writeback to provide stable pagesJan Kara
2013-02-21ocfs2: unlock super lock if lockres refresh failedJunxiao Bi
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner
2013-02-13ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman
2013-02-13ocfs2: For tracing report the uid and gid values in the initial user namespaceEric W. Biederman
2013-02-13ocfs2: Convert uid and gids between in core and on disk inodesEric W. Biederman
2013-02-13ocfs2: convert between kuids and kgids and DLM locksEric W. Biederman
2013-02-13ocfs2: Handle kuids and kgids in acl/xattr conversions.Eric W. Biederman
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-21ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEXGuo Chao
2013-01-09treewide: Fix typo in various driversMasanari Iida
2012-12-20ocfs2: drop vmtruncateMarco Stornelli
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds