Age | Commit message (Expand) | Author |
2014-08-16 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2014-08-16 | Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linux | Linus Torvalds |
2014-08-16 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds |
2014-08-15 | btrfs: disable strict file flushes for renames and truncates | Chris Mason |
2014-08-15 | Btrfs: fix csum tree corruption, duplicate and outdated checksums | Filipe Manana |
2014-08-15 | Btrfs: Fix memory corruption by ulist_add_merge() on 32bit arch | Takashi Iwai |
2014-08-15 | Btrfs: fix compressed write corruption on enospc | Liu Bo |
2014-08-15 | btrfs: correctly handle return from ulist_add | Mark Fasheh |
2014-08-15 | btrfs: qgroup: account shared subtrees during snapshot delete | Mark Fasheh |
2014-08-15 | Btrfs: read lock extent buffer while walking backrefs | Filipe Manana |
2014-08-15 | Btrfs: __btrfs_mod_ref should always use no_quota | Josef Bacik |
2014-08-15 | btrfs: adjust statfs calculations according to raid profiles | David Sterba |
2014-08-14 | locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlock | Jeff Layton |
2014-08-14 | locks: defer freeing locks in locks_delete_lock until after i_lock has been d... | Jeff Layton |
2014-08-14 | locks: don't reuse file_lock in __posix_lock_file | Jeff Layton |
2014-08-13 | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2014-08-13 | Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2014-08-13 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2014-08-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2014-08-13 | Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2014-08-12 | reiserfs: Fix use after free in journal teardown | Jan Kara |
2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-08-11 | locks: don't call locks_release_private from locks_copy_lock | Jeff Layton |
2014-08-11 | locks: show delegations as "DELEG" in /proc/locks | Jeff Layton |
2014-08-11 | fix copy_tree() regression | Al Viro |
2014-08-10 | Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst... | Linus Torvalds |
2014-08-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2014-08-09 | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2014-08-09 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2014-08-08 | Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2014-08-08 | shm: add sealing API | David Herrmann |
2014-08-08 | mm: allow drivers to prevent new writable mappings | David Herrmann |
2014-08-08 | fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove | Fabian Frederick |
2014-08-08 | initramfs: support initramfs that is bigger than 2GiB | Yinghai Lu |
2014-08-08 | fs/qnx6: update debugging to current functions | Fabian Frederick |
2014-08-08 | fs/qnx6: use pr_fmt and __func__ in logging | Fabian Frederick |
2014-08-08 | fs/qnx6: convert printk to pr_foo() | Fabian Frederick |
2014-08-08 | fs/romfs/super.c: add blank line after declarations | Fabian Frederick |
2014-08-08 | fs/romfs/super.c: use pr_fmt in logging | Fabian Frederick |
2014-08-08 | fs/romfs/super.c: convert printk to pr_foo() | Fabian Frederick |
2014-08-08 | fs/cramfs/inode.c: use linux/uaccess.h | Fabian Frederick |
2014-08-08 | fs/cramfs: code clean-up | Fabian Frederick |
2014-08-08 | fs/cramfs: use pr_fmt | Fabian Frederick |
2014-08-08 | fs/cramfs: convert printk to pr_foo() | Fabian Frederick |
2014-08-08 | fs/omfs/inode.c: replace count*size kzalloc by kcalloc | Fabian Frederick |
2014-08-08 | fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array | Fabian Frederick |
2014-08-08 | fs/bfs: use bfs prefix for dump_imap | Fabian Frederick |
2014-08-08 | adfs: add __printf verification, fix format/argument mismatches | Joe Perches |
2014-08-08 | fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc | Fabian Frederick |
2014-08-08 | fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0] | Fabian Frederick |