summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-053-8/+8
|\
| * ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-05-021-1/+1
| * Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-04-291-2/+7
| * [fix] get rid of checking for absent device name in vfs_get_tree()Al Viro2019-04-291-5/+0Star
* | Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-022-92/+160
|\ \
| * | io_uring: avoid page allocation warningsMark Rutland2019-05-011-8/+9
| * | block: fix handling for BIO_NO_PAGE_REFMing Lei2019-05-011-1/+2
| * | io_uring: drop req submit reference always in async puntJens Axboe2019-05-011-3/+4
| * | io_uring: free allocated io_memory onceMark Rutland2019-05-011-8/+7Star
| * | io_uring: fix SQPOLL cpu validationMark Rutland2019-05-011-7/+3Star
| * | io_uring: have submission side sqe errors post a cqeJens Axboe2019-05-011-28/+6Star
| * | io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler2019-04-301-2/+0Star
| * | io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler2019-04-301-2/+0Star
| * | io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler2019-04-301-2/+0Star
| * | io_uring: remove unnecessary barrier after updating SQ headStefan Bühler2019-04-301-6/+0Star
| * | io_uring: remove unnecessary barrier before reading cq headStefan Bühler2019-04-301-2/+5
| * | io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler2019-04-301-7/+4Star
| * | io_uring: fix notes on barriersStefan Bühler2019-04-301-9/+110
| * | io_uring: fix handling SQEs requesting NOWAITStefan Bühler2019-04-301-7/+10
* | | gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds2019-05-011-1/+1
* | | Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-012-8/+18
|\ \ \ | |/ / |/| |
| * | fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara2019-04-282-8/+18
* | | Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-281-16/+26
|\ \ \
| * | | io_uring: remove 'state' argument from io_{read,write} pathJens Axboe2019-04-231-13/+12Star
| * | | io_uring: fix poll full SQ detectionStefan Bühler2019-04-221-1/+2
| * | | io_uring: fix race condition when sq threads goes sleepingStefan Bühler2019-04-221-1/+2
| * | | io_uring: fix race condition reading SQ entriesStefan Bühler2019-04-221-1/+2
| * | | io_uring: fail io_uring_register(2) on a dying io_uring instanceJens Axboe2019-04-221-0/+8
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-271-2/+4
|\ \ \ \
| * | | | fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-04-261-2/+4
* | | | | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-261-2/+2
|\ \ \ \ \
| * | | | | tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-2/+2
* | | | | | Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-262-5/+13
|\ \ \ \ \ \
| * | | | | | btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2019-04-252-5/+13
* | | | | | | Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-04-264-15/+28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | cifs: fix page reference leak with readv/writevJérôme Glisse2019-04-242-15/+23
| * | | | | | cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-04-241-0/+4
| * | | | | | cifs: fix memory leak in SMB2_readRonnie Sahlberg2019-04-241-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'ceph-for-5.1-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2019-04-254-14/+85
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ceph: fix ci->i_head_snapc leakYan, Zheng2019-04-232-1/+15
| * | | | | ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton2019-04-231-1/+15
| * | | | | ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-04-231-1/+5
| * | | | | ceph: only use d_name directly when parent is lockedJeff Layton2019-04-231-11/+50
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-04-235-7/+42
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | nfsd: wake blocked file lock waiters before sending callbackJeff Layton2019-04-221-0/+9
| * | | | nfsd: wake waiters blocked on file_lock before deleting itJeff Layton2019-04-221-2/+1Star
| * | | | nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-04-082-1/+8
| * | | | nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou2019-04-062-4/+24
| | |/ / | |/| |
* | | | Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-201-11/+30
|\ \ \ \
| * | | | io_uring: fix CQ overflow conditionJens Axboe2019-04-171-1/+1