summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* seq_file: reset iterator to first record for zero offsetTomasz Majchrzak2016-12-221-0/+7
* vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-223-9/+13
* move aio compat to fs/aio.cAl Viro2016-12-222-77/+95
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-198-160/+150
|\
| * quota: Fix bogus warning in dquot_disable()Jan Kara2016-12-191-2/+2
| * fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara2016-12-131-36/+9
| * ext2: reject inodes with negative sizeDarrick J. Wong2016-12-071-0/+4
| * quota: Remove dqonoff_mutexJan Kara2016-11-302-58/+23
| * ocfs2: Use s_umount for quota recovery protectionJan Kara2016-11-301-4/+7
| * quota: Remove dqonoff_mutex from dquot_scan_active()Jan Kara2016-11-301-2/+2
| * ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2016-11-302-2/+9
| * quota: Use s_umount protection for quota operationsJan Kara2016-11-242-34/+11
| * quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara2016-11-242-3/+24
| * fs: Provide function to get superblock with exclusive s_umountJan Kara2016-11-231-20/+60
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-1741-103/+108
|\ \
| * | vfs: make generic_readlink() staticMiklos Szeredi2016-12-091-2/+2
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-0936-42/+0
| * | 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/+2
| * | ecryptfs: use vfs_get_link()Miklos Szeredi2016-12-091-17/+12
| * | 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-1745-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-031-7/+10
| | * | | autofs - constify misc struct path instancesIan Kent2016-12-032-2/+2
| | * | | vfs: remove unused have_submounts() functionIan Kent2016-12-031-33/+0
| | * | | autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-033-11/+15
| | * | | autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent2016-12-031-7/+7
| | * | | autofs: change autofs4_wait() to take struct pathIan Kent2016-12-034-12/+15
| | * | | autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent2016-12-034-8/+11
| | * | | vfs: add path_has_submounts()Ian Kent2016-12-031-0/+39
| | * | | vfs: add path_is_mountpoint() helperIan Kent2016-12-032-0/+35
| | * | | vfs: change d_manage() to take a struct pathIan Kent2016-12-022-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/+1
| | * | | | 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/+23
| | * | | | vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong2016-12-092-204/+213
| | * | | | fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-095-40/+22
| | | |/ / | | |/| |
| * | | | Merge branch 'work.write_end' into for-linusAl Viro2016-12-166-65/+52
| |\ \ \ \
| | * | | | 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/+30
| | * | | | 9p: saner ->write_end() on failing copy into non-uptodate pageAl Viro2016-12-101-11/+4