summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
* nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-171-2/+4
* fs/nilfs2: convert timers to use timer_setup()Kees Cook2017-11-172-6/+6
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-171-15/+3
* pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2017-11-171-2/+15
* pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-171-1/+1
* autofs: don't fail mount for transient errorNeilBrown2017-11-171-1/+14
* epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron2017-11-171-45/+35
* epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron2017-11-171-29/+18
* epoll: account epitem and eppoll_entry to kmemcgShakeel Butt2017-11-171-2/+2
* proc: use do-while in name_to_int()Alexey Dobriyan2017-11-171-2/+2
* proc: : uninline name_to_int()Alexey Dobriyan2017-11-173-22/+25
* proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-171-0/+6
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-179-135/+296
|\
| * dax: fix PMD faults on zero-length filesJeff Moyer2017-11-141-3/+3
| * fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-133-5/+16
| * xfs: support for synchronous DAX faultsChristoph Hellwig2017-11-032-1/+19
| * xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara2017-11-032-27/+4
| * ext4: Support for synchronous DAX faultsJan Kara2017-11-033-1/+46
| * ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara2017-11-031-6/+7
| * dax: Implement dax_finish_sync_fault()Jan Kara2017-11-031-0/+83
| * dax, iomap: Add support for synchronous faultsJan Kara2017-11-031-2/+37
| * mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-031-0/+1
| * dax: Allow tuning whether dax_insert_mapping_entry() dirties entryJan Kara2017-11-031-7/+7
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-034-10/+11
| * dax: Fix comment describing dax_iomap_fault()Jan Kara2017-11-031-1/+2
| * dax: Inline dax_pmd_insert_mapping() into the callsiteJan Kara2017-11-031-28/+19
| * dax: Inline dax_insert_mapping() into the callsiteJan Kara2017-11-031-27/+19
| * dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE testJan Kara2017-11-031-2/+3
| * dax: Create local variable for VMA in dax_iomap_pte_fault()Jan Kara2017-11-031-2/+3
| * dax: Factor out getting of pfn out of iomapJan Kara2017-11-031-40/+43
| * dax: Simplify arguments of dax_insert_mapping()Jan Kara2017-11-031-16/+16
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-163-6/+26
|\ \
| * \ Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-023-6/+26
| |\ \
| | * | binfmt_elf_fdpic: fix crash on MMU system with dynamic binariesNicolas Pitre2017-09-101-2/+6
| | * | binfmt_elf: don't attempt to load FDPIC binariesNicolas Pitre2017-09-101-2/+13
| | * | ARM: enable elf_fdpic on systems with an MMUNicolas Pitre2017-09-102-2/+7
| | * | ARM: add ELF_FDPIC supportNicolas Pitre2017-09-101-1/+1
* | | | Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1620-612/+1495
|\ \ \ \
| * | | | f2fs: deny accessing encryption policy if encryption is offChao Yu2017-11-151-0/+5
| * | | | f2fs: inject fault in inc_valid_node_countChao Yu2017-11-131-0/+7
| * | | | f2fs: fix to clear FI_NO_PREALLOCChao Yu2017-11-131-0/+1
| * | | | f2fs: expose quota information in debugfsJaegeuk Kim2017-11-132-2/+19
| * | | | f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He2017-11-131-39/+59
| * | | | f2fs: validate before set/clear free nat bitmapLiFan2017-11-101-7/+10
| * | | | f2fs: avoid opened loop codes in __add_ino_entryChao Yu2017-11-101-6/+4
| * | | | f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee2017-11-091-1/+13
| * | | | f2fs: introduce scan_curseg_cache for cleanupChao Yu2017-11-091-26/+23
| * | | | f2fs: optimize the way of traversing free_nid_bitmapFan Li2017-11-091-5/+5
| * | | | f2fs: keep scanning until enough free nids are acquiredFan Li2017-11-091-1/+1
OpenPOWER on IntegriCloud