summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-1623-196/+818
|\
| * nfsd: update callback done processingScott Mayhew2019-05-033-6/+10
| * locks: move checks from locks_free_lock() to locks_release_private()NeilBrown2019-04-241-6/+6
| * nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields2019-04-241-3/+5
| * nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-04-241-1/+4
| * nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-246-32/+44
| * lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-244-15/+20
| * SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-245-19/+23
| * nfsd: Allow containers to set supported nfs versionsTrond Myklebust2019-04-245-61/+197
| * nfsd: Add custom rpcbind callbacks for knfsdTrond Myklebust2019-04-241-2/+46
| * SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-243-1/+4
| * SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-243-1/+5
| * SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-1/+1
| * nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew2019-04-241-4/+35
| * nfsd: re-order client tracking method selectionScott Mayhew2019-04-241-15/+65
| * nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew2019-04-244-1/+39
| * nfsd: un-deprecate nfsdcldScott Mayhew2019-04-241-8/+217
| * nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew2019-04-243-37/+110
| * nfsd: avoid uninitialized variable warningArnd Bergmann2019-04-241-0/+4
* | fs/block_dev.c: Remove duplicate headerSabyasachi Gupta2019-05-151-1/+0Star
* | fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta2019-05-151-1/+0Star
* | fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta2019-05-151-1/+0Star
* | fs/eventfd.c: make eventfd_ida staticYueHaibing2019-05-151-1/+1
* | eventfd: present id to userspace via fdinfoMasatake YAMATO2019-05-151-0/+8
* | fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan2019-05-151-1/+3
* | fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-151-3/+8
* | reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham2019-05-151-0/+9
* | binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-05-151-0/+11
* | elf: init pt_regs pointer laterAlexey Dobriyan2019-05-151-1/+2
* | fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan2019-05-151-14/+16
* | fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan2019-05-151-8/+8
* | fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan2019-05-151-57/+54Star
* | fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan2019-05-151-4/+0Star
* | fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan2019-05-151-9/+11
* | fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan2019-05-151-1/+2
* | fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton2019-05-151-2/+0Star
* | kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-151-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1410-66/+74
|\ \
| * | hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz2019-05-141-2/+9
| * | fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein2019-05-141-6/+15
| * | mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-2/+2
| * | mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
| * | hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-141-5/+2Star
| * | mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-05-141-1/+1
| * | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
| * | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
| * | userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu2019-05-141-0/+5
| * | ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-05-141-1/+29
| * | ocfs2: use common file type conversionPhillip Potter2019-05-142-43/+5Star
| * | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-4/+2Star