summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix memory corruption caused by readdirNeilBrown2019-03-232-2/+15
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-03-231-4/+4
* NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-03-231-1/+1
* NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-03-231-1/+0
* NFS: Fix I/O request leakagesTrond Myklebust2019-03-231-5/+21
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-03-231-8/+8
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-03-231-5/+12
* ext2: Fix underflow in ext2_max_size()Jan Kara2019-03-231-14/+25
* ext4: fix crash during online resizingJan Kara2019-03-231-1/+2
* ext4: add mask of ext4 flags to swapyangerkun2019-03-232-1/+8
* ext4: update quota information while swapping boot loader inodeyangerkun2019-03-231-13/+43
* ext4: cleanup pagecache before swap i_datayangerkun2019-03-231-4/+12
* ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-03-231-9/+13
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-03-231-2/+2
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-03-231-2/+2
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-03-231-0/+9
* Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana2019-03-231-0/+8
* ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal2019-03-233-22/+63
* ovl: During copy up, first copy up data and then xattrsVivek Goyal2019-03-231-13/+18
* splice: don't merge into linked buffersJann Horn2019-03-232-0/+18
* fs/devpts: always delete dcache dentry-s in dput()Varad Gautam2019-03-231-0/+1
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-03-231-5/+7
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-234-3/+49
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-232-6/+26
* fix cgroup_do_mount() handling of failure exitsAl Viro2019-03-231-2/+6
* keys: Fix dependency loop between construction record and auth keyDavid Howells2019-03-231-14/+17
* NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington2019-03-231-5/+6
* 9p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao2019-03-235-30/+53
* f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim2019-03-191-5/+7
* cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2019-03-131-6/+10
* gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-131-1/+1
* fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-03-131-9/+10
* autofs: fix error return in autofs_fill_super()Ian Kent2019-03-131-1/+3
* autofs: drop dentry reference only when it is never usedPan Bian2019-03-131-1/+2
* fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara2019-03-131-1/+7
* proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-03-133-1/+24
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-03-131-2/+2
* nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-03-131-0/+5
* iomap: fix a use after free in iomap_dio_rwChristoph Hellwig2019-03-131-7/+21
* iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski2019-03-131-0/+9
* exec: Fix mem leak in kernel_read_fileYueHaibing2019-03-101-1/+1
* aio: Fix locking in aio_poll()Bart Van Assche2019-03-101-3/+9
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-051-0/+12
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-03-051-2/+38
* direct-io: allow direct writes to empty inodesErnesto A. Fernández2019-03-051-2/+3
* afs: Fix key refcounting in file locking codeDavid Howells2019-02-272-2/+4
* afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-02-271-1/+0
* proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-271-1/+2
* mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-201-8/+14