summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso2018-08-221-0/+8
* fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso2018-08-221-8/+6
* fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso2018-08-221-5/+4
* userfaultfd: use fault_wqh lockMatthew Wilcox2018-08-221-3/+3
* epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig2018-08-221-36/+29
* proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-222-2/+17
* proc/kcore: optimize multiple page readsOmar Sandoval2018-08-221-3/+11
* proc/kcore: clean up ELF header generationOmar Sandoval2018-08-221-209/+141
* proc/kcore: hold lock during readOmar Sandoval2018-08-221-30/+40
* proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-221-49/+44
* proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval2018-08-221-10/+10
* proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval2018-08-221-4/+2
* proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-221-4/+3
* fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse2018-08-221-1/+3
* fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder2018-08-221-1/+1
* proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan2018-08-221-1/+1
* proc: spread "const" a bitAlexey Dobriyan2018-08-221-2/+2
* proc: use macro in /proc/latency hookAlexey Dobriyan2018-08-221-1/+1
* proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan2018-08-221-19/+19
* proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan2018-08-221-3/+1
* proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-221-2/+2
* fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann2018-08-221-2/+2
* proc: fixup PDE allocation bloatAlexey Dobriyan2018-08-222-12/+11
* /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+2
* mm: zero out the vma in vma_init()Andrew Morton2018-08-221-2/+0
* mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-222-60/+96
* mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka2018-08-221-22/+29
* mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka2018-08-221-24/+31
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-224-144/+18
* autofs: fix autofs_sbi() does not check super block typeIan Kent2018-08-222-2/+3
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-2/+3
|\
| * tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra2018-07-311-2/+3
* | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-2014-230/+302
|\ \
| * | ceph: don't drop message if it contains more data than expectedYan, Zheng2018-08-132-4/+4
| * | ceph: support cephfs' own feature bitsYan, Zheng2018-08-132-9/+51
| * | ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu2018-08-131-33/+13
| * | ceph: refactor ceph_unreserve_caps()Chengguang Xu2018-08-132-31/+37
| * | ceph: change to void return type for __do_request()Chengguang Xu2018-08-131-6/+5
| * | ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu2018-08-131-1/+2
| * | ceph: add additional size check in ceph_setattr()Chengguang Xu2018-08-131-0/+5
| * | ceph: add additional offset check in ceph_write_iter()Chengguang Xu2018-08-021-4/+11
| * | ceph: add additional range check in ceph_fallocate()Chengguang Xu2018-08-021-3/+5
| * | ceph: add new field max_file_size in ceph_fs_clientChengguang Xu2018-08-023-2/+5
| * | libceph: add authorizer challengeIlya Dryomov2018-08-021-0/+11
| * | ceph: adding new return type vm_fault_tSouptick Joarder2018-08-021-30/+32
| * | ceph: use timespec64 for r_stampArnd Bergmann2018-08-023-6/+5
| * | libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-022-11/+9
| * | ceph: use timespec64 for inode timestampArnd Bergmann2018-08-028-74/+71
| * | ceph: stop using current_kernel_time()Arnd Bergmann2018-08-021-1/+4
| * | ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu2018-08-021-2/+4