| Age | Commit message (Expand) | Author | Lines |
| 2014-12-17 | ceph: use getattr request to fetch inline data | Yan, Zheng | -10/+32 |
| 2014-12-17 | ceph: add inline data to pagecache | Yan, Zheng | -1/+84 |
| 2014-12-17 | ceph: parse inline data in MClientReply and MClientCaps | Yan, Zheng | -11/+36 |
| 2014-12-17 | libceph: specify position of extent operation | Yan, Zheng | -6/+11 |
| 2014-12-17 | ceph: remove unused stringification macros | Ilya Dryomov | -3/+0 |
| 2014-12-17 | ceph: introduce global empty snap context | Yan, Zheng | -3/+35 |
| 2014-12-17 | ceph: message versioning fixes | John Spray | -2/+5 |
| 2014-12-17 | libceph: message signature support | Yan, Zheng | -0/+16 |
| 2014-12-17 | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | -12/+6 |
| 2014-12-17 | ceph: introduce a new inode flag indicating if cached dentries are ordered | Yan, Zheng | -19/+55 |
| 2014-12-17 | ceph: fix file lock interruption | Yan, Zheng | -10/+62 |
| 2014-12-17 | vfs: make mounts and mountstats honor root dir like mountinfo does | Dmitry V. Levin | -2/+11 |
| 2014-12-17 | vfs: cleanup show_mountinfo | Dmitry V. Levin | -2/+1 |
| 2014-12-17 | unfuck binfmt_misc.c (broken by commit e6084d4) | Al Viro | -4/+3 |
| 2014-12-17 | vm_area_operations: kill ->migrate() | Al Viro | -22/+0 |
| 2014-12-17 | move_extent_per_page(): get rid of unused w_flags | Al Viro | -4/+0 |
| 2014-12-17 | btrfs: filp_open() returns ERR_PTR() on failure, not NULL... | Al Viro | -1/+1 |
| 2014-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | -233/+267 |
| 2014-12-16 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | -0/+9 |
| 2014-12-16 | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | -65/+186 |
| 2014-12-15 | isofs: Fix infinite looping over CE entries | Jan Kara | -0/+6 |
| 2014-12-14 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | -6/+18 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | -33/+154 |
| 2014-12-14 | Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -0/+170 |
| 2014-12-14 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | -2/+31 |
| 2014-12-14 | Fix signed/unsigned pointer warning | Kevin Cernekee | -5/+7 |
| 2014-12-14 | Convert MessageID in smb2_hdr to LE | Sachin Prabhu | -11/+14 |
| 2014-12-13 | aio: Skip timer for io_getevents if timeout=0 | Fam Zheng | -2/+6 |
| 2014-12-13 | aio: Make it possible to remap aio ring | Pavel Emelyanov | -0/+25 |
| 2014-12-13 | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block | Linus Torvalds | -7/+22 |
| 2014-12-13 | fsnotify: remove destroy_list from fsnotify_mark | Jan Kara | -4/+4 |
| 2014-12-13 | fsnotify: unify inode and mount marks handling | Jan Kara | -201/+148 |
| 2014-12-13 | fallocate: create FAN_MODIFY and IN_MODIFY events | Heinrich Schuchardt | -0/+11 |
| 2014-12-13 | fs/affs/file.c: remove obsolete pagesize check | Fabian Frederick | -4/+0 |
| 2014-12-13 | fs/affs/file.c: add support to O_DIRECT | Fabian Frederick | -0/+18 |
| 2014-12-13 | fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf | Fabian Frederick | -21/+25 |
| 2014-12-13 | fs/affs/file.c: forward declaration clean-up | Fabian Frederick | -22/+16 |
| 2014-12-13 | syscalls: implement execveat() system call | David Drysdale | -14/+119 |
| 2014-12-13 | fat: fix data past EOF resulting from fsx testsuite | Namjae Jeon | -0/+16 |
| 2014-12-13 | befs: remove dead code | Jan Kara | -4/+0 |
| 2014-12-13 | fs, seq_file: fallback to vmalloc instead of oom kill processes | David Rientjes | -1/+5 |
| 2014-12-13 | mm: vmscan: invoke slab shrinkers from shrink_zone() | Johannes Weiner | -5/+6 |
| 2014-12-13 | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | -6/+6 |
| 2014-12-13 | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | -2/+2 |
| 2014-12-13 | genirq: Prevent proc race against freeing of irq descriptors | Thomas Gleixner | -1/+1 |
| 2014-12-13 | ovl: Use macros to present ovl_xattr | hujianyang | -7/+7 |
| 2014-12-13 | ovl: Cleanup redundant blank lines | hujianyang | -3/+0 |
| 2014-12-13 | ovl: support multiple lower layers | Miklos Szeredi | -27/+83 |
| 2014-12-13 | ovl: make upperdir optional | Miklos Szeredi | -36/+47 |
| 2014-12-13 | ovl: improve mount helpers | Miklos Szeredi | -52/+73 |