summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson
2020-05-08fanotify: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers
2020-05-08nfsd: use crypto_shash_tfm_digest()Eric Biggers
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Eric Biggers
2020-05-08fscrypt: use crypto_shash_tfm_digest()Eric Biggers
2020-05-07epoll: atomically remove wait entry on wake upRoman Penyaev
2020-05-07eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman
2020-05-07exec: Move most of setup_new_exec into flush_old_execEric W. Biederman
2020-05-07exec: In setup_new_exec cache current in the local variable meEric W. Biederman
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman
2020-05-07exec: Make unlocking exec_update_mutex explictEric W. Biederman
2020-05-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman
2020-05-07io_uring: don't use 'fd' for openat/openat2/statxJens Axboe
2020-05-07Merge tag 'configfs-for-5.7' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2020-05-07splice: move f_mode checks to do_{splice,tee}()Pavel Begunkov
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster
2020-05-07xfs: remove unused shutdown typesBrian Foster
2020-05-07xfs: random buffer write failure errortagBrian Foster
2020-05-07xfs: remove unused iflush stale parameterBrian Foster
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster
2020-05-07xfs: use delete helper for items expected to be in AILBrian Foster
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster
2020-05-07xfs: abort consistently on dquot flush failureBrian Foster
2020-05-07xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster
2020-05-07xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster
2020-05-07xfs: refactor ratelimited buffer error messages into helperBrian Foster
2020-05-07xfs: reset buffer write failure state on successful completionBrian Foster
2020-05-07xfs: remove unnecessary shutdown check from xfs_iflush()Brian Foster
2020-05-07xfs: simplify inode flush error handlingBrian Foster
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster
2020-05-07xfs: refactor failed buffer resubmission into xfsaildBrian Foster
2020-05-07ext4: remove unnecessary test_opt for DIOREAD_NOLOCKKaixu Xia
2020-05-07vboxsf: don't use the source name in the bdi nameChristoph Hellwig
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06eventfd: convert to f_op->read_iter()Jens Axboe
2020-05-06xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-05-06nfsd: handle repeated BIND_CONN_TO_SESSIONJ. Bruce Fields
2020-05-06nfsd4: add filename to states outputAchilles Gaikwad
2020-05-06nfsd4: stid display should preserve on-the-wire byte orderJ. Bruce Fields
2020-05-06nfsd4: common stateid-printing codeJ. Bruce Fields
2020-05-06gfs2: fix withdraw sequence deadlockBob Peterson
2020-05-06CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven
2020-05-05binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig
2020-05-05binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dumpChristoph Hellwig
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman