summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: commit to genradixKent Overstreet2019-02-251-28/+15
* proc: merge fix for proc_pident_lookup() API changeStephen Rothwell2019-02-251-1/+1
* proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan2019-02-251-8/+9
* mm-refactor-readahead-defines-in-mmh-fixAndrew Morton2019-02-251-1/+1
* mm: refactor readahead defines in mm.hNikolay Borisov2019-02-254-4/+4
* fs: fs_parser: fix printk format warningRandy Dunlap2019-02-251-1/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2019-02-2536-272/+516
|\
| * exec-increase-binprm_buf_size-to-256-fixOleg Nesterov2019-02-221-1/+1
| * fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta2019-02-221-6/+1
| * fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-02-221-0/+1
| * autofs: clear O_NONBLOCK on the pipeNeilBrown2019-02-221-0/+2
| * fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent2019-02-221-6/+6
| * autofs: add ignore mount optionIan Kent2019-02-222-1/+9
| * fs/binfmt_elf.c: spread const a littleAlexey Dobriyan2019-02-221-5/+3
| * elf: fixup compilationAlexey Dobriyan2019-02-221-2/+2
| * fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan2019-02-221-8/+3
| * fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan2019-02-221-6/+3
| * epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev2019-02-221-36/+122
| * epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev2019-02-221-8/+1
| * epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev2019-02-221-1/+5
| * btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes2019-02-221-24/+10
| * linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes2019-02-221-2/+0
| * proc: use seq_puts() everywhereAlexey Dobriyan2019-02-223-10/+10
| * proc: read kernel cpu stat pointer onceAlexey Dobriyan2019-02-221-28/+32
| * proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-02-223-3/+3
| * fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu2019-02-221-8/+8
| * fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu2019-02-221-8/+8
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2019-02-221-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2019-02-221-2/+48
| * hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-02-221-1/+1
| * mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-02-221-1/+1
| * mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-02-221-3/+5
| * mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-02-221-2/+2
| * fs: kernfs: add poll file operationJohannes Weiner2019-02-221-11/+20
| * memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-02-221-2/+1
| * mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-02-221-2/+2
| * fs/file.c: initialize init_files.resize_waitShuriyc Chu2019-02-221-0/+1
| * fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta2019-02-221-7/+1
| * ramfs: support O_TMPFILEAlexey Dobriyan2019-02-221-0/+12
| * ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge2019-02-221-0/+15
| * ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-02-221-4/+19
| * ocfs2/dlm: return DLM_CANCELGRANT if the lock is on granted list and the oper...Jian Wang2019-02-222-1/+5
| * ocfs2/dlm: clean DLM_LKSB_GET_LVB and DLM_LKSB_PUT_LVB when the cancel_pendin...Jian Wang2019-02-221-0/+1
| * ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixesAndrew Morton2019-02-221-9/+9
| * ocfs2: clear zero in unaligned direct IOJia Guo2019-02-221-1/+21
| * ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-02-221-6/+2
| * ocfs2: fix the application IO timeout when fstrim is runningGang He2019-02-225-63/+106
| * ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-02-221-6/+8
| * hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-02-221-0/+12
* | Merge remote-tracking branch 'pidfd/for-next'Stephen Rothwell2019-02-251-0/+9
|\ \