| Commit message (Expand) | Author | Age | Files | Lines |
* | exec: Limit arg stack to at most 75% of _STK_LIM | Kees Cook | 2017-07-21 | 1 | -5/+6 |
* | binfmt_elf: use ELF_ET_DYN_BASE only for PIE | Kees Cook | 2017-07-21 | 1 | -8/+51 |
* | fs/dcache.c: fix spin lockup issue on nlru->lock | Sahitya Tummala | 2017-07-21 | 1 | -2/+3 |
* | ext4: check return value of kstrtoull correctly in reserved_clusters_store | Chao Yu | 2017-07-15 | 1 | -1/+1 |
* | gfs2: Fix glock rhashtable rcu bug | Andreas Gruenbacher | 2017-07-12 | 2 | -2/+10 |
* | ceph: choose readdir frag based on previous readdir reply | Yan, Zheng | 2017-07-12 | 1 | -7/+12 |
* | fs: completely ignore unknown open flags | Christoph Hellwig | 2017-07-12 | 1 | -0/+6 |
* | fs: add a VALID_OPEN_FLAGS | Christoph Hellwig | 2017-07-12 | 1 | -10/+4 |
* | ocfs2: o2hb: revert hb threshold to keep compatible | Junxiao Bi | 2017-07-05 | 1 | -4/+4 |
* | coredump: Ensure proper size of sparse core files | Dave Kleikamp | 2017-07-05 | 2 | -0/+19 |
* | aio: fix lock dep warning | Shaohua Li | 2017-07-05 | 1 | -2/+4 |
* | Btrfs: fix truncate down when no_holes feature is enabled | Liu Bo | 2017-07-05 | 1 | -1/+12 |
* | Btrfs: Fix deadlock between direct IO and fast fsync | Chandan Rajendra | 2017-07-05 | 1 | -2/+2 |
* | NFSv4.1: Fix a race in nfs4_proc_layoutget | Trond Myklebust | 2017-07-05 | 1 | -1/+1 |
* | NFSv4.x/callback: Create the callback service through svc_create_pooled | Kinglong Mee | 2017-07-05 | 1 | -1/+1 |
* | NFSv4: fix a reference leak caused WARNING messages | Kinglong Mee | 2017-07-05 | 1 | -2/+0 |
* | CIFS: Improve readdir verbosity | Pavel Shilovsky | 2017-06-29 | 2 | -4/+9 |
* | autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL | NeilBrown | 2017-06-29 | 1 | -1/+1 |
* | fs/exec.c: account for argv/envp pointers | Kees Cook | 2017-06-29 | 1 | -4/+24 |
* | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-24 | 2 | -5/+1 |
* | crypto: Work around deallocated stack frame reference gcc bug on sparc. | David Miller | 2017-06-24 | 2 | -2/+8 |
* | configfs: Fix race between create_link and configfs_rmdir | Nicholas Bellinger | 2017-06-24 | 1 | -2/+1 |
* | fs: pass on flags in compat_writev | Christoph Hellwig | 2017-06-24 | 1 | -1/+1 |
* | userfaultfd: fix SIGBUS resulting from false rwsem wakeups | Andrea Arcangeli | 2017-06-17 | 1 | -2/+35 |
* | proc: add a schedule point in proc_pid_readdir() | Eric Dumazet | 2017-06-17 | 1 | -0/+2 |
* | romfs: use different way to generate fsid for BLOCK or MTD | Coly Li | 2017-06-17 | 1 | -1/+22 |
* | nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED" | Chuck Lever | 2017-06-17 | 1 | -0/+1 |
* | FS-Cache: Initialise stores_lock in netfs cookie | David Howells | 2017-06-17 | 1 | -0/+1 |
* | fscache: Clear outstanding writes when disabling a cookie | David Howells | 2017-06-17 | 2 | -0/+11 |
* | fscache: Fix dead object requeue | David Howells | 2017-06-17 | 1 | -2/+24 |
* | gfs2: Use rhashtable walk interface in glock_hash_walk | Herbert Xu | 2017-06-17 | 1 | -11/+17 |
* | btrfs: fix memory leak in update_space_info failure path | Jeff Mahoney | 2017-06-14 | 1 | -0/+1 |
* | btrfs: use correct types for page indices in btrfs_page_exists_in_range | David Sterba | 2017-06-14 | 1 | -2/+2 |
* | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path | Al Viro | 2017-06-14 | 1 | -1/+3 |
* | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() | Al Viro | 2017-06-14 | 1 | -1/+2 |
* | ufs: set correct ->s_maxsize | Al Viro | 2017-06-14 | 1 | -0/+18 |
* | ufs: restore maintaining ->i_blocks | Al Viro | 2017-06-14 | 2 | -1/+26 |
* | fix ufs_isblockset() | Al Viro | 2017-06-14 | 1 | -3/+7 |
* | ufs: restore proper tail allocation | Al Viro | 2017-06-14 | 1 | -1/+1 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-06-14 | 25 | -48/+48 |
* | ext4: fix fdatasync(2) after extent manipulation operations | Jan Kara | 2017-06-14 | 2 | -0/+7 |
* | ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO | Jan Kara | 2017-06-14 | 1 | -43/+37 |
* | ext4: keep existing extra fields when inode expands | Konstantin Khlebnikov | 2017-06-14 | 1 | -2/+3 |
* | ext4: fix SEEK_HOLE | Jan Kara | 2017-06-14 | 1 | -36/+14 |
* | nfsd: Fix up the "supattr_exclcreat" attributes | Trond Myklebust | 2017-06-14 | 1 | -3/+10 |
* | nfsd4: fix null dereference on replay | J. Bruce Fields | 2017-06-14 | 1 | -7/+6 |
* | xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() | Jan Kara | 2017-06-07 | 1 | -1/+1 |
* | xfs: fix unaligned access in xfs_btree_visit_blocks | Eric Sandeen | 2017-06-07 | 1 | -1/+1 |
* | xfs: avoid mount-time deadlock in CoW extent recovery | Darrick J. Wong | 2017-06-07 | 1 | -12/+31 |
* | xfs: xfs_trans_alloc_empty | Christoph Hellwig | 2017-06-07 | 2 | -0/+24 |