summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-05-145-33/+113
|\ \
| * | ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2019-05-082-2/+3
| * | ovl: check the capability before cred overriddenJiufei Xue2019-05-061-18/+61
| * | ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein2019-05-061-3/+4
| * | ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein2019-05-061-4/+40
| * | ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein2019-05-063-7/+6Star
* | | Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-146-29/+72
|\ \ \
| * | | fuse: clean up fuse_alloc_inodezhangliguang2019-05-081-6/+4Star
| * | | fuse: Add ioctl flag for x32 compat ioctlIan Abbott2019-04-241-1/+6
| * | | fuse: Convert fusectl to use the new mount APIDavid Howells2019-04-241-5/+15
| * | | fuse: document fuse_fsync_in.fsync_flagsAlan Somers2019-04-241-1/+1
| * | | fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-04-241-1/+3
| * | | fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov2019-04-241-0/+10
| * | | fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-04-241-1/+1
| * | | fuse: allow filesystems to have precise control over data cacheKirill Smelkov2019-04-242-2/+8
| * | | fuse: convert printk -> pr_*Kirill Smelkov2019-04-244-11/+16
| * | | fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-04-241-0/+7
| * | | fuse: fix writepages on 32bitMiklos Szeredi2019-04-241-1/+1
* | | | Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-1416-299/+623
|\ \ \ \
| * | | | f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-05-092-9/+29
| * | | | f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu2019-05-093-1/+14
| * | | | f2fs: add tracepoint for f2fs_filemap_fault()Chao Yu2019-05-091-0/+2