| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-01-06 | 5 | -110/+363 |
|\ |
|
| * | fscrypt: add Adiantum support | Eric Biggers | 2019-01-06 | 5 | -110/+363 |
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-01-06 | 4 | -10/+19 |
|\ \ |
|
| * | | ext4: fix special inode number checks in __ext4_iget() | Theodore Ts'o | 2019-01-01 | 1 | -1/+1 |
| * | | ext4: track writeback errors using the generic tracking infrastructure | Theodore Ts'o | 2018-12-31 | 1 | -0/+3 |
| * | | ext4: use ext4_write_inode() when fsyncing w/o a journal | Theodore Ts'o | 2018-12-31 | 1 | -4/+9 |
| * | | ext4: avoid kernel warning when writing the superblock to a dead device | Theodore Ts'o | 2018-12-31 | 1 | -1/+1 |
| * | | ext4: fix a potential fiemap/page fault deadlock w/ inline_data | Theodore Ts'o | 2018-12-25 | 1 | -3/+3 |
| * | | ext4: make sure enough credits are reserved for dioread_nolock writes | Theodore Ts'o | 2018-12-25 | 1 | -1/+2 |
* | | | Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-01-05 | 4 | -16/+32 |
|\ \ \ |
|
| * | | | smb3: add smb3.1.1 to default dialect list | Steve French | 2019-01-03 | 2 | -14/+28 |
| * | | | cifs: fix confusing warning message on reconnect | Steve French | 2019-01-03 | 1 | -1/+1 |
| * | | | smb3: fix large reads on encrypted connections | Paul Aurich | 2019-01-03 | 1 | -1/+3 |
* | | | | Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-01-05 | 2 | -2/+0 |
|\ \ \ \ |
|
| * | | | | xfs: xfs_fsops: drop useless LIST_HEAD | Julia Lawall | 2018-12-29 | 1 | -1/+0 |
| * | | | | xfs: xfs_buf: drop useless LIST_HEAD | Julia Lawall | 2018-12-29 | 1 | -1/+0 |
* | | | | | Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-01-05 | 5 | -128/+153 |
|\ \ \ \ \ |
|
| * | | | | | ceph: don't encode inode pathes into reconnect message | Yan, Zheng | 2018-12-26 | 1 | -45/+49 |
| * | | | | | ceph: update wanted caps after resuming stale session | Yan, Zheng | 2018-12-26 | 3 | -33/+58 |
| * | | | | | ceph: skip updating 'wanted' caps if caps are already issued | Yan, Zheng | 2018-12-26 | 1 | -10/+17 |
| * | | | | | ceph: don't request excl caps when mount is readonly | Yan, Zheng | 2018-12-26 | 1 | -2/+5 |
| * | | | | | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 2018-12-26 | 1 | -1/+0 |
| * | | | | | ceph: remove redundant assignment | Chengguang Xu | 2018-12-26 | 1 | -1/+0 |
| * | | | | | ceph: cleanup splice_dentry() | Yan, Zheng | 2018-12-26 | 1 | -36/+24 |
* | | | | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-01-05 | 8 | -174/+166 |
|\ \ \ \ \ \ |
|
| * | | | | | | mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNT | Al Viro | 2018-12-21 | 1 | -1/+1 |
| * | | | | | | LSM: new method: ->sb_add_mnt_opt() | Al Viro | 2018-12-21 | 1 | -7/+2 |
| * | | | | | | LSM: hide struct security_mnt_opts from any generic code | Al Viro | 2018-12-21 | 5 | -22/+17 |
| * | | | | | | nfs_remount(): don't leak, don't ignore LSM options quietly | Al Viro | 2018-12-21 | 1 | -2/+4 |
| * | | | | | | btrfs: sanitize security_mnt_opts use | Al Viro | 2018-12-21 | 2 | -58/+9 |
| * | | | | | | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() | Al Viro | 2018-12-21 | 1 | -1/+7 |
| * | | | | | | new helper: security_sb_eat_lsm_opts() | Al Viro | 2018-12-21 | 4 | -49/+5 |
| * | | | | | | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() | Al Viro | 2018-12-21 | 1 | -1/+18 |
| * | | | | | | LSM: lift parsing LSM options into the caller of ->sb_kern_mount() | Al Viro | 2018-12-21 | 1 | -8/+16 |
| * | | | | | | vfs: Separate changing mount flags full remount | David Howells | 2018-12-20 | 1 | -54/+92 |
| * | | | | | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2018-12-20 | 3 | -0/+3 |
| * | | | | | | exofs_mount(): fix leaks on failure exits | Al Viro | 2018-12-18 | 1 | -8/+29 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2019-01-05 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ | Merge branches 'misc.misc' and 'work.iov_iter' into for-linus | Al Viro | 2019-01-04 | 3 | -2/+4 |
| |\ \ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | | |
|
| * | | | | | | | | exec: make prepare_bprm_creds static | Chanho Min | 2018-12-10 | 1 | -1/+1 |
| * | | | | | | | | VFS: use synchronize_rcu_expedited() in namespace_unlock() | NeilBrown | 2018-11-30 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 36 | -313/+399 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | fs: don't open code lru_to_page() | Nikolay Borisov | 2019-01-04 | 7 | -11/+12 |
| * | | | | | | | | fs/: remove caller signal_pending branch predictions | Davidlohr Bueso | 2019-01-04 | 5 | -6/+6 |
| * | | | | | | | | bfs: extra sanity checking and static inode bitmap | Tigran Aivazian | 2019-01-04 | 4 | -42/+40 |
| * | | | | | | | | exec: separate MM_ANONPAGES and RLIMIT_STACK accounting | Oleg Nesterov | 2019-01-04 | 1 | -53/+52 |
| * | | | | | | | | exec: load_script: don't blindly truncate shebang string | Oleg Nesterov | 2019-01-04 | 1 | -3/+7 |
| * | | | | | | | | fat: new inline functions to determine the FAT variant (32, 16 or 12) | Carmeli Tamir | 2019-01-04 | 6 | -22/+39 |
| * | | | | | | | | fat: move MAX_FAT to fat.h and change it to inline function | Carmeli Tamir | 2019-01-04 | 2 | -1/+10 |
| * | | | | | | | | fat: remove FAT_FIRST_ENT macro | Carmeli Tamir | 2019-01-04 | 1 | -4/+8 |