Age | Commit message (Expand) | Author | Files | Lines |
2014-05-15 | Merge branch 'xfs-unused-args-cleanup' into for-next | Dave Chinner | 43 | -166/+113 |
2014-05-15 | xfs: list_lru_init returns a negative error | Dave Chinner | 1 | -12/+14 |
2014-05-15 | xfs: negate xfs_icsb_init_counters error value | Dave Chinner | 1 | -1/+1 |
2014-05-15 | xfs: negate mount workqueue init error value | Dave Chinner | 1 | -1/+1 |
2014-05-15 | xfs: fix wrong err sign on xfs_set_acl() | Dave Chinner | 1 | -2/+2 |
2014-05-15 | xfs: fix wrong errno from xfs_initxattrs | Dave Chinner | 1 | -4/+4 |
2014-05-15 | xfs: correct error sign on COLLAPSE_RANGE errors | Dave Chinner | 1 | -2/+2 |
2014-05-15 | xfs: xfs_commit_metadata returns wrong errno | Dave Chinner | 1 | -1/+1 |
2014-05-15 | xfs: fix incorrect error sign in xfs_file_aio_read | Dave Chinner | 1 | -1/+1 |
2014-05-15 | xfs: xfs_dir_fsync() returns positive errno | Dave Chinner | 1 | -1/+1 |
2014-05-13 | xfs: pass struct da_args to xfs_attr_calc_size | Christoph Hellwig | 1 | -9/+5 |
2014-05-13 | xfs: simplify attr name setup | Christoph Hellwig | 1 | -45/+29 |
2014-05-13 | xfs: fold xfs_attr_remove_int into xfs_attr_remove | Christoph Hellwig | 1 | -62/+35 |
2014-05-13 | xfs: fold xfs_attr_get_int into xfs_attr_get | Christoph Hellwig | 1 | -52/+27 |
2014-05-13 | xfs: fold xfs_attr_set_int into xfs_attr_set | Christoph Hellwig | 1 | -66/+44 |
2014-05-09 | Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 9 | -50/+77 |
2014-05-07 | xfs: fix directory readahead offset off-by-one | Dave Chinner | 1 | -2/+1 |
2014-05-07 | xfs: don't sleep in xlog_cil_force_lsn on shutdown | Dave Chinner | 2 | -11/+48 |
2014-05-07 | xfs: truncate_setsize should be outside transactions | Dave Chinner | 1 | -4/+16 |
2014-05-07 | xfs: switch to ->write_iter() | Al Viro | 1 | -20/+9 |
2014-05-07 | xfs: switch to ->read_iter() | Al Viro | 1 | -12/+7 |
2014-05-07 | xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write() | Al Viro | 1 | -19/+14 |
2014-05-07 | iov_iter_truncate() | Al Viro | 1 | -4/+5 |
2014-05-07 | start adding the tag to iov_iter | Al Viro | 1 | -2/+2 |
2014-05-07 | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 1 | -6/+4 |
2014-05-07 | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 1 | -1/+1 |
2014-05-07 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -8/+7 |
2014-05-07 | kill generic_segment_checks() | Al Viro | 1 | -7/+2 |
2014-05-07 | generic_file_direct_write(): switch to iov_iter | Al Viro | 1 | -2/+3 |
2014-05-06 | xfs: remote attribute overwrite causes transaction overrun | Dave Chinner | 5 | -14/+42 |
2014-05-06 | xfs: initialize default acls for ->tmpfile() | Brian Foster | 1 | -26/+29 |
2014-05-05 | xfs: Fix wrong error codes being returned | From: Tuomas Tynkkynen | 2 | -4/+6 |
2014-05-05 | xfs: remove dquot hints | Dave Chinner | 3 | -240/+29 |
2014-05-05 | xfs: bulletfproof xfs_qm_scall_trunc_qfiles() | Eric Sandeen | 1 | -2/+3 |
2014-05-05 | xfs: fix Q_XQUOTARM ioctl | Eric Sandeen | 1 | -4/+25 |
2014-05-05 | xfs: fully support v5 format filesystems | Dave Chinner | 3 | -10/+6 |
2014-04-24 | xfs: enable the finobt feature on v5 superblocks | Brian Foster | 1 | -1/+2 |
2014-04-24 | xfs: report finobt status in fs geometry | Brian Foster | 2 | -1/+4 |
2014-04-24 | xfs: add finobt support to growfs | Brian Foster | 1 | -0/+32 |
2014-04-24 | xfs: update the finobt on inode free | Brian Foster | 1 | -0/+102 |
2014-04-24 | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper | Brian Foster | 1 | -65/+96 |
2014-04-24 | xfs: use and update the finobt on inode allocation | Brian Foster | 1 | -5/+290 |
2014-04-24 | xfs: insert newly allocated inode chunks into the finobt | Brian Foster | 1 | -23/+70 |
2014-04-24 | xfs: update inode allocation/free transaction reservations for finobt | Brian Foster | 3 | -6/+82 |
2014-04-24 | xfs: support the XFS_BTNUM_FINOBT free inode btree type | Brian Foster | 10 | -27/+153 |
2014-04-24 | xfs: reserve v5 superblock read-only compat. feature bit for finobt | Brian Foster | 1 | -0/+7 |
2014-04-24 | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers | Brian Foster | 4 | -10/+15 |
2014-04-23 | xfs: add filestream allocator tracepoints | Christoph Hellwig | 4 | -21/+68 |
2014-04-23 | xfs: remove xfs_filestream_associate | Christoph Hellwig | 3 | -58/+15 |
2014-04-23 | xfs: don't create a slab cache for filestream items | Christoph Hellwig | 3 | -32/+4 |