| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 34 | -89/+78 |
| * | | | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 243 | -2096/+2097 |
* | | | | | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-04-01 | 1 | -20/+25 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Chris Mason | 2016-03-24 | 1 | -20/+25 |
| |\ \ \ \ |
|
| | * | | | | btrfs: transaction_kthread() is not freezable | Jiri Kosina | 2016-03-22 | 1 | -9/+6 |
| | * | | | | btrfs: cleaner_kthread() doesn't need explicit freeze | Jiri Kosina | 2016-03-22 | 1 | -1/+1 |
| | * | | | | btrfs: do not write corrupted metadata blocks to disk | Alex Lyakas | 2016-03-22 | 1 | -2/+13 |
| | * | | | | btrfs: csum_tree_block: return proper errno value | Alex Lyakas | 2016-03-22 | 1 | -8/+5 |
* | | | | | | Merge tag 'for-linus' of git://github.com/martinbrandenburg/linux | Linus Torvalds | 2016-04-01 | 2 | -6/+4 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | orangefs: minimum userspace version is 2.9.3 | Martin Brandenburg | 2016-03-31 | 1 | -1/+1 |
| * | | | | | orangefs: don't put readdir slot twice | Martin Brandenburg | 2016-03-31 | 1 | -5/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-03-31 | 1 | -4/+6 |
|\ \ \ \ \ |
|
| * | | | | | fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le... | Al Viro | 2016-03-31 | 1 | -4/+6 |
| |/ / / / |
|
* | | | | | dlm: config: Fix ENOMEM failures in make_cluster() | Andrew Price | 2016-03-29 | 1 | -2/+1 |
|/ / / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-03-26 | 11 | -218/+419 |
|\ \ \ \ |
|
| * | | | | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 | 2 | -2/+2 |
| * | | | | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 | 2 | -0/+35 |
| * | | | | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 2016-03-25 | 2 | -20/+5 |
| * | | | | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 7 | -10/+123 |
| * | | | | ceph: don't request vxattrs from MDS | Yan, Zheng | 2016-03-25 | 1 | -2/+4 |
| * | | | | ceph: fix mounting same fs multiple times | Yan, Zheng | 2016-03-25 | 1 | -18/+15 |
| * | | | | ceph: remove unnecessary NULL check | Yan, Zheng | 2016-03-25 | 1 | -2/+2 |
| * | | | | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng | 2016-03-25 | 1 | -0/+4 |
| * | | | | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-03-25 | 1 | -2/+7 |
| * | | | | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 | 4 | -34/+6 |
| * | | | | ceph: fix a wrong comparison | Anton Protopopov | 2016-03-25 | 1 | -1/+1 |
| * | | | | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 4 | -6/+6 |
| * | | | | ceph: scattered page writeback | Yan, Zheng | 2016-03-25 | 1 | -109/+196 |
| * | | | | ceph: remove useless BUG_ON | Yan, Zheng | 2016-03-25 | 1 | -2/+0 |
| * | | | | ceph: don't enable rbytes mount option by default | Yan, Zheng | 2016-03-25 | 2 | -4/+3 |
| * | | | | ceph: encode ctime in cap message | Yan, Zheng | 2016-03-25 | 1 | -4/+7 |
| * | | | | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 2016-03-25 | 2 | -2/+3 |
* | | | | | Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds | 2016-03-26 | 30 | -0/+10742 |
|\ \ \ \ \ |
|
| * | | | | | orangefs: fix orangefs_superblock locking | Al Viro | 2016-03-26 | 3 | -58/+47 |
| * | | | | | orangefs: fix do_readv_writev() handling of error halfway through | Al Viro | 2016-03-25 | 1 | -1/+1 |
| * | | | | | orangefs: have ->kill_sb() evict the VFS side of things first | Al Viro | 2016-03-25 | 1 | -3/+3 |
| * | | | | | orangefs: sanitize ->llseek() | Al Viro | 2016-03-25 | 2 | -10/+3 |
| * | | | | | orangefs-bufmap.h: trim unused junk | Al Viro | 2016-03-25 | 1 | -9/+0 |
| * | | | | | orangefs: saner calling conventions for getting a slot | Al Viro | 2016-03-25 | 4 | -28/+16 |
| * | | | | | orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer | Al Viro | 2016-03-25 | 3 | -23/+14 |
| * | | | | | orangefs: get rid of readdir_handle_s | Al Viro | 2016-03-25 | 1 | -63/+30 |
| * | | | | | ornagefs: ensure that truncate has an up to date inode size | Martin Brandenburg | 2016-03-23 | 1 | -1/+12 |
| * | | | | | orangefs: move code which sets i_link to orangefs_inode_getattr | Martin Brandenburg | 2016-03-23 | 2 | -2/+1 |
| * | | | | | orangefs: remove needless wrapper around GFP_KERNEL | Martin Brandenburg | 2016-03-23 | 2 | -5/+1 |
| * | | | | | orangefs: remove wrapper around mutex_lock(&inode->i_mutex) | Martin Brandenburg | 2016-03-23 | 1 | -6/+2 |
| * | | | | | orangefs: refactor inode type or link_target change detection | Martin Brandenburg | 2016-03-23 | 1 | -41/+36 |
| * | | | | | orangefs: use new getattr for revalidate and remove old getattr | Martin Brandenburg | 2016-03-23 | 3 | -325/+49 |
| * | | | | | orangefs: use new getattr in inode getattr and permission | Martin Brandenburg | 2016-03-23 | 1 | -12/+2 |
| * | | | | | orangefs: use new orangefs_inode_getattr to get size in write and llseek | Martin Brandenburg | 2016-03-23 | 1 | -6/+8 |
| * | | | | | orangefs: use new orangefs_inode_getattr to create new inodes | Martin Brandenburg | 2016-03-23 | 1 | -4/+2 |