summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-21Merge tag 'fixes_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-21Merge tag 'fsnotify_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-19fanotify: Allow copying of file handle to userspaceJan Kara
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-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-14io_uring: use regular request ref countsJens Axboe
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
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsSteve French
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French
2019-03-14cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg
2019-03-14smb3: add dynamic tracepoint for timeout waiting for creditsSteve French
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French
2019-03-14cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg
2019-03-14cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg
2019-03-14cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg
2019-03-14cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg
2019-03-14f2fs: set pin_file under CAP_SYS_ADMINJaegeuk Kim
2019-03-13Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nv...Linus Torvalds
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-12f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu
2019-03-12f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu
2019-03-12f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu