summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | xfs: don't perform lookups on zero-height btreesDarrick J. Wong2016-08-261-0/+4
| * | | | | | | binfmt_elf: switch to new creds when switching to new mmLinus Torvalds2016-08-311-1/+1
| * | | | | | | Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-3017-76/+242
| |\ \ \ \ \ \ \
| | * | | | | | | NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-08-301-0/+1
| | * | | | | | | NFS4: Avoid migration loopsBenjamin Coddington2016-08-301-0/+5
| | * | | | | | | pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2016-08-292-28/+28
| | * | | | | | | NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust2016-08-281-1/+0Star
| | * | | | | | | NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURNTrond Myklebust2016-08-281-13/+65
| | * | | | | | | NFSv4.1: Defer bumping the slot sequence number until we free the slotTrond Myklebust2016-08-282-3/+9
| | * | | | | | | NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust2016-08-284-4/+29
| | * | | | | | | NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust2016-08-283-4/+35
| | * | | | | | | pnfs/blocklayout: update last_write_offset atomically with extentsBenjamin Coddington2016-08-233-5/+10
| | * | | | | | | pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-08-231-0/+1
| | * | | | | | | pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT callsTrond Myklebust2016-08-192-6/+29
| | * | | | | | | pNFS/flexfiles: Set reasonable default retrans values for the data channelTrond Myklebust2016-08-161-2/+2
| | * | | | | | | NFS: Allow the mount option retrans=0Trond Myklebust2016-08-163-8/+26
| | * | | | | | | pNFS/flexfiles: Fix layoutstat periodic reportingTrond Myklebust2016-08-152-5/+5
* | | | | | | | | rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-48/+3Star
* | | | | | | | | rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-3/+68
* | | | | | | | | rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-7/+10
* | | | | | | | | fs/afs/flock: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-041-2/+2
* | | | | | | | | fs/afs/callback: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-041-2/+2
* | | | | | | | | fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-041-1/+1
* | | | | | | | | fs/afs/vlocation: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-041-2/+2
* | | | | | | | | rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-025-460/+309Star
* | | | | | | | | rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-301-11/+15
* | | | | | | | | rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-304-14/+24
* | | | | | | | | afs: Need linux/random.hDavid Howells2016-08-301-0/+1
* | | | | | | | | afs: Miscellaneous simple cleanupsDavid Howells2016-08-301-6/+0Star
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-3045-293/+740
|\| | | | | | | |
| * | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-294-25/+49
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | ext4: avoid deadlock when expanding inode sizeJan Kara2016-08-112-8/+13
| | * | | | | | | ext4: properly align shifted xattrs when expanding inodesJan Kara2016-08-111-1/+1
| | * | | | | | | ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-08-111-2/+3
| | * | | | | | | ext4: fix xattr shifting when expanding inodesJan Kara2016-08-111-13/+14
| | * | | | | | | ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-011-1/+17
| | * | | | | | | ext4: reserve xattr index for the HurdTheodore Ts'o2016-08-011-0/+1
| * | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-271-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fs/seq_file: fix out-of-bounds readVegard Nossum2016-08-271-1/+3
| * | | | | | | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-2720-181/+473
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana2016-08-253-4/+8
| | * | | | | | | | Btrfs: detect corruption when non-root leaf has zero itemLiu Bo2016-08-251-1/+22
| | * | | | | | | | Btrfs: check btree node's nritemsLiu Bo2016-08-251-0/+16
| | * | | | | | | | btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-253-11/+22
| | * | | | | | | | Btrfs: fix em leak in find_first_block_groupJosef Bacik2016-08-251-0/+1
| | * | | | | | | | btrfs: do not background blkdev_put()Anand Jain2016-08-251-8/+19
| | * | | | | | | | Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo2016-08-251-0/+9
| | * | | | | | | | btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-254-1/+25
| | * | | | | | | | btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang2016-08-257-63/+73
| | * | | | | | | | btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang2016-08-251-40/+57