summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov2019-03-071-1/+1
* fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta2019-03-071-6/+1
* fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-071-0/+1
* autofs: clear O_NONBLOCK on the pipeNeilBrown2019-03-071-0/+2
* fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent2019-03-071-6/+6
* autofs: add ignore mount optionIan Kent2019-03-072-1/+9
* fs/binfmt_elf.c: spread const a littleAlexey Dobriyan2019-03-071-5/+3
* fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan2019-03-071-10/+5
* fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan2019-03-071-6/+3
* epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev2019-03-071-36/+122
* epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev2019-03-071-8/+1
* epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev2019-03-071-1/+5
* btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes2019-03-071-24/+10
* linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes2019-03-071-2/+0
* Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-069-30/+18
|\
| * Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-1156-258/+613
| |\
| * | kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal2019-02-084-4/+9
| * | sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek2019-02-081-1/+0
| * | f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-223-23/+6
| * | debugfs: debugfs_use_start/finish do not exist anymoreSergey Senozhatsky2019-01-221-2/+2
| * | sysfs: fix blank line coding style warningStephen Martin2019-01-181-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-0622-158/+208
|\ \ \
| * | | proc: use seq_puts() everywhereAlexey Dobriyan2019-03-053-10/+10
| * | | proc: read kernel cpu stat pointer onceAlexey Dobriyan2019-03-051-28/+32
| * | | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-053-3/+3
| * | | fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu2019-03-051-8/+8
| * | | fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu2019-03-051-8/+8
| * | | mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-03-051-1/+1
| * | | mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-3/+5
| * | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
| * | | fs: kernfs: add poll file operationJohannes Weiner2019-03-051-11/+20
| * | | memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-051-2/+1
| * | | mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-03-051-2/+2
| * | | fs/file.c: initialize init_files.resize_waitShuriyc Chu2019-03-051-0/+1
| * | | fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta2019-03-051-7/+1
| * | | ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-03-051-6/+2
| * | | ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-055-63/+106
| * | | ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-03-051-6/+8
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-062-3/+3
|\ \ \ \
| * \ \ \ Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-1143-205/+496
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-042-3/+3
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-061-16/+16
|\ \ \ \ \
| * | | | | locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra2019-02-281-16/+16
* | | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-054-14/+14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-104-14/+14
| |\ \ \ \ \ \
| | * | | | | | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-074-14/+14
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-051-3/+26
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-1450-232/+551
| |\| | | | |
| * | | | | | proc/stat: Make the interrupt statistics more efficientThomas Gleixner2019-02-101-3/+26
| | |/ / / / | |/| | | |
* | | | | | a.out: remove core dumping supportLinus Torvalds2019-03-051-83/+0