| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-27 | 3 | -16/+25 |
|\ |
|
| * | statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH | David Howells | 2017-04-27 | 1 | -7/+6 |
| * | Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2017-04-24 | 2 | -9/+19 |
| |\ |
|
| | * | ubifs: Fix O_TMPFILE corner case in ubifs_link() | Richard Weinberger | 2017-04-18 | 1 | -0/+7 |
| | * | ubifs: Fix RENAME_WHITEOUT support | Felix Fietkau | 2017-03-30 | 1 | -3/+0 |
| | * | ubifs: Fix debug messages for an invalid filename in ubifs_dump_inode | Hyunchul Lee | 2017-03-30 | 1 | -2/+4 |
| | * | ubifs: Fix debug messages for an invalid filename in ubifs_dump_node | Hyunchul Lee | 2017-03-30 | 1 | -1/+3 |
| | * | ubifs: Remove filename from debug messages in ubifs_readdir | Hyunchul Lee | 2017-03-30 | 1 | -2/+2 |
| | * | ubifs: Fix memory leak in error path in ubifs_mknod | Richard Weinberger | 2017-03-30 | 1 | -1/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-22 | 3 | -1/+12 |
|\| | |
|
| * | | Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-04-22 | 1 | -1/+1 |
| |\ \ |
|
| | * | | nfsd: fix oops on unsupported operation | Olga Kornievskaia | 2017-04-13 | 1 | -1/+1 |
| * | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-04-20 | 1 | -0/+10 |
| |\ \ \ |
|
| | * | | | cifs: Do not send echoes before Negotiate is complete | Sachin Prabhu | 2017-04-17 | 1 | -0/+10 |
| * | | | | nsfs: mark dentry with DCACHE_RCUACCESS | Cong Wang | 2017-04-20 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-20 | 4 | -9/+27 |
|\| | | |
|
| * | | | orangefs: free superblock when mount fails | Martin Brandenburg | 2017-04-15 | 3 | -9/+24 |
| * | | | vfs: don't do RCU lookup of empty pathnames | Linus Torvalds | 2017-04-15 | 1 | -0/+3 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-16 | 37 | -237/+523 |
|\| | | |
|
| * | | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-04-15 | 3 | -13/+14 |
| |\ \ \ |
|
| | * | | | Btrfs: fix potential use-after-free for cloned bio | Liu Bo | 2017-04-11 | 1 | -1/+1 |
| | * | | | Btrfs: fix segmentation fault when doing dio read | Liu Bo | 2017-04-11 | 1 | -2/+6 |
| | * | | | Btrfs: fix invalid dereference in btrfs_retry_endio | Liu Bo | 2017-04-11 | 1 | -10/+4 |
| | * | | | btrfs: drop the nossd flag when remounting with -o ssd | Adam Borowski | 2017-04-11 | 1 | -0/+3 |
| * | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-04-15 | 7 | -22/+29 |
| |\ \ \ \ |
|
| | * | | | | CIFS: Fix SMB3 mount without specifying a security mechanism | Pavel Shilovsky | 2017-04-13 | 1 | -1/+3 |
| | * | | | | CIFS: store results of cifs_reopen_file to avoid infinite wait | Germano Percossi | 2017-04-11 | 1 | -3/+3 |
| | * | | | | CIFS: remove bad_network_name flag | Germano Percossi | 2017-04-11 | 2 | -6/+0 |
| | * | | | | CIFS: reconnect thread reschedule itself | Germano Percossi | 2017-04-11 | 1 | -1/+9 |
| | * | | | | CIFS: handle guest access errors to Windows shares | Mark Syms | 2017-04-11 | 1 | -0/+3 |
| | * | | | | CIFS: Fix null pointer deref during read resp processing | Pavel Shilovsky | 2017-04-11 | 3 | -11/+11 |
| * | | | | | hugetlbfs: fix offset overflow in hugetlbfs mmap | Mike Kravetz | 2017-04-14 | 1 | -3/+12 |
| * | | | | | thp: fix MADV_DONTNEED vs clear soft dirty race | Kirill A. Shutemov | 2017-04-14 | 1 | -1/+8 |
| |/ / / / |
|
| * | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-04-09 | 13 | -90/+268 |
| |\ \ \ \ |
|
| | * | | | | Reset TreeId to zero on SMB2 TREE_CONNECT | Jan-Marek Glogowski | 2017-04-07 | 1 | -0/+4 |
| | * | | | | CIFS: Fix build failure with smb2 | Tobias Regnery | 2017-04-07 | 1 | -0/+1 |
| | * | | | | Introduce cifs_copy_file_range() | Sachin Prabhu | 2017-04-07 | 5 | -68/+110 |
| | * | | | | SMB3: Rename clone_range to copychunk_range | Sachin Prabhu | 2017-04-07 | 3 | -15/+16 |
| | * | | | | Handle mismatched open calls | Sachin Prabhu | 2017-04-07 | 9 | -13/+143 |
| * | | | | | Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-04-09 | 1 | -2/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | sysfs: be careful of error returns from ops->show() | NeilBrown | 2017-04-08 | 1 | -2/+4 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-04-09 | 7 | -50/+99 |
| |\ \ \ \ \ |
|
| | * | | | | | statx: Include a mask for stx_attributes in struct statx | David Howells | 2017-04-03 | 2 | -0/+7 |
| | * | | | | | statx: Reserve the top bit of the mask for future struct expansion | David Howells | 2017-04-03 | 1 | -0/+2 |
| | * | | | | | xfs: report crtime and attribute flags to statx | Darrick J. Wong | 2017-04-03 | 1 | -0/+14 |
| | * | | | | | ext4: Add statx support | David Howells | 2017-04-03 | 5 | -4/+39 |
| | * | | | | | statx: optimize copy of struct statx to userspace | Eric Biggers | 2017-04-03 | 1 | -42/+32 |
| | * | | | | | statx: remove incorrect part of vfs_statx() comment | Eric Biggers | 2017-04-03 | 1 | -3/+0 |
| | * | | | | | statx: reject unknown flags when using NULL path | Eric Biggers | 2017-04-03 | 1 | -1/+5 |
| * | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-04-08 | 2 | -14/+23 |
| |\ \ \ \ \ \ |
|