summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka
2018-08-22autofs: fix autofs_sbi() does not check super block typeIan Kent
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20f2fs: readahead encrypted block during GCChao Yu
2018-08-20f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17fs/userfaultfd.c: remove redundant pointer uwqColin Ian King
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai
2018-08-17fs: propagate shrinker::id to list_lruKirill Tkhai
2018-08-17fs/super.c: refactor alloc_super()Kirill Tkhai
2018-08-17fs, mm: account buffer_head to kmemcgShakeel Butt
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe
2018-08-17btrfs: readpages() should submit IO as read-aheadJens Axboe
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe
2018-08-17mpage: add argument structure for do_mpage_readpage()Jens Axboe
2018-08-17fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King
2018-08-17ocfs2: clean up some unnecessary codewangyan
2018-08-17ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao
2018-08-17ntfs: mft: remove VLA usageKees Cook
2018-08-17ntfs: decompress: remove VLA usageKees Cook
2018-08-17ntfs: aops: remove VLA usageKees Cook
2018-08-17fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-08-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds