aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-03-032-5/+4
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-03-031-1/+1
* ocfs2: fix possible use-after-free with AIOJan Kara2013-03-031-1/+1
* ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-02-281-1/+4
* 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-041-2/+0
* ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Jeff Liu2012-07-041-2/+0
* ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda2012-07-041-12/+19
* ocfs2: Misplaced parens in unlikleyroel2012-07-041-1/+1
* ocfs2: clear unaligned io flag when dio failsJunxiao Bi2012-07-041-1/+3
* ocfs: simplify symlink handlingAl Viro2012-05-294-104/+31
* ocfs2: kill endianness abuses in blockcheck.cAl Viro2012-05-291-20/+22
* ocfs2: deal with __user misannotationsAl Viro2012-05-292-21/+16
* ocfs2: trivial endianness misannotationsAl Viro2012-05-293-5/+5
* ->encode_fh() API changeAl Viro2012-05-291-12/+7
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-282-2/+2
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-062-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-233-9/+9
|\ \
| * | ocfs2: ->e_leaf_clusters endianness breakageAl Viro2012-04-131-2/+2
| * | ocfs2: ->rl_count endianness breakageAl Viro2012-04-131-1/+1
| * | ocfs: ->rl_used breakage on big-endianAl Viro2012-04-131-4/+4
| * | ocfs2: ->l_next_free_req breakage on big-endianAl Viro2012-04-132-3/+3
| |/
* / sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
|/
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-38/+27
|\
| * ocfs2: fix leaks on failure exits in module_initAl Viro2012-03-201-19/+21
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-202-14/+3