Age | Commit message (Expand) | Author | Files | Lines |
2014-12-04 | xfs: move ftype conversion functions to libxfs | Dave Chinner | 5 | -24/+24 |
2014-12-04 | xfs: lobotomise xfs_trans_read_buf_map() | Dave Chinner | 1 | -102/+33 |
2014-12-04 | xfs: active inodes stat is broken | Dave Chinner | 2 | -1/+2 |
2014-12-04 | xfs: cleanup xfs_bmse_merge returns | Dave Chinner | 1 | -15/+8 |
2014-12-04 | xfs: cleanup xfs_bmse_shift_one goto mess | Dave Chinner | 1 | -26/+17 |
2014-12-04 | xfs: fix premature enospc on inode allocation | Dave Chinner | 1 | -10/+24 |
2014-12-04 | xfs: overflow in xfs_iomap_eof_align_last_fsb | Peter Watkins | 1 | -7/+6 |
2014-12-04 | Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2 | Dave Chinner | 5 | -24/+9 |
2014-12-01 | xfs: fix simple_return.cocci warning in xfs_bmse_shift_one | kbuild test robot | 1 | -5/+1 |
2014-12-01 | xfs: fix simple_return.cocci warning in xfs_file_readdir | kbuild test robot | 1 | -5/+1 |
2014-12-01 | libxfs: fix simple_return.cocci warnings | kbuild test robot | 1 | -5/+1 |
2014-12-01 | xfs: remove unnecessary null checks | Markus Elfring | 2 | -9/+6 |
2014-11-28 | xfs: catch invalid negative blknos in _xfs_buf_find() | Eric Sandeen | 1 | -1/+1 |
2014-11-28 | xfs: allow lazy sb counter sync during filesystem freeze sequence | Brian Foster | 3 | -10/+23 |
2014-11-28 | xfs: fix error handling in xfs_qm_log_quotaoff() | Brian Foster | 1 | -16/+10 |
2014-11-28 | xfs: replace on-stack xfs_trans_res with pointer in xfs_create() | Brian Foster | 1 | -9/+6 |
2014-11-28 | xfs: replace global xfslogd wq with per-mount wq | Brian Foster | 3 | -12/+12 |
2014-10-18 | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+0 |
2014-10-13 | Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next | Dave Chinner | 16 | -61/+57 |
2014-10-13 | xfs: fix agno increment in xfs_inumbers() loop | Eric Sandeen | 1 | -1/+2 |
2014-10-03 | xfs: xfs_iflush_done checks the wrong log item callback | Mark Tinguely | 1 | -1/+1 |
2014-10-02 | xfs: flush the range before zero range conversion | Brian Foster | 1 | -7/+7 |
2014-10-02 | xfs: restore buffer_head unwritten bit on ioend cancel | Brian Foster | 1 | -0/+7 |
2014-10-02 | xfs: check for null dquot in xfs_quota_calc_throttle() | Eric Sandeen | 1 | -2/+2 |
2014-10-02 | xfs: fix crc field handling in xfs_sb_to/from_disk | Eric Sandeen | 1 | -0/+5 |
2014-10-02 | xfs: don't send null bp to xfs_trans_brelse() | Eric Sandeen | 1 | -1/+2 |
2014-10-02 | xfs: check for inode size overflow in xfs_new_eof() | Brian Foster | 1 | -1/+1 |
2014-10-02 | xfs: only set extent size hint when asked | Dave Chinner | 1 | -2/+14 |
2014-10-02 | xfs: project id inheritance is a directory only flag | Dave Chinner | 2 | -4/+4 |
2014-10-02 | xfs: kill time.h | Dave Chinner | 5 | -41/+8 |
2014-10-02 | xfs: compat_xfs_bstat does not have forkoff | Dave Chinner | 2 | -1/+4 |
2014-10-02 | Merge branch 'xfs-buf-iosubmit' into for-next | Dave Chinner | 12 | -358/+282 |
2014-10-02 | xfs: simplify xfs_zero_remaining_bytes | Christoph Hellwig | 1 | -30/+14 |
2014-10-02 | xfs: check xfs_buf_read_uncached returns correctly | Dave Chinner | 5 | -62/+58 |
2014-10-02 | xfs: introduce xfs_buf_submit[_wait] | Dave Chinner | 8 | -128/+117 |
2014-10-02 | xfs: kill xfs_bioerror_relse | Dave Chinner | 3 | -44/+6 |
2014-10-02 | xfs: xfs_bioerror can die. | Dave Chinner | 1 | -46/+12 |
2014-10-02 | xfs: kill xfs_bdstrat_cb | Dave Chinner | 1 | -23/+25 |
2014-10-02 | xfs: rework xfs_buf_bio_endio error handling | Dave Chinner | 2 | -2/+17 |
2014-10-02 | xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality | Dave Chinner | 6 | -55/+45 |
2014-10-02 | xfs: synchronous buffer IO needs a reference | Dave Chinner | 1 | -9/+42 |
2014-10-02 | xfs: Don't use xfs_buf_iowait in the delwri buffer code | Dave Chinner | 1 | -5/+13 |
2014-10-02 | xfs: force the log before shutting down | Dave Chinner | 1 | -38/+17 |
2014-09-29 | Merge branch 'xfs-sparse-fixes' into for-next | Dave Chinner | 5 | -11/+9 |
2014-09-29 | xfs: annotate user variables passed as void | Dave Chinner | 1 | -4/+4 |
2014-09-29 | xfs: xfs_kset should be static | Dave Chinner | 2 | -4/+2 |
2014-09-29 | xfs: xfs_qm_dquot_isolate needs locking annotations for sparse | Dave Chinner | 1 | -0/+1 |
2014-09-29 | xfs: fix use of agi_newino in finobt lookup | Dave Chinner | 1 | -3/+2 |
2014-09-29 | Merge branch 'xfs-trans-recover-cleanup' into for-next | Dave Chinner | 1 | -256/+308 |
2014-09-29 | xfs: refactor recovery transaction start handling | Dave Chinner | 1 | -43/+34 |