aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-293-3/+14
|\
| * afs: Fix unpinned address list during probingDavid Howells2020-03-261-0/+2
| * Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2020-03-262-3/+12
| |\
| | * ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques2020-03-231-0/+1
| | * ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-3/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-2527-120/+196
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-253-68/+32
| |\ \
| | * \ Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-03-193-68/+32
| | |\ \
| | | * | afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-131-32/+2
| | | * | afs: Fix handling of an abort from a service handlerDavid Howells2020-03-133-33/+26
| | | * | afs: Fix some tracing detailsDavid Howells2020-03-131-2/+2
| | | * | rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-1/+2
| * | | | Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-03-251-7/+21
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | zonfs: Fix handling of read-only zonesDamien Le Moal2020-03-251-7/+21
| * | | | Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-222-2/+6
| |\ \ \ \
| | * | | | btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana2020-03-201-2/+2
| | * | | | btrfs: fix log context list corruption after rename whiteout errorFilipe Manana2020-03-131-0/+4
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-03-221-4/+4
| |\ \ \ \ \
| | * | | | | epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev2020-03-211-4/+4
| * | | | | | Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-212-3/+22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | io_uring: make sure accept honor rlimit nofileJens Axboe2020-03-201-1/+4
| | * | | | | io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe2020-03-202-2/+10
| | * | | | | io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}Pavel Begunkov2020-03-141-0/+8
| * | | | | | Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-192-2/+4
| |\ \ \ \ \ \
| | * | | | | | CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou2020-03-171-1/+1
| | * | | | | | CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N2020-03-171-0/+2
| | * | | | | | cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter2020-03-171-1/+1
| * | | | | | | locks: reinstate locks_delete_block optimizationLinus Torvalds2020-03-182-7/+50
| |/ / / / / /
| * | | | | | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-151-0/+1
| |\ \ \ \ \ \
| | * | | | | | futex: Fix inode life-time issuePeter Zijlstra2020-03-061-0/+1
| * | | | | | | Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-03-135-2/+13
| |\ \ \ \ \ \ \
| | * | | | | | | nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-253-1/+3
| | * | | | | | | NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew2020-02-251-0/+2
| | * | | | | | | NFS: Don't hard-code the fs_type when submountingScott Mayhew2020-02-251-1/+1
| | * | | | | | | NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew2020-02-211-0/+7
| * | | | | | | | Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-03-132-3/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fuse: fix stack use after returnMiklos Szeredi2020-02-132-3/+5
| * | | | | | | | | Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-03-135-4/+23
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ovl: fix lockdep warning for async writeMiklos Szeredi2020-03-131-0/+6
| | * | | | | | | | | ovl: fix some xino configurationsAmir Goldstein2020-03-132-1/+9
| | * | | | | | | | | ovl: fix lock in ovl_llseek()Amir Goldstein2020-03-122-3/+8
| * | | | | | | | | | Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-131-16/+13
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | io_uring: ensure RCU callback ordering with rcu_barrier()Jens Axboe2020-03-081-16/+13
| * | | | | | | | | | afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn2020-03-132-2/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-131-0/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs/nsfs.c: Added ns_matchCarlos Neira2020-03-121-0/+14
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-1227-216/+196
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-03-123-5/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-122-4/+0
| | * | | | | | | | | gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro2020-03-121-1/+1
| | | |_|/ / / / / / | | |/| | | | | | |