summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-01-15pipe: read buffer limits atomicallyEric Biggers
2018-01-15pipe: simplify round_pipe_size()Eric Biggers
2018-01-15pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-01-15pipe: fix off-by-one error when checking buffer limitsEric Biggers
2018-01-15pipe: actually allow root to exceed the pipe buffer limitsEric Biggers
2018-01-15pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-01-15pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-01-15vfs: remove might_sleep() from clear_inode()Shakeel Butt
2018-01-15Merge branch 'akpm-current/current'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'staging/staging-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'bpf-next/master'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'v4l-dvb/master'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'pstore/for-next/pstore'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'printk/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'iversion/iversion-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'ubifs/linux-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'btrfs/next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'befs/for-next'Stephen Rothwell
2018-01-15Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell
2018-01-14cifs: Define usercopy region in cifs_request slab cacheDavid Windsor
2018-01-14vxfs: Define usercopy region in vxfs_inode slab cacheDavid Windsor
2018-01-14ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor
2018-01-14orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor
2018-01-14exofs: Define usercopy region in exofs_inode_cache slab cacheDavid Windsor
2018-01-14befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor
2018-01-14jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor
2018-01-14ext2: Define usercopy region in ext2_inode_cache slab cacheDavid Windsor
2018-01-14ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor
2018-01-14vfs: Copy struct mount.mnt_id to userspace using put_user()David Windsor
2018-01-14vfs: Define usercopy region in names_cache slab cachesDavid Windsor
2018-01-14dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor
2018-01-14CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann
2018-01-14cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson
2018-01-14CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot