| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-03-04 | 4 | -21/+21 |
|\ |
|
| * | hfs: fix hfs_readdir() | Dan Carpenter | 2017-02-19 | 1 | -1/+1 |
| * | 9p: constify ->d_name handling | Al Viro | 2017-01-12 | 3 | -20/+20 |
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-03-04 | 16 | -168/+447 |
|\ \ |
|
| * | | smb2: Enforce sec= mount option | Sachin Prabhu | 2017-03-03 | 8 | -7/+49 |
| * | | CIFS: Fix sparse warnings | Steve French | 2017-03-03 | 2 | -4/+4 |
| * | | CIFS: implement get_dfs_refer for SMB2+ | Aurelien Aptel | 2017-03-03 | 2 | -0/+109 |
| * | | CIFS: use DFS pathnames in SMB2+ Create requests | Aurelien Aptel | 2017-03-03 | 1 | -16/+80 |
| * | | CIFS: set signing flag in SMB2+ TreeConnect if needed | Aurelien Aptel | 2017-03-02 | 1 | -2/+2 |
| * | | CIFS: let ses->ipc_tid hold smb2 TreeIds | Aurelien Aptel | 2017-03-02 | 1 | -1/+1 |
| * | | CIFS: add use_ipc flag to SMB2_ioctl() | Aurelien Aptel | 2017-03-02 | 4 | -11/+35 |
| * | | CIFS: add build_path_from_dentry_optional_prefix() | Aurelien Aptel | 2017-03-02 | 3 | -2/+17 |
| * | | CIFS: move DFS response parsing out of SMB1 code | Aurelien Aptel | 2017-03-02 | 4 | -120/+125 |
| * | | CIFS: Fix possible use after free in demultiplex thread | Pavel Shilovsky | 2017-03-01 | 1 | -6/+26 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2017-03-03 | 3 | -18/+13 |
|\ \ \ |
|
| * | | | fuse: release: private_data cannot be NULL | Miklos Szeredi | 2017-02-22 | 1 | -7/+2 |
| * | | | fuse: cleanup fuse_file refcounting | Miklos Szeredi | 2017-02-22 | 3 | -11/+10 |
| * | | | fuse: add missing FR_FORCE | Miklos Szeredi | 2017-02-22 | 1 | -0/+1 |
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-03-03 | 5 | -27/+148 |
|\ \ \ \ |
|
| * | | | | ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials | Konstantin Khlebnikov | 2017-02-07 | 1 | -2/+6 |
| * | | | | ovl: properly implement sync_filesystem() | Amir Goldstein | 2017-02-07 | 1 | -0/+20 |
| * | | | | ovl: concurrent copy up of regular files | Amir Goldstein | 2017-02-07 | 1 | -4/+31 |
| * | | | | ovl: introduce copy up waitqueue | Amir Goldstein | 2017-02-07 | 4 | -0/+35 |
| * | | | | ovl: copy up regular file using O_TMPFILE | Amir Goldstein | 2017-02-07 | 1 | -7/+20 |
| * | | | | ovl: rearrange code in ovl_copy_up_locked() | Amir Goldstein | 2017-02-07 | 1 | -24/+25 |
| * | | | | ovl: check if upperdir fs supports O_TMPFILE | Amir Goldstein | 2017-02-07 | 3 | -0/+20 |
* | | | | | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-03 | 51 | -184/+344 |
|\ \ \ \ \ |
|
| * | | | | | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-03 | 51 | -184/+344 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-03-03 | 1 | -2/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | block: Initialize bd_bdi on inode initialization | Jan Kara | 2017-03-02 | 1 | -2/+4 |
* | | | | | | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-03-03 | 111 | -33/+153 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | | | | | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int... | Ingo Molnar | 2017-03-02 | 4 | -1/+4 |
| * | | | | | | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar | 2017-03-02 | 3 | -0/+4 |
| * | | | | | | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
| * | | | | | | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 2 | -2/+2 |
| * | | | | | | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 2017-03-02 | 8 | -0/+10 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 5 | -1/+6 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 5 | -0/+5 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -0/+3 |
| * | | | | | | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> | Ingo Molnar | 2017-03-02 | 3 | -0/+3 |
| * | | | | | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 32 | -16/+37 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+2 |
| * | | | | | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 35 | -0/+36 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 16 | -10/+17 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 6 | -0/+6 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 6 | -0/+7 |
| * | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |