aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara1-1/+11
2019-03-18NFS: fix mount/umount race in nlmclnt.NeilBrown1-2/+1
2019-03-18btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi1-1/+2
2019-03-18NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas1-2/+0
2019-03-18block: add BIO_NO_PAGE_REF flagJens Axboe2-10/+14
2019-03-18iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe1-0/+3
2019-03-18io_uring: retry bulk slab allocs as single allocsJens Axboe1-5/+14
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara3-5/+8
2019-03-18udf: Fix crash on IO error during truncateJan Kara1-0/+3
2019-03-17aio: move sanity checks and request allocation to io_submit_one()Al Viro1-66/+53
2019-03-17deal with get_reqs_available() in aio_get_req() itselfAl Viro1-6/+6
2019-03-17aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro1-9/+8
2019-03-17make aio_read()/aio_write() return intAl Viro1-6/+6
2019-03-17Fix aio_poll() racesAl Viro1-50/+40
2019-03-17aio: store event at final iocb_put()Al Viro1-16/+17
2019-03-17aio: keep io_event in aio_kiocbAl Viro1-18/+13
2019-03-17aio: fold lookup_kiocb() into its sole callerAl Viro1-22/+7
2019-03-17pin iocb through aio.Linus Torvalds1-16/+21
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds5-30/+53
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+9
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2019-03-16Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+5
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro1-3/+5
2019-03-15Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-349/+957
2019-03-15io_uring: fix poll racesJens Axboe1-55/+56
2019-03-15Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-30/+25
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-175/+358
2019-03-15io_uring: fix fget/fput handlingJens Axboe1-133/+97
2019-03-14io_uring: add prepped flagJens Axboe1-5/+6
2019-03-14io_uring: make io_read/write return an integerJens Axboe1-10/+9
2019-03-15ext4: report real fs size after failed resizeLukas Czerner1-1/+5
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-03-14io_uring: use regular request ref countsJens Axboe1-19/+35
2019-03-14ext4: remove useless ext4_pin_inode()Jason Yan1-30/+0
2019-03-14ext4: avoid panic during forced rebootJan Kara1-3/+13
2019-03-14ext4: fix data corruption caused by unaligned direct AIOLukas Czerner1-1/+1
2019-03-14ext4: fix NULL pointer dereference while journal is abortedJiufei Xue1-1/+1
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel1-1/+13
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg1-16/+46
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg1-2/+12
2019-03-14smb2: fix typo in definition of a few error flagsSteve French1-3/+3
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel4-104/+239
2019-03-14cifs: minor documentation updatesSteve French1-0/+1
2019-03-14cifs: remove unused value pointed out by CoveritySteve French1-4/+0
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2-7/+22
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2-0/+38
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg3-19/+68
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2-57/+80
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsSteve French2-4/+185