summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-3076-725/+1171
|\
| * Merge tag 'nfs-for-4.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-06-308-23/+45
| |\
| | * NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-06-281-3/+2Star
| | * make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-06-271-1/+1
| | * NFS: Fix an unused variable warningTrond Myklebust2016-06-241-2/+0Star
| | * NFS: Fix potential race in nfs_fhget()Trond Myklebust2016-06-241-0/+1
| | * NFS: Don't let readdirplus revalidate an inode that was marked as staleTrond Myklebust2016-06-241-1/+6
| | * NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removedTrond Myklebust2016-06-241-1/+3
| | * NFS: Fix a double page unlockTrond Myklebust2016-06-241-2/+2
| | * pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson2016-06-241-2/+10
| | * nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin2016-06-241-1/+1
| | * NFS: Fix up O_DIRECT resultsTrond Myklebust2016-06-241-3/+7
| | * NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exceptionTrond Myklebust2016-06-241-4/+4
| | * NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layoutTrond Myklebust2016-06-241-0/+2
| | * NFSv4.1/pnfs: Layout stateids start out as being invalidTrond Myklebust2016-06-241-2/+2
| | * NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()Trond Myklebust2016-06-241-1/+4
| * | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-06-279-52/+124
| |\ \
| | * | File names with trailing period or space need special case conversionSteve French2016-06-242-4/+31
| | * | Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-242-1/+30
| | * | cifs: check hash calculating succeededLuis de Bethencourt2016-06-241-0/+2
| | * | cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-06-243-43/+45
| | * | cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand2016-06-241-1/+1
| | * | cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton2016-06-243-3/+15
| * | | Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-06-253-13/+34
| |\ \ \
| | * | | Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval2016-06-253-13/+34
| | | |/ | | |/|
| * | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-2511-36/+57
| |\ \ \
| | * | | Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2016-06-232-6/+4Star
| | * | | btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang2016-06-231-1/+2
| | * | | Btrfs: fix error handling in map_private_extent_bufferLiu Bo2016-06-232-2/+11
| | * | | Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun2016-06-231-1/+1
| | * | | Btrfs: don't do nocow check unless we have toJosef Bacik2016-06-231-22/+22
| | * | | btrfs: fix deadlock in delayed_ref_async_startChris Mason2016-06-231-9/+11
| | * | | Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-234-5/+16
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-255-31/+17Star
| |\ \ \ \
| | * | | | autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin2016-06-251-3/+4
| | * | | | fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-06-251-1/+1
| | * | | | ocfs2: disable BUG assertions in reading blocksGang He2016-06-252-2/+5
| | * | | | jbd2: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-25/+7Star
| * | | | | Merge tag 'nfsd-4.7-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-06-254-46/+48
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | nfsd: check permissions when setting ACLsBen Hutchings2016-06-243-27/+25Star
| | * | | | posix_acl: Add set_posix_aclAndreas Gruenbacher2016-06-241-19/+23
| * | | | | Merge tag 'upstream-4.7-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-06-241-0/+24
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-06-231-0/+24
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-06-221-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman2016-06-151-0/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-206-36/+81
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | fix idiotic braino in d_alloc_parallel()Al Viro2016-06-201-5/+12
| | * | | | autofs racesAl Viro2016-06-123-22/+15Star
| | * | | | much milder d_walk() raceAl Viro2016-06-103-9/+54
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-06-194-16/+33
| |\ \ \ \ \