summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-12-012-8/+15
|\
| * quota: Check for register_shrinker() failure.Tetsuo Handa2017-11-291-1/+2
| * quota: propagate error from __dquot_initializeChao Yu2017-11-281-6/+13
| * reiserfs: remove unneeded i_version bumpJeff Layton2017-11-271-1/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-307-28/+23
|\ \
| * | fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()Nadav Amit2017-11-301-2/+2
| * | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-301-12/+3
| * | autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent2017-11-301-11/+6
| * | fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-301-1/+1
| * | fs/mbcache.c: make count_objects() more robustJiang Biao2017-11-301-0/+3
| * | exec: avoid RLIMIT_STACK races with prlimit()Kees Cook2017-11-301-1/+6
| * | mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-301-1/+2
* | | Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-2911-126/+264
|\ \ \
| * | | lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2017-11-272-4/+9
| * | | nlm_shutdown_hosts_net() cleanupVasily Averin2017-11-271-2/+1
| * | | race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin2017-11-273-3/+17
| * | | race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin2017-11-271-2/+14
| * | | NFSD: make cache_detail structures constBhumika Goyal2017-11-272-4/+4
| * | | nfsd: check for use of the closed special stateidAndrew Elble2017-11-271-2/+5
| * | | nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-11-271-2/+2
| * | | lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin2017-11-271-0/+2
| * | | lockd: added cleanup checks in exit_net hookVasily Averin2017-11-271-0/+11
| * | | grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin2017-11-271-1/+3
| * | | nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classAndrew Elble2017-11-271-3/+8
| * | | lockd: remove net pointer from messagesVasily Averin2017-11-274-14/+21
| * | | nfsd: remove net pointer from debug messagesVasily Averin2017-11-271-3/+3
| * | | nfsd: Fix races with check_stateid_generation()Trond Myklebust2017-11-271-3/+19
| * | | nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2017-11-271-9/+3
| * | | nfsd: Fix race in lock stateid creationTrond Myklebust2017-11-271-28/+42
| * | | nfsd4: move find_lock_stateidTrond Myklebust2017-11-271-19/+19
| * | | nfsd: Ensure we don't recognise lock stateids after freeing themTrond Myklebust2017-11-271-11/+8
| * | | nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2017-11-271-0/+8
| * | | nfsd: Fix another OPEN stateid raceTrond Myklebust2017-11-271-15/+13
| * | | nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-11-271-8/+59
| | |/ | |/|
* | | Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-2919-135/+314
|\ \ \ | |_|/ |/| |
| * | Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana2017-11-281-18/+106
| * | btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2017-11-283-8/+43
| * | Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo2017-11-272-3/+4
| * | btrfs: Fix wild memory access in compression level parserQu Wenruo2017-11-273-3/+14
| * | btrfs: fix deadlock when writing out space cacheJosef Bacik2017-11-271-1/+2
| * | btrfs: clear space cache inode generation alwaysJosef Bacik2017-11-201-7/+7
| * | Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-157-33/+46
| * | Btrfs: move definition of the function btrfs_find_new_delalloc_bytesFilipe Manana2017-11-151-41/+41
| * | Btrfs: bail out gracefully rather than BUG_ONLiu Bo2017-11-151-2/+8
| * | btrfs: dev_alloc_list is not protected by RCU, use normal list_delDavid Sterba2017-11-151-1/+1
| * | btrfs: add missing device::flush_bio putsDavid Sterba2017-11-151-0/+10
| * | btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov2017-11-151-8/+12
| * | Btrfs: add write_flags for compression bioLiu Bo2017-11-155-10/+20
* | | proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds2017-11-281-2/+1
* | | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27102-396/+396
| |/ |/|