summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0118-153/+210
|\
| * epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov2017-09-011-16/+26
| * Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-012-18/+18
| |\
| | * ceph: fix readpage from fscacheYan, Zheng2017-09-012-18/+18
| * | Merge tag 'cifs-fixes-for-4.13-rc7-and-stable' of git://git.samba.org/sfrench...Linus Torvalds2017-08-312-3/+3
| |\ \
| | * | CIFS: remove endian related sparse warningSteve French2017-08-301-1/+1
| | * | CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-08-301-2/+2
| * | | Merge branch 'mmu_notifier_fixes'Linus Torvalds2017-08-311-8/+11
| |\ \ \
| | * | | dax: update to new mmu_notifier semanticJérôme Glisse2017-08-311-8/+11
| | |/ /
| * / / jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp2017-08-311-9/+3
| |/ /
| * / fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller2017-08-281-5/+1
| |/
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-251-0/+10
| |\
| | * dax: fix deadlock due to misaligned PMD faultsRoss Zwisler2017-08-251-0/+10
| * | Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-08-251-4/+2
| |\ \
| | * | nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-241-4/+2
| * | | Merge tag 'cifs-fixes-for-4.13-rc6-and-stable' of git://git.samba.org/sfrench...Linus Torvalds2017-08-252-8/+14
| |\ \ \ | | |_|/ | |/| |
| | * | cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-231-6/+12
| | * | cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-231-2/+2
| * | | Merge branch 'for-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-245-60/+64
| |\ \ \
| | * | | Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-245-60/+64
| * | | | pty: Repair TIOCGPTPEEREric W. Biederman2017-08-241-16/+49
| * | | | Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds2017-08-231-3/+1
| | |/ / | |/| |
| * | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-222-4/+9
| |\ \ \ | | |/ / | |/| |
| | * | ext4: add missing xattr hash updateTahsin Erdogan2017-08-141-2/+4
| | * | ext4: fix clang build regressionTheodore Ts'o2017-08-141-2/+5
* | | | rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-291-11/+35
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-217-22/+35
|\| | |
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-201-2/+1
| |\ \ \
| | * | | x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-161-2/+1
| * | | | Merge tag 'xfs-4.13-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-08-184-13/+16
| |\ \ \ \
| | * | | | xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong2017-08-171-0/+2
| | * | | | xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-08-172-10/+11
| | * | | | iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig2017-08-111-2/+2
| | * | | | xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-08-111-1/+1
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-08-171-6/+15
| |\ \ \ \ \
| | * | | | | quota: correct space limit checkzhangyi (F)2017-08-071-6/+15
| | | |_|/ / | | |/| | |
| * | | | | pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds2017-08-171-1/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-158-14/+20
|\| | | | |
| * | | | | Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-113-2/+3
| |\ \ \ \ \
| | * | | | | pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-111-0/+1
| | * | | | | NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Trond Myklebust2017-08-091-2/+1
| | * | | | | nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-081-0/+1
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-08-112-4/+6
| |\ \ \ \ \ \
| | * | | | | | fuse: set mapping error in writepage_locked when it failsJeff Layton2017-08-111-0/+1
| | * | | | | | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2017-08-032-3/+4
| | * | | | | | fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-06-091-1/+1
| * | | | | | | userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropageMike Rapoport2017-08-101-2/+2
| * | | | | | | mm: fix KSM data corruptionMinchan Kim2017-08-101-2/+5
| * | | | | | | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-4/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-092-5/+8
|\| | | | | |