Age | Commit message (Expand) | Author | Files | Lines |
2016-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+46 |
2016-01-12 | Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2 | -2/+8 |
2016-01-12 | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 4 | -13/+276 |
2016-01-12 | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 21 | -241/+446 |
2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 61 | -384/+379 |
2016-01-12 | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 18 | -324/+657 |
2016-01-12 | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 4 | -47/+113 |
2016-01-12 | Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+1 |
2016-01-11 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 44 | -948/+457 |
2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 87 | -417/+456 |
2016-01-10 | uml: fix hostfs mknod() | Vegard Nossum | 1 | -3/+1 |
2016-01-10 | ubifs: Use XATTR_*_PREFIX_LEN | Richard Weinberger | 1 | -2/+2 |
2016-01-10 | UBIFS: add a comment in key.h for unused parameter | Dongsheng Yang | 1 | -0/+6 |
2016-01-09 | nfsd: don't hold i_mutex over userspace upcalls | NeilBrown | 4 | -19/+85 |
2016-01-09 | fs:affs:Replace time_t with time64_t | DengChao | 3 | -8/+9 |
2016-01-09 | fs/9p: use fscache mutex rather than spinlock | Sasha Levin | 3 | -6/+6 |
2016-01-09 | proc: add a reschedule point in proc_readfd_common() | Eric Dumazet | 1 | -0/+1 |
2016-01-09 | logfs: constify logfs_block_ops structures | Julia Lawall | 3 | -5/+5 |
2016-01-09 | fcntl: allow to set O_DIRECT flag on pipe | Stanislav Kinsburskiy | 1 | -1/+2 |
2016-01-09 | fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE | Abhi Das | 1 | -5/+3 |
2016-01-09 | fs: xattr: Use kvfree() | Richard Weinberger | 1 | -24/+14 |
2016-01-08 | nbd: use ->compat_ioctl() | Al Viro | 1 | -11/+0 |
2016-01-08 | Merge branch 'for-linus' into work.misc | Al Viro | 6 | -122/+164 |
2016-01-08 | compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS) | Jann Horn | 1 | -62/+68 |
2016-01-08 | compat_ioctl: don't pass fd around when not needed | Al Viro | 3 | -53/+61 |
2016-01-08 | compat_ioctl: don't look up the fd twice | Jann Horn | 1 | -54/+68 |
2016-01-08 | locks: rename __posix_lock_file to posix_lock_inode | Jeff Layton | 1 | -5/+6 |
2016-01-08 | locks: prink more detail when there are leaked locks | Jeff Layton | 1 | -4/+29 |
2016-01-08 | locks: pass inode pointer to locks_free_lock_context | Jeff Layton | 2 | -2/+4 |
2016-01-08 | locks: sprinkle some tracepoints around the file locking code | Jeff Layton | 1 | -3/+9 |
2016-01-08 | locks: don't check for race with close when setting OFD lock | Jeff Layton | 1 | -6/+10 |
2016-01-07 | locks: fix unlock when fcntl_setlk races with a close | Jeff Layton | 1 | -21/+30 |
2016-01-06 | fs: use block_device name vsprintf helper | Dmitry Monakhov | 17 | -90/+49 |
2016-01-06 | fs: use gendisk->disk_name where possible | Dmitry Monakhov | 1 | -9/+3 |
2016-01-06 | poll: plug an unused argument to do_poll | Mateusz Guzik | 1 | -3/+3 |
2016-01-04 | HFS wants 8Kb per-superblock allocation; just use kmalloc() | Al Viro | 1 | -2/+2 |
2016-01-04 | jfs: microoptimize get_zeroed_page / virt_to_page | Al Viro | 1 | -5/+4 |
2016-01-04 | hpfs: missing endianness annotation | Al Viro | 1 | -1/+1 |
2016-01-04 | don't carry MAY_OPEN in op->acc_mode | Al Viro | 3 | -18/+12 |
2016-01-04 | saner calling conventions for copy_mount_options() | Al Viro | 3 | -30/+28 |
2016-01-04 | proc_pid_attr_write(): switch to memdup_user() | Al Viro | 1 | -10/+7 |
2016-01-04 | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 3 | -36/+12 |
2016-01-04 | Merge branch 'memdup_user_nul' into work.misc | Al Viro | 27 | -61/+114 |
2016-01-04 | configfs: implement binary attributes | Pantelis Antoniou | 4 | -13/+276 |
2016-01-01 | btrfs: use new dedupe data function pointer | Darrick J. Wong | 3 | -97/+16 |
2016-01-01 | vfs: hoist the btrfs deduplication ioctl to the vfs | Darrick J. Wong | 3 | -0/+139 |
2016-01-01 | vfs: wire up compat ioctl for CLONE/CLONE_RANGE | Darrick J. Wong | 2 | -1/+5 |
2015-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 11 | -20/+49 |
2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 36 | -180/+130 |