summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-1841-103/+108
|\
| * vfs: make generic_readlink() staticMiklos Szeredi2016-12-091-2/+2
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-0936-42/+0Star
| * vfs: default to generic_readlink()Miklos Szeredi2016-12-091-3/+12
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-095-13/+34
| * proc/self: use generic_readlinkMiklos Szeredi2016-12-092-27/+2Star
| * ecryptfs: use vfs_get_link()Miklos Szeredi2016-12-091-17/+12Star
| * bad_inode: add missing i_op initializersMiklos Szeredi2016-12-091-4/+51
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-1845-468/+978
|\ \
| * \ Merge branch 'work.autofs' into for-linusAl Viro2016-12-169-71/+125
| |\ \
| | * | autofs - dont hold spin lock over direct mount expireIan Kent2016-12-041-7/+10
| | * | autofs - constify misc struct path instancesIan Kent2016-12-042-2/+2
| | * | vfs: remove unused have_submounts() functionIan Kent2016-12-041-33/+0Star
| | * | autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-043-11/+15
| | * | autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent2016-12-041-7/+7
| | * | autofs: change autofs4_wait() to take struct pathIan Kent2016-12-044-12/+15
| | * | autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent2016-12-044-8/+11
| | * | vfs: add path_has_submounts()Ian Kent2016-12-041-0/+39
| | * | vfs: add path_is_mountpoint() helperIan Kent2016-12-042-0/+35
| | * | vfs: change d_manage() to take a struct pathIan Kent2016-12-032-9/+9
| * | | Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro2016-12-1620-306/+797
| |\ \ \
| | * | | ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong2016-12-104-3/+474
| | * | | ocfs2: charge quota for reflinked blocksDarrick J. Wong2016-12-101-0/+7
| | * | | ocfs2: fix bad pointer castDarrick J. Wong2016-12-101-1/+1
| | * | | ocfs2: always unlock when completing dio writesDarrick J. Wong2016-12-101-4/+1Star
| | * | | ocfs2: don't eat io errors during _dio_end_io_writeDarrick J. Wong2016-12-101-6/+9
| | * | | ocfs2: budget for extent tree splits when adding refcount flagDarrick J. Wong2016-12-101-0/+3
| | * | | ocfs2: prohibit refcounted swapfilesDarrick J. Wong2016-12-101-0/+9
| | * | | ocfs2: add newlines to some error messagesDarrick J. Wong2016-12-101-2/+2
| | * | | ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-106-29/+23Star
| | * | | vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong2016-12-102-204/+213
| | * | | fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-105-40/+22Star
| | | |/ | | |/|
| * | | Merge branch 'work.write_end' into for-linusAl Viro2016-12-166-65/+52Star
| |\ \ \
| | * | | simple_write_end(): don't zero in short copy into uptodateAl Viro2016-12-101-6/+8
| | * | | exofs: don't mess with simple_write_{begin,end}Al Viro2016-12-101-38/+30Star
| | * | | 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4Star
| | * | | fix gfs2_stuffed_write_end() on short copiesAl Viro2016-12-101-3/+1Star
| | * | | fix ceph_write_end()Al Viro2016-12-101-6/+8
| | * | | nfs_write_end(): fix handling of short copiesAl Viro2016-12-101-1/+1
| | | |/ | | |/|
| * | | vfs: misc struct path constificationAl Viro2016-12-063-4/+4
| * | | namespace.c: constify struct path passed to a bunch of primitivesAl Viro2016-12-062-5/+5
| * | | quota: constify struct path in quota_onAl Viro2016-12-064-7/+7
| * | | constify alloc_file()Al Viro2016-12-061-1/+1
| * | | constify btrfs_mksubvol()Al Viro2016-12-061-1/+1
| * | | autofs: constify find_autofs_mount() callbackAl Viro2016-12-061-3/+3
| * | | constify get_dcookie() and friendsAl Viro2016-12-061-2/+2
| * | | constify fsnotify_parent()Al Viro2016-12-061-1/+1
| * | | fsnotify(): constify 'data'Al Viro2016-12-061-3/+3
| * | | fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-065-9/+9
| * | | fs: Constify path_is_under()'s argumentsMickaël Salaün2016-12-061-1/+1
| |/ /