Age | Commit message (Expand) | Author | Files | Lines |
2014-02-07 | xfs: sanitize sb_inopblock in xfs_mount_validate_sb | Eric Sandeen | 1 | -0/+1 |
2014-02-07 | xfs: convert xfs_log_commit_cil() to void | Jie Liu | 3 | -13/+4 |
2014-02-07 | xfs: use tr_qm_dqalloc log reservation for dquot alloc | Brian Foster | 2 | -4/+3 |
2014-02-07 | xfs: remove unused tr_swrite | Eric Sandeen | 2 | -2/+0 |
2014-02-07 | xfs: use tr_growrtalloc for growing rt files | Brian Foster | 1 | -1/+1 |
2014-01-30 | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -3/+3 |
2014-01-29 | Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 4 | -11/+32 |
2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -184/+37 |
2014-01-26 | xfs: use generic posix ACL infrastructure | Christoph Hellwig | 5 | -171/+36 |
2014-01-26 | fs: make posix_acl_create more useful | Christoph Hellwig | 1 | -2/+2 |
2014-01-26 | fs: make posix_acl_chmod more useful | Christoph Hellwig | 1 | -1/+1 |
2014-01-25 | xfs: switch to kfree_put_link() | Al Viro | 1 | -13/+1 |
2014-01-24 | xfs: allow logical-sector sized O_DIRECT | Eric Sandeen | 4 | -3/+26 |
2014-01-24 | xfs: rename xfs_buftarg structure members | Eric Sandeen | 4 | -9/+9 |
2014-01-24 | xfs: clean up xfs_buftarg | Eric Sandeen | 3 | -6/+4 |
2014-01-10 | xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() | Chuansheng Liu | 1 | -0/+1 |
2014-01-10 | xfs: fix off-by-one error in xfs_attr3_rmt_verify | Jie Liu | 1 | -1/+1 |
2014-01-10 | Merge branch 'xfs-extent-list-locking-fixes' into for-next | Ben Myers | 13 | -69/+84 |
2014-01-10 | Merge branch 'xfs-misc' into for-next | Ben Myers | 2 | -1/+2 |
2014-01-10 | xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() | Chuansheng Liu | 1 | -0/+1 |
2014-01-06 | xfs: allow linkat() on O_TMPFILE files | Zhi Yong Wu | 2 | -3/+26 |
2014-01-06 | xfs: add O_TMPFILE support | Zhi Yong Wu | 6 | -3/+164 |
2014-01-06 | xfs: factor prid related codes into xfs_get_initial_prid() | Zhi Yong Wu | 3 | -9/+12 |
2014-01-06 | xfs: fix off-by-one error in xfs_attr3_rmt_verify | Jie Liu | 1 | -1/+1 |
2013-12-31 | Merge tag 'v3.13-rc6' into for-3.14/core | Jens Axboe | 14 | -88/+179 |
2013-12-19 | xfs: assert that we hold the ilock for extent map access | Christoph Hellwig | 2 | -0/+6 |
2013-12-19 | xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_int | Christoph Hellwig | 1 | -5/+3 |
2013-12-19 | xfs: use xfs_ilock_attr_map_shared in xfs_attr_get | Christoph Hellwig | 1 | -2/+3 |
2013-12-19 | xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterate | Christoph Hellwig | 1 | -2/+4 |
2013-12-19 | xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobp | Christoph Hellwig | 1 | -3/+4 |
2013-12-19 | xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytes | Christoph Hellwig | 1 | -0/+6 |
2013-12-19 | xfs: reinstate the ilock in xfs_readdir | Ben Myers | 1 | -0/+4 |
2013-12-19 | xfs: add xfs_ilock_attr_map_shared | Christoph Hellwig | 3 | -21/+41 |
2013-12-19 | xfs: rename xfs_ilock_map_shared | Christoph Hellwig | 5 | -17/+12 |
2013-12-19 | xfs: remove xfs_iunlock_map_shared | Christoph Hellwig | 4 | -19/+5 |
2013-12-19 | xfs: no need to lock the inode in xfs_find_handle | Christoph Hellwig | 1 | -4/+0 |
2013-12-18 | Merge branch 'xfs-for-linus-v3.13-rc5' into for-next | Ben Myers | 7 | -40/+92 |
2013-12-17 | xfs: abort metadata writeback on permanent errors | Dave Chinner | 3 | -5/+32 |
2013-12-17 | xfs: swalloc doesn't align allocations properly | Dave Chinner | 1 | -6/+17 |
2013-12-17 | xfs: remove xfsbdstrat error | Christoph Hellwig | 5 | -29/+43 |
2013-12-17 | xfs: align initial file allocations correctly | Dave Chinner | 1 | -2/+7 |
2013-12-17 | xfs: fix infinite loop by detaching the group/project hints from user dquot | Jie Liu | 1 | -21/+50 |
2013-12-17 | xfs: fix assertion failure at xfs_setattr_nonsize | Jie Liu | 1 | -1/+2 |
2013-12-17 | xfs: fix false assertion at xfs_qm_vop_create_dqattach | Jie Liu | 1 | -6/+3 |
2013-12-17 | xfs: fix memory leak in xfs_dir2_node_removename | Mark Tinguely | 1 | -13/+13 |
2013-12-14 | Merge branch 'xfs-factor-icluster-macros' into for-next | Ben Myers | 7 | -82/+65 |
2013-12-13 | xfs: use xfs_icluster_size_fsb in xfs_imap | Jie Liu | 1 | -2/+2 |
2013-12-13 | xfs: use xfs_icluster_size_fsb in xfs_ifree_cluster | Jie Liu | 1 | -13/+6 |
2013-12-13 | xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init | Jie Liu | 1 | -15/+8 |
2013-12-13 | xfs: use xfs_icluster_size_fsb in xfs_bulkstat | Jie Liu | 1 | -13/+9 |