summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee2017-03-213-20/+13
* f2fs: move mnt_want_write_file after arguments checkingKinglong Mee2017-03-211-26/+18
* f2fs: check new size by inode_newsize_ok in f2fs_insert_rangeKinglong Mee2017-03-211-2/+3
* f2fs: avoid copy date to user-space if move file range failKinglong Mee2017-03-211-0/+2
* f2fs: drop duplicate new_size assign in f2fs_zero_rangeKinglong Mee2017-03-211-2/+0
* f2fs: adjust the way of calculating nat blockFan Li2017-03-211-3/+6
* f2fs: add fault injection on f2fs_truncateJaegeuk Kim2017-03-213-0/+8
* f2fs: check range before defragmentSheng Yong2017-03-211-0/+6
* f2fs: use parameter max_items instead of PIDVEC_SIZESheng Yong2017-03-211-1/+1
* f2fs: add a punch discard command functionYunlei He2017-03-211-2/+20
* f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim2017-03-212-64/+78
* f2fs: skip writeback meta pages if cp_mutex acquire failedYunlei He2017-03-211-3/+4
* f2fs: show more precise message on orphan recovery failureJaegeuk Kim2017-03-211-1/+1
* f2fs: remove dead macro PGOFS_OF_NEXT_DNODEKinglong Mee2017-03-211-6/+0
* f2fs: drop duplicate radix tree lookup of nat_entry_setKinglong Mee2017-03-211-12/+6
* f2fs: make sure trace all f2fs_issue_flushKinglong Mee2017-03-211-11/+13
* f2fs: don't allow volatile writes for non-regular fileChao Yu2017-03-211-0/+3
* f2fs: don't allow atomic writes for not regular filesJaegeuk Kim2017-03-211-0/+3
* f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-213-1/+33
* f2fs: build stat_info before orphan inode recoveryJaegeuk Kim2017-03-211-5/+5
* f2fs: fix the fault of calculating blkstart twiceKinglong Mee2017-03-211-1/+2
* f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee2017-03-211-2/+2
* f2fs: don't allow to get pino when filename is encryptedJaegeuk Kim2017-03-211-0/+3
* f2fs: fix wrong error injection for evict_inodeJaegeuk Kim2017-03-211-7/+6
* f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countKinglong Mee2017-03-211-1/+2
* f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim2017-03-211-1/+3
* f2fs: don't need to invalidate wrong node pageJaegeuk Kim2017-03-211-1/+4
* f2fs: fix an error return value in truncate_partial_data_pageYunlei He2017-03-211-1/+1
* f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu2017-03-201-78/+47
* f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-203-6/+30
* f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-03-202-10/+10
* f2fs: declare static functionsJaegeuk Kim2017-03-201-3/+4
* f2fs: don't overwrite node block by SSRJaegeuk Kim2017-03-201-0/+6
* Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-1712-26/+88
|\
| * pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson2017-03-174-10/+31
| * pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-176-6/+48
| * NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-03-171-2/+2
| * NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-171-5/+4
| * nfs: make nfs4_cb_sv_ops staticJason Yan2017-03-171-2/+2
| * NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee2017-03-171-2/+4
| * NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-03-131-2/+0
| * nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee2017-03-131-1/+1
* | Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds2017-03-1713-222/+269
|\ \
| * | afs: Don't wait for page writeback with the page lock heldDavid Howells2017-03-161-5/+4
| * | afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells2017-03-161-3/+3
| * | afs: Fix abort on signal while waiting for call completionDavid Howells2017-03-161-13/+6
| * | afs: Fix an off-by-one error in afs_send_pages()David Howells2017-03-161-1/+1
| * | afs: Fix afs_kill_pages()David Howells2017-03-161-3/+7
| * | afs: Fix page leak in afs_write_begin()David Howells2017-03-161-2/+5
| * | afs: Don't set PG_error on local EINTR or ENOMEM when filling a pageDavid Howells2017-03-161-2/+10