Age | Commit message (Expand) | Author | Files | Lines |
2018-11-23 | exportfs: do not read dentry after free | Pan Bian | 1 | -1/+1 |
2018-11-23 | btrfs: relocation: set trans to be NULL after ending transaction | Pan Bian | 1 | -0/+1 |
2018-11-22 | flexfiles: use per-mirror specified stateid for IO | Tigran Mkrtchyan | 3 | -12/+32 |
2018-11-22 | NFSv4.2 copy do not allocate memory under the lock | Olga Kornievskaia | 2 | -20/+21 |
2018-11-22 | Btrfs: fix race between enabling quotas and subvolume creation | Filipe Manana | 1 | -1/+2 |
2018-11-21 | iomap: readpages doesn't zero page tail beyond EOF | Dave Chinner | 1 | -3/+8 |
2018-11-21 | vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP | Dave Chinner | 1 | -8/+7 |
2018-11-21 | iomap: dio data corruption and spurious errors when pipes fill | Dave Chinner | 1 | -3/+19 |
2018-11-21 | iomap: sub-block dio needs to zeroout beyond EOF | Dave Chinner | 1 | -1/+8 |
2018-11-21 | iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extents | Dave Chinner | 1 | -5/+6 |
2018-11-21 | xfs: delalloc -> unwritten COW fork allocation can go wrong | Dave Chinner | 1 | -1/+4 |
2018-11-21 | xfs: flush removing page cache in xfs_reflink_remap_prep | Dave Chinner | 3 | -5/+17 |
2018-11-21 | Btrfs: send, fix infinite loop due to directory rename dependencies | Robbie Ko | 1 | -3/+8 |
2018-11-20 | xfs: extent shifting doesn't fully invalidate page cache | Dave Chinner | 1 | -7/+1 |
2018-11-20 | xfs: finobt AG reserves don't consider last AG can be a runt | Dave Chinner | 1 | -4/+7 |
2018-11-20 | xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers | Dave Chinner | 1 | -7/+21 |
2018-11-20 | xfs: uncached buffer tracing needs to print bno | Dave Chinner | 1 | -1/+4 |
2018-11-19 | NFSv4: Fix a NFSv4 state manager deadlock | Trond Myklebust | 2 | -5/+13 |
2018-11-19 | xfs: make xfs_file_remap_range() static | Eric Biggers | 1 | -1/+1 |
2018-11-19 | xfs: fix shared extent data corruption due to missing cow reservation | Brian Foster | 1 | -0/+1 |
2018-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+10 |
2018-11-19 | dax: Avoid losing wakeup in dax_lock_mapping_entry | Matthew Wilcox | 1 | -0/+1 |
2018-11-19 | exec: make de_thread() freezable | Chanho Min | 1 | -2/+3 |
2018-11-19 | udf: Allow mounting volumes with incorrect identification strings | Jan Kara | 2 | -9/+21 |
2018-11-18 | exportfs: fix 'passing zero to ERR_PTR()' warning | YueHaibing | 1 | -0/+1 |
2018-11-18 | ocfs2: free up write context when direct IO failed | Wengang Wang | 2 | -2/+19 |
2018-11-18 | mm: don't reclaim inodes with many attached pages | Roman Gushchin | 1 | -2/+5 |
2018-11-17 | dax: Fix huge page faults | Matthew Wilcox | 1 | -8/+4 |
2018-11-17 | dax: Fix dax_unlock_mapping_entry for PMD pages | Matthew Wilcox | 1 | -9/+8 |
2018-11-17 | aio: fix failure to put the file pointer | Jens Axboe | 1 | -0/+1 |
2018-11-16 | dax: Reinstate RCU protection of inode | Matthew Wilcox | 1 | -3/+19 |
2018-11-16 | dax: Make sure the unlocking entry isn't locked | Matthew Wilcox | 1 | -0/+1 |
2018-11-16 | dax: Remove optimisation from dax_lock_mapping_entry | Matthew Wilcox | 1 | -5/+2 |
2018-11-16 | Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -7/+10 |
2018-11-16 | Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -28/+29 |
2018-11-16 | gfs2: Fix iomap buffer head reference counting bug | Andreas Gruenbacher | 1 | -23/+17 |
2018-11-16 | Merge tag 'fuse-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -5/+15 |
2018-11-15 | rxrpc: Fix life check | David Howells | 1 | -1/+10 |
2018-11-15 | Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -8/+17 |
2018-11-14 | Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -0/+3 |
2018-11-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -3/+3 |
2018-11-14 | Btrfs: ensure path name is null terminated at btrfs_control_ioctl | Filipe Manana | 1 | -0/+1 |
2018-11-13 | NFSv4: Fix an Oops during delegation callbacks | Trond Myklebust | 2 | -4/+11 |
2018-11-13 | Btrfs: fix rare chances for data loss when doing a fast fsync | Filipe Manana | 1 | -0/+24 |
2018-11-13 | btrfs: Always try all copies when reading extent buffers | Nikolay Borisov | 1 | -10/+1 |
2018-11-12 | NFSv4: Ensure that the state manager exits the loop on SIGKILL | Trond Myklebust | 1 | -1/+1 |
2018-11-12 | NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING | Trond Myklebust | 1 | -3/+5 |
2018-11-12 | mnt: fix __detach_mounts infinite loop | Benjamin Coddington | 1 | -3/+3 |
2018-11-11 | Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -57/+107 |
2018-11-11 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -31/+51 |