| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 1 | -1/+1 |
|\ |
|
| * | block: Replace __this_cpu_ptr with raw_cpu_ptr | Christoph Lameter | 2014-08-26 | 1 | -1/+1 |
* | | Merge tag 'llvmlinux-for-v3.18' of git://git.linuxfoundation.org/llvmlinux/ke... | Linus Torvalds | 2014-10-15 | 1 | -9/+7 |
|\ \ |
|
| * | | btrfs: LLVMLinux: Remove VLAIS | VinÃcius Tinti | 2014-10-14 | 1 | -9/+7 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-10-15 | 12 | -177/+386 |
|\ \ \ |
|
| * | | | ceph: fix divide-by-zero in __validate_layout() | Yan, Zheng | 2014-10-14 | 1 | -1/+1 |
| * | | | ceph: fix bool assignments | Fabian Frederick | 2014-10-14 | 1 | -13/+13 |
| * | | | ceph: additional debugfs output | John Spray | 2014-10-14 | 2 | -0/+47 |
| * | | | ceph: export ceph_session_state_name function | John Spray | 2014-10-14 | 2 | -7/+9 |
| * | | | ceph: include the initial ACL in create/mkdir/mknod MDS requests | Yan, Zheng | 2014-10-14 | 4 | -47/+170 |
| * | | | ceph: use pagelist to present MDS request data | Yan, Zheng | 2014-10-14 | 3 | -39/+28 |
| * | | | libceph: reference counting pagelist | Yan, Zheng | 2014-10-14 | 1 | -1/+0 |
| * | | | ceph: fix llistxattr on symlink | Yan, Zheng | 2014-10-14 | 1 | -2/+1 |
| * | | | ceph: send client metadata to MDS | John Spray | 2014-10-14 | 1 | -1/+70 |
| * | | | ceph: remove redundant code for max file size verification | Chao Yu | 2014-10-14 | 2 | -15/+0 |
| * | | | ceph: remove redundant io_iter_advance() | Yan, Zheng | 2014-10-14 | 1 | -1/+0 |
| * | | | ceph: move ceph_find_inode() outside the s_mutex | Yan, Zheng | 2014-10-14 | 2 | -8/+10 |
| * | | | ceph: request xattrs if xattr_version is zero | Yan, Zheng | 2014-10-14 | 5 | -30/+20 |
| * | | | ceph: make sure request isn't in any waiting list when kicking request. | Yan, Zheng | 2014-10-14 | 1 | -0/+1 |
| * | | | ceph: protect kick_requests() with mdsc->mutex | Yan, Zheng | 2014-10-14 | 1 | -2/+3 |
| * | | | ceph: trim unused inodes before reconnecting to recovering MDS | Yan, Zheng | 2014-10-14 | 1 | -10/+13 |
* | | | | Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-10-15 | 1 | -0/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | mnt: Prevent pivot_root from creating a loop in the mount tree | Eric W. Biederman | 2014-10-14 | 1 | -0/+3 |
* | | | | Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-10-14 | 3 | -28/+23 |
|\ \ \ \ |
|
| * | | | | fs/fscache/object-list.c: use __seq_open_private() | Rob Jones | 2014-10-13 | 1 | -14/+2 |
| * | | | | CacheFiles: Fix incorrect test for in-memory object collision | David Howells | 2014-10-13 | 1 | -1/+1 |
| * | | | | CacheFiles: Handle object being killed before being set up | David Howells | 2014-09-30 | 1 | -13/+20 |
* | | | | | Merge tag 'upstream-3.18-rc1-v2' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2014-10-14 | 4 | -17/+23 |
|\ \ \ \ \ |
|
| * | | | | | UBIFS: Fix trivial typo in power_cut_emulated() | Richard Weinberger | 2014-09-30 | 1 | -1/+1 |
| * | | | | | UBIFS: Align the dump messages of SB_NODE | hujianyang | 2014-09-26 | 1 | -2/+2 |
| * | | | | | UBIFS: Remove bogus assert | Richard Weinberger | 2014-09-19 | 1 | -4/+3 |
| * | | | | | UBIFS: fix free log space calculation | Artem Bityutskiy | 2014-09-08 | 1 | -2/+6 |
| * | | | | | UBIFS: fix a race condition | Artem Bityutskiy | 2014-09-08 | 2 | -8/+11 |
* | | | | | | Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-10-14 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs: Add a missing permission check to do_umount | Andy Lutomirski | 2014-10-08 | 1 | -0/+2 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared | Peter Feiner | 2014-10-14 | 1 | -5/+14 |
* | | | | | | fs: check bh blocknr earlier when searching lru | Zach Brown | 2014-10-14 | 1 | -2/+2 |
* | | | | | | isofs: replace strnicmp with strncasecmp | Rasmus Villemoes | 2014-10-14 | 1 | -1/+1 |
* | | | | | | ocfs2: replace strnicmp with strncasecmp | Rasmus Villemoes | 2014-10-14 | 2 | -4/+4 |
* | | | | | | cifs: replace strnicmp with strncasecmp | Rasmus Villemoes | 2014-10-14 | 2 | -5/+5 |
* | | | | | | FS/OMFS: block number sanity check during fill_super operation | Fabian Frederick | 2014-10-14 | 2 | -3/+8 |
* | | | | | | fs/affs: remove redundant sys_tz declarations | Fabian Frederick | 2014-10-14 | 3 | -5/+0 |
* | | | | | | fs/affs/file.c: fix shadow warnings | Fabian Frederick | 2014-10-14 | 1 | -15/+24 |
* | | | | | | fs/affs/inode.c: remove unused variable | Fabian Frederick | 2014-10-14 | 1 | -2/+0 |
* | | | | | | fs/affs/super.c: remove unused variable | Fabian Frederick | 2014-10-14 | 1 | -3/+1 |
* | | | | | | coredump: add %i/%I in core_pattern to report the tid of the crashed thread | Oleg Nesterov | 2014-10-14 | 1 | -0/+8 |
* | | | | | | fat: remove redundant sys_tz declaration | Fabian Frederick | 2014-10-14 | 1 | -2/+0 |
* | | | | | | fs/reiserfs/journal.c: fix sparse context imbalance warning | Fabian Frederick | 2014-10-14 | 1 | -3/+5 |
* | | | | | | fs/ufs/balloc.c: remove unused variable | Fabian Frederick | 2014-10-14 | 1 | -3/+0 |
* | | | | | | fs/hfs/hfs_fs.h: remove redundant sys_tz declaration | Fabian Frederick | 2014-10-14 | 1 | -2/+0 |