aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07autofs: clear O_NONBLOCK on the pipeNeilBrown1-0/+2
2019-03-07fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent1-6/+6
2019-03-07autofs: add ignore mount optionIan Kent2-1/+9
2019-03-07fs/binfmt_elf.c: spread const a littleAlexey Dobriyan1-5/+3
2019-03-07fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan1-10/+5
2019-03-07fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan1-6/+3
2019-03-07epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev1-36/+122
2019-03-07epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev1-8/+1
2019-03-07epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev1-1/+5
2019-03-07btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes1-24/+10
2019-03-07linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes1-2/+0
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-30/+18
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-158/+208
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+16
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan3-10/+10
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan1-28/+32
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang3-3/+3
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu1-8/+8
2019-03-05fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu1-8/+8
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)1-1/+1
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-3/+5
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+2
2019-03-05fs: kernfs: add poll file operationJohannes Weiner1-11/+20
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt1-2/+1
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand1-2/+2
2019-03-05fs/file.c: initialize init_files.resize_waitShuriyc Chu1-0/+1
2019-03-05fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta1-7/+1
2019-03-05ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2019-03-05ocfs2: fix the application IO timeout when fstrim is runningGang He5-63/+106
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-14/+14
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+26
2019-03-05a.out: remove core dumping supportLinus Torvalds1-83/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-4/+5
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-03-04fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev1-0/+12
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+13
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-7/+17
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds2-4/+4
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds1-43/+29
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz1-0/+12
2019-02-28Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-4/+0
2019-02-28locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra1-16/+16
2019-02-25afs: Fix manually set volume location server listDavid Howells1-0/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-2/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-19/+19
2019-02-21aio: Fix locking in aio_poll()Bart Van Assche1-3/+9
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+2