Age | Commit message (Expand) | Author | Files | Lines |
2016-10-19 | Merge branch 'gup_flag-cleanups' | Linus Torvalds | 2 | -8/+20 |
2016-10-19 | mm: replace access_remote_vm() write parameter with gup_flags | Lorenzo Stoakes | 1 | -6/+13 |
2016-10-19 | mm: replace get_user_pages_remote() write/force parameters with gup_flags | Lorenzo Stoakes | 1 | -2/+7 |
2016-10-18 | Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+5 |
2016-10-18 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+6 |
2016-10-18 | locking, fs/locks: Add missing file_sem locks | Peter Zijlstra | 1 | -0/+6 |
2016-10-17 | btrfs: assign error values to the correct bio structs | Junjie Mao | 1 | -2/+2 |
2016-10-15 | Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs | Linus Torvalds | 8 | -283/+244 |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2016-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -20/+63 |
2016-10-14 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 19 | -296/+824 |
2016-10-14 | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -156/+261 |
2016-10-14 | fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths | Oleg Nesterov | 1 | -12/+25 |
2016-10-14 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -93/+81 |
2016-10-14 | fs/super.c: fix race between freeze_super() and thaw_super() | Oleg Nesterov | 1 | -3/+3 |
2016-10-14 | overlayfs: Fix setting IOP_XATTR flag | Vivek Goyal | 1 | -5/+6 |
2016-10-14 | iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector() | Vegard Nossum | 1 | -0/+29 |
2016-10-14 | CIFS: Retrieve uid and gid from special sid if enabled | Steve French | 1 | -0/+123 |
2016-10-14 | CIFS: Add new mount option to set owner uid and gid from special sids in acl | Steve French | 4 | -1/+11 |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2 | -70/+20 |
2016-10-14 | ovl: use vfs_get_link() | Miklos Szeredi | 2 | -49/+7 |
2016-10-14 | vfs: add vfs_get_link() helper | Miklos Szeredi | 1 | -0/+25 |
2016-10-14 | ovl: use generic_readlink | Miklos Szeredi | 1 | -20/+1 |
2016-10-14 | ovl: explain error values when removing acl from workdir | Miklos Szeredi | 1 | -0/+13 |
2016-10-13 | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 25 | -476/+1331 |
2016-10-13 | Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 17 | -53/+517 |
2016-10-13 | Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 73 | -308/+10557 |
2016-10-13 | CIFS: Reset read oplock to NONE if we have mandatory locks after reopen | Pavel Shilovsky | 1 | -0/+9 |
2016-10-13 | CIFS: Fix persistent handles re-opening on reconnect | Pavel Shilovsky | 2 | -5/+18 |
2016-10-13 | SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup | Sachin Prabhu | 1 | -199/+162 |
2016-10-13 | SMB2: Separate Kerberos authentication from SMB2_sess_setup | Sachin Prabhu | 1 | -46/+230 |
2016-10-13 | Expose cifs module parameters in sysfs | Germano Percossi | 1 | -3/+3 |
2016-10-13 | Cleanup missing frees on some ioctls | Steve French | 1 | -5/+4 |
2016-10-13 | Enable previous version support | Steve French | 4 | -2/+72 |
2016-10-13 | Do not send SMB3 SET_INFO request if nothing is changing | Steve French | 1 | -0/+6 |
2016-10-13 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 1 | -0/+2 |
2016-10-12 | f2fs: fix wrong sum_page pointer in f2fs_gc | Jaegeuk Kim | 1 | -5/+5 |
2016-10-12 | Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason | 7 | -156/+261 |
2016-10-12 | SMB3: Add mount parameter to allow user to override max credits | Steve French | 5 | -16/+37 |
2016-10-12 | fs/cifs: reopen persistent handles on reconnect | Steve French | 3 | -0/+25 |
2016-10-12 | Clarify locking of cifs file and tcon structures and make more granular | Steve French | 7 | -63/+75 |
2016-10-12 | Fix regression which breaks DFS mounting | Sachin Prabhu | 1 | -6/+8 |
2016-10-12 | fs/cifs: keep guid when assigning fid to fileinfo | Aurelien Aptel | 1 | -0/+1 |
2016-10-12 | SMB3: GUIDs should be constructed as random but valid uuids | Steve French | 4 | -4/+4 |
2016-10-12 | Set previous session id correctly on SMB3 reconnect | Steve French | 2 | -1/+6 |
2016-10-12 | cifs: Limit the overall credit acquired | Ross Lagerwall | 2 | -1/+27 |
2016-10-12 | Display number of credits available | Steve French | 1 | -0/+1 |
2016-10-12 | Add way to query creation time of file via cifs xattr | Steve French | 1 | -1/+27 |
2016-10-12 | Add way to query file attributes via cifs xattr | Steve French | 1 | -1/+33 |
2016-10-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 16 | -159/+259 |