aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-9/+23
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds3-4/+6
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds40-231/+283
2018-08-17fs/userfaultfd.c: remove redundant pointer uwqColin Ian King1-3/+0
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai1-0/+3
2018-08-17fs: propagate shrinker::id to list_lruKirill Tkhai1-2/+2
2018-08-17fs/super.c: refactor alloc_super()Kirill Tkhai1-4/+4
2018-08-17fs, mm: account buffer_head to kmemcgShakeel Butt1-2/+10
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt6-9/+30
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe3-5/+7
2018-08-17btrfs: readpages() should submit IO as read-aheadJens Axboe1-1/+1
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe2-10/+24
2018-08-17mpage: add argument structure for do_mpage_readpage()Jens Axboe1-52/+57
2018-08-17fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown1-33/+21
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown1-1/+1
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King3-10/+10
2018-08-17ocfs2: clean up some unnecessary codewangyan3-19/+5
2018-08-17ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao3-37/+30
2018-08-17ntfs: mft: remove VLA usageKees Cook1-2/+10
2018-08-17ntfs: decompress: remove VLA usageKees Cook1-12/+16
2018-08-17ntfs: aops: remove VLA usageKees Cook1-1/+4
2018-08-17fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-4/+0
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2-9/+16
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2-18/+21
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann4-5/+19
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang3-3/+2
2018-08-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-13/+19
2018-08-17Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-117/+118
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds9-45/+33
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe300-10548/+11092
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe109-1048/+1745
2018-08-16Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-12/+10
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2018-08-15Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds20-570/+752
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+44
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-40/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-40/+108
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+5
2018-08-15Merge tag 'pstore-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+30
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+12
2018-08-14Merge tag 'configfs-for-4.19' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-21/+16
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds4-31/+32
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds7-12/+18
2018-08-14orangefs: remove redundant pointer orangefs_inodeColin Ian King1-3/+0
2018-08-14orangefs: Adding new return type vm_fault_tSouptick Joarder1-9/+10
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds117-5332/+5640
2018-08-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-71/+196
2018-08-13Merge tag '4.19-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds26-667/+1259
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-96/+520