summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1229-331/+291
|\
| * oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt2019-07-121-2/+1
| * mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-121-1/+1
| * mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin2019-07-121-1/+1
| * mm: smaps: split PSS into componentsLuigi Semenzato2019-07-121-30/+62
| * proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov2019-07-121-6/+22
| * proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov2019-07-121-1/+4
| * proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov2019-07-121-1/+3
| * proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov2019-07-121-2/+6
| * proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov2019-07-122-2/+10
| * memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-122-3/+10
| * 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-121-2/+4
| * jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-123-4/+4
| * ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2019-07-122-9/+7
| * fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam2019-07-121-2/+1
| * ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-1213-261/+73
| * ocfs2: add first lock wait time in locking_stateGang He2019-07-122-3/+30
| * ocfs2: add locking filter debugfs fileGang He2019-07-122-0/+40
| * ocfs2: add last unlock times in locking_stateGang He2019-07-122-3/+16
| * ocfs2/dlm: use struct_size() helperGustavo A. R. Silva2019-07-121-5/+3
| * fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-124-4/+4
* | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-121-1/+2
|\ \
| * \ Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-2358-292/+238
| |\ \
| * \ \ Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-09740-5667/+1585
| |\ \ \
| * | | | chardev: set variable ret to -EBUSY before checking minor range overlapChengguang Xu2019-05-241-1/+2
* | | | | Merge tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-113-23/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-07-091-7/+6
| * | | | pstore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-091-16/+2
| * | | | pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson2019-07-091-0/+21
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-114-87/+1
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-285-21/+26
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2253-264/+214
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-18121-1056/+288
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07305-3207/+729
| |\ \ \ \ \ \
| * | | | | | | afs: do not send list of client addressesFlorian Westphal2019-06-034-87/+1
* | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-112-38/+79
|\ \ \ \ \ \ \ \
| * | | | | | | | binfmt_flat: don't offset the data startChristoph Hellwig2019-06-241-12/+8
| * | | | | | | | binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.cChristoph Hellwig2019-06-241-0/+6
| * | | | | | | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-3/+1
| * | | | | | | | binfmt_flat: make support for old format binaries optionalChristoph Hellwig2019-06-242-8/+29
| * | | | | | | | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig2019-06-241-1/+4
| * | | | | | | | binfmt_flat: add endianess annotationsChristoph Hellwig2019-06-241-10/+16
| * | | | | | | | binfmt_flat: remove the uapi <linux/flat.h> headerChristoph Hellwig2019-06-241-0/+1
| * | | | | | | | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-242-2/+6
| * | | | | | | | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-242-1/+5
| * | | | | | | | binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-241-0/+4
| * | | | | | | | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-2/+0
| * | | | | | | | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-1121-238/+1001
|\ \ \ \ \ \ \ \
| * | | | | | | | nfsd: Make __get_nfsdfs_client() staticYueHaibing2019-07-101-1/+1