Age | Commit message (Expand) | Author | Files | Lines |
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-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -20/+63 |
2016-10-15 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 19 | -296/+824 |
2016-10-15 | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -156/+261 |
2016-10-15 | fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths | Oleg Nesterov | 1 | -12/+25 |
2016-10-15 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -93/+81 |
2016-10-15 | fs/super.c: fix race between freeze_super() and thaw_super() | Oleg Nesterov | 1 | -3/+3 |
2016-10-15 | overlayfs: Fix setting IOP_XATTR flag | Vivek Goyal | 1 | -5/+6 |
2016-10-15 | 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-14 | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 25 | -476/+1331 |
2016-10-14 | Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 17 | -53/+517 |
2016-10-14 | Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 73 | -308/+10557 |
2016-10-14 | CIFS: Reset read oplock to NONE if we have mandatory locks after reopen | Pavel Shilovsky | 1 | -0/+9 |
2016-10-14 | CIFS: Fix persistent handles re-opening on reconnect | Pavel Shilovsky | 2 | -5/+18 |
2016-10-14 | SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup | Sachin Prabhu | 1 | -199/+162 |
2016-10-14 | SMB2: Separate Kerberos authentication from SMB2_sess_setup | Sachin Prabhu | 1 | -46/+230 |
2016-10-14 | Expose cifs module parameters in sysfs | Germano Percossi | 1 | -3/+3 |
2016-10-14 | Cleanup missing frees on some ioctls | Steve French | 1 | -5/+4 |
2016-10-14 | Enable previous version support | Steve French | 4 | -2/+72 |
2016-10-14 | Do not send SMB3 SET_INFO request if nothing is changing | Steve French | 1 | -0/+6 |
2016-10-14 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 1 | -0/+2 |
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-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 16 | -159/+259 |
2016-10-12 | fs: use mapping_set_error instead of opencoded set_bit | Michal Hocko | 6 | -10/+8 |
2016-10-12 | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 1 | -2/+0 |
2016-10-12 | pipe: cap initial pipe capacity according to pipe-max-size limit | Michael Kerrisk (man-pages) | 1 | -0/+3 |
2016-10-12 | pipe: make account_pipe_buffers() return a value, and use it | Michael Kerrisk (man-pages) | 1 | -18/+18 |
2016-10-12 | pipe: fix limit checking in alloc_pipe_info() | Michael Kerrisk (man-pages) | 1 | -7/+13 |
2016-10-12 | pipe: simplify logic in alloc_pipe_info() | Michael Kerrisk (man-pages) | 1 | -22/+23 |
2016-10-12 | pipe: fix limit checking in pipe_set_size() | Michael Kerrisk (man-pages) | 1 | -10/+31 |
2016-10-12 | pipe: refactor argument for account_pipe_buffers() | Michael Kerrisk (man-pages) | 1 | -5/+5 |