summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-06-20ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan1-2/+15
2019-05-02binfmt_elf: switch to new creds when switching to new mmLinus Torvalds1-1/+1
2019-05-02binfmt_elf: Fix missing SIGKILL for empty PIEBen Hutchings1-0/+1
2019-05-02coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-1/+21
2019-05-02ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng1-1/+2
2019-05-02fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2019-05-02CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky1-1/+1
2019-05-02CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky1-2/+2
2019-05-02debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman1-0/+7
2019-05-02fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-05-02fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2019-05-02fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2019-05-02cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6
2019-05-02CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky1-1/+1
2019-04-04CIFS: Enable encryption during session setup phasePavel Shilovsky2-19/+11
2019-04-04Revert "cifs: empty TargetInfo leads to crash on recovery"Ben Hutchings1-3/+0
2019-04-04ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o1-1/+1
2019-04-04ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o1-1/+1
2019-04-04ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2019-04-04ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o1-3/+3
2019-04-04ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov3-8/+16
2019-04-04ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o1-1/+2
2019-04-04CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin1-2/+2
2019-04-04ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o1-2/+4
2019-04-04ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+11
2019-04-04ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o7-38/+61
2019-04-04ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o1-1/+1
2019-04-04Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana3-0/+39
2019-04-04Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana1-0/+29
2019-04-04Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2-9/+14
2019-04-04btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain1-0/+2
2019-04-04ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi1-1/+4
2019-04-04f2fs: read page index before freeingPan Bian1-1/+3
2019-04-04dlm: memory leaks on error path in dlm_user_request()Vasily Averin1-7/+7
2019-04-04dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin1-0/+2
2019-04-04dlm: possible memory leak on error path in create_lkb()Vasily Averin1-0/+1
2019-04-04dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin1-1/+1
2019-03-25xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-1/+20
2019-02-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2019-02-11fuse: cleanup fuse_file refcountingMiklos Szeredi3-11/+10
2019-02-11aio: fix spectre gadget in lookup_ioctxJeff Moyer1-0/+2
2019-02-11cifs: Fix separator when building path from dentryPaulo Alcantara1-1/+1
2019-02-11hfs: do not free node before usingPan Bian1-1/+2
2019-02-11ext2: fix potential use after freePan Bian1-1/+1
2019-02-11exportfs: do not read dentry after freePan Bian1-1/+1
2019-02-11btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2019-02-11Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana1-1/+2
2019-02-11exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2019-02-11Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2019-02-11btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1