summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-17hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-17ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-17fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-17ext4: fix a data race at inode->i_blocksQian Cai1-1/+1
2020-04-17NFS: Fix a few constant_table array definitionsScott Mayhew1-1/+4
2020-04-17NFS: finish_automount() requires us to hold 2 refs to the mount recordTrond Myklebust1-5/+7
2020-04-17NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust1-0/+1
2020-04-17NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust1-24/+24
2020-04-17nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields1-0/+1
2020-04-17io_uring: honor original task RLIMIT_FSIZEJens Axboe1-0/+13
2020-04-17btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-04-17btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-04-17btrfs: unset reloc control if we fail to recoverJosef Bacik1-5/+5
2020-04-17btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana1-0/+10
2020-04-17btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-04-17btrfs: set update the uuid generation as soon as possibleJosef Bacik1-2/+12
2020-04-17btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik1-3/+3
2020-04-17Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+22
2020-04-17btrfs: fix btrfs_calc_reclaim_metadata_size calculationJosef Bacik1-9/+34
2020-04-17btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo1-1/+34
2020-04-17CIFS: check new file size when extending file by fallocateMurphy Zhou1-0/+4
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: fix ctx refcounting in io_submit_sqes()Pavel Begunkov1-1/+0
2020-04-17io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe1-7/+0
2020-04-17io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe1-0/+2
2020-04-17erofs: correct the remaining shrink objectsGao Xiang1-1/+1
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-13io-uring: drop completion when removing fileHillf Danton1-8/+5
2020-04-01libfs: fix infoleak in simple_attr_read()Eric Biggers1-3/+5
2020-03-27afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-03-27Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+12
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-68/+32
2020-03-25Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+21
2020-03-25zonfs: Fix handling of read-only zonesDamien Le Moal1-7/+21
2020-03-23ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques1-0/+1
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+6
2020-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2020-03-22epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev1-4/+4
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+22