| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-15 | 8 | -53/+56 |
|\ |
|
| * | orangefs: Adjust three checks for null pointers | Markus Elfring | 2017-09-14 | 2 | -3/+3 |
| * | orangefs: Use kcalloc() in orangefs_prepare_cdm_array() | Markus Elfring | 2017-09-14 | 1 | -3/+1 |
| * | orangefs: Delete error messages for a failed memory allocation in five functions | Markus Elfring | 2017-09-14 | 5 | -19/+6 |
| * | orangefs: constify xattr_handler structure | Julia Lawall | 2017-09-14 | 1 | -1/+1 |
| * | orangefs: don't call filemap_write_and_wait from fsync | Jeff Layton | 2017-09-14 | 1 | -4/+1 |
| * | orangefs: off by ones in xattr size checks | Dan Carpenter | 2017-09-14 | 1 | -3/+3 |
| * | orangefs: react properly to posix_acl_update_mode's aftermath. | Mike Marshall | 2017-09-14 | 1 | -8/+21 |
| * | orangefs: Don't clear SGID when inheriting ACLs | Jan Kara | 2017-09-14 | 1 | -20/+28 |
* | | vfs: constify path argument to kernel_read_file_from_path | Mimi Zohar | 2017-09-15 | 1 | -1/+1 |
* | | Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2017-09-15 | 7 | -20/+287 |
|\ \ |
|
| * | | NFS: various changes relating to reporting IO errors. | NeilBrown | 2017-09-12 | 4 | -15/+19 |
| * | | NFS: Add static NFS I/O tracepoints | Chuck Lever | 2017-09-12 | 3 | -0/+259 |
| * | | pNFS: Use the standard I/O stateid when calling LAYOUTGET | Trond Myklebust | 2017-09-12 | 1 | -5/+9 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-09-15 | 2 | -12/+8 |
|\ \ \ |
|
| * | | | fput: Don't reinvent the wheel but use existing llist API | Byungchul Park | 2017-08-28 | 1 | -7/+5 |
| * | | | namespace.c: Don't reinvent the wheel but use existing llist API | Byungchul Park | 2017-08-28 | 1 | -5/+3 |
* | | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-15 | 5 | -12/+22 |
|\ \ \ \ |
|
| * | | | | block_dev: support RFW_NOWAIT on block device nodes | Christoph Hellwig | 2017-09-05 | 1 | -0/+5 |
| * | | | | fs: support RWF_NOWAIT for buffered reads | Christoph Hellwig | 2017-09-05 | 4 | -12/+17 |
| |/ / / |
|
* | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-09-15 | 71 | -278/+269 |
|\ \ \ \ |
|
| * | | | | VFS: Differentiate mount flags (MS_*) from internal superblock flags | David Howells | 2017-07-17 | 2 | -59/+65 |
| * | | | | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 71 | -221/+206 |
* | | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-09-15 | 12 | -107/+78 |
|\ \ \ \ \ |
|
| * | | | | | fs: unexport vfs_readv and vfs_writev | Christoph Hellwig | 2017-09-05 | 1 | -3/+1 |
| * | | | | | fs: unexport vfs_read and vfs_write | Christoph Hellwig | 2017-09-05 | 1 | -4/+0 |
| * | | | | | fs: unexport __vfs_read/__vfs_write | Christoph Hellwig | 2017-09-05 | 1 | -2/+0 |
| * | | | | | btrfs: switch write_buf to kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -14/+4 |
| * | | | | | fs: make the buf argument to __kernel_write a void pointer | Christoph Hellwig | 2017-09-05 | 1 | -1/+1 |
| * | | | | | fs: fix kernel_write prototype | Christoph Hellwig | 2017-09-05 | 2 | -4/+4 |
| * | | | | | fs: fix kernel_read prototype | Christoph Hellwig | 2017-09-05 | 9 | -45/+43 |
| * | | | | | fs: move kernel_read to fs/read_write.c | Christoph Hellwig | 2017-09-05 | 2 | -17/+16 |
| * | | | | | fs: move kernel_write to fs/read_write.c | Christoph Hellwig | 2017-09-05 | 2 | -17/+16 |
| * | | | | | autofs4: switch autofs4_write to __kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -8/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2017-09-15 | 1 | -11/+12 |
|\ \ \ \ \ |
|
| * | | | | | utimes: Make utimes y2038 safe | Deepa Dinamani | 2017-09-04 | 1 | -11/+12 |
* | | | | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-15 | 17 | -4/+644 |
|\ \ \ \ \ \ |
|
| * | | | | | | squashfs: Add zstd support | Sean Purcell | 2017-09-09 | 6 | -0/+178 |
| * | | | | | | btrfs: Add zstd support | Nick Terrell | 2017-08-15 | 11 | -5/+467 |
* | | | | | | | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dax: remove the pmem_dax_ops->flush abstraction | Mikulas Patocka | 2017-09-11 | 1 | -2/+2 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 2017-09-14 | 7 | -16/+16 |
* | | | | | | | fscache: fix fscache_objlist_show format processing | Arnd Bergmann | 2017-09-14 | 1 | -1/+2 |
* | | | | | | | procfs: remove unused variable | Arnd Bergmann | 2017-09-14 | 1 | -1/+0 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2017-09-13 | 5 | -54/+53 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fuse: getattr cleanup | Miklos Szeredi | 2017-09-12 | 3 | -23/+18 |
| * | | | | | | | fuse: honor iocb sync flags on write | Miklos Szeredi | 2017-09-12 | 3 | -22/+28 |
| * | | | | | | | fuse: allow server to run in different pid_ns | Miklos Szeredi | 2017-09-12 | 2 | -9/+7 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-13 | 11 | -71/+484 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ovl: fix false positive ESTALE on lookup | Amir Goldstein | 2017-09-12 | 1 | -4/+7 |