summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* a.out: remove core dumping supportLinus Torvalds2019-03-051-83/+0Star
* 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/+168Star
| |\ \ \ \ \
| * \ \ \ \ \ 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/+29Star
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | 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/+0Star
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | orangefs: remove two un-needed BUG_ONs...Mike Marshall2019-02-201-4/+0Star
* | | | | | | | | afs: Fix manually set volume location server listDavid Howells2019-02-251-0/+1
* | | | | | | | | Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds2019-02-251-2/+0Star
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2019-02-211-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-181-1/+2
| |/ / / / / / /
* | | | | | | | proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-211-4/+0Star
* | | | | | | | Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-02-201-14/+17
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-151-14/+17
| | |_|_|_|/ / | |/| | | | |
* | | | | | | exec: load_script: Do not exec truncated interpreter pathKees Cook2019-02-191-9/+48
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-171-2/+2
|\ \ \ \ \ \
| * | | | | | Revert "nfsd4: return default lease period"J. Bruce Fields2019-02-141-2/+2
* | | | | | | Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-02-171-5/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington2019-02-121-5/+6
* | | | | | | Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds2019-02-151-7/+3Star
* | | | | | | Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-148-192/+134Star
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-132-13/+16
|\ \ \ \ \ \ \
| * | | | | | | mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-131-8/+14
| * | | | | | | Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner2019-02-131-5/+2Star
* | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-02-121-9/+4Star
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-02-011-9/+4Star
* | | | | | | | Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-092-9/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-061-9/+10
| * | | | | | | aio: initialize kiocb private in case any filesystems expect it.Mike Marshall2019-02-061-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-12/+24
|\ \ \ \ \ \ \
| * | | | | | | debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman2019-01-301-5/+5
| * | | | | | | debugfs: return error values, not NULLGreg Kroah-Hartman2019-01-291-17/+22
| * | | | | | | debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman2019-01-251-0/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-02-083-5/+27
|\ \ \ \ \ \ \
| * | | | | | | xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-032-3/+24