summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-291-1/+1
* block: Fix use-after-free in blkdev_get()Jason Yan2020-06-291-5/+7
* gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-291-1/+1
* dlm: remove BUG() before panic()Arnd Bergmann2020-06-291-1/+0
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-06-291-0/+2
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-06-201-3/+3
* btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-06-201-0/+67
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2020-06-203-0/+20
* ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar2020-06-201-3/+6
* btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-06-201-2/+4
* fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi2020-06-201-0/+6
* proc: Use new_inode not new_inode_pseudoEric W. Biederman2020-06-203-3/+3
* ovl: initialize error in ovl_copy_xattrYuxuan Shui2020-06-201-1/+1
* nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi2020-06-201-0/+2
* cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2020-06-201-0/+1
* fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko2020-06-031-1/+1
* cifs: Fix null pointer check in cifs_readSteve French2020-06-031-1/+1
* cachefiles: Fix race between read_waiter and read_copier involving op->to_doLei Xue2020-06-031-1/+1
* Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-271-3/+0
* ext4: lock the xattr block before checksuming itTheodore Ts'o2020-05-271-34/+32
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-271-0/+1
* fix multiplication overflow in copy_fdtable()Al Viro2020-05-271-1/+1
* exec: Move would_dump into flush_old_execEric W. Biederman2020-05-201-2/+2
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2020-05-201-4/+4
* cifs: Check for timeout on Negotiate stageSamuel Cabrero2020-05-203-1/+26
* chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe2020-05-201-0/+86
* ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo2020-05-201-0/+1
* binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook2020-05-201-1/+2
* binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2020-05-201-0/+11
* gfs2: fix flock panic issueJunxiao Bi2020-05-101-1/+4
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever2020-05-101-0/+4
* Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2020-05-101-1/+1
* btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina2020-05-101-1/+1
* nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher2020-05-051-7/+15
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2020-05-051-1/+1
* propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro2020-05-021-5/+4
* ext4: unsigned int compared against zeroColin Ian King2020-05-021-1/+2
* ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2020-05-021-0/+5
* ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2020-05-021-4/+8
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2020-05-022-0/+52
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2020-05-027-39/+61
* ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o2020-05-021-2/+4
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2020-05-021-3/+9
* fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk2020-05-021-1/+1
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-05-021-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-05-021-0/+5
* ext4: fix extent_status fragmentation for plain filesDmitry Monakhov2020-05-021-20/+27
* ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-04-241-2/+3
* NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-241-9/+8