summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-0213-20/+29
* nilfs2: use BIT() macroRyusuke Konishi2016-08-026-38/+37
* nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-022-27/+24
* nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-021-18/+35
* nilfs2: do not use yield()Ryusuke Konishi2016-08-021-1/+1
* nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-023-2/+16
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-028-82/+61
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-0213-275/+283
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-023-5/+8
* nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2016-08-022-0/+23
* nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-025-36/+51
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-266-21/+27
|\
| * nilfs: use bio op accessorsMike Christie2016-06-071-8/+9
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-075-13/+17
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* | fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-06-241-1/+1
|/
* nilfs2: fix block commentsRyusuke Konishi2016-05-2310-84/+159
* nilfs2: remove loops of single statement macrosRyusuke Konishi2016-05-231-5/+4
* nilfs2: remove unnecessary else after return or breakRyusuke Konishi2016-05-233-23/+21
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-2326-87/+94
* nilfs2: fix code indent coding style issueRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove space before semicolonRyusuke Konishi2016-05-231-1/+1
* nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi2016-05-236-16/+16
* nilfs2: clean trailing semicolons in macrosRyusuke Konishi2016-05-232-5/+5
* nilfs2: add missing line spacingRyusuke Konishi2016-05-2310-0/+14
* nilfs2: replace __attribute__((packed)) with __packedRyusuke Konishi2016-05-231-1/+1
* nilfs2: move cleanup code of metadata file from inode routinesRyusuke Konishi2016-05-234-8/+38
* nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi2016-05-233-32/+8
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-2337-54/+45
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-2337-148/+0
* nilfs2: remove space before commaRyusuke Konishi2016-05-232-4/+4
* nilfs2: fix white space issue in nilfs_mount()Ryusuke Konishi2016-05-231-1/+1
* nilfs2: constify nilfs_sc_operations structuresJulia Lawall2016-05-231-5/+5
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-2/+2
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-2/+2
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* | make ext2_get_page() and friends work without external serializationAl Viro2016-05-021-7/+7
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0410-46/+46
|/
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-222-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-4/+2
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-0/+2
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-111-1/+1
|\
| * vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-1/+1