Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | udf: Always require NLS support | Jan Kara | 2018-04-19 | 2 | -13/+1 | |
* | | | | | Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-07 | 11 | -76/+91 | |
|\ \ \ \ \ | ||||||
| * | | | | | orangefs: use sparse annotations for holding locks across function calls. | Mike Marshall | 2018-06-01 | 1 | -4/+10 | |
| * | | | | | orangefs: make debug_help_fops static | Mike Marshall | 2018-06-01 | 1 | -1/+1 | |
| * | | | | | orangefs: remove unused function orangefs_get_bufmap_init | Mike Marshall | 2018-06-01 | 1 | -14/+0 | |
| * | | | | | orangefs: specify user pointers when using dev_map_desc and bufmap | Mike Marshall | 2018-06-01 | 2 | -2/+2 | |
| * | | | | | orangefs: formatting cleanups | Mike Marshall | 2018-06-01 | 6 | -39/+55 | |
| * | | | | | orangefs: set i_size on new symlink | Martin Brandenburg | 2018-06-01 | 1 | -0/+7 | |
| * | | | | | orangefs: report attributes_mask and attributes for statx | Martin Brandenburg | 2018-06-01 | 1 | -0/+7 | |
| * | | | | | orangefs: make struct orangefs_file_vm_ops static | Colin Ian King | 2018-06-01 | 1 | -1/+1 | |
| * | | | | | orangefs: revamp block sizes | Martin Brandenburg | 2018-06-01 | 4 | -15/+8 | |
* | | | | | | Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-06-07 | 9 | -270/+311 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ovl: use inode_insert5() to hash a newly created inode | Amir Goldstein | 2018-05-31 | 3 | -12/+60 | |
| * | | | | | | ovl: Pass argument to ovl_get_inode() in a structure | Vivek Goyal | 2018-05-31 | 4 | -15/+34 | |
| * | | | | | | vfs: factor out inode_insert5() | Miklos Szeredi | 2018-05-31 | 1 | -89/+75 | |
| * | | | | | | ovl: clean up copy-up error paths | Miklos Szeredi | 2018-05-31 | 1 | -36/+18 | |
| * | | | | | | ovl: return EIO on internal error | Miklos Szeredi | 2018-05-31 | 1 | -1/+1 | |
| * | | | | | | ovl: make ovl_create_real() cope with vfs_mkdir() safely | Al Viro | 2018-05-31 | 1 | -1/+33 | |
| * | | | | | | ovl: create helper ovl_create_temp() | Amir Goldstein | 2018-05-31 | 3 | -15/+14 | |
| * | | | | | | ovl: return dentry from ovl_create_real() | Miklos Szeredi | 2018-05-31 | 4 | -48/+40 | |
| * | | | | | | ovl: struct cattr cleanups | Amir Goldstein | 2018-05-31 | 4 | -33/+30 | |
| * | | | | | | ovl: strip debug argument from ovl_do_ helpers | Amir Goldstein | 2018-05-31 | 4 | -40/+33 | |
| * | | | | | | ovl: remove WARN_ON() real inode attributes mismatch | Amir Goldstein | 2018-05-31 | 1 | -7/+0 | |
| * | | | | | | ovl: Kconfig documentation fixes | Miklos Szeredi | 2018-05-31 | 1 | -3/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-06-07 | 8 | -62/+164 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fuse: don't keep dead fuse_conn at fuse_fill_super(). | Tetsuo Handa | 2018-05-31 | 1 | -0/+1 | |
| * | | | | | | fuse: fix control dir setup and teardown | Miklos Szeredi | 2018-05-31 | 1 | -3/+10 | |
| * | | | | | | fuse: fix congested state leak on aborted connections | Tejun Heo | 2018-05-31 | 1 | -2/+1 | |
| * | | | | | | fuse: Allow fully unprivileged mounts | Eric W. Biederman | 2018-05-31 | 1 | -1/+1 | |
| * | | | | | | fuse: Ensure posix acls are translated outside of init_user_ns | Eric W. Biederman | 2018-05-31 | 3 | -0/+51 | |
| * | | | | | | fuse: honor AT_STATX_FORCE_SYNC | Miklos Szeredi | 2018-03-20 | 1 | -2/+9 | |
| * | | | | | | fuse: honor AT_STATX_DONT_SYNC | Miklos Szeredi | 2018-03-20 | 1 | -4/+5 | |
| * | | | | | | fuse: Restrict allow_other to the superblock's namespace or a descendant | Seth Forshee | 2018-03-20 | 1 | -1/+1 | |
| * | | | | | | fuse: Support fuse filesystems outside of init_user_ns | Eric W. Biederman | 2018-03-20 | 6 | -27/+43 | |
| * | | | | | | fuse: Fail all requests with invalid uids or gids | Eric W. Biederman | 2018-03-20 | 1 | -9/+13 | |
| * | | | | | | fuse: Remove the buggy retranslation of pids in fuse_dev_do_read | Eric W. Biederman | 2018-03-20 | 1 | -6/+0 | |
| * | | | | | | fuse: return -ECONNABORTED on /dev/fuse read after abort | Szymon Lukasz | 2018-03-20 | 5 | -12/+23 | |
| * | | | | | | fuse: atomic_o_trunc should truncate pagecache | Miklos Szeredi | 2018-03-20 | 1 | -1/+12 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-06-07 | 4 | -24/+419 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | rxrpc: Fix handling of call quietly cancelled out on server | David Howells | 2018-06-04 | 1 | -0/+4 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-06-03 | 4 | -17/+15 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-27 | 27 | -129/+162 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | umh: introduce fork_usermode_blob() helper | Alexei Starovoitov | 2018-05-23 | 1 | -9/+29 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-21 | 31 | -272/+494 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | vmcore: move get_vmcore_size out of __init | Rahul Lakkireddy | 2018-05-21 | 1 | -2/+2 | |
| * | | | | | | | | | vmcore: append device dumps to vmcore as elf notes | Rahul Lakkireddy | 2018-05-14 | 1 | -4/+243 | |
| * | | | | | | | | | vmcore: add API to collect hardware dump in second kernel | Rahul Lakkireddy | 2018-05-14 | 2 | -9/+141 | |
* | | | | | | | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-07 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 1 | -2/+1 | |
* | | | | | | | | | | | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2018-06-06 | 3 | -16/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ |