summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-016-10/+25
|\ \ \
| * | | fs/exofs: only use true/false for asignment of bool type variableChengguang Xu2018-10-181-1/+1
| * | | fs/exofs: fix potential memory leak in mount option parsingChengguang Xu2018-10-181-1/+4
| * | | Delete invalid assignment statements in do_sendfilenixiaoming2018-10-181-1/+0
| * | | iomap: remove duplicated include from iomap.cYue Haibing2018-10-181-1/+0
| * | | vfs: dedupe should return EPERM if permission is not grantedMark Fasheh2018-10-171-1/+1
| * | | vfs: allow dedupe of user owned read-only filesMark Fasheh2018-10-171-1/+15
| * | | ntfs: don't open-code ERR_CASTAl Viro2018-10-121-1/+1
| * | | ext4: don't open-code ERR_CASTAl Viro2018-10-102-3/+3
* | | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-0152-1099/+5255
|\ \ \ \
| * \ \ \ Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-0117-361/+444
| |\ \ \ \
| * | | | | afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-2416-349/+1047
| * | | | | afs: Fix callback handlingDavid Howells2018-10-244-8/+12
| * | | | | afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-246-10/+5
| * | | | | afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-245-0/+127
| * | | | | afs: Implement YFS support in the fs clientDavid Howells2018-10-248-27/+2443
| * | | | | afs: Expand data structure fields to support YFSDavid Howells2018-10-242-21/+23
| * | | | | afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells2018-10-241-1/+10
| * | | | | afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-245-8/+28
| * | | | | afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells2018-10-241-11/+5
| * | | | | afs: Implement the YFS cache manager serviceDavid Howells2018-10-243-1/+174
| * | | | | afs: Remove callback details from afs_callback_break structDavid Howells2018-10-243-19/+8
| * | | | | afs: Commit the status on a new file/dir/symlinkDavid Howells2018-10-241-0/+1
| * | | | | afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-2416-79/+84
| * | | | | afs: Don't invoke the server to read data beyond EOFDavid Howells2018-10-241-0/+11
| * | | | | afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-247-16/+33
| * | | | | afs: Handle EIO from delivery functionDavid Howells2018-10-241-1/+4
| * | | | | afs: Fix TTL on VL server and address listsDavid Howells2018-10-242-7/+33
| * | | | | afs: Implement VL server rotationDavid Howells2018-10-2411-218/+905
| * | | | | afs: Improve FS server rotation error handlingDavid Howells2018-10-243-45/+55
| * | | | | afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-245-298/+225
| * | | | | afs: Better tracing of protocol errorsDavid Howells2018-10-246-62/+100
| * | | | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-2414-35/+30
| * | | | | iov_iter: Use accessor functionDavid Howells2018-10-248-12/+21
* | | | | | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-011-9/+0
|\ \ \ \ \ \
| * | | | | | Compiler Attributes: ext4: remove local __nonstring definitionMiguel Ojeda2018-09-301-9/+0
* | | | | | | Merge tag 'ovl-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-018-145/+254
|\ \ \ \ \ \ \
| * | | | | | | ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi2018-11-011-7/+29
| * | | | | | | ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi2018-10-311-0/+4
| * | | | | | | ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr()Chengguang Xu2018-10-261-3/+2
| * | | | | | | ovl: abstract ovl_inode lock with a helperAmir Goldstein2018-10-262-12/+23
| * | | | | | | ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein2018-10-263-28/+25
| * | | | | | | ovl: relax requirement for non null uuid of lower fsAmir Goldstein2018-10-262-4/+31
| * | | | | | | ovl: fold copy-up helpers into callersMiklos Szeredi2018-10-261-108/+67
| * | | | | | | ovl: untangle copy up call chainAmir Goldstein2018-10-261-86/+159
| * | | | | | | ovl: relax permission checking on underlying layersMiklos Szeredi2018-10-261-4/+13
| * | | | | | | ovl: fix recursive oi->lock in ovl_link()Amir Goldstein2018-10-261-0/+4
| * | | | | | | vfs: fix FIGETBSZ ioctl on an overlayfs fileAmir Goldstein2018-10-261-0/+3
| * | | | | | | ovl: clean up error handling in ovl_get_tmpfile()Miklos Szeredi2018-10-261-3/+2
| * | | | | | | ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein2018-10-261-1/+3
| | |_|_|_|/ / | |/| | | | |