aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-52/+80
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 27-525/+1531
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-20/+29
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-37/+46
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-2/+3
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 14-230/+302
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-9/+23
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxGravatar Linus Torvalds 3-4/+6
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 40-231/+283
2018-08-17fs/userfaultfd.c: remove redundant pointer uwqGravatar Colin Ian King 1-3/+0
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueGravatar Kirill Tkhai 1-0/+3
2018-08-17fs: propagate shrinker::id to list_lruGravatar Kirill Tkhai 1-2/+2
2018-08-17fs/super.c: refactor alloc_super()Gravatar Kirill Tkhai 1-4/+4
2018-08-17fs, mm: account buffer_head to kmemcgGravatar Shakeel Butt 1-2/+10
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgGravatar Shakeel Butt 6-9/+30
2018-08-17ext4: readpages() should submit IO as read-aheadGravatar Jens Axboe 3-5/+7
2018-08-17btrfs: readpages() should submit IO as read-aheadGravatar Jens Axboe 1-1/+1
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadGravatar Jens Axboe 2-10/+24
2018-08-17mpage: add argument structure for do_mpage_readpage()Gravatar Jens Axboe 1-52/+57
2018-08-17fs/seq_file.c: simplify seq_file iteration code and interfaceGravatar NeilBrown 1-33/+21
2018-08-17vfs: discard ATTR_ATTR_FLAGGravatar NeilBrown 1-1/+1
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Gravatar Tetsuo Handa 1-1/+2
2018-08-17ocfs2: make several functions and variables static (and some const)Gravatar Colin Ian King 3-10/+10
2018-08-17ocfs2: clean up some unnecessary codeGravatar wangyan 3-19/+5
2018-08-17ocfs2: return -EROFS when filesystem becomes read-onlyGravatar Jun Piao 3-37/+30
2018-08-17ntfs: mft: remove VLA usageGravatar Kees Cook 1-2/+10
2018-08-17ntfs: decompress: remove VLA usageGravatar Kees Cook 1-12/+16
2018-08-17ntfs: aops: remove VLA usageGravatar Kees Cook 1-1/+4
2018-08-17fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Gravatar Sebastian Andrzej Siewior 1-4/+0
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesGravatar Arnd Bergmann 2-9/+16
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionGravatar Arnd Bergmann 2-18/+21
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsGravatar Arnd Bergmann 4-5/+19
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxGravatar Dave Jiang 3-3/+2
2018-08-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-13/+19
2018-08-17Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-117/+118
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 9-45/+33
2018-08-16Merge branch 'linus/master' into rdma.git for-nextGravatar Jason Gunthorpe 300-10548/+11092
2018-08-16Merge tag 'v4.18' into rdma.git for-nextGravatar Jason Gunthorpe 109-1048/+1745
2018-08-16Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-12/+10
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+1
2018-08-15Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 20-570/+752
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+44
2018-08-15signal: Don't send signals to tasks that don't existGravatar Eric W. Biederman 1-2/+4
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-40/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 10-40/+108
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+5
2018-08-15Merge tag 'pstore-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+30
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+12
2018-08-14Merge tag 'configfs-for-4.19' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 3-21/+16
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 4-31/+32