summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2017-03-16afs: Prevent callback expiry timer overflowTina Ruchandani3-6/+7
2017-03-16afs: Migrate vlocation fields to 64-bitTina Ruchandani4-16/+20
2017-03-16afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2017-03-16afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2017-03-16afs: Distinguish mountpoints from symlinks by file mode aloneDavid Howells3-68/+15
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells3-0/+16
2017-03-16afs: Handle a short write to an AFS pageDavid Howells3-11/+23
2017-03-16afs: Kill struct afs_read::pg_offsetDavid Howells1-1/+0
2017-03-16afs: Handle better the server returning excess or short dataDavid Howells2-16/+40
2017-03-16afs: Deal with an empty callback arrayMarc Dionne2-7/+9
2017-03-16afs: Adjust mode bits processingMarc Dionne1-1/+6
2017-03-16afs: Populate group ID from vnode statusMarc Dionne1-1/+1
2017-03-16afs: Fix page overput in afs_fill_page()David Howells1-0/+1
2017-03-16afs: Fix missing put_page()David Howells1-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+4
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells2-6/+4
2017-03-03Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-7/+7
2017-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2017-02-10afs: Use core kernel UUID generationArnd Bergmann3-74/+6
2017-02-10afs: Move UUID struct to linux/uuid.hDavid Howells3-51/+29
2017-02-01fs: Better permission checking for submountsEric W. Biederman1-1/+1
2017-01-16afs: Conditionalise a new unused variableArnd Bergmann1-0/+2
2017-01-09afs: Refcount the afs_call structDavid Howells3-79/+124
2017-01-09afs: Kill afs_wait_modeDavid Howells7-149/+90
2017-01-09afs: Add some tracepointsDavid Howells4-15/+35
2017-01-06afs: Make afs_readpages() fetch data in bulkDavid Howells2-2/+130
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells5-55/+145
2016-12-27afs_send_pages(): use ITER_BVECAl Viro1-8/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells3-6/+5
2016-10-13afs: unmapping the wrong bufferDan Carpenter1-2/+2
2016-10-12fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-3/+2
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+7
2016-10-06afs: Check for fatal error when in waiting for ack stateDavid Howells1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-3/+8
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-48/+3
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-3/+68
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-7/+10
2016-09-04fs/afs/flock: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-04fs/afs/callback: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-04fs/afs/vlocation: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-02rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells5-460/+309
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells1-11/+15
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells4-14/+24