| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-07-11 | 15 | -179/+180 |
|\ |
|
| * | cifs: Clean up unused variables in smb2pdu.c | Christos Gkekas | 2017-07-09 | 1 | -28/+7 |
| * | [SMB3] Improve security, move default dialect to SMB3 from old CIFS | Steve French | 2017-07-08 | 1 | -3/+3 |
| * | [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred | Steve French | 2017-07-08 | 10 | -131/+39 |
| * | CIFS: Reconnect expired SMB sessions | Pavel Shilovsky | 2017-07-08 | 4 | -0/+39 |
| * | CIFS: Display SMB2 error codes in the hex format | Pavel Shilovsky | 2017-07-08 | 1 | -2/+2 |
| * | cifs: Use smb 2 - 3 and cifsacl mount options setacl function | Shirish Pargaonkar | 2017-07-08 | 1 | -3/+60 |
| * | cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa... | Shirish Pargaonkar | 2017-07-08 | 2 | -12/+30 |
* | | Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-07-11 | 10 | -55/+201 |
|\ \ |
|
| * | | ceph: update ceph_dentry_info::lease_session when necessary | Yan, Zheng | 2017-07-07 | 1 | -2/+7 |
| * | | ceph: new mount option that specifies fscache uniquifier | Yan, Zheng | 2017-07-07 | 3 | -21/+113 |
| * | | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() | Yan, Zheng | 2017-07-07 | 1 | -2/+9 |
| * | | ceph: avoid invalid memory dereference in the middle of umount | Yan, Zheng | 2017-07-07 | 2 | -4/+6 |
| * | | ceph: getattr before read on ceph.* xattrs | Yan, Zheng | 2017-07-07 | 1 | -0/+3 |
| * | | ceph: don't re-send interrupted flock request | Yan, Zheng | 2017-07-07 | 1 | -1/+24 |
| * | | ceph: cleanup writepage_nounlock() | Yan, Zheng | 2017-07-07 | 1 | -6/+6 |
| * | | ceph: redirty page when writepage_nounlock() skips unwritable page | Yan, Zheng | 2017-07-07 | 1 | -1/+2 |
| * | | ceph: remove useless page->mapping check in writepage_nounlock() | Yan, Zheng | 2017-07-07 | 1 | -4/+0 |
| * | | ceph: update the 'approaching max_size' code | Yan, Zheng | 2017-07-07 | 5 | -11/+23 |
| * | | ceph: re-request max size after importing caps | Yan, Zheng | 2017-07-07 | 1 | -3/+8 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-10 | 7 | -75/+106 |
|\ \ \ |
|
| * | | | binfmt_elf: safely increment argv pointers | Kees Cook | 2017-07-10 | 1 | -11/+9 |
| * | | | binfmt_elf: use ELF_ET_DYN_BASE only for PIE | Kees Cook | 2017-07-10 | 1 | -8/+51 |
| * | | | fs, epoll: short circuit fetching events if thread has been killed | David Rientjes | 2017-07-10 | 1 | -0/+10 |
| * | | | fs/proc/generic.c: switch to ida_simple_get/remove | Heiner Kallweit | 2017-07-10 | 1 | -25/+7 |
| * | | | fs/dcache.c: fix spin lockup issue on nlru->lock | Sahitya Tummala | 2017-07-10 | 1 | -2/+3 |
| * | | | fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() | Vasily Averin | 2017-07-10 | 1 | -1/+0 |
| * | | | mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error | Naoya Horiguchi | 2017-07-10 | 1 | -0/+11 |
| * | | | fs/buffer.c: make bh_lru_install() more efficient | Eric Biggers | 2017-07-10 | 1 | -28/+15 |
* | | | | Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2017-07-10 | 18 | -661/+1522 |
|\ \ \ \ |
|
| * | | | | f2fs: support plain user/group quota | Chao Yu | 2017-07-08 | 7 | -40/+452 |
| * | | | | f2fs: avoid deadlock caused by lock order of page and lock_op | Jaegeuk Kim | 2017-07-07 | 1 | -3/+13 |
| * | | | | f2fs: use spin_{,un}lock_irq{save,restore} | Chao Yu | 2017-07-07 | 2 | -11/+18 |
| * | | | | f2fs: relax migratepage for atomic written page | Jaegeuk Kim | 2017-07-07 | 1 | -2/+6 |
| * | | | | f2fs: don't count inode block in in-memory inode.i_blocks | Chao Yu | 2017-07-07 | 3 | -22/+20 |
| * | | | | Revert "f2fs: fix to clean previous mount option when remount_fs" | Chao Yu | 2017-07-07 | 1 | -1/+0 |
| * | | | | f2fs: do not set LOST_PINO for renamed dir | Sheng Yong | 2017-07-07 | 1 | -1/+4 |
| * | | | | f2fs: do not set LOST_PINO for newly created dir | Sheng Yong | 2017-07-07 | 1 | -1/+2 |
| * | | | | f2fs: skip ->writepages for {mete,node}_inode during recovery | Chao Yu | 2017-07-07 | 3 | -6/+13 |
| * | | | | f2fs: introduce __check_sit_bitmap | Chao Yu | 2017-07-07 | 1 | -0/+25 |
| * | | | | f2fs: stop gc/discard thread in prior during umount | Chao Yu | 2017-07-07 | 3 | -9/+18 |
| * | | | | f2fs: introduce reserved_blocks in sysfs | Chao Yu | 2017-07-07 | 3 | -6/+27 |
| * | | | | f2fs: avoid redundant f2fs_flush after remount | Yunlong Song | 2017-07-07 | 1 | -0/+2 |
| * | | | | f2fs: report # of free inodes more precisely | Jaegeuk Kim | 2017-07-07 | 1 | -3/+11 |
| * | | | | f2fs: add ioctl to do gc with target block address | Jaegeuk Kim | 2017-07-04 | 2 | -0/+55 |
| * | | | | f2fs: don't need to check encrypted inode for partial truncation | Jaegeuk Kim | 2017-07-04 | 1 | -2/+4 |
| * | | | | f2fs: measure inode.i_blocks as generic filesystem | Chao Yu | 2017-07-04 | 4 | -14/+17 |
| * | | | | f2fs: set CP_TRIMMED_FLAG correctly | Chao Yu | 2017-07-04 | 1 | -1/+1 |
| * | | | | f2fs: require key for truncate(2) of encrypted file | Eric Biggers | 2017-07-04 | 1 | -3/+7 |
| * | | | | f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c | Chao Yu | 2017-07-04 | 4 | -333/+359 |