summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-0622-158/+208
|\
| * proc: use seq_puts() everywhereAlexey Dobriyan2019-03-063-10/+10
| * proc: read kernel cpu stat pointer onceAlexey Dobriyan2019-03-061-28/+32
| * proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-063-3/+3
| * fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu2019-03-061-8/+8
| * fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu2019-03-061-8/+8
| * mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-03-061-1/+1
| * mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-061-3/+5
| * mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-061-2/+2
| * fs: kernfs: add poll file operationJohannes Weiner2019-03-061-11/+20
| * memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-061-2/+1
| * mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-03-061-2/+2
| * fs/file.c: initialize init_files.resize_waitShuriyc Chu2019-03-061-0/+1
| * fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta2019-03-061-7/+1
| * ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-03-061-6/+2
| * ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-065-63/+106
| * ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-03-061-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
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-052-4/+5
|\ \ \ \ \ \
| * | | | | | crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-252-4/+5
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-044-6/+13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-243-19/+19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-203-16/+56
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-1514-230/+168
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0928-110/+302
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+2
* | | | | | | | | | | | | fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev2019-03-051-0/+12
* | | | | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-03-044-7/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | aio: Fix locking in aio_poll()Bart Van Assche2019-02-221-3/+9
| * | | | | | | | | | | | | exec: Fix mem leak in kernel_read_fileYueHaibing2019-02-191-1/+1
| * | | | | | | | | | | | | copy_mount_string: Limit string length to PATH_MAXChandan Rajendra2019-02-011-1/+1
| * | | | | | | | | | | | | fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-2/+6
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-4/+4
* | | | | | | | | | | | | aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-03-041-43/+29
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-011-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-011-0/+12
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-011-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | orangefs: remove two un-needed BUG_ONs...Mike Marshall2019-02-201-4/+0