Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | fs/udf: re-use hex_asc_upper_{hi,lo} macros | Andy Shevchenko | 2014-07-15 | |
| * | | | | | | fs/quota: kernel-doc warning fixes | Fabian Frederick | 2014-07-15 | |
| * | | | | | | udf: use linux/uaccess.h | Fabian Frederick | 2014-07-15 | |
| * | | | | | | fs/ext2/super.c: Drop memory allocation cast | Himangi Saraogi | 2014-07-15 | |
| * | | | | | | quota: remove dqptr_sem | Niu Yawei | 2014-07-15 | |
| * | | | | | | quota: simplify remove_inode_dquot_ref() | Niu Yawei | 2014-07-15 | |
| * | | | | | | quota: avoid unnecessary dqget()/dqput() calls | Niu Yawei | 2014-07-15 | |
| * | | | | | | quota: protect Q_GETFMT by dqonoff_mutex | Niu Yawei | 2014-07-15 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-08-13 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | ceph: fix kick_requests() | Yan, Zheng | 2014-08-07 | |
| * | | | | | | | ceph: fix append mode write | Yan, Zheng | 2014-07-28 | |
| * | | | | | | | ceph: fix sizeof(struct tYpO *) typo | Ilya Dryomov | 2014-07-28 | |
| * | | | | | | | ceph: remove redundant memset(0) | Ilya Dryomov | 2014-07-28 | |
| * | | | | | | | ceph: replace comma with a semicolon | Himangi Saraogi | 2014-07-24 | |
| * | | | | | | | ceph: check zero length in ceph_sync_read() | Yan, Zheng | 2014-07-20 | |
| * | | | | | | | ceph: reset r_resend_mds after receiving -ESTALE | Yan, Zheng | 2014-07-13 | |
| * | | | | | | | ceph: properly apply umask when ACL is enabled | Yan, Zheng | 2014-07-08 | |
| * | | | | | | | ceph: pass proper page offset to copy_page_to_iter() | Yan, Zheng | 2014-07-08 | |
| * | | | | | | | ceph: include time stamp in replayed MDS requests | Yan, Zheng | 2014-07-08 | |
| * | | | | | | | ceph: check unsupported fallocate mode | Yan, Zheng | 2014-07-08 | |
* | | | | | | | | Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2014-08-13 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | UBIFS: Add log overlap assertions | hujianyang | 2014-07-31 | |
| * | | | | | | | | Revert "UBIFS: add a log overlap assertion" | Artem Bityutskiy | 2014-07-28 | |
| * | | | | | | | | UBIFS: add a log overlap assertion | Artem Bityutskiy | 2014-07-19 | |
| * | | | | | | | | UBIFS: remove unnecessary check | Artem Bityutskiy | 2014-07-19 | |
| * | | | | | | | | UBIFS: remove mst_mutex | Artem Bityutskiy | 2014-07-19 | |
| * | | | | | | | | UBIFS: kernel-doc warning fix | Fabian Frederick | 2014-07-19 | |
| * | | | | | | | | UBIFS: replace seq_printf by seq_puts | Fabian Frederick | 2014-07-19 | |
| * | | | | | | | | UBIFS: replace count*size kzalloc by kcalloc | Fabian Frederick | 2014-07-19 | |
| * | | | | | | | | UBIFS: kernel-doc warning fix | Fabian Frederick | 2014-07-19 | |
| * | | | | | | | | UBIFS: fix error path in create_default_filesystem() | hujianyang | 2014-07-19 | |
| * | | | | | | | | UBIFS: fix spelling of "scanned" | Artem Bityutskiy | 2014-07-19 | |
| * | | | | | | | | UBIFS: fix some comments | Seunghun Lee | 2014-07-19 | |
| * | | | | | | | | UBIFS: remove useless @ecc in struct ubifs_scan_leb | hujianyang | 2014-07-19 | |
| * | | | | | | | | UBIFS: remove useless statements | hujianyang | 2014-07-19 | |
| * | | | | | | | | UBIFS: Add missing break statements in dbg_chk_pnode() | hujianyang | 2014-07-19 | |
| * | | | | | | | | UBIFS: fix error handling in dump_lpt_leb() | hujianyang | 2014-07-19 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-08-11 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | fix copy_tree() regression | Al Viro | 2014-08-11 | |
| * | | | | | | | | | switch iov_iter_get_pages() to passing maximal number of pages | Al Viro | 2014-08-07 | |
| * | | | | | | | | | fs: mark __d_obtain_alias static | Fengguang Wu | 2014-08-07 | |
| * | | | | | | | | | dcache: d_splice_alias should detect loops | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | dcache: remove unused d_find_alias parameter | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | dcache: d_obtain_alias callers don't all want DISCONNECTED | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | dcache: d_splice_alias should ignore DCACHE_DISCONNECTED | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | dcache: d_splice_alias mustn't create directory aliases | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | dcache: close d_move race in d_splice_alias | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | dcache: move d_splice_alias | J. Bruce Fields | 2014-08-07 | |
| * | | | | | | | | | namei: trivial fix to vfs_rename_dir comment | J. Bruce Fields | 2014-08-07 |