summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | NFS: various changes relating to reporting IO errors.NeilBrown2017-09-114-15/+19
| * | | | NFS: Add static NFS I/O tracepointsChuck Lever2017-09-113-0/+259
| * | | | pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust2017-09-111-5/+9
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-142-12/+8
|\ \ \ \ \
| * | | | | fput: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-7/+5
| * | | | | namespace.c: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-5/+3
* | | | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-145-12/+22
|\ \ \ \ \ \
| * | | | | | block_dev: support RFW_NOWAIT on block device nodesChristoph Hellwig2017-09-041-0/+5
| * | | | | | fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-044-12/+17
| |/ / / / /
* | | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-1471-278/+269
|\ \ \ \ \ \
| * | | | | | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-172-59/+65
| * | | | | | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-1771-221/+206
* | | | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-1412-107/+78
|\ \ \ \ \ \ \
| * | | | | | | fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-041-3/+1
| * | | | | | | fs: unexport vfs_read and vfs_writeChristoph Hellwig2017-09-041-4/+0
| * | | | | | | fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-041-2/+0
| * | | | | | | btrfs: switch write_buf to kernel_writeChristoph Hellwig2017-09-041-14/+4
| * | | | | | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
| * | | | | | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-042-4/+4
| * | | | | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-049-45/+43
| * | | | | | | fs: move kernel_read to fs/read_write.cChristoph Hellwig2017-09-042-17/+16
| * | | | | | | fs: move kernel_write to fs/read_write.cChristoph Hellwig2017-09-042-17/+16
| * | | | | | | autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig2017-09-041-8/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-141-11/+12
|\ \ \ \ \ \ \
| * | | | | | | utimes: Make utimes y2038 safeDeepa Dinamani2017-09-031-11/+12
* | | | | | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-1417-4/+644
|\ \ \ \ \ \ \ \
| * | | | | | | | squashfs: Add zstd supportSean Purcell2017-09-086-0/+178
| * | | | | | | | btrfs: Add zstd supportNick Terrell2017-08-1511-5/+467
* | | | | | | | | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-137-16/+16
* | | | | | | | | fscache: fix fscache_objlist_show format processingArnd Bergmann2017-09-131-1/+2
* | | | | | | | | procfs: remove unused variableArnd Bergmann2017-09-131-1/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-09-135-54/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | fuse: getattr cleanupMiklos Szeredi2017-09-123-23/+18
| * | | | | | | | fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-123-22/+28
| * | | | | | | | fuse: allow server to run in different pid_nsMiklos Szeredi2017-09-122-9/+7
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-1311-71/+484
|\ \ \ \ \ \ \ \
| * | | | | | | | ovl: fix false positive ESTALE on lookupAmir Goldstein2017-09-121-4/+7
| * | | | | | | | ovl: don't allow writing ioctl on lower layerMiklos Szeredi2017-09-054-9/+70
| * | | | | | | | ovl: fix relatime for directoriesMiklos Szeredi2017-09-052-4/+20
| * | | | | | | | vfs: add flags to d_real()Miklos Szeredi2017-09-042-4/+4
| * | | | | | | | ovl: cleanup d_real for negativeMiklos Szeredi2017-09-041-3/+0
| * | | | | | | | ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-275-45/+266
| * | | | | | | | ovl: constant d_ino across copy upAmir Goldstein2017-07-271-1/+111
| * | | | | | | | ovl: fix readdir error valueMiklos Szeredi2017-07-271-1/+3
| * | | | | | | | ovl: check snprintf returnMiklos Szeredi2017-07-271-0/+3
* | | | | | | | | Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-09-1218-484/+2062
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | f2fs: hurry up to issue discard after io interruptionChao Yu2017-09-121-2/+15
| * | | | | | | | | f2fs: fix to show correct discard_granularity in sysfsChao Yu2017-09-121-0/+2