summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-08-13mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko
2019-08-13proc: meminfo: estimate available memory more conservativelyJohannes Weiner
2019-08-13ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro
2019-08-13fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing
2019-08-13cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson
2019-08-13ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton
2019-08-13CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2019-08-13cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg
2019-08-13btrfs: correctly validate compression typeJohannes Thumshirn
2019-08-13btrfs: prop: fix vanished compression property after failed setAnand Jain
2019-08-13fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-08-13afs: Fix StoreData op marshallingDavid Howells
2019-08-13NFS: fix mount/umount race in nlmclnt.NeilBrown
2019-08-13udf: Fix crash on IO error during truncateJan Kara
2019-08-13ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-08-13ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2019-07-09fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-07-09fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-07-09CIFS: Fix read after write for files with read cachingPavel Shilovsky
2019-07-09nfsd: fix memory corruption caused by readdirNeilBrown
2019-07-09CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-07-099p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao
2019-07-09NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust
2019-07-09Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana
2019-07-09btrfs: init csum_list before possible freeDan Robertson
2019-07-09fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman
2019-07-09ext4: fix crash during online resizingJan Kara
2019-07-09ext4: add mask of ext4 flags to swapyangerkun
2019-07-09ext4: update quota information while swapping boot loader inodeyangerkun
2019-07-09ext4: fix check of inode in swap_inode_boot_loaderyangerkun
2019-07-09jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)
2019-07-09splice: don't merge into linked buffersJann Horn
2019-07-09ext2: Fix underflow in ext2_max_size()Jan Kara
2019-06-20ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan
2019-05-02binfmt_elf: switch to new creds when switching to new mmLinus Torvalds
2019-05-02binfmt_elf: Fix missing SIGKILL for empty PIEBen Hutchings
2019-05-02coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-05-02ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng
2019-05-02fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2019-05-02CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-05-02CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-05-02debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman
2019-05-02fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-05-02fuse: call pipe_buf_release() under pipe lockJann Horn
2019-05-02fuse: handle zero sized retrieve correctlyMiklos Szeredi
2019-05-02cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-05-02CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky
2019-04-04CIFS: Enable encryption during session setup phasePavel Shilovsky
2019-04-04Revert "cifs: empty TargetInfo leads to crash on recovery"Ben Hutchings
2019-04-04ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o