summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-02-13proc: commit to genradixKent Overstreet
2019-02-13proc: merge fix for proc_pident_lookup() API changeStephen Rothwell
2019-02-13proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan
2019-02-13fs: fs_parser: fix printk format warningRandy Dunlap
2019-02-13io_uring: fix up for readahead defines refactorStephen Rothwell
2019-02-13Merge branch 'akpm-current/current'Stephen Rothwell
2019-02-13Merge remote-tracking branch 'kspp-gustavo/for-next/kspp'Stephen Rothwell
2019-02-13Merge remote-tracking branch 'pidfd/for-next'Stephen Rothwell
2019-02-13Merge remote-tracking branch 'xarray/xarray'Stephen Rothwell
2019-02-13Merge remote-tracking branch 'scsi/for-next'Stephen Rothwell
2019-02-13Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2019-02-13fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta
2019-02-13autofs: clear O_NONBLOCK on the pipeNeilBrown
2019-02-13fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent
2019-02-13autofs: add ignore mount optionIan Kent
2019-02-13fs/binfmt_elf.c: spread const a littleAlexey Dobriyan
2019-02-13elf: fixup compilationAlexey Dobriyan
2019-02-13fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan
2019-02-13fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan
2019-02-13epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev
2019-02-13epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev
2019-02-13epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev
2019-02-13linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes
2019-02-13proc: use seq_puts() everywhereAlexey Dobriyan
2019-02-13proc: read kernel cpu stat pointer onceAlexey Dobriyan
2019-02-13proc: remove unused argument in proc_pid_lookup()Zhikang Zhang
2019-02-13fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu
2019-02-13fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu
2019-02-13fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa
2019-02-13fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa
2019-02-13hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti
2019-02-13mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)
2019-02-13mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-02-13mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2019-02-13fs: kernfs: add poll file operationJohannes Weiner
2019-02-13memcg: localize memcg_kmem_enabled() checkShakeel Butt
2019-02-13mm: Refactor readahead defines in mm.hNikolay Borisov
2019-02-13mm: convert PG_balloon to PG_offlineDavid Hildenbrand
2019-02-13fs/file.c: initialize init_files.resize_waitShuriyc Chu
2019-02-13fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta
2019-02-13ramfs: support O_TMPFILEAlexey Dobriyan
2019-02-13ocfs2/dlm: return DLM_CANCELGRANT if the lock is on granted list and the oper...Jian Wang
2019-02-13ocfs2/dlm: clean DLM_LKSB_GET_LVB and DLM_LKSB_PUT_LVB when the cancel_pendin...Jian Wang
2019-02-13ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixesAndrew Morton
2019-02-13ocfs2: clear zero in unaligned direct IOJia Guo
2019-02-13ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-13ocfs2: fix the application IO timeout when fstrim is runningGang He
2019-02-13ocfs2: fix a panic problem caused by o2cb_ctlJia Guo
2019-02-13hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-02-13proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko