summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara2017-03-221-6/+2
* block: Fix bdi assignment to bdev inode when racing with disk deleteJan Kara2017-03-221-4/+3
* 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
| * | afs: Populate and use client modification timeMarc Dionne2017-03-162-10/+10
| * | afs: Better abort and net error handlingDavid Howells2017-03-161-8/+27
| * | afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2017-03-162-1/+3
| * | afs: Fix the maths in afs_fs_store_data()David Howells2017-03-161-1/+1
| * | afs: Use a bvec rather than a kvec in afs_send_pages()David Howells2017-03-161-45/+52
| * | afs: Make struct afs_read::remain 64-bitDavid Howells2017-03-162-5/+5
| * | afs: Fix AFS read bugDavid Howells2017-03-161-1/+1
| * | afs: Prevent callback expiry timer overflowTina Ruchandani2017-03-163-6/+7
| * | afs: Migrate vlocation fields to 64-bitTina Ruchandani2017-03-164-16/+20
| * | afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2017-03-161-1/+1
| * | afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2017-03-161-1/+1
| * | afs: Distinguish mountpoints from symlinks by file mode aloneDavid Howells2017-03-163-68/+15
| * | afs: Flush outstanding writes when an fd is closedDavid Howells2017-03-163-0/+16
| * | afs: Handle a short write to an AFS pageDavid Howells2017-03-163-11/+23
| * | afs: Kill struct afs_read::pg_offsetDavid Howells2017-03-161-1/+0
| * | afs: Handle better the server returning excess or short dataDavid Howells2017-03-162-16/+40
| * | afs: Deal with an empty callback arrayMarc Dionne2017-03-162-7/+9
| * | afs: Adjust mode bits processingMarc Dionne2017-03-161-1/+6
| * | afs: Populate group ID from vnode statusMarc Dionne2017-03-161-1/+1
| * | afs: Fix page overput in afs_fill_page()David Howells2017-03-161-0/+1
| * | afs: Fix missing put_page()David Howells2017-03-161-0/+1
* | | Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-03-166-18/+122
|\ \ \ | |/ / |/| |
| * | xfs: verify inline directory data forksDarrick J. Wong2017-03-156-18/+122
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-151-14/+21
|\ \ \
| * | | writeback: fix memory leak in wb_queue_work()Tahsin Erdogan2017-03-131-14/+21
* | | | gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-151-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-142-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-092-2/+2
* | | | Merge branch 'prep-for-5level'Linus Torvalds2017-03-101-1/+5
|\ \ \ \
| * | | | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-1/+5
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-102-49/+33
|\ \ \ \ \