| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys | Ram Pai | 2018-05-09 | 1 | -5/+3 |
* | mm, powerpc, x86: introduce an additional vma bit for powerpc pkey | Ram Pai | 2018-05-09 | 1 | -0/+3 |
* | mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled | Ram Pai | 2018-05-09 | 1 | -2/+2 |
* | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-04-28 | 4 | -9/+18 |
|\ |
|
| * | ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs | Theodore Ts'o | 2018-04-26 | 1 | -0/+1 |
| * | ext4: fix bitmap position validation | Lukas Czerner | 2018-04-24 | 1 | -4/+5 |
| * | ext4: set h_journal if there is a failure starting a reserved handle | Theodore Ts'o | 2018-04-18 | 1 | -0/+1 |
| * | ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS | Eric Biggers | 2018-04-12 | 1 | -5/+11 |
* | | Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2018-04-28 | 7 | -54/+59 |
|\ \ |
|
| * | | cifs: smbd: Avoid allocating iov on the stack | Long Li | 2018-04-25 | 1 | -24/+12 |
| * | | cifs: smbd: Don't use RDMA read/write when signing is used | Long Li | 2018-04-25 | 3 | -6/+19 |
| * | | SMB311: Fix reconnect | Steve French | 2018-04-25 | 1 | -2/+2 |
| * | | SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon | Steve French | 2018-04-24 | 3 | -21/+22 |
| * | | CIFS: set *resp_buf_type to NO_BUFFER on error | Steve French | 2018-04-24 | 1 | -1/+4 |
* | | | ceph: check if mds create snaprealm when setting quota | Yan, Zheng | 2018-04-23 | 1 | -3/+25 |
|/ / |
|
* | | Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2018-04-22 | 5 | -9/+16 |
|\ \ |
|
| * | | CIFS: fix typo in cifs_dbg | Aurelien Aptel | 2018-04-20 | 1 | -1/+1 |
| * | | cifs: do not allow creating sockets except with SMB1 posix exensions | Steve French | 2018-04-20 | 1 | -4/+5 |
| * | | cifs: smbd: Dump SMB packet when configured | Long Li | 2018-04-20 | 1 | -1/+5 |
| * | | cifs: smbd: Check for iov length on sending the last iov | Long Li | 2018-04-18 | 1 | -0/+2 |
| * | | fs: cifs: Adding new return type vm_fault_t | Souptick Joarder | 2018-04-17 | 1 | -1/+1 |
| * | | cifs: smb2ops: Fix NULL check in smb2_query_symlink | Gustavo A. R. Silva | 2018-04-17 | 1 | -2/+2 |
* | | | Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-04-22 | 13 | -47/+199 |
|\ \ \ |
|
| * | | | btrfs: print-tree: debugging output enhancement | Qu Wenruo | 2018-04-20 | 2 | -11/+16 |
| * | | | btrfs: Fix race condition between delayed refs and blockgroup removal | Nikolay Borisov | 2018-04-20 | 3 | -10/+26 |
| * | | | btrfs: fix unaligned access in readdir | David Sterba | 2018-04-19 | 1 | -8/+12 |
| * | | | btrfs: Fix wrong btrfs_delalloc_release_extents parameter | Qu Wenruo | 2018-04-18 | 1 | -1/+1 |
| * | | | btrfs: delayed-inode: Remove wrong qgroup meta reservation calls | Qu Wenruo | 2018-04-18 | 1 | -4/+16 |
| * | | | btrfs: qgroup: Use independent and accurate per inode qgroup rsv | Qu Wenruo | 2018-04-18 | 2 | -11/+65 |
| * | | | btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT | Qu Wenruo | 2018-04-18 | 5 | -2/+63 |
* | | | | fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error | Tetsuo Handa | 2018-04-20 | 1 | -4/+4 |
* | | | | proc: fix /proc/loadavg regression | Alexey Dobriyan | 2018-04-20 | 1 | -1/+1 |
* | | | | proc: revalidate kernel thread inodes to root:root | Alexey Dobriyan | 2018-04-20 | 1 | -0/+6 |
* | | | | autofs: mount point create should honour passed in mode | Ian Kent | 2018-04-20 | 1 | -1/+1 |
* | | | | writeback: safer lock nesting | Greg Thelen | 2018-04-20 | 1 | -3/+4 |
* | | | | mm, pagemap: fix swap offset value for PMD migration entry | Huang Ying | 2018-04-20 | 1 | -1/+5 |
* | | | | vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion | David Howells | 2018-04-20 | 1 | -1/+1 |
* | | | | afs: Fix server record deletion | David Howells | 2018-04-20 | 1 | -1/+8 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-04-20 | 4 | -7/+12 |
|\ \ \ \ |
|
| * | | | | Don't leak MNT_INTERNAL away from internal mounts | Al Viro | 2018-04-19 | 1 | -1/+2 |
| * | | | | mm,vmscan: Allow preallocating memory for register_shrinker(). | Tetsuo Handa | 2018-04-16 | 1 | -5/+4 |
| * | | | | orangefs_kill_sb(): deal with allocation failures | Al Viro | 2018-04-15 | 1 | -0/+5 |
| * | | | | jffs2_kill_sb(): deal with failed allocations | Al Viro | 2018-04-15 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'ecryptfs-4.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-20 | 4 | -21/+46 |
|\ \ \ \ |
|
| * | | | | eCryptfs: don't pass up plaintext names when using filename encryption | Tyler Hicks | 2018-04-16 | 2 | -18/+44 |
| * | | | | ecryptfs: fix spelling mistake: "cadidate" -> "candidate" | Colin Ian King | 2018-03-29 | 1 | -1/+1 |
| * | | | | ecryptfs: lookup: Don't check if mount_crypt_stat is NULL | Guenter Roeck | 2018-03-29 | 1 | -2/+1 |
* | | | | | Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2018-04-20 | 7 | -39/+54 |
|\ \ \ \ \ |
|
| * | | | | | udf: Fix leak of UTF-16 surrogates into encoded strings | Jan Kara | 2018-04-18 | 1 | -0/+6 |
| * | | | | | fs: ext2: Adding new return type vm_fault_t | Souptick Joarder | 2018-04-16 | 1 | -2/+2 |