| Commit message (Expand) | Author | Age | Files | Lines |
* | pnfs/blocklayout: correctly decrement extent length | Christoph Hellwig | 2014-09-10 | 1 | -3/+4 |
* | pnfs/blocklayout: plug block queues | Christoph Hellwig | 2014-09-10 | 1 | -0/+9 |
* | pnfs/blocklayout: improve GETDEVICEINFO error reporting | Christoph Hellwig | 2014-09-10 | 1 | -2/+3 |
* | pnfs/blocklayout: reject pnfs blocksize larger than page size | Christoph Hellwig | 2014-09-10 | 1 | -0/+6 |
* | pnfs: allow splicing pre-encoded pages into the layoutcommit args | Christoph Hellwig | 2014-09-10 | 3 | -7/+30 |
* | pnfs: avoid using stale stateids after layoutreturn | Christoph Hellwig | 2014-09-10 | 2 | -1/+7 |
* | pnfs: retry after a bad stateid error from layoutget | Christoph Hellwig | 2014-09-10 | 1 | -2/+7 |
* | pnfs: don't check sequence on new stateids in layoutget | Christoph Hellwig | 2014-09-10 | 1 | -17/+19 |
* | pnfs: do not pass uninitialized lsegs to ->free_lseg | Christoph Hellwig | 2014-09-10 | 1 | -2/+3 |
* | nfs: cap request size to fit a kmalloced page array | Christoph Hellwig | 2014-09-10 | 1 | -0/+8 |
* | nfs/filelayout: set layoutcommit depending on write verifier | Peng Tao | 2014-09-10 | 1 | -1/+4 |
* | nfs41: add a helper function to set layoutcommit after commit | Peng Tao | 2014-09-10 | 3 | -0/+45 |
* | NFS: Clear up state owner lock usage | Anna Schumaker | 2014-09-10 | 1 | -6/+4 |
* | pnfs: fix filelayout_retry_commit when idx > 0 | Weston Andros Adamson | 2014-09-10 | 1 | -2/+3 |
* | nfs: revert "nfs4: queue free_lock_state job submission to nfsiod" | Jeff Layton | 2014-09-08 | 2 | -25/+12 |
* | nfs: fix kernel warning when removing proc entry | Cong Wang | 2014-09-08 | 1 | -9/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-09-07 | 4 | -14/+18 |
|\ |
|
| * | ufs: fix deadlocks introduced by sb mutex merge | Alexey Khoroshilov | 2014-09-07 | 2 | -13/+8 |
| * | fix EBUSY on umount() from MNT_SHRINKABLE | Al Viro | 2014-08-30 | 1 | -0/+6 |
| * | get rid of propagate_umount() mistakenly treating slaves as busy. | Al Viro | 2014-08-30 | 2 | -1/+4 |
* | | Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-09-06 | 4 | -12/+114 |
|\ \ |
|
| * | | xfs: trim eofblocks before collapse range | Brian Foster | 2014-09-02 | 1 | -2/+9 |
| * | | xfs: xfs_file_collapse_range is delalloc challenged | Dave Chinner | 2014-09-02 | 1 | -0/+13 |
| * | | xfs: don't log inode unless extent shift makes extent modifications | Brian Foster | 2014-09-02 | 1 | -8/+10 |
| * | | xfs: use ranged writeback and invalidation for direct IO | Dave Chinner | 2014-09-02 | 1 | -4/+6 |
| * | | xfs: don't zero partial page cache pages during O_DIRECT writes | Dave Chinner | 2014-09-02 | 1 | -1/+9 |
| * | | xfs: don't zero partial page cache pages during O_DIRECT writes | Chris Mason | 2014-09-02 | 1 | -1/+10 |
| * | | xfs: don't dirty buffers beyond EOF | Dave Chinner | 2014-09-02 | 1 | -0/+61 |
| |/ |
|
* | | Export sync_filesystem() for modular ->remount_fs() use | Anton Altaparmakov | 2014-09-05 | 1 | -1/+1 |
* | | Merge git://git.kvack.org/~bcrl/aio-fixes | Linus Torvalds | 2014-09-04 | 1 | -1/+12 |
|\ \ |
|
| * | | aio: block exit_aio() until all context requests are completed | Gu Zheng | 2014-09-04 | 1 | -1/+6 |
| * | | aio: add missing smp_rmb() in read_events_ring | Jeff Moyer | 2014-09-02 | 1 | -0/+6 |
* | | | Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-09-03 | 18 | -228/+248 |
|\ \ \ |
|
| * | | | f2fs: reposition unlock_new_inode to prevent accessing invalid inode | Chao Yu | 2014-09-02 | 2 | -16/+6 |
| * | | | f2fs: fix wrong casting for dentry name | Jaegeuk Kim | 2014-08-29 | 1 | -3/+4 |
| * | | | f2fs: simplify by using a literal | Dan Carpenter | 2014-08-28 | 1 | -1/+1 |
| * | | | f2fs: truncate stale block for inline_data | Jaegeuk Kim | 2014-08-25 | 1 | -8/+12 |
| * | | | f2fs: use macro for code readability | Chao Yu | 2014-08-22 | 1 | -11/+10 |
| * | | | f2fs: introduce need_do_checkpoint for readability | Chao Yu | 2014-08-21 | 1 | -13/+21 |
| * | | | f2fs: fix incorrect calculation with total/free inode num | Chao Yu | 2014-08-21 | 2 | -3/+3 |
| * | | | f2fs: remove rename and use rename2 | Jaegeuk Kim | 2014-08-21 | 1 | -1/+0 |
| * | | | f2fs: skip if inline_data was converted already | Jaegeuk Kim | 2014-08-21 | 1 | -1/+5 |
| * | | | f2fs: remove rewrite_node_page | Jaegeuk Kim | 2014-08-21 | 4 | -64/+0 |
| * | | | f2fs: avoid double lock in truncate_blocks | Jaegeuk Kim | 2014-08-21 | 5 | -9/+12 |
| * | | | f2fs: prevent checkpoint during roll-forward | Jaegeuk Kim | 2014-08-21 | 1 | -0/+8 |
| * | | | f2fs: add WARN_ON in f2fs_bug_on | Jaegeuk Kim | 2014-08-21 | 1 | -1/+1 |
| * | | | f2fs: handle EIO not to break fs consistency | Jaegeuk Kim | 2014-08-21 | 4 | -15/+48 |
| * | | | f2fs: check s_dirty under cp_mutex | Jaegeuk Kim | 2014-08-21 | 2 | -5/+6 |
| * | | | f2fs: unlock_page when node page is redirtied out | Jaegeuk Kim | 2014-08-21 | 1 | -2/+5 |
| * | | | f2fs: introduce f2fs_cp_error for readability | Jaegeuk Kim | 2014-08-21 | 4 | -4/+9 |