summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-01SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-01SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataPaul Aurich
2020-07-01block: remove the all_bdevs listChristoph Hellwig
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig
2020-07-01block: simplify set_init_blocksizeChristoph Hellwig
2020-07-01fs: remove a weird comment in submit_bh_wbcChristoph Hellwig
2020-06-30Merge tag 'exfat-for-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-30io_uring: use signal based task_work runningJens Axboe
2020-06-30io_uring: fix missing ->mm on exitPavel Begunkov
2020-06-30io_uring: optimise io_req_find_next() fast checkPavel Begunkov
2020-06-30io_uring: simplify io_async_task_func()Pavel Begunkov
2020-06-30io_uring: fix NULL mm in io_poll_task_func()Pavel Begunkov
2020-06-30io_uring: don't fail iopoll requeue without ->mmPavel Begunkov
2020-06-30io_uring: clean up io_kill_linked_timeout() lockingJens Axboe
2020-06-30io_uring: do grab_env() just before puntingPavel Begunkov
2020-06-30io_uring: factor out grab_env() from defer_prep()Pavel Begunkov
2020-06-30io_uring: do init work in grab_env()Pavel Begunkov
2020-06-30io_uring: don't pass def into io_req_work_grab_envPavel Begunkov
2020-06-30io_uring: fix potential use after free on fallback request freePavel Begunkov
2020-06-30io_uring: kill REQ_F_TIMEOUT_NOSEQPavel Begunkov
2020-06-30io_uring: kill REQ_F_TIMEOUTPavel Begunkov
2020-06-30io_uring: replace find_next() out param with retPavel Begunkov
2020-06-30io_uring: deduplicate freeing linked timeoutsPavel Begunkov
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher
2020-06-29fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-06-29nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields
2020-06-29Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Mel Gorman
2020-06-29io_uring: fix missing wake_up io_rw_reissue()Pavel Begunkov
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo
2020-06-29exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon
2020-06-29exfat: call sync_filesystem for read-only remountHyunchul Lee
2020-06-29exfat: add missing brelse() calls on error pathsDan Carpenter
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-28io_uring: fix iopoll -EAGAIN handlingPavel Begunkov
2020-06-28io_uring: do task_work_run() during iopollPavel Begunkov
2020-06-28io_uring: clean up req->result setting by rwPavel Begunkov
2020-06-28io_uring: kill REQ_F_LINK_NEXTPavel Begunkov
2020-06-28io_uring: cosmetic changes for batch freePavel Begunkov
2020-06-28io_uring: batch-free linked requests as wellPavel Begunkov
2020-06-28io_uring: dismantle req early and remove need_iterPavel Begunkov
2020-06-28io_uring: remove inflight batching in free_many()Pavel Begunkov