summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-49/+165
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-102/+175
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45-1359/+1680
2017-07-05fs: remove call_fsync helper functionJeff Layton1-1/+1
2017-07-05JFS: do not ignore return code from write_one_page()Dave Kleikamp2-2/+6
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton6-7/+7
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+21
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-153/+107
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-211/+214
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+17
2017-07-05Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-52/+67
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+16
2017-07-05GFS2: constify attribute_group structures.Arvind Yadav1-2/+2
2017-07-05gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher2-7/+15
2017-07-05gfs2: Clean up glock work enqueuingAndreas Gruenbacher1-50/+74
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher9-21/+35
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher5-12/+46
2017-07-05fs: generic_block_bmap(): initialize all of the fields in the temp bhAlexander Potapenko1-4/+4
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds7-30/+34
2017-07-04ext4: change fast symlink test to not rely on i_blocksTahsin Erdogan1-7/+13
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-6/+0
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams1-4/+5
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds22-68/+69
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds46-260/+463
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds19-156/+51
2017-07-02SMB3: Enable encryption for SMB3.1.1Steve French1-1/+1
2017-06-30Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+19
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-57/+95
2017-06-30timerfd: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani1-22/+21
2017-06-29Make statfs properly return read-only state after emergency remountCarlos Maiolino1-0/+2
2017-06-29fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior1-0/+5
2017-06-29minix: Deinline get_block, save 2691 bytesDenys Vlasenko1-1/+1
2017-06-29fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook2-2/+2
2017-06-29fs: warn in case userspace lied about modprobe returnLuis R. Rodriguez1-1/+3
2017-06-29nfsd: remove nfsd_vfs_readChristoph Hellwig1-11/+6
2017-06-29nfsd: use vfs_iter_read/writeChristoph Hellwig1-10/+7
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig3-22/+11
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2-21/+10
2017-06-29fs: move more code into do_iter_read/do_iter_writeChristoph Hellwig1-45/+28
2017-06-29fs: remove __do_readv_writevChristoph Hellwig1-24/+36
2017-06-29fs: remove do_compat_readv_writevChristoph Hellwig1-26/+16
2017-06-29fs: remove do_readv_writevChristoph Hellwig1-22/+21
2017-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2017-06-29btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo1-16/+12
2017-06-29btrfs: Don't clear SGID when inheriting ACLsJan Kara1-6/+7
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason10-25/+24
2017-06-29btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba1-2/+2
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo8-46/+117
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo10-41/+119