summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* libfs: fix infoleak in simple_attr_read()Eric Biggers2020-04-011-3/+5
* afs: Fix unpinned address list during probingDavid Howells2020-04-011-0/+2
* afs: Fix some tracing detailsDavid Howells2020-04-011-2/+2
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-04-011-32/+2
* afs: Fix handling of an abort from a service handlerDavid Howells2020-04-013-33/+26
* ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques2020-04-011-0/+1
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-04-011-3/+11
* nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-04-013-1/+3
* futex: Fix inode life-time issuePeter Zijlstra2020-03-251-0/+1
* epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev2020-03-251-4/+4
* btrfs: fix log context list corruption after rename whiteout errorFilipe Manana2020-03-251-0/+4
* CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou2020-03-251-1/+1
* cifs: add missing mount option to /proc/mountsSteve French2020-03-251-0/+2
* cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)2020-03-251-0/+2
* locks: reinstate locks_delete_block optimizationLinus Torvalds2020-03-252-7/+50
* locks: fix a potential use-after-free problem when wakeup a waiteryangerkun2020-03-251-14/+0
* jbd2: fix data races at struct journal_headQian Cai2020-03-211-4/+4
* fscrypt: don't evict dirty inodes after removing keyEric Biggers2020-03-181-0/+9
* fuse: fix stack use after returnMiklos Szeredi2020-03-182-3/+5
* gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro2020-03-181-1/+1
* cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-182-4/+0
* btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval2020-03-121-1/+3
* fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi2020-03-121-12/+7
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-03-129-17/+33
* cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg2020-03-121-1/+5
* xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-03-053-2/+9
* ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven2020-03-051-2/+2
* f2fs: fix to add swap extent correctlyChao Yu2020-03-051-7/+25
* namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai2020-03-051-1/+1
* io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe2020-03-051-0/+5
* ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-03-051-3/+3
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-03-053-4/+4
* ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li2020-03-051-6/+11
* NFSv4: Fix races between open and dentry revalidationTrond Myklebust2020-03-052-3/+16
* dax: pass NOWAIT flag to iomap_applyJeff Moyer2020-03-051-0/+3
* io_uring: grab ->fs as part of async offloadJens Axboe2020-03-051-0/+46
* io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella2020-02-281-10/+10
* io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang2020-02-281-18/+9
* ecryptfs: replace BUG_ON with error handling codeAditya Pakki2020-02-281-2/+4
* Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-281-5/+5
* btrfs: don't set path->leave_spinning for truncateJosef Bacik2020-02-281-2/+0
* Btrfs: fix race between shrinking truncate and fiemapFilipe Manana2020-02-281-0/+8
* Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-281-1/+6
* btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-281-1/+0
* btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-281-0/+1
* btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-281-3/+13
* btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-284-0/+17
* ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-282-9/+23
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-283-11/+11
* ext4: fix mount failure with quota configured as moduleJan Kara2020-02-281-1/+1