| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 | Geert Uytterhoeven | 2016-08-03 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-08-02 | 49 | -617/+760 |
|\ |
|
| * | reiserfs: fix "new_insert_key may be used uninitialized ..." | Jeff Mahoney | 2016-08-02 | 1 | -1/+2 |
| * | nilfs2: move ioctl interface and disk layout to uapi separately | Ryusuke Konishi | 2016-08-02 | 13 | -20/+29 |
| * | nilfs2: use BIT() macro | Ryusuke Konishi | 2016-08-02 | 6 | -38/+37 |
| * | nilfs2: fix misuse of a semaphore in sysfs code | Ryusuke Konishi | 2016-08-02 | 2 | -27/+24 |
| * | nilfs2: refactor parser of snapshot mount option | Ryusuke Konishi | 2016-08-02 | 1 | -18/+35 |
| * | nilfs2: do not use yield() | Ryusuke Konishi | 2016-08-02 | 1 | -1/+1 |
| * | nilfs2: emit error message when I/O error is detected | Ryusuke Konishi | 2016-08-02 | 3 | -2/+16 |
| * | nilfs2: replace nilfs_warning() with nilfs_msg() | Ryusuke Konishi | 2016-08-02 | 8 | -82/+61 |
| * | nilfs2: reduce bare use of printk() with nilfs_msg() | Ryusuke Konishi | 2016-08-02 | 13 | -275/+283 |
| * | nilfs2: embed a back pointer to super block instance in nilfs object | Ryusuke Konishi | 2016-08-02 | 3 | -5/+8 |
| * | nilfs2: add nilfs_msg() message interface | Ryusuke Konishi | 2016-08-02 | 2 | -0/+23 |
| * | nilfs2: hide function name argument from nilfs_error() | Ryusuke Konishi | 2016-08-02 | 5 | -36/+51 |
| * | fs/binfmt_em86.c: fix incompatible pointer type | Daniel Wagner | 2016-08-02 | 1 | -1/+2 |
| * | binfmt_elf: fix calculations for bss padding | Kees Cook | 2016-08-02 | 1 | -16/+18 |
| * | firmware: support loading into a pre-allocated buffer | Stephen Boyd | 2016-08-02 | 1 | -3/+6 |
| * | fs/proc/task_mmu.c: suppress compilation warnings with W=1 | Valdis Kletnieks | 2016-08-02 | 1 | -0/+1 |
| * | procfs: avoid 32-bit time_t in /proc/*/stat | Arnd Bergmann | 2016-08-02 | 1 | -6/+4 |
| * | proc_oom_score: remove tasklist_lock and pid_alive() | Oleg Nesterov | 2016-08-02 | 1 | -5/+2 |
| * | radix-tree: account nodes to memcg only if explicitly requested | Vladimir Davydov | 2016-08-02 | 1 | -1/+1 |
| * | ocfs2/dlm: continue to purge recovery lockres when recovery master goes down | piaojun | 2016-08-02 | 4 | -46/+74 |
| * | ocfs2/dlm: solve a BUG when deref failed in dlm_drop_lockres_ref | piaojun | 2016-08-02 | 2 | -5/+17 |
| * | ocfs2/dlm: disable BUG_ON when DLM_LOCK_RES_DROPPING_REF is cleared before dl... | piaojun | 2016-08-02 | 1 | -2/+11 |
| * | ocfs2: retry on ENOSPC if sufficient space in truncate log | Eric Ren | 2016-08-02 | 4 | -38/+58 |
| * | ocfs2: ensure that dlm lockspace is created by kernel module | Gang He | 2016-08-02 | 1 | -2/+9 |
* | | Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux | Linus Torvalds | 2016-08-02 | 8 | -30/+89 |
|\ \ |
|
| * | | orangefs: Account for jiffies wraparound. | Martin Brandenburg | 2016-08-02 | 3 | -8/+8 |
| * | | orangefs: Change default dcache and getattr timeout to 50 msec. | Martin Brandenburg | 2016-08-02 | 1 | -2/+2 |
| * | | orangefs: Allow dcache and getattr cache time to be configured. | Martin Brandenburg | 2016-08-02 | 6 | -7/+52 |
| * | | orangefs: Cache getattr results. | Martin Brandenburg | 2016-08-02 | 5 | -29/+34 |
| * | | orangefs: Use d_time to avoid excessive lookups | Martin Brandenburg | 2016-08-02 | 2 | -0/+9 |
| |/ |
|
* | | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 | 13 | -752/+999 |
|\ \
| |/
|/| |
|
| * | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull | 2016-07-28 | 1 | -7/+5 |
| * | ceph: Mark the file cache as unreclaimable | Nikolay Borisov | 2016-07-28 | 1 | -2/+2 |
| * | ceph: optimize cap flush waiting | Yan, Zheng | 2016-07-28 | 3 | -27/+73 |
| * | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 2016-07-28 | 3 | -88/+105 |
| * | ceph: kick cap flushes before sending other cap message | Yan, Zheng | 2016-07-28 | 1 | -9/+34 |
| * | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 2016-07-28 | 3 | -15/+36 |
| * | ceph: avoid sending duplicated cap flush message | Yan, Zheng | 2016-07-28 | 2 | -1/+18 |
| * | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 5 | -222/+175 |
| * | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 5 | -118/+56 |
| * | ceph: update types of some local varibles | Yan, Zheng | 2016-07-28 | 1 | -11/+12 |
| * | ceph: include 'follows' of pending snapflush in cap reconnect message | Yan, Zheng | 2016-07-28 | 1 | -1/+16 |
| * | ceph: update cap reconnect message to version 3 | Yan, Zheng | 2016-07-28 | 1 | -21/+47 |
| * | ceph: mount non-default filesystem by name | Yan, Zheng | 2016-07-28 | 4 | -17/+117 |
| * | ceph: handle LOOKUP_RCU in ceph_d_revalidate | Jeff Layton | 2016-07-28 | 1 | -6/+14 |
| * | ceph: allow dentry_lease_is_valid to work under RCU walk | Jeff Layton | 2016-07-28 | 1 | -15/+26 |
| * | ceph: clear d_fsinfo pointer under d_lock | Jeff Layton | 2016-07-28 | 1 | -1/+5 |
| * | ceph: remove ceph_mdsc_lease_release | Jeff Layton | 2016-07-28 | 2 | -45/+0 |