Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops | Paul E. McKenney | 2014-09-08 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'xfs-for-linus-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-10-13 | 47 | -1176/+1304 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next | Dave Chinner | 2014-10-13 | 16 | -61/+57 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | xfs: fix agno increment in xfs_inumbers() loop | Eric Sandeen | 2014-10-13 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | xfs: xfs_iflush_done checks the wrong log item callback | Mark Tinguely | 2014-10-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | xfs: flush the range before zero range conversion | Brian Foster | 2014-10-02 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | | xfs: restore buffer_head unwritten bit on ioend cancel | Brian Foster | 2014-10-02 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | xfs: check for null dquot in xfs_quota_calc_throttle() | Eric Sandeen | 2014-10-02 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | xfs: fix crc field handling in xfs_sb_to/from_disk | Eric Sandeen | 2014-10-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | xfs: don't send null bp to xfs_trans_brelse() | Eric Sandeen | 2014-10-02 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | xfs: check for inode size overflow in xfs_new_eof() | Brian Foster | 2014-10-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | xfs: only set extent size hint when asked | Dave Chinner | 2014-10-02 | 1 | -2/+14 | |
| | * | | | | | | | | | | | | | xfs: project id inheritance is a directory only flag | Dave Chinner | 2014-10-02 | 2 | -4/+4 | |
| | * | | | | | | | | | | | | | xfs: kill time.h | Dave Chinner | 2014-10-02 | 5 | -41/+8 | |
| | * | | | | | | | | | | | | | xfs: compat_xfs_bstat does not have forkoff | Dave Chinner | 2014-10-02 | 2 | -1/+4 | |
| * | | | | | | | | | | | | | | Merge branch 'xfs-buf-iosubmit' into for-next | Dave Chinner | 2014-10-02 | 12 | -358/+282 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | xfs: simplify xfs_zero_remaining_bytes | Christoph Hellwig | 2014-10-02 | 1 | -30/+14 | |
| | * | | | | | | | | | | | | | | xfs: check xfs_buf_read_uncached returns correctly | Dave Chinner | 2014-10-02 | 5 | -62/+58 | |
| | * | | | | | | | | | | | | | | xfs: introduce xfs_buf_submit[_wait] | Dave Chinner | 2014-10-02 | 8 | -128/+117 | |
| | * | | | | | | | | | | | | | | xfs: kill xfs_bioerror_relse | Dave Chinner | 2014-10-02 | 3 | -44/+6 | |
| | * | | | | | | | | | | | | | | xfs: xfs_bioerror can die. | Dave Chinner | 2014-10-02 | 1 | -46/+12 | |
| | * | | | | | | | | | | | | | | xfs: kill xfs_bdstrat_cb | Dave Chinner | 2014-10-02 | 1 | -23/+25 | |
| | * | | | | | | | | | | | | | | xfs: rework xfs_buf_bio_endio error handling | Dave Chinner | 2014-10-02 | 2 | -2/+17 | |
| | * | | | | | | | | | | | | | | xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality | Dave Chinner | 2014-10-02 | 6 | -55/+45 | |
| | * | | | | | | | | | | | | | | xfs: synchronous buffer IO needs a reference | Dave Chinner | 2014-10-02 | 1 | -9/+42 | |
| | * | | | | | | | | | | | | | | xfs: Don't use xfs_buf_iowait in the delwri buffer code | Dave Chinner | 2014-10-02 | 1 | -5/+13 | |
| | * | | | | | | | | | | | | | | xfs: force the log before shutting down | Dave Chinner | 2014-10-02 | 1 | -38/+17 | |
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'xfs-sparse-fixes' into for-next | Dave Chinner | 2014-09-29 | 5 | -11/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | xfs: annotate user variables passed as void | Dave Chinner | 2014-09-29 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | xfs: xfs_kset should be static | Dave Chinner | 2014-09-29 | 2 | -4/+2 | |
| | * | | | | | | | | | | | | | | xfs: xfs_qm_dquot_isolate needs locking annotations for sparse | Dave Chinner | 2014-09-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | xfs: fix use of agi_newino in finobt lookup | Dave Chinner | 2014-09-29 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | Merge branch 'xfs-trans-recover-cleanup' into for-next | Dave Chinner | 2014-09-29 | 1 | -256/+308 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | xfs: refactor recovery transaction start handling | Dave Chinner | 2014-09-29 | 1 | -43/+34 | |
| | * | | | | | | | | | | | | | | | xfs: reorganise transaction recovery item code | Dave Chinner | 2014-09-29 | 1 | -179/+179 | |
| | * | | | | | | | | | | | | | | | xfs: fix double free in xlog_recover_commit_trans | Dave Chinner | 2014-09-29 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory | Dave Chinner | 2014-09-29 | 1 | -11/+12 | |
| | * | | | | | | | | | | | | | | | xfs: refactor xlog_recover_process_data() | Dave Chinner | 2014-09-29 | 1 | -76/+132 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'xfs-misc-fixes-for-3.18-2' into for-next | Dave Chinner | 2014-09-23 | 7 | -14/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | xfs: flush entire last page of old EOF on truncate up | Dave Chinner | 2014-09-23 | 1 | -0/+30 | |
| | * | | | | | | | | | | | | | | xfs: xfs_swap_extent_flush can be static | Dave Chinner | 2014-09-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | xfs: xfs_buf_write_fail_rl_state can be static | Dave Chinner | 2014-09-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | xfs: xfs_rtget_summary can be static | Fengguang Wu | 2014-09-23 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | xfs: remove second xfs_quota.h inclusion in xfs_icache.c | Fabian Frederick | 2014-09-23 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | xfs: don't ASSERT on corrupt ftype | Eric Sandeen | 2014-09-23 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | xfs: xlog_cil_force_lsn doesn't always wait correctly | Dave Chinner | 2014-09-23 | 1 | -9/+38 | |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'xfs-shift-extents-rework' into for-next | Dave Chinner | 2014-09-23 | 4 | -153/+289 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | xfs: only writeback and truncate pages for the freed range | Brian Foster | 2014-09-23 | 1 | -4/+6 | |
| | * | | | | | | | | | | | | | | xfs: writeback and inval. file range to be shifted by collapse | Brian Foster | 2014-09-23 | 2 | -13/+23 | |
| | * | | | | | | | | | | | | | | xfs: refactor single extent shift into xfs_bmse_shift_one() helper | Brian Foster | 2014-09-23 | 1 | -73/+91 |