summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-311-8/+2
* btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-311-0/+8
* btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-311-0/+1
* SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-312-10/+4
* fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-221-1/+11
* btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-221-16/+24
* cifs: update ctime and mtime during truncateZhang Xiaoxu2020-07-221-0/+9
* cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-091-2/+8
* SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-091-0/+2
* SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-091-0/+1
* btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-07-091-1/+18
* btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain2020-07-091-9/+8
* btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana2020-07-091-10/+9
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-06-301-0/+16
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-302-4/+10
* pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust2020-06-301-4/+7
* ocfs2: fix panic on nfs server over ocfs2Junxiao Bi2020-06-301-3/+6
* ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi2020-06-301-1/+1
* ocfs2: load global_inode_allocJunxiao Bi2020-06-301-1/+1
* cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-301-0/+6
* cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-301-0/+6
* media: dvb_frontend: Add compat_ioctl callbackJaedon Shin2020-06-301-17/+0
* ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-301-1/+1
* block: Fix use-after-free in blkdev_get()Jason Yan2020-06-301-5/+7
* gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-301-1/+1
* NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia2020-06-301-1/+1
* dlm: remove BUG() before panic()Arnd Bergmann2020-06-301-1/+0
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-06-301-0/+2
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-06-201-3/+3
* ext4: fix race between ext4_sync_parent() and rename()Eric Biggers2020-06-201-15/+13
* ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar2020-06-201-3/+6
* btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-06-201-0/+67
* 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
* gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2020-06-032-3/+3
* Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-271-3/+0
* 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
* 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