summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge branch 'work.autofs' into for-linusAl Viro9-71/+125
2016-12-17Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro20-306/+797
2016-12-17Merge branch 'work.write_end' into for-linusAl Viro6-65/+52
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong4-3/+474
2016-12-10ocfs2: charge quota for reflinked blocksDarrick J. Wong1-0/+7
2016-12-10ocfs2: fix bad pointer castDarrick J. Wong1-1/+1
2016-12-10ocfs2: always unlock when completing dio writesDarrick J. Wong1-4/+1
2016-12-10ocfs2: don't eat io errors during _dio_end_io_writeDarrick J. Wong1-6/+9
2016-12-10ocfs2: budget for extent tree splits when adding refcount flagDarrick J. Wong1-0/+3
2016-12-10ocfs2: prohibit refcounted swapfilesDarrick J. Wong1-0/+9
2016-12-10ocfs2: add newlines to some error messagesDarrick J. Wong1-2/+2
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong6-29/+23
2016-12-10simple_write_end(): don't zero in short copy into uptodateAl Viro1-6/+8
2016-12-10exofs: don't mess with simple_write_{begin,end}Al Viro1-38/+30
2016-12-109p: saner ->write_end() on failing copy into non-uptodate pageAl Viro1-11/+4
2016-12-10fix gfs2_stuffed_write_end() on short copiesAl Viro1-3/+1
2016-12-10fix ceph_write_end()Al Viro1-6/+8
2016-12-10nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2016-12-10vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong2-204/+213
2016-12-10fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig5-40/+22
2016-12-06vfs: misc struct path constificationAl Viro3-4/+4
2016-12-06namespace.c: constify struct path passed to a bunch of primitivesAl Viro2-5/+5
2016-12-06quota: constify struct path in quota_onAl Viro4-7/+7
2016-12-06constify alloc_file()Al Viro1-1/+1
2016-12-06constify btrfs_mksubvol()Al Viro1-1/+1
2016-12-06autofs: constify find_autofs_mount() callbackAl Viro1-3/+3
2016-12-06constify get_dcookie() and friendsAl Viro1-2/+2
2016-12-06constify fsnotify_parent()Al Viro1-1/+1
2016-12-06fsnotify(): constify 'data'Al Viro1-3/+3
2016-12-06fsnotify: constify 'data' passed to ->handle_event()Al Viro5-9/+9
2016-12-06fs: Constify path_is_under()'s argumentsMickaël Salaün1-1/+1
2016-12-04autofs - dont hold spin lock over direct mount expireIan Kent1-7/+10
2016-12-04autofs - constify misc struct path instancesIan Kent2-2/+2
2016-12-04vfs: remove unused have_submounts() functionIan Kent1-33/+0
2016-12-04autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent3-11/+15
2016-12-04autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent1-7/+7
2016-12-04autofs: change autofs4_wait() to take struct pathIan Kent4-12/+15
2016-12-04autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent4-8/+11
2016-12-04vfs: add path_has_submounts()Ian Kent1-0/+39
2016-12-04vfs: add path_is_mountpoint() helperIan Kent2-0/+35
2016-12-03vfs: change d_manage() to take a struct pathIan Kent2-9/+9
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-11-30isofs: add KERN_CONT to printing of ER recordsMike Rapoport1-2/+2
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi1-3/+3
2016-11-29CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan1-2/+2
2016-11-29Call echo service immediately after socket reconnectSachin Prabhu1-7/+18
2016-11-29CIFS: Fix BUG() in calc_seckey()Sachin Prabhu1-3/+8
2016-11-27fix default_file_splice_read()Al Viro1-1/+2
2016-11-24Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-13/+35
2016-11-23NFSv4.x: hide array-bounds warningArnd Bergmann1-1/+1