Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | cifs: fix a possible use of uninit variable in SMB2_sess_setup | Namjae Jeon | 2014-08-21 | 1 | -1/+1 | |
| | * | | | | | cifs: fix memory leak when password is supplied multiple times | Namjae Jeon | 2014-08-21 | 1 | -0/+2 | |
| | * | | | | | cifs: fix a possible null pointer deref in decode_ascii_ssetup | Namjae Jeon | 2014-08-21 | 1 | -3/+4 | |
| | * | | | | | Trivial whitespace fix | Steve French | 2014-08-20 | 1 | -1/+1 | |
| | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge branch 'for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-09-08 | 2 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ext4: avoid trying to kfree an ERR_PTR pointer | Theodore Ts'o | 2014-09-03 | 2 | -0/+4 | |
| * | | | | | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-09-08 | 2 | -4/+14 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | lockd: fix rpcbind crash on lockd startup failure | J. Bruce Fields | 2014-09-08 | 1 | -3/+1 | |
| | * | | | | | nfsd4: fix rd_dircount enforcement | J. Bruce Fields | 2014-09-08 | 1 | -1/+13 | |
| * | | | | | | 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 | |
| | * | | | | | | | f2fs: give a chance to mount again when encountering errors | Jaegeuk Kim | 2014-08-21 | 1 | -1/+12 | |
| | * | | | | | | | f2fs: trigger release_dirty_inode in f2fs_put_super | Jaegeuk Kim | 2014-08-21 | 3 | -1/+5 | |
| | * | | | | | | | f2fs: don't skip checkpoint if there is no dirty node pages | Jaegeuk Kim | 2014-08-19 | 1 | -1/+1 | |
| | * | | | | | | | f2fs: avoid bug_on when error is occurred | Jaegeuk Kim | 2014-08-19 | 1 | -1/+2 | |
| | * | | | | | | | f2fs: fix to recover inline_xattr/data and blocks | Jaegeuk Kim | 2014-08-19 | 3 | -13/+11 | |
| | * | | | | | | | f2fs: should clear the inline_xattr flag | Jaegeuk Kim | 2014-08-19 | 1 | -8/+7 | |
| | * | | | | | | | f2fs: clear FI_INC_LINK during the recovery | Jaegeuk Kim | 2014-08-19 | 1 | -1/+3 |