| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 4 | -16/+16 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 4 | -16/+16 |
* | | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2015-04-15 | 25 | -429/+436 |
|\ \
| |/
|/| |
|
| * | UBIFS: fix output format of INUM_WATERMARK | Sheng Yong | 2015-04-13 | 1 | -1/+1 |
| * | UBIFS: extend debug/message capabilities | Sheng Yong | 2015-03-25 | 25 | -409/+419 |
| * | UBIFS: simplify returns | Fabian Frederick | 2015-03-25 | 1 | -8/+2 |
| * | UBIFS: Fix trivial typos in comments | Yannick Guerrini | 2015-03-25 | 1 | -7/+7 |
| * | UBIFS: do not write master node if need recovery | Sheng Yong | 2015-03-25 | 1 | -1/+1 |
| * | UBIFS: fix incorrect unlocking handling | Taesoo Kim | 2015-03-25 | 1 | -4/+7 |
* | | make new_sync_{read,write}() static | Al Viro | 2015-04-12 | 1 | -2/+0 |
* | | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-26 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2015-02-15 | 7 | -12/+148 |
|\ |
|
| * | UBIFS: return -EINVAL if log head is empty | hujianyang | 2015-02-10 | 1 | -3/+16 |
| * | UBIFS: add a couple of extra asserts | Artem Bityutskiy | 2015-01-28 | 1 | -0/+4 |
| * | UBIFS: add ubifs_err() to print error reason | Subodh Nijsure | 2015-01-28 | 1 | -4/+13 |
| * | UBIFS: Add security.* XATTR support for the UBIFS | Subodh Nijsure | 2015-01-28 | 4 | -0/+99 |
| * | UBIFS: Add xattr support for symlinks | Subodh Nijsure | 2015-01-28 | 2 | -5/+16 |
* | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 2 | -6/+1 |
|\ \ |
|
| * | | fs: remove mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 | 2 | -5/+0 |
| * | | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 2015-01-20 | 1 | -1/+1 |
| |/ |
|
* / | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 2015-02-10 | 1 | -1/+0 |
|/ |
|
* | UBIFS: fix a couple bugs in UBIFS xattr length calculation | Subodh Nijsure | 2014-11-07 | 1 | -1/+6 |
* | UBIFS: fix budget leak in error path | Artem Bityutskiy | 2014-11-07 | 1 | -0/+1 |
* | UBIFS: Fix trivial typo in power_cut_emulated() | Richard Weinberger | 2014-09-30 | 1 | -1/+1 |
* | UBIFS: Align the dump messages of SB_NODE | hujianyang | 2014-09-26 | 1 | -2/+2 |
* | UBIFS: Remove bogus assert | Richard Weinberger | 2014-09-19 | 1 | -4/+3 |
* | UBIFS: fix free log space calculation | Artem Bityutskiy | 2014-09-08 | 1 | -2/+6 |
* | UBIFS: fix a race condition | Artem Bityutskiy | 2014-09-08 | 2 | -8/+11 |
* | UBIFS: Add log overlap assertions | hujianyang | 2014-07-31 | 1 | -0/+2 |
* | Revert "UBIFS: add a log overlap assertion" | Artem Bityutskiy | 2014-07-28 | 1 | -1/+0 |
* | UBIFS: add a log overlap assertion | Artem Bityutskiy | 2014-07-19 | 1 | -0/+1 |
* | UBIFS: remove unnecessary check | Artem Bityutskiy | 2014-07-19 | 1 | -6/+4 |
* | UBIFS: remove mst_mutex | Artem Bityutskiy | 2014-07-19 | 4 | -9/+3 |
* | UBIFS: kernel-doc warning fix | Fabian Frederick | 2014-07-19 | 1 | -1/+1 |
* | UBIFS: replace seq_printf by seq_puts | Fabian Frederick | 2014-07-19 | 1 | -6/+6 |
* | UBIFS: replace count*size kzalloc by kcalloc | Fabian Frederick | 2014-07-19 | 1 | -2/+2 |
* | UBIFS: kernel-doc warning fix | Fabian Frederick | 2014-07-19 | 1 | -1/+0 |
* | UBIFS: fix error path in create_default_filesystem() | hujianyang | 2014-07-19 | 1 | -0/+2 |
* | UBIFS: fix spelling of "scanned" | Artem Bityutskiy | 2014-07-19 | 2 | -3/+3 |
* | UBIFS: fix some comments | Seunghun Lee | 2014-07-19 | 2 | -5/+4 |
* | UBIFS: remove useless @ecc in struct ubifs_scan_leb | hujianyang | 2014-07-19 | 2 | -5/+4 |
* | UBIFS: remove useless statements | hujianyang | 2014-07-19 | 7 | -10/+2 |
* | UBIFS: Add missing break statements in dbg_chk_pnode() | hujianyang | 2014-07-19 | 1 | -0/+2 |
* | UBIFS: fix error handling in dump_lpt_leb() | hujianyang | 2014-07-19 | 1 | -0/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 1 | -15/+10 |
|\ |
|
| * | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | 1 | -1/+1 |
| * | ubifs: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -12/+7 |
| * | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | | Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2014-06-10 | 8 | -16/+35 |
|\ \ |
|
| * | | UBIFS: Add an assertion for clean_zn_cnt | hujianyang | 2014-06-03 | 1 | -2/+3 |