aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-49/+165
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds14-102/+175
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds45-1359/+1680
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+21
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-153/+107
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/kees/linuxLinus Torvalds5-52/+67
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds7-30/+34
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+0
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-06-30Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus 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-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 rangesQu Wenruo8-46/+117
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo10-41/+119
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write and quotas being enabledQu Wenruo1-3/+8
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo3-2/+3
2017-06-29btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo3-45/+18
2017-06-29btrfs: qgroup: Add quick exit for non-fs extentsQu Wenruo1-2/+41
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval1-9/+32
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval3-34/+52
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval1-9/+8
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval1-1/+2
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval1-1/+1
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval1-21/+20
2017-06-29btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba1-8/+0
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-1/+4