summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-04-01
| |\
| | * hugetlbfs: initialize shared policy as part of inode allocationMike Kravetz2017-03-31
| * | Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-04-01
| |\ \
| | * | NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-03-10
| | * | NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-03-10
| | * | NFSD: further refinement of content of /proc/fs/nfsd/versionsNeilBrown2017-03-10
| | * | nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee2017-03-10
| * | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-31
| |\ \ \
| | * | | Btrfs: fix an integer overflow checkDan Carpenter2017-03-29
| | * | | btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues2017-03-29
| | * | | Btrfs: bring back repair during readLiu Bo2017-03-29
| * | | | Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-31
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS typeTigran Mkrtchyan2017-03-31
| | * | | NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia2017-03-31
| | * | | PNFS fix fallback to MDS if got error on commit to DSOlga Kornievskaia2017-03-30
| | * | | NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completesAndy Adamson2017-03-28
| | * | | NFS store nfs4_deviceid in struct nfs4_filelayout_segmentAndy Adamson2017-03-28
| | * | | NFS cleanup struct nfs4_filelayout_segmentAndy Adamson2017-03-27
| | * | | NFS: Fix old dentry rehash after moveBenjamin Coddington2017-03-27
| * | | | Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-03-26
| |\ \ \ \
| | * | | | kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-17
| * | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-26
| |\ \ \ \ \
| | * | | | | ext4: fix two spelling nitsTheodore Ts'o2017-03-25
| | * | | | | ext4: lock the xattr block before checksuming itTheodore Ts'o2017-03-25
| | * | | | | jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-15
| | * | | | | ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-15
| * | | | | | Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-25
| |\ \ \ \ \ \
| | * | | | | | fscrypt: eliminate ->prepare_context() operationEric Biggers2017-03-15
| | * | | | | | fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-15
| | |/ / / / /
* | | | | | | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-28
* | | | | | | epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala2017-03-24
* | | | | | | net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-24
|/ / / / / /
* | | | | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-23
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-17
| * | | | | Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-17
* | | | | | f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu2017-03-20
* | | | | | f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-20
* | | | | | f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-03-20
* | | | | | f2fs: declare static functionsJaegeuk Kim2017-03-20
* | | | | | f2fs: don't overwrite node block by SSRJaegeuk Kim2017-03-20
* | | | | | Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-17
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson2017-03-17
| * | | | | pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-17
| * | | | | NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-03-17
| * | | | | NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-17
| * | | | | nfs: make nfs4_cb_sv_ops staticJason Yan2017-03-17
| * | | | | NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee2017-03-17
| * | | | | NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-03-13
| * | | | | nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee2017-03-13