| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: Always resolve hostname before reconnecting | Paulo Alcantara | 2019-02-06 | 1 | -0/+53 |
* | btrfs: On error always free subvol_name in btrfs_mount | Eric W. Biederman | 2019-02-06 | 1 | -0/+3 |
* | Btrfs: fix deadlock when allocating tree block during leaf/node split | Filipe Manana | 2019-02-06 | 1 | -28/+50 |
* | gfs2: Revert "Fix loop in gfs2_rbm_find" | Andreas Gruenbacher | 2019-02-06 | 1 | -1/+1 |
* | NFS: Fix up return value on fatal errors in nfs_page_async_flush() | Trond Myklebust | 2019-02-06 | 1 | -4/+5 |
* | fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() | Waiman Long | 2019-02-06 | 1 | -5/+1 |
* | CIFS: Do not consider -ENODATA as stat failure for reads | Pavel Shilovsky | 2019-02-06 | 1 | -1/+1 |
* | CIFS: Fix trace command logging for SMB2 reads and writes | Pavel Shilovsky | 2019-02-06 | 1 | -16/+30 |
* | CIFS: Do not count -ENODATA as failure for query directory | Pavel Shilovsky | 2019-02-06 | 1 | -2/+2 |
* | smb3: add credits we receive from oplock/break PDUs | Ronnie Sahlberg | 2019-01-31 | 1 | -0/+7 |
* | CIFS: Do not reconnect TCP session in add_credits() | Pavel Shilovsky | 2019-01-31 | 2 | -7/+46 |
* | CIFS: Fix credit calculation for encrypted reads with errors | Pavel Shilovsky | 2019-01-31 | 1 | -10/+14 |
* | CIFS: Fix credits calculations for reads with errors | Pavel Shilovsky | 2019-01-31 | 1 | -12/+23 |
* | CIFS: Fix possible hang during async MTU reads and writes | Pavel Shilovsky | 2019-01-31 | 1 | -3/+3 |
* | inotify: Fix fd refcount leak in inotify_add_watch(). | Tetsuo Handa | 2019-01-31 | 1 | -2/+4 |
* | ceph: clear inode pointer when snap realm gets dropped by its inode | Yan, Zheng | 2019-01-31 | 1 | -0/+2 |
* | userfaultfd: clear flag if remap event not enabled | Peter Xu | 2019-01-26 | 1 | -1/+9 |
* | ocfs2: fix panic due to unrecovered local alloc | Junxiao Bi | 2019-01-26 | 1 | -2/+7 |
* | iomap: don't search past page end in iomap_is_partially_uptodate | Eric Sandeen | 2019-01-26 | 1 | -2/+15 |
* | quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls. | Javier Barrio | 2019-01-26 | 1 | -1/+2 |
* | btrfs: improve error handling of btrfs_add_link | Johannes Thumshirn | 2019-01-26 | 1 | -1/+6 |
* | btrfs: fix use-after-free due to race between replace start and cancel | Anand Jain | 2019-01-26 | 1 | -22/+41 |
* | btrfs: alloc_chunk: fix more DUP stripe size handling | Hans van Kranenburg | 2019-01-26 | 1 | -9/+7 |
* | btrfs: volumes: Make sure there is no overlap of dev extents at mount time | Qu Wenruo | 2019-01-26 | 1 | -0/+14 |
* | pstore/ram: Do not treat empty buffers as valid | Joel Fernandes (Google) | 2019-01-26 | 1 | -0/+5 |
* | jffs2: Fix use of uninitialized delayed_work, lockdep breakage | Daniel Santos | 2019-01-26 | 1 | -1/+2 |
* | blockdev: Fix livelocks on loop device | Jan Kara | 2019-01-22 | 1 | -10/+18 |
* | pstore/ram: Avoid allocation and leak of platform data | Kees Cook | 2019-01-22 | 1 | -6/+3 |
* | btrfs: wait on ordered extents on abort cleanup | Josef Bacik | 2019-01-22 | 1 | -0/+8 |
* | Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io" | David Sterba | 2019-01-22 | 1 | -3/+0 |
* | Btrfs: use nofs context when initializing security xattrs to avoid deadlock | Filipe Manana | 2019-01-16 | 1 | -0/+8 |
* | Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation | Filipe Manana | 2019-01-16 | 1 | -4/+10 |
* | Btrfs: fix access to available allocation bits when starting balance | Filipe Manana | 2019-01-16 | 1 | -16/+23 |
* | ext4: fix special inode number checks in __ext4_iget() | Theodore Ts'o | 2019-01-16 | 1 | -1/+1 |
* | ext4: track writeback errors using the generic tracking infrastructure | Theodore Ts'o | 2019-01-16 | 1 | -0/+3 |
* | ext4: use ext4_write_inode() when fsyncing w/o a journal | Theodore Ts'o | 2019-01-16 | 1 | -4/+9 |
* | ext4: avoid kernel warning when writing the superblock to a dead device | Theodore Ts'o | 2019-01-16 | 1 | -1/+1 |
* | ext4: fix a potential fiemap/page fault deadlock w/ inline_data | Theodore Ts'o | 2019-01-16 | 1 | -3/+3 |
* | ext4: make sure enough credits are reserved for dioread_nolock writes | Theodore Ts'o | 2019-01-16 | 1 | -1/+2 |
* | cifs: Fix potential OOB access of lock element array | Ross Lagerwall | 2019-01-16 | 2 | -6/+6 |
* | CIFS: Fix credit computation for compounded requests | Pavel Shilovsky | 2019-01-16 | 1 | -18/+41 |
* | CIFS: Do not hide EINTR after sending network packets | Pavel Shilovsky | 2019-01-16 | 1 | -1/+1 |
* | CIFS: Do not set credits to 1 if the server didn't grant anything | Pavel Shilovsky | 2019-01-16 | 1 | -2/+0 |
* | CIFS: Fix adjustment of credits for MTU requests | Pavel Shilovsky | 2019-01-16 | 1 | -2/+6 |
* | Btrfs: fix deadlock when using free space tree due to block group creation | Filipe Manana | 2019-01-16 | 1 | -7/+9 |
* | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 2019-01-13 | 1 | -1/+0 |
* | nfsd4: zero-length WRITE should succeed | J. Bruce Fields | 2019-01-13 | 1 | -2/+0 |
* | lockd: Show pid of lockd for remote locks | Benjamin Coddington | 2019-01-13 | 3 | -5/+5 |
* | gfs2: Fix loop in gfs2_rbm_find | Andreas Gruenbacher | 2019-01-13 | 1 | -1/+1 |
* | gfs2: Get rid of potential double-freeing in gfs2_create_inode | Andreas Gruenbacher | 2019-01-13 | 1 | -9/+9 |