summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix BUG on corrupted inodeJan Kara2019-02-121-0/+6
* nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2019-02-121-0/+2
* f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-02-121-6/+8
* f2fs: fix race between write_checkpoint and write_beginSheng Yong2019-02-121-2/+10
* f2fs: move dir data flush to write checkpoint processYunlei He2019-02-121-0/+3
* dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson2019-02-121-0/+10
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-02-061-0/+3
* Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-02-061-28/+50
* gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-02-061-1/+1
* NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust2019-02-061-4/+5
* fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-02-061-5/+1Star
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-02-061-1/+1
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-02-061-16/+30
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-311-0/+7
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-312-7/+46
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-311-10/+14
* CIFS: Fix credits calculations for reads with errorsPavel Shilovsky2019-01-311-12/+23
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-311-3/+3
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-311-2/+4
* ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng2019-01-311-0/+2
* userfaultfd: clear flag if remap event not enabledPeter Xu2019-01-261-1/+9
* ocfs2: fix panic due to unrecovered local allocJunxiao Bi2019-01-261-2/+7
* iomap: don't search past page end in iomap_is_partially_uptodateEric Sandeen2019-01-261-2/+15
* quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.Javier Barrio2019-01-261-1/+2
* btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2019-01-261-1/+6
* btrfs: fix use-after-free due to race between replace start and cancelAnand Jain2019-01-261-22/+41
* btrfs: alloc_chunk: fix more DUP stripe size handlingHans van Kranenburg2019-01-261-9/+7Star
* btrfs: volumes: Make sure there is no overlap of dev extents at mount timeQu Wenruo2019-01-261-0/+14
* pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)2019-01-261-0/+5
* jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos2019-01-261-1/+2
* blockdev: Fix livelocks on loop deviceJan Kara2019-01-221-10/+18
* pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-221-6/+3Star
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-221-0/+8
* Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-221-3/+0Star
* Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2019-01-161-0/+8
* Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana2019-01-161-4/+10
* Btrfs: fix access to available allocation bits when starting balanceFilipe Manana2019-01-161-16/+23
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-01-161-1/+1
* ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2019-01-161-0/+3
* ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2019-01-161-4/+9
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-01-161-1/+1
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2019-01-161-3/+3
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-01-161-1/+2
* cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-162-6/+6
* CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-161-18/+41
* CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-161-1/+1
* CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-161-2/+0Star
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-161-2/+6