summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-271-0/+1
* configfs: fix config_item refcnt leak in configfs_rmdir()Xiyu Yang2020-05-271-0/+1
* afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2020-05-272-8/+8
* ubifs: remove broken lazytime supportChristoph Hellwig2020-05-271-5/+1
* fix multiplication overflow in copy_fdtable()Al Viro2020-05-271-1/+1
* ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2020-05-272-24/+6
* fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein2020-05-201-4/+7
* exec: Move would_dump into flush_old_execEric W. Biederman2020-05-201-2/+2
* cifs: fix leaked reference on requeued writeAdam McCoy2020-05-201-1/+1
* NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia2020-05-201-1/+2
* nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields2020-05-201-1/+1
* NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-201-18/+16
* nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-05-203-11/+21
* NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-201-1/+2
* gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher2020-05-201-7/+12
* gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher2020-05-201-7/+9
* fanotify: merge duplicate events on parent and childAmir Goldstein2020-05-141-1/+6
* fsnotify: replace inode pointer with an object idAmir Goldstein2020-05-143-5/+5
* coredump: fix crash when umh is disabledLuis Chamberlain2020-05-141-0/+8
* ceph: demote quotarealm lookup warning to a debug messageLuis Henriques2020-05-141-2/+2
* ceph: fix endianness bug when handling MDS session feature bitsJeff Layton2020-05-141-5/+3
* eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov2020-05-141-9/+9
* epoll: atomically remove wait entry on wake upRoman Penyaev2020-05-141-19/+24
* cifs: do not share tcons with DFSPaulo Alcantara2020-05-101-0/+4
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher2020-05-061-7/+15
* Fix use after free in get_tree_bdev()David Howells2020-05-061-1/+1
* dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro2020-05-061-15/+12
* btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo2020-05-061-2/+11
* btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana2020-05-061-3/+40
* btrfs: fix block group leak when removing failsXiyu Yang2020-05-061-6/+10
* btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang2020-05-061-0/+1
* NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia2020-05-061-0/+8
* ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani2020-05-021-1/+2
* ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o2020-05-021-2/+4
* ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o2020-05-021-1/+1
* ext4: use matching invalidatepage in ext4_writepageyangerkun2020-05-021-1/+1
* xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong2020-05-021-0/+1
* afs: Fix length of dump of bad YFSFetchStatus recordDavid Howells2020-05-021-3/+3
* xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers2020-05-021-1/+3
* xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2020-05-022-1/+14
* nfsd: memory corruption in nfsd4_lock()Vasily Averin2020-05-021-0/+2
* propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro2020-05-021-5/+4
* afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCHDavid Howells2020-05-021-1/+1
* afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriateDavid Howells2020-05-024-12/+11
* ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger2020-05-021-2/+2
* cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara2020-04-291-0/+5
* SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-291-1/+3
* coredump: fix null pointer dereference on coredumpSudip Mukherjee2020-04-291-0/+2
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-291-2/+3