summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-03-19xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong
2019-03-19xfs: dabtree scrub needs to range-check levelDarrick J. Wong
2019-03-19btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov
2019-03-19btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara
2019-03-18NFS: fix mount/umount race in nlmclnt.NeilBrown
2019-03-18btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi
2019-03-18NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe
2019-03-18iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe
2019-03-18io_uring: retry bulk slab allocs as single allocsJens Axboe
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara
2019-03-18udf: Fix crash on IO error during truncateJan Kara
2019-03-17aio: move sanity checks and request allocation to io_submit_one()Al Viro
2019-03-17deal with get_reqs_available() in aio_get_req() itselfAl Viro
2019-03-17aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro
2019-03-17make aio_read()/aio_write() return intAl Viro
2019-03-17Fix aio_poll() racesAl Viro
2019-03-17aio: store event at final iocb_put()Al Viro
2019-03-17aio: keep io_event in aio_kiocbAl Viro
2019-03-17aio: fold lookup_kiocb() into its sole callerAl Viro
2019-03-17pin iocb through aio.Linus Torvalds
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-03-16Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro
2019-03-15Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-03-15io_uring: fix poll racesJens Axboe
2019-03-15Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-03-15io_uring: fix fget/fput handlingJens Axboe
2019-03-14io_uring: add prepped flagJens Axboe
2019-03-14io_uring: make io_read/write return an integerJens Axboe
2019-03-15ext4: report real fs size after failed resizeLukas Czerner
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-03-14io_uring: use regular request ref countsJens Axboe
2019-03-14ext4: remove useless ext4_pin_inode()Jason Yan
2019-03-14ext4: avoid panic during forced rebootJan Kara
2019-03-14ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2019-03-14ext4: fix NULL pointer dereference while journal is abortedJiufei Xue
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg
2019-03-14smb2: fix typo in definition of a few error flagsSteve French
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel
2019-03-14cifs: minor documentation updatesSteve French
2019-03-14cifs: remove unused value pointed out by CoveritySteve French
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French