Age | Commit message (Expand) | Author | Files | Lines |
2016-11-30 | xfs: remove i_iolock and use i_rwsem in the VFS inode instead | Christoph Hellwig | 1 | -5/+2 |
2016-11-10 | xfs: fix unbalanced inode reclaim flush locking | Brian Foster | 1 | -5/+6 |
2016-10-06 | xfs: set a default CoW extent size of 32 blocks | Darrick J. Wong | 1 | -0/+3 |
2016-10-06 | xfs: create a separate cow extent size hint for the allocator | Darrick J. Wong | 1 | -0/+1 |
2016-10-05 | xfs: introduce the CoW fork | Darrick J. Wong | 1 | -0/+4 |
2016-10-04 | xfs: when replaying bmap operations, don't let unlinked inodes get reaped | Darrick J. Wong | 1 | -0/+6 |
2016-10-03 | xfs: introduce refcount btree definitions | Darrick J. Wong | 1 | -0/+5 |
2016-09-19 | xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case | Christoph Hellwig | 1 | -0/+1 |
2016-08-03 | xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* | Darrick J. Wong | 1 | -2/+2 |
2016-07-20 | Merge branch 'xfs-4.8-split-dax-dio' into for-next | Dave Chinner | 1 | -10/+0 |
2016-07-20 | xfs: kill ioflags | Christoph Hellwig | 1 | -10/+0 |
2016-06-21 | Merge branch 'xfs-4.8-iomap-write' into for-next | Dave Chinner | 1 | -1/+2 |
2016-06-21 | xfs: handle 64-bit length in xfs_iozero | Christoph Hellwig | 1 | -1/+2 |
2016-06-01 | xfs: make several functions static | Eric Sandeen | 1 | -7/+0 |
2016-04-06 | xfs: set up inode operation vectors later | Christoph Hellwig | 1 | -1/+4 |
2016-03-07 | Merge branch 'xfs-gut-icdinode-4.6' into for-next | Dave Chinner | 1 | -5/+3 |
2016-02-09 | xfs: mode di_mode to vfs inode | Dave Chinner | 1 | -2/+2 |
2016-02-09 | xfs: use vfs inode nlink field everywhere | Dave Chinner | 1 | -2/+0 |
2016-02-09 | xfs: introduce inode log format object | Dave Chinner | 1 | -1/+1 |
2016-02-08 | xfs: Factor xfs_seek_hole_data into helper | Eric Sandeen | 1 | -0/+2 |
2015-08-19 | xfs: clean up inode lockdep annotations | Dave Chinner | 1 | -26/+59 |
2015-02-24 | Merge branch 'xfs-mmap-lock' into for-next | Dave Chinner | 1 | -7/+22 |
2015-02-24 | Merge branch 'xfs-misc-fixes-for-4.1' into for-next | Dave Chinner | 1 | -0/+22 |
2015-02-23 | xfs: inodes are new until the dentry cache is set up | Dave Chinner | 1 | -0/+22 |
2015-02-23 | xfs: ensure truncate forces zeroed blocks to disk | Dave Chinner | 1 | -4/+5 |
2015-02-23 | xfs: introduce mmap/truncate lock | Dave Chinner | 1 | -7/+22 |
2015-02-02 | Merge branch 'xfs-misc-fixes-for-3.20-3' into for-next | Dave Chinner | 1 | -0/+9 |
2015-02-02 | xfs: factor out a xfs_update_prealloc_flags() helper | Christoph Hellwig | 1 | -0/+9 |
2014-12-24 | xfs: Add support to RENAME_EXCHANGE flag | Carlos Maiolino | 1 | -1/+1 |
2014-11-28 | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 1 | -2/+0 |
2014-10-02 | xfs: check for inode size overflow in xfs_new_eof() | Brian Foster | 1 | -1/+1 |
2014-08-04 | xfs: kill xfs_vnode.h | Dave Chinner | 1 | -0/+10 |
2014-05-20 | Merge branch 'xfs-feature-bit-cleanup' into for-next | Dave Chinner | 1 | -1/+0 |
2014-05-20 | xfs: turn NLINK feature on by default | Dave Chinner | 1 | -1/+0 |
2014-05-15 | Merge branch 'xfs-filestreams-lookup' into for-next | Dave Chinner | 1 | -3/+1 |
2014-04-23 | xfs: remove XFS_IFILESTREAM | Christoph Hellwig | 1 | -3/+1 |
2014-04-17 | xfs: fix tmpfile/selinux deadlock and initialize security | Brian Foster | 1 | -1/+1 |
2014-03-13 | Merge branch 'xfs-O_TMPFILE-support' into for-next | Dave Chinner | 1 | -0/+12 |
2014-01-06 | xfs: add O_TMPFILE support | Zhi Yong Wu | 1 | -0/+2 |
2014-01-06 | xfs: factor prid related codes into xfs_get_initial_prid() | Zhi Yong Wu | 1 | -0/+10 |
2013-12-19 | xfs: add xfs_ilock_attr_map_shared | Christoph Hellwig | 1 | -0/+1 |
2013-12-19 | xfs: rename xfs_ilock_map_shared | Christoph Hellwig | 1 | -1/+1 |
2013-12-19 | xfs: remove xfs_iunlock_map_shared | Christoph Hellwig | 1 | -1/+0 |
2013-10-30 | xfs: abstract the differences in dir2/dir3 via an ops vector | Dave Chinner | 1 | -0/+3 |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -1/+0 |
2013-10-09 | xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE | Brian Foster | 1 | -1/+1 |
2013-08-13 | xfs: consolidate xfs_utils.c | Dave Chinner | 1 | -0/+7 |
2013-08-13 | xfs: kill xfs_vnodeops.[ch] | Dave Chinner | 1 | -3/+20 |
2013-08-13 | xfs: introduce xfs_inode_buf.c for inode buffer operations | Dave Chinner | 1 | -34/+7 |
2013-08-13 | xfs: move unrelated definitions out of xfs_inode.h | Dave Chinner | 1 | -38/+0 |