summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-12proc: commit to genradixKent Overstreet
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-03-12hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-03-10Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-09Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-03-09Merge tag '5.1-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-03-09Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-08gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta
2019-03-07fat: enable .splice_write to support splice on O_DIRECT fileHou Tao
2019-03-07autofs: clear O_NONBLOCK on the pipeNeilBrown
2019-03-07fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent
2019-03-07autofs: add ignore mount optionIan Kent
2019-03-07fs/binfmt_elf.c: spread const a littleAlexey Dobriyan
2019-03-07fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan
2019-03-07fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan
2019-03-07epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev
2019-03-07epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev
2019-03-07epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev
2019-03-07btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes
2019-03-07linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-07Merge tag 'xfs-5.1-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-03-07Merge tag 'for-5.1-part1-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge tag 'fsnotify_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-07Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-07Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-06fs: cifs: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06io_uring: allow workqueue item to handle multiple buffered requestsJens Axboe
2019-03-06io_uring: add support for IORING_OP_POLLJens Axboe
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-06gfs2: Fix an incorrect gfs2_assert()Tim Smith
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu