| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: update ceph_dentry_info::lease_session when necessary | Yan, Zheng | 2017-07-07 | 1 | -2/+7 |
* | ceph: new mount option that specifies fscache uniquifier | Yan, Zheng | 2017-07-07 | 3 | -21/+113 |
* | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() | Yan, Zheng | 2017-07-07 | 1 | -2/+9 |
* | ceph: avoid invalid memory dereference in the middle of umount | Yan, Zheng | 2017-07-07 | 2 | -4/+6 |
* | ceph: getattr before read on ceph.* xattrs | Yan, Zheng | 2017-07-07 | 1 | -0/+3 |
* | ceph: don't re-send interrupted flock request | Yan, Zheng | 2017-07-07 | 1 | -1/+24 |
* | ceph: cleanup writepage_nounlock() | Yan, Zheng | 2017-07-07 | 1 | -6/+6 |
* | ceph: redirty page when writepage_nounlock() skips unwritable page | Yan, Zheng | 2017-07-07 | 1 | -1/+2 |
* | ceph: remove useless page->mapping check in writepage_nounlock() | Yan, Zheng | 2017-07-07 | 1 | -4/+0 |
* | ceph: update the 'approaching max_size' code | Yan, Zheng | 2017-07-07 | 5 | -11/+23 |
* | ceph: re-request max size after importing caps | Yan, Zheng | 2017-07-07 | 1 | -3/+8 |
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-06-30 | 1 | -14/+19 |
|\ |
|
| * | ovl: don't set origin on broken lower hardlink | Miklos Szeredi | 2017-06-28 | 1 | -3/+8 |
| * | ovl: copy-up: don't unlock between lookup and link | Miklos Szeredi | 2017-06-28 | 1 | -12/+12 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-06-29 | 1 | -1/+4 |
|\ \ |
|
| * | | block: provide bio_uninit() free freeing integrity/task associations | Jens Axboe | 2017-06-28 | 1 | -1/+4 |
| |/ |
|
* | | Merge tag 'nfs-for-4.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2017-06-28 | 4 | -30/+29 |
|\ \
| |/
|/| |
|
| * | NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete() | Trond Myklebust | 2017-06-27 | 1 | -1/+0 |
| * | Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind" | Benjamin Coddington | 2017-06-27 | 1 | -27/+24 |
| * | NFSv4.1: Fix a race in nfs4_proc_layoutget | Trond Myklebust | 2017-06-27 | 1 | -1/+1 |
| * | NFS: Trunking detection should handle ERESTARTSYS/EINTR | Trond Myklebust | 2017-06-27 | 1 | -0/+2 |
| * | NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umask | Benjamin Coddington | 2017-06-05 | 1 | -1/+2 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-06-23 | 5 | -15/+43 |
|\ \ |
|
| * | | fs/exec.c: account for argv/envp pointers | Kees Cook | 2017-06-23 | 1 | -4/+24 |
| * | | ocfs2: fix deadlock caused by recursive locking in xattr | Eric Ren | 2017-06-23 | 2 | -10/+17 |
| * | | fs/dax.c: fix inefficiency in dax_writeback_mapping_range() | Jan Kara | 2017-06-23 | 1 | -0/+1 |
| * | | autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL | NeilBrown | 2017-06-23 | 1 | -1/+1 |
* | | | Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-06-23 | 1 | -2/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | xfs: don't allow bmap on rt files | Darrick J. Wong | 2017-06-21 | 1 | -2/+5 |
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-06-22 | 5 | -9/+14 |
|\ \ \ |
|
| * | | | CIFS: Fix some return values in case of error in 'crypt_message' | Christophe Jaillet | 2017-06-21 | 1 | -1/+3 |
| * | | | cifs: remove redundant return in cifs_creation_time_get | Colin Ian King | 2017-06-20 | 1 | -2/+0 |
| * | | | CIFS: Improve readdir verbosity | Pavel Shilovsky | 2017-06-20 | 2 | -4/+9 |
| * | | | CIFS: check if pages is null rather than bv for a failed allocation | Colin Ian King | 2017-06-20 | 1 | -1/+1 |
| * | | | CIFS: Set ->should_dirty in cifs_user_readv() | Dan Carpenter | 2017-06-20 | 1 | -1/+1 |
* | | | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-06-21 | 4 | -32/+28 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ufs: fix the logics for tail relocation | Al Viro | 2017-06-17 | 3 | -16/+17 |
| * | | | ufs_iget(): fail with -ESTALE on deleted inode | Al Viro | 2017-06-17 | 1 | -13/+8 |
| * | | | fix signedness of timestamps on ufs1 | Al Viro | 2017-06-17 | 1 | -3/+3 |
* | | | | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-19 | 2 | -5/+1 |
* | | | | Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-06-18 | 4 | -6/+8 |
|\ \ \ \ |
|
| * | | | | ceph: unify inode i_ctime update | Yan, Zheng | 2017-06-14 | 2 | -3/+3 |
| * | | | | ceph: use current_kernel_time() to get request time stamp | Yan, Zheng | 2017-06-14 | 1 | -3/+1 |
| * | | | | ceph: check i_nlink while converting a file handle to dentry | Luis Henriques | 2017-06-14 | 1 | -0/+4 |
* | | | | | Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-06-17 | 2 | -4/+3 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | xfs: fix spurious spin_is_locked() assert failures on non-smp kernels | Brian Foster | 2017-06-08 | 2 | -4/+3 |
* | | | | | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-06-17 | 6 | -68/+98 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | ufs_truncate_blocks(): fix the case when size is in the last direct block | Al Viro | 2017-06-15 | 1 | -9/+12 |
| * | | | | ufs: more deadlock prevention on tail unpacking | Al Viro | 2017-06-15 | 1 | -1/+1 |
| * | | | | ufs: avoid grabbing ->truncate_mutex if possible | Al Viro | 2017-06-15 | 2 | -10/+26 |