aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg5-163/+204
2019-09-16cifs: use existing handle for compound_op(OP_SET_INFO) when possibleRonnie Sahlberg1-9/+26
2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg4-27/+106
2019-09-16cifs: remove set but not used variablesYueHaibing1-7/+0
2019-09-16smb3: Incorrect size for netname negotiate contextSteve French1-2/+1
2019-09-16cifs: remove unused variablezhengbin2-4/+0
2019-09-16cifs: remove redundant assignment to variable rcColin Ian King1-1/+1
2019-09-16smb3: add missing flag definitionsSteve French1-0/+2
2019-09-16cifs: add passthrough for smb2 setinfoRonnie Sahlberg2-4/+26
2019-09-16cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg2-18/+44
2019-09-16cifs: allow chmod to set mode bits using special sidSteve French2-7/+41
2019-09-16cifs: get mode bits from special sid on statSteve French3-13/+38
2019-09-16fs: cifs: cifsssmb: remove redundant assignment to variable retColin Ian King1-1/+1
2019-09-16cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg1-1/+1
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds1-3/+0
2019-09-14io_uring: increase IORING_MAX_ENTRIES to 32KDaniel Xu1-1/+1
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-17/+34
2019-09-12vfs: Make fs_parse() handle fs_param_is_fd-type params betterDavid Howells1-2/+16
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-41/+58
2019-09-12io_uring: make sqpoll wakeup possible with geteventsJens Axboe1-6/+2
2019-09-12io_uring: extend async work mergingJens Axboe1-8/+28
2019-09-12orangefs: remove redundant assignment to errColin Ian King1-1/+1
2019-09-12orangefs: Add octal zero prefixArtur Świgoń1-1/+1
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana1-9/+26
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-8/+8
2019-09-11ovl: filter of trusted xattr results in auditMark Salyzyn1-1/+2
2019-09-11ovl: Fix dereferencing possible ERR_PTR()Ding Xiang1-2/+1
2019-09-11configfs: calculate the symlink target only onceAl Viro4-171/+73
2019-09-11configfs: make configfs_create() return inodeAl Viro3-59/+39
2019-09-11configfs: factor dirent removal into helpersChristoph Hellwig1-30/+33
2019-09-11configfs: fix a deadlock in configfs_symlink()Al Viro1-1/+32
2019-09-10io_uring: limit parallelism of buffered writesJens Axboe1-8/+39
2019-09-10io_uring: add io_queue_async_work() helperJens Axboe1-5/+11
2019-09-10io_uring: optimize submit_and_wait APIJens Axboe1-17/+46
2019-09-09io_uring: add support for link with drainJackie Liu1-17/+97
2019-09-09io_uring: fix wrong sequence setting logicJackie Liu1-1/+3
2019-09-09btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov1-0/+1
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_atomicNikolay Borisov1-6/+3
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2-18/+24
2019-09-09btrfs: add enospc debug messages for ticket failureJosef Bacik1-7/+25
2019-09-09btrfs: do not account global reserve in can_overcommitJosef Bacik1-18/+1
2019-09-09btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik1-0/+1
2019-09-09btrfs: always reserve our entire size for the global reserveJosef Bacik1-9/+4
2019-09-09btrfs: change the minimum global reserve sizeJosef Bacik1-1/+21
2019-09-09btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik3-4/+5
2019-09-09btrfs: remove orig_bytes from reserve_ticketJosef Bacik2-9/+0
2019-09-09btrfs: fix may_commit_transaction to deal with no partial fillingJosef Bacik1-0/+12
2019-09-09btrfs: rework wake_all_ticketsJosef Bacik1-7/+49
2019-09-09btrfs: refactor the ticket wakeup codeJosef Bacik3-58/+20
2019-09-09btrfs: stop partially refilling tickets when releasing spaceJosef Bacik1-27/+16