summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-17btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo1-1/+34
2020-04-17CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin1-1/+1
2020-04-17smb3: fix performance regression with setting mtimeSteve French1-11/+12
2020-04-17signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-04-17pstore: pstore_ftrace_seq_next should increase position indexVasily Averin1-1/+4
2020-04-17io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe1-7/+0
2020-04-17btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-17btrfs: restart relocate_tree_blocks properlyJosef Bacik1-9/+2
2020-04-17btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-04-17btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo1-2/+9
2020-04-17gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-04-17gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson3-2/+28
2020-04-17pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu1-2/+2
2020-04-17debugfs: Check module state before warning in {full/open}_proxy_open()Taehee Yoo1-4/+14
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells1-1/+2
2020-04-13ceph: canonicalize server path in placeIlya Dryomov2-92/+28
2020-04-13ceph: remove the extra slashes in the server pathXiubo Li1-19/+101
2020-04-01libfs: fix infoleak in simple_attr_read()Eric Biggers1-3/+5
2020-04-01afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-04-01afs: Fix some tracing detailsDavid Howells1-2/+2
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells1-32/+2
2020-04-01afs: Fix handling of an abort from a service handlerDavid Howells3-33/+26
2020-04-01ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques1-0/+1
2020-04-01ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-04-01nfs: add minor version to nfs_server_key for fscacheScott Mayhew3-1/+3
2020-03-25futex: Fix inode life-time issuePeter Zijlstra1-0/+1
2020-03-25epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev1-4/+4
2020-03-25btrfs: fix log context list corruption after rename whiteout errorFilipe Manana1-0/+4
2020-03-25CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou1-1/+1
2020-03-25cifs: add missing mount option to /proc/mountsSteve French1-0/+2
2020-03-25cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)1-0/+2
2020-03-25locks: reinstate locks_delete_block optimizationLinus Torvalds2-7/+50
2020-03-25locks: fix a potential use-after-free problem when wakeup a waiteryangerkun1-14/+0
2020-03-21jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-03-18fscrypt: don't evict dirty inodes after removing keyEric Biggers1-0/+9
2020-03-18fuse: fix stack use after returnMiklos Szeredi2-3/+5
2020-03-18gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2020-03-18cifs_atomic_open(): fix double-put on late allocation failureAl Viro2-4/+0
2020-03-12btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval1-1/+3
2020-03-12fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi1-12/+7
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel9-17/+33
2020-03-12cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig3-2/+9
2020-03-05ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven1-2/+2
2020-03-05f2fs: fix to add swap extent correctlyChao Yu1-7/+25
2020-03-05namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai1-1/+1
2020-03-05io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe1-0/+5
2020-03-05ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-03-05ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li1-6/+11