summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-8/+8
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds-92/+160
2019-05-02ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro-1/+1
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds-1/+1
2019-05-01io_uring: avoid page allocation warningsMark Rutland-8/+9
2019-05-01block: fix handling for BIO_NO_PAGE_REFMing Lei-1/+2
2019-05-01io_uring: drop req submit reference always in async puntJens Axboe-3/+4
2019-05-01io_uring: free allocated io_memory onceMark Rutland-8/+7
2019-05-01io_uring: fix SQPOLL cpu validationMark Rutland-7/+3
2019-05-01io_uring: have submission side sqe errors post a cqeJens Axboe-28/+6
2019-04-30Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+18
2019-04-30io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler-2/+0
2019-04-30io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler-2/+0
2019-04-30io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler-2/+0
2019-04-30io_uring: remove unnecessary barrier after updating SQ headStefan Bühler-6/+0
2019-04-30io_uring: remove unnecessary barrier before reading cq headStefan Bühler-2/+5
2019-04-30io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler-7/+4
2019-04-30io_uring: fix notes on barriersStefan Bühler-9/+110
2019-04-30io_uring: fix handling SQEs requesting NOWAITStefan Bühler-7/+10
2019-04-28Abort file_remove_privs() for non-reg. filesAlexander Lochmann-2/+7
2019-04-28[fix] get rid of checking for absent device name in vfs_get_tree()Al Viro-5/+0
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara-8/+18
2019-04-28Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+26
2019-04-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+4
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+2
2019-04-26Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+13
2019-04-26Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-15/+28
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing-2/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn-2/+2
2019-04-25Merge tag 'ceph-for-5.1-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds-14/+85
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov-5/+13
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse-15/+23
2019-04-24cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson-0/+4
2019-04-24cifs: fix memory leak in SMB2_readRonnie Sahlberg-0/+1
2019-04-23Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-7/+42
2019-04-23ceph: fix ci->i_head_snapc leakYan, Zheng-1/+15
2019-04-23ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton-1/+15
2019-04-23ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton-1/+5
2019-04-23ceph: only use d_name directly when parent is lockedJeff Layton-11/+50
2019-04-23io_uring: remove 'state' argument from io_{read,write} pathJens Axboe-13/+12
2019-04-22nfsd: wake blocked file lock waiters before sending callbackJeff Layton-0/+9
2019-04-22nfsd: wake waiters blocked on file_lock before deleting itJeff Layton-2/+1
2019-04-22io_uring: fix poll full SQ detectionStefan Bühler-1/+2
2019-04-22io_uring: fix race condition when sq threads goes sleepingStefan Bühler-1/+2
2019-04-22io_uring: fix race condition reading SQ entriesStefan Bühler-1/+2
2019-04-22io_uring: fail io_uring_register(2) on a dying io_uring instanceJens Axboe-0/+8
2019-04-20Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+30
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli-0/+27
2019-04-18Merge tag 'afs-fixes-20190413' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+10
2019-04-17Merge tag '5.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-14/+62