| Commit message (Expand) | Author | Age |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-12-14 |
|\ |
|
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li... | James Morris | 2014-11-19 |
| |\ |
|
| | * | VFS: refactor vfs_read() | Dmitry Kasatkin | 2014-11-17 |
| * | | Merge commit 'v3.17' into next | James Morris | 2014-11-19 |
| |\ \
| | |/
| |/| |
|
* | | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 |
|\ \ \ |
|
| * | | | debugfs: add helper function to create device related seq_file | Arend van Spriel | 2014-11-26 |
| * | | | sysfs/kernfs: make read requests on pre-alloc files use the buffer. | NeilBrown | 2014-11-07 |
| * | | | sysfs/kernfs: allow attributes to request write buffer be pre-allocated. | NeilBrown | 2014-11-07 |
| * | | | fs: sysfs: return EGBIG on write if offset is larger than file size | Vladimir Zapolskiy | 2014-11-07 |
| * | | | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2014-11-03 |
| |\ \ \ |
|
| | * | | | pstore: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 |
* | | | | | Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-14 |
|\ \ \ \ \ |
|
| * | | | | | Squashfs: Add LZ4 compression configuration option | Phillip Lougher | 2014-11-27 |
| * | | | | | Squashfs: add LZ4 compression support | Phillip Lougher | 2014-11-27 |
* | | | | | | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 2014-12-14 |
|\ \ \ \ \ \ |
|
| * | | | | | | aio: Skip timer for io_getevents if timeout=0 | Fam Zheng | 2014-12-13 |
| * | | | | | | aio: Make it possible to remap aio ring | Pavel Emelyanov | 2014-12-13 |
* | | | | | | | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-12-13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | writeback: fix a subtle race condition in I_DIRTY clearing | Tejun Heo | 2014-11-04 |
* | | | | | | | | fsnotify: remove destroy_list from fsnotify_mark | Jan Kara | 2014-12-13 |
* | | | | | | | | fsnotify: unify inode and mount marks handling | Jan Kara | 2014-12-13 |
* | | | | | | | | fallocate: create FAN_MODIFY and IN_MODIFY events | Heinrich Schuchardt | 2014-12-13 |
* | | | | | | | | fs/affs/file.c: remove obsolete pagesize check | Fabian Frederick | 2014-12-13 |
* | | | | | | | | fs/affs/file.c: add support to O_DIRECT | Fabian Frederick | 2014-12-13 |
* | | | | | | | | fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf | Fabian Frederick | 2014-12-13 |
* | | | | | | | | fs/affs/file.c: forward declaration clean-up | Fabian Frederick | 2014-12-13 |
* | | | | | | | | syscalls: implement execveat() system call | David Drysdale | 2014-12-13 |
* | | | | | | | | fat: fix data past EOF resulting from fsx testsuite | Namjae Jeon | 2014-12-13 |
* | | | | | | | | befs: remove dead code | Jan Kara | 2014-12-13 |
* | | | | | | | | fs, seq_file: fallback to vmalloc instead of oom kill processes | David Rientjes | 2014-12-13 |
* | | | | | | | | mm: vmscan: invoke slab shrinkers from shrink_zone() | Johannes Weiner | 2014-12-13 |
* | | | | | | | | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 2014-12-13 |
* | | | | | | | | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | 2014-12-13 |
* | | | | | | | | Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-12-12 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | pstore-ram: Allow optional mapping with pgprot_noncached | Tony Lindgren | 2014-12-11 |
| * | | | | | | | | pstore-ram: Fix hangs by using write-combine mappings | Rob Herring | 2014-12-11 |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-12-12 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i... | Chris Mason | 2014-12-02 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | Btrfs, replace: enable dev-replace for raid56 | Zhao Lei | 2014-12-02 |
| | * | | | | | | | | | Btrfs, raid56: fix use-after-free problem in the final device replace procedu... | Miao Xie | 2014-12-02 |
| | * | | | | | | | | | Btrfs, replace: write raid56 parity into the replace target device | Miao Xie | 2014-12-02 |
| | * | | | | | | | | | Btrfs, replace: write dirty pages into the replace target device | Miao Xie | 2014-12-02 |
| | * | | | | | | | | | Btrfs, raid56: support parity scrub on raid56 | Miao Xie | 2014-12-02 |
| | * | | | | | | | | | Btrfs, raid56: use a variant to record the operation type | Miao Xie | 2014-12-02 |
| | * | | | | | | | | | Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted | Miao Xie | 2014-12-02 |
| | * | | | | | | | | | Btrfs, raid56: don't change bbio and raid_map | Miao Xie | 2014-12-02 |
| | * | | | | | | | | | Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_block | Zhao Lei | 2014-12-02 |
| | * | | | | | | | | | Btrfs: remove noused bbio_ret in __btrfs_map_block in condition | Zhao Lei | 2014-12-02 |
| | | |_|_|/ / / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | Btrfs: make get_caching_control unconditionally return the ctl | Josef Bacik | 2014-12-02 |
| * | | | | | | | | | Btrfs: fix unprotected deletion from pending_chunks list | Filipe Manana | 2014-12-02 |