| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | orangefs: make orangefs_client_debug_init static | Martin Brandenburg | 2018-02-06 | 2 | -2/+1 |
* | | | | | | | | Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-08 | 10 | -405/+295 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | afs: Support the AFS dynamic root | David Howells | 2018-02-06 | 5 | -87/+247 |
| * | | | | | | | | afs: Rearrange afs_select_fileserver() a little | David Howells | 2018-02-06 | 1 | -22/+20 |
| * | | | | | | | | afs: Remove unused code | David Howells | 2018-02-06 | 1 | -235/+0 |
| * | | | | | | | | afs: Fix server list handling | David Howells | 2018-02-06 | 3 | -48/+11 |
| * | | | | | | | | afs: Need to clear responded flag in addr cursor | David Howells | 2018-02-06 | 1 | -6/+2 |
| * | | | | | | | | afs: Fix missing cursor clearance | David Howells | 2018-02-06 | 2 | -9/+16 |
| * | | | | | | | | afs: Add missing afs_put_cell() | David Howells | 2018-02-06 | 1 | -0/+1 |
* | | | | | | | | | Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-02-08 | 9 | -129/+313 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | ceph: improving efficiency of syncfs | Chengguang Xu | 2018-01-30 | 1 | -1/+1 |
| * | | | | | | | | | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 2018-01-29 | 4 | -16/+74 |
| * | | | | | | | | | ceph: fix race of queuing delayed caps | Yan, Zheng | 2018-01-29 | 1 | -17/+16 |
| * | | | | | | | | | ceph: delete unreachable code in ceph_check_caps() | Yan, Zheng | 2018-01-29 | 1 | -12/+3 |
| * | | | | | | | | | ceph: limit rate of cap import/export error messages | Yan, Zheng | 2018-01-29 | 1 | -7/+15 |
| * | | | | | | | | | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng | 2018-01-29 | 2 | -3/+19 |
| * | | | | | | | | | ceph: fix un-balanced fsc->writeback_count update | Yan, Zheng | 2018-01-29 | 1 | -3/+6 |
| * | | | | | | | | | ceph: track read contexts in ceph_file_info | Yan, Zheng | 2018-01-29 | 3 | -9/+66 |
| * | | | | | | | | | ceph: avoid dereferencing invalid pointer during cached readdir | Yan, Zheng | 2018-01-29 | 2 | -19/+66 |
| * | | | | | | | | | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng | 2018-01-29 | 4 | -12/+13 |
| * | | | | | | | | | ceph: cleanup traceless reply handling for rename | Yan, Zheng | 2018-01-29 | 2 | -12/+6 |
| * | | | | | | | | | ceph: voluntarily drop Fx cap for readdir request | Yan, Zheng | 2018-01-29 | 1 | -0/+1 |
| * | | | | | | | | | ceph: properly drop caps for setattr request | Yan, Zheng | 2018-01-29 | 1 | -6/+6 |
| * | | | | | | | | | ceph: voluntarily drop Lx cap for link/rename requests | Yan, Zheng | 2018-01-29 | 1 | -2/+2 |
| * | | | | | | | | | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng | 2018-01-29 | 3 | -10/+19 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | cramfs: better MTD dependency expression | Nicolas Pitre | 2018-02-08 | 1 | -2/+1 |
* | | | | | | | | | Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-02-07 | 9 | -13/+13 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} | Goffredo Baroncelli | 2018-02-01 | 9 | -13/+13 |
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2018-02-07 | 2 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | ext2: drop unneeded newline | Julia Lawall | 2018-01-02 | 1 | -1/+1 |
| * | | | | | | | | | | udf: Sanitize nanoseconds for time stamps | Jan Kara | 2017-12-19 | 1 | -0/+5 |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-02-06 | 28 | -150/+159 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | pipe: read buffer limits atomically | Eric Biggers | 2018-02-06 | 1 | -4/+9 |
| * | | | | | | | | | | | pipe: simplify round_pipe_size() | Eric Biggers | 2018-02-06 | 1 | -11/+3 |
| * | | | | | | | | | | | pipe: reject F_SETPIPE_SZ with size over UINT_MAX | Eric Biggers | 2018-02-06 | 1 | -1/+4 |
| * | | | | | | | | | | | pipe: fix off-by-one error when checking buffer limits | Eric Biggers | 2018-02-06 | 1 | -2/+2 |
| * | | | | | | | | | | | pipe: actually allow root to exceed the pipe buffer limits | Eric Biggers | 2018-02-06 | 1 | -3/+8 |
| * | | | | | | | | | | | pipe, sysctl: remove pipe_proc_fn() | Eric Biggers | 2018-02-06 | 1 | -10/+0 |
| * | | | | | | | | | | | pipe, sysctl: drop 'min' parameter from pipe-max-size converter | Eric Biggers | 2018-02-06 | 1 | -7/+3 |
| * | | | | | | | | | | | vfs: remove might_sleep() from clear_inode() | Shakeel Butt | 2018-02-06 | 1 | -1/+0 |
| * | | | | | | | | | | | hfsplus: honor setgid flag on directories | Ernesto A. Fernandez | 2018-02-06 | 4 | -8/+8 |
| * | | | | | | | | | | | nilfs2: use time64_t internally | Arnd Bergmann | 2018-02-06 | 9 | -24/+23 |
| * | | | | | | | | | | | elf: fix NT_FILE integer overflow | Alexey Dobriyan | 2018-02-06 | 1 | -0/+2 |
| * | | | | | | | | | | | fs/proc/consoles.c: use seq_putc() in show_console_dev() | Markus Elfring | 2018-02-06 | 1 | -2/+1 |
| * | | | | | | | | | | | proc: rearrange args | Alexey Dobriyan | 2018-02-06 | 3 | -14/+13 |
| * | | | | | | | | | | | proc: spread likely/unlikely a bit | Alexey Dobriyan | 2018-02-06 | 1 | -4/+4 |
| * | | | | | | | | | | | fs/proc: use __ro_after_init | Alexey Dobriyan | 2018-02-06 | 4 | -5/+9 |
| * | | | | | | | | | | | fs/proc/internal.h: fix up comment | Alexey Dobriyan | 2018-02-06 | 1 | -1/+2 |
| * | | | | | | | | | | | fs/proc/internal.h: rearrange struct proc_dir_entry | Alexey Dobriyan | 2018-02-06 | 1 | -10/+13 |
| * | | | | | | | | | | | fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() | Heiko Carstens | 2018-02-06 | 1 | -13/+5 |