aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro13-75/+131
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro208-903/+2175
2016-12-16Merge 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-09nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2016-12-09vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong3-204/+219
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig5-40/+22
2016-12-05vfs: misc struct path constificationAl Viro4-5/+5
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro4-8/+8
2016-12-05quota: constify struct path in quota_onAl Viro6-9/+9
2016-12-05constify alloc_file()Al Viro2-2/+2
2016-12-05constify btrfs_mksubvol()Al Viro1-1/+1
2016-12-05autofs: constify find_autofs_mount() callbackAl Viro1-3/+3
2016-12-05constify get_dcookie() and friendsAl Viro4-6/+6
2016-12-05audit_log_{name,link_denied}: constify struct pathAl Viro3-4/+4
2016-12-05fsnotify: constify the places working with ->f_pathAl Viro1-5/+5
2016-12-05constify fsnotify_parent()Al Viro3-4/+4
2016-12-05fsnotify(): constify 'data'Al Viro2-5/+5
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro9-20/+20
2016-12-05fs: Constify path_is_under()'s argumentsMickaël Salaün2-2/+2
2016-12-04Linux 4.9-rc8Linus Torvalds1-1/+1
2016-12-03autofs - dont hold spin lock over direct mount expireIan Kent1-7/+10
2016-12-03autofs - constify misc struct path instancesIan Kent2-2/+2
2016-12-03vfs: remove unused have_submounts() functionIan Kent2-34/+0
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent3-11/+15
2016-12-03autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent1-7/+7
2016-12-03autofs: change autofs4_wait() to take struct pathIan Kent4-12/+15
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent4-8/+11
2016-12-03vfs: add path_has_submounts()Ian Kent2-0/+40
2016-12-03vfs: add path_is_mountpoint() helperIan Kent3-0/+37
2016-12-03Merge tag 'drm-fixes-for-v4.9-rc8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds7-13/+34
2016-12-04Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/drm-intel into drm-fixesDave Airlie2-3/+5
2016-12-02vfs: change d_manage() to take a struct pathIan Kent5-12/+12
2016-12-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+3
2016-12-02mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko1-0/+2
2016-12-02mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko1-1/+1
2016-12-02kbuild: fix building bzImage with CONFIG_TRIM_UNUSED_KSYMS enabledNicolas Pitre1-1/+8