summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-07-091-1/+3
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-07-092-2/+21
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-07-091-5/+7
* nfsd: fix memory corruption caused by readdirNeilBrown2019-07-092-2/+15
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-07-092-5/+25
* 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-07-095-30/+53
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-07-091-7/+8
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-07-091-2/+2
* btrfs: init csum_list before possible freeDan Robertson2019-07-091-1/+1
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman2019-07-091-1/+1
* ext4: fix crash during online resizingJan Kara2019-07-091-1/+2
* ext4: add mask of ext4 flags to swapyangerkun2019-07-092-1/+8
* ext4: update quota information while swapping boot loader inodeyangerkun2019-07-091-14/+42
* ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-07-091-9/+13
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-07-091-5/+12
* splice: don't merge into linked buffersJann Horn2019-07-092-0/+18
* ext2: Fix underflow in ext2_max_size()Jan Kara2019-07-091-14/+25
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-06-201-2/+15
* binfmt_elf: switch to new creds when switching to new mmLinus Torvalds2019-05-021-1/+1
* binfmt_elf: Fix missing SIGKILL for empty PIEBen Hutchings2019-05-021-0/+1
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-05-021-1/+21
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-05-021-1/+2
* fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-05-021-5/+1
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-05-021-1/+1
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-05-021-2/+2
* debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman2019-05-021-0/+7
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-05-021-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-05-021-0/+2
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-05-021-1/+1
* cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-05-022-6/+6
* CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-05-021-1/+1
* CIFS: Enable encryption during session setup phasePavel Shilovsky2019-04-042-19/+11
* Revert "cifs: empty TargetInfo leads to crash on recovery"Ben Hutchings2019-04-041-3/+0
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-04-041-1/+1
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-04-041-1/+1
* ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2019-04-041-1/+0
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2019-04-041-3/+3
* ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov2019-04-043-8/+16
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-04-041-1/+2
* CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2019-04-041-2/+2
* ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2019-04-041-2/+4
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-04-041-0/+11
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2019-04-047-38/+61
* ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o2019-04-041-1/+1
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2019-04-043-0/+39
* Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana2019-04-041-0/+29
* Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2019-04-042-9/+14
* btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain2019-04-041-0/+2
* ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2019-04-041-1/+4
* f2fs: read page index before freeingPan Bian2019-04-041-1/+3